@charset "UTF-8";
#content__exit8 {
  /* コピーライト表示用 */
}

#content__exit8.content,
#content__exit8.content * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

#content__exit8.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 180px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
}

@media (max-width: 767px) {
  #content__exit8.content {
    gap: 90px;
    padding: 30px 18px;
  }
}

#content__exit8 .content__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
}

@media (max-width: 767px) {
  #content__exit8 .content__header {
    gap: 60px;
  }
}

#content__exit8 .content__special {
  color: #000000;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 40px;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch;
}

@media (max-width: 767px) {
  #content__exit8 .content__special {
    color: #000;
    text-align: center;
    font-family: "Zen Kaku Gothic Antique";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.05em;
  }
}

#content__exit8 .content__hero {
  padding: 64px 64px 0 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
}

@media (max-width: 767px) {
  #content__exit8 .content__hero {
    gap: 60px;
    padding: 0;
    width: 100%;
    max-width: 350px;
    height: auto;
  }
}

#content__exit8 .content__title {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  max-width: 500px;
  height: auto;
  position: relative;
  overflow: visible;
}

#content__exit8 .content__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
}

@media (max-width: 767px) {
  #content__exit8 .content__nav {
    gap: 30px;
    width: 100%;
  }
}

#content__exit8 .content__div {
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 32px;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
}

@media (max-width: 767px) {
  #content__exit8 .content__div {
    color: #000;
    text-align: center;
    font-family: "Zen Kaku Gothic Antique";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.05em;
  }
}

#content__exit8 .content__ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
}

@media (max-width: 767px) {
  #content__exit8 .content__ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    width: 100%;
  }
}

#content__exit8 .content__li {
  text-align: left;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-decoration: underline;
  position: relative;
}

@media (max-width: 767px) {
  #content__exit8 .content__li {
    color: #000;
    text-align: center;
    font-family: "Zen Kaku Gothic Antique";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.05em;
    text-decoration: underline;
  }
}

#content__exit8 .content__li:hover {
  color: #ffffff;
}

#content__exit8 .content__div2 {
  text-align: left;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 22px;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
}

@media (max-width: 767px) {
  #content__exit8 .content__div2 {
    display: none;
  }
}

#content__exit8 .content__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 180px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  max-width: 850px;
  position: relative;
}

@media (max-width: 767px) {
  #content__exit8 .content__wrap {
    gap: 90px;
    padding: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#content__exit8 .content__about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
}

@media (max-width: 767px) {
  #content__exit8 .content__about {
    gap: 90px;
    width: 100%;
  }
}

#content__exit8 .content__message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
}

@media (max-width: 767px) {
  #content__exit8 .content__message {
    gap: 90px;
    width: 100%;
  }
}

#content__exit8 .content__h-3 {
  color: #000000;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 32px;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch;
}

@media (max-width: 767px) {
  #content__exit8 .content__h-3 {
    color: #000;
    text-align: center;
    font-family: "Zen Kaku Gothic Antique";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.05em;
  }
}

#content__exit8 .content__content2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
}

@media (max-width: 767px) {
  #content__exit8 .content__content2 {
    gap: 60px;
    width: 100%;
  }
}

#content__exit8 .content__img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 241.21px;
  height: auto;
  position: relative;
  overflow: visible;
}

@media (max-width: 767px) {
  #content__exit8 .content__img {
    width: 159.38px;
    height: auto;
  }
}

#content__exit8 .content__frame-153 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
}

@media (max-width: 767px) {
  #content__exit8 .content__frame-153 {
    gap: 30px;
    width: 100%;
  }
}

#content__exit8 .content__div3 {
  color: #000000;
  text-align: justified;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch;
}

@media (max-width: 767px) {
  #content__exit8 .content__div3 {
    color: #000;
    text-align: justified;
    font-family: "Zen Kaku Gothic Antique";
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}

#content__exit8 .content__div4 {
  color: #000000;
  text-align: right;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch;
}

@media (max-width: 767px) {
  #content__exit8 .content__div4 {
    font-size: 16px;
  }
}

#content__exit8 .content__section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
}

@media (max-width: 767px) {
  #content__exit8 .content__section {
    gap: 60px;
    width: 100%;
  }
}

#content__exit8 .content___48 {
  color: #000000;
  text-align: left;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch;
}

@media (max-width: 767px) {
  #content__exit8 .content___48 {
    color: #000;
    text-align: left;
    font-family: "Zen Kaku Gothic Antique";
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}

#content__exit8 .content__section2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  max-width: 847px;
  position: relative;
}

@media (max-width: 767px) {
  #content__exit8 .content__section2 {
    gap: 30px;
    width: 100%;
  }
}

#content__exit8 .content__h-32 {
  color: #000000;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch;
}

@media (max-width: 767px) {
  #content__exit8 .content__h-32 {
    color: #000;
    text-align: center;
    font-family: "Zen Kaku Gothic Antique";
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}

#content__exit8 .content__butttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 302px;
  position: relative;
}

@media (max-width: 767px) {
  #content__exit8 .content__butttons {
    gap: 30px;
    width: 100%;
    max-width: 302px;
  }
}

#content__exit8 .content__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border-style: solid;
  border-color: #000000;
  border-width: 2px;
  padding: 20px 0px 20px 0px;
  color: #000000;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.05em;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  #content__exit8 .content__button {
    padding: 10px 0;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}

#content__exit8 .content__button:hover {
  background: #000000;
  color: #ffffff;
}

#content__exit8 .content__contact {
  margin-inline: auto;
}

#content__exit8 .copy {
  position: absolute;
  bottom: 1em;
  right: 1em;
  color: #e1cb82;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
}

@media (max-width: 767px) {
  #content__exit8 .copy {
    font-size: 16px;
    bottom: 0.5em;
    right: 0.5em;
    color: #000;
  }
}
/*# sourceMappingURL=page-special-exit8.min.css.map */