@charset "UTF-8";
main {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  min-height: 0;
  width: 100%;
  margin: 0 auto;
  /* 中身が伸びすぎて突き抜けるのを防ぐ */
}

@media only screen and (max-width: 767px) {
  main {
    display: block;
  }
}
article {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  article {
    height: auto;
  }
}
.sp__only {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .sp__only {
    display: block !important;
  }
}
.header {
  padding: 4px 20px;
}

.header .header__inner {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .header__inner .header__logo .header__text {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.header__text {
  display: flex;
}

.header__text .text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.1;
}

.header__text .mark {
  width: 100%;
  max-width: 58px;
  margin-right: 10px;
}

.header__text .mark img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 1040px) {
  .header {
    padding-inline: 80px;
  }
}
.page__ttl {
  width: 100%;
  max-width: 640px;
  position: relative;
  margin-inline: auto;
  box-sizing: border-box;
  border: 6px solid #a5cb85;
  border-radius: 20px;
  padding: 56px 56px 56px;
  margin-top: 80px;
  margin-bottom: 260px;
}

.page__ttl .page__name {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4rem;
  line-height: 1.6;
  font-weight: 700;
  color: #45830E;
  padding-bottom: 24px;
  border-bottom: 1px solid #45830E;
  margin-top: 0;
}

.page__ttl .page__name span {
  display: block;
  font-family: "Jost", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 400;
  color: #a5cb85;
}

@media only screen and (max-width: 767px) {
  .page__ttl {
    padding: 32px 20px 16px;
    margin: 40px 20px 120px;
    width: auto;
  }
  .page__ttl .page__name span {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .page__ttl .page__name {
    font-size: 2.6rem;
    padding-bottom: 16px;
  }
}
.page__ttl .page__text {
  padding-top: 16px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .page__ttl .page__text {
    font-size: 1.8rem;
    margin: 16px 0 16px;
    padding: 0;
  }
}
.page__ttl .page__text.em {
  font-weight: 700;
  color: #45830E;
}

.page__ttl .page__text.mark--ref {
  margin-top: 0;
  font-size: 1.4rem;
}

.footer .footer__inner {
  position: relative;
}

.footer .footer__inner:before {
  content: "";
  display: block;
  position: absolute;
  width: 320px;
  height: 200px;
  background: url(/assets/images/common/cow01.avif) right center/contain no-repeat;
  bottom: 100%;
  right: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .footer .footer__inner:before {
    width: 200px;
    height: 100px;
    right: 10px;
    margin-bottom: 10px;
  }
}
.footer .footer__inner:after {
  content: "";
  display: block;
  position: absolute;
  width: 180px;
  height: 112px;
  background: url(/assets/images/common/cow02.avif) right center/contain no-repeat;
  bottom: 100%;
  right: 300px;
  margin-bottom: 38px;
}

@media only screen and (max-width: 767px) {
  .footer .footer__inner:after {
    height: 60px;
    right: 150px;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=soon.css.map */