* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  color: #583010;
  scroll-behavior: smooth;
}

.container {
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1000px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

.fab {
  z-index: 10;
  bottom: 50px;
  position: sticky;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto 50px;
  margin-block: -120px 50px;
}
@media screen and (max-width: 767px) {
  .fab {
    bottom: 20px;
    margin-right: 4%;
  }
}
.fab__content {
  gap: 1.5px;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fab__content.show {
  opacity: 1;
  visibility: visible;
}
.fab__icon {
  width: 36.67px;
  height: 36.67px;
  border-radius: 50%;
  background-color: #583010;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .fab__icon {
    width: 34px;
    height: 34px;
  }
}
.fab__icon img {
  width: 16.44px;
  height: 16.97px;
  -o-object-fit: contain;
     object-fit: contain;
}
.fab__text {
  text-align: center;
  font: 500 2.1rem "Barlow", sans-serif;
}
@media screen and (max-width: 767px) {
  .fab__text {
    font-size: 17px;
  }
}

.footer {
  padding-top: 30px;
  position: relative;
  background-color: #fff;
}
.footer::before {
  top: -21px;
  content: "";
  width: 100%;
  height: 22px;
  position: absolute;
  background: url("./public/img/svg/footer-bg.svg") repeat center/contain;
  background-size: 1344px 30px;
}
@media screen and (max-width: 767px) {
  .footer::after {
    left: 4%;
    top: -47px;
    content: "";
    height: 77.67px;
    width: 101.65px;
    position: absolute;
    background: url("./public/img/svg/footer-bg2.svg") no-repeat center/contain;
  }
}
.footer__content {
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1000px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 37.2px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer__content {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.footer__logo {
  width: 100%;
  height: auto;
  display: block;
  max-width: 200px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    margin-top: 25px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo img {
    right: -20px;
    position: relative;
  }
}
.footer__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer__details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__details-wrap {
  padding-right: 32px;
  border-right: 1px dashed #247705;
}
@media screen and (max-width: 767px) {
  .footer__details-wrap {
    padding-right: 0;
    text-align: center;
    border-right: none;
    padding-bottom: 32px;
    border-bottom: 1px dashed #247705;
  }
}
.footer__label {
  margin-bottom: 15px;
}
.footer__sub {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 6.6px;
  font-weight: 700;
  line-height: 1.4375em;
}
.footer__location {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .footer__location--tel {
    text-align: left;
    margin-top: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-inline: auto;
  }
}
@media screen and (max-width: 350px) {
  .footer__location--tel {
    font-size: 12px;
  }
}
.footer__label-en {
  display: block;
  color: #a4cc40;
  font: 500 2.1rem "Barlow", sans-serif;
}
.footer__label-jp {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #247705;
}
.footer__links {
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 43.4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer__links {
    gap: 16px 0;
    margin-left: 0;
    max-width: 300px;
    margin-top: 30px;
    margin-inline: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.footer__link {
  gap: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer__link {
    width: 50%;
  }
}
.footer__link::before {
  content: "";
  margin-top: 6px;
  height: 13.43px;
  min-width: 13.43px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: url("./public/img/svg/star-gray.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .footer__link::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.footer__link--external span::after {
  content: "";
  width: 14.74px;
  height: 14.74px;
  margin: 6px 0 0 7px;
  display: inline-block;
  background: url("./public/img/svg/external.svg") no-repeat center/contain;
}
.footer__link:hover::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .footer__link:hover::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.footer__copyright {
  text-align: center;
  padding-block: 9.4px;
  background-color: #247705;
}
.footer__copyright-text {
  color: #fff;
  font: 500 1.4rem "Barlow", sans-serif;
  line-height: 1em;
}

.header {
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 58px;
  position: fixed;
  background-color: #fff;
}
.header::before {
  content: "";
  width: 100%;
  height: 15px;
  bottom: -15px;
  position: absolute;
  background: url("./public/img/header-decor.png") repeat center/contain;
  background-size: 1466px 15px;
}
.header__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
@media screen and (max-width: 1250px) {
  .header__container {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .header__container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .header__container {
    padding-inline: 20px;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .header__nav {
    top: 58px;
    left: 0;
    right: 0;
    z-index: -1;
    position: fixed;
    overflow: hidden;
    padding-inline: 20px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: calc(100% - 58px);
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
    background-color: #fff;
  }
}
@media screen and (max-width: 1000px) {
  .header__nav::before {
    left: 0;
    bottom: 0;
    z-index: -5;
    content: "";
    width: 100%;
    height: 452.46px;
    position: absolute;
    background: -webkit-gradient(linear, left bottom, left top, from(#87d0f4), color-stop(20.7%, #cdecfa), to(#fff));
    background: linear-gradient(to top, #87d0f4 0%, #cdecfa 20.7%, #fff 100%);
  }
}
@media screen and (max-width: 1000px) {
  .header__nav.active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.header__nav-bg {
  display: none;
}
@media screen and (max-width: 1000px) {
  .header__nav-bg {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .header__nav-bg::before {
    left: 50%;
    bottom: 0;
    z-index: -1;
    width: 100%;
    content: "";
    height: 100%;
    max-height: 452px;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url("./public/img/svg/header-bg.svg") no-repeat center/cover;
    background-position: top;
  }
}
@media screen and (max-width: 767px) {
  .header__nav-bg::before {
    background: url("./public/img/svg/header-bg-sp.svg") no-repeat center/cover;
  }
}
.header__link {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  padding: 5px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
@media screen and (max-width: 1250px) {
  .header__link {
    font-size: 1.4rem;
    padding: 5px 15px;
  }
}
@media screen and (max-width: 1000px) {
  .header__link {
    width: 100%;
    padding: 20px;
    font-size: 16px;
  }
}
.header__link:not(:last-child) {
  border-right: 1px dashed #247705;
}
@media screen and (max-width: 1000px) {
  .header__link:not(:last-child) {
    border-right: none;
    border-bottom: 1px dashed #247705;
  }
}
@media screen and (max-width: 1000px) {
  .header__link:nth-child(2) {
    padding-top: 45px !important;
  }
}
.header__link--ex::after {
  content: "";
  width: 14.74px;
  height: 14.74px;
  background: url("./public/img/svg/external.svg") no-repeat center/contain;
}
.header__link:hover .header__icon::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 1000px) {
  .header__link:hover .header__icon::before {
    -webkit-transform: none;
            transform: none;
  }
}
.header__link:hover .header__icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 1000px) {
  .header__link:hover .header__icon::after {
    -webkit-transform: none;
            transform: none;
  }
}
.header__link:hover span {
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media screen and (max-width: 1000px) {
  .header__link:hover span {
    text-decoration: none;
  }
}
.header__icon {
  width: 34.12px;
  height: 27.44px;
  position: relative;
}
.header__icon::before, .header__icon::after {
  content: "";
  position: absolute;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: url("./public/img/svg/star-orange.svg") no-repeat center/contain;
}
.header__icon::before {
  top: 0;
  left: 0;
  width: 21.07px;
  height: 21.07px;
}
.header__icon::after {
  right: 0;
  bottom: 0;
  width: 11.16px;
  height: 11.16px;
}
.header__icon--purple::before, .header__icon--purple::after {
  background: url("./public/img/svg/star-purple.svg") no-repeat center/contain;
}
.header__icon--green::before, .header__icon--green::after {
  background: url("./public/img/svg/star-green.svg") no-repeat center/contain;
}
.header__icon--yellow::before, .header__icon--yellow::after {
  background: url("./public/img/svg/star-yellow.svg") no-repeat center/contain;
}
.header__menubar {
  display: none;
}
@media screen and (max-width: 1000px) {
  .header__menubar {
    gap: 5px;
    width: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header__menubar.active .header__menubar-line {
  border-color: transparent;
}
.header__menubar.active .header__menubar-line::before {
  top: 0;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.header__menubar.active .header__menubar-line::after {
  bottom: -1px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
@media screen and (max-width: 1000px) {
  .header__menubar.active .header__menubar-text .open {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .header__menubar.active .header__menubar-text .close {
    display: block;
  }
}
.header__menubar-line {
  width: 38px;
  height: 2px;
  display: block;
  line-height: 1em;
  margin-block: 9px;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-bottom: 2px solid #583010;
}
.header__menubar-line::before, .header__menubar-line::after {
  left: 0;
  height: 0;
  content: "";
  width: 38px;
  display: block;
  position: absolute;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
  border-bottom: 2px solid #583010;
}
.header__menubar-line::before {
  top: -9px;
}
.header__menubar-line::after {
  bottom: -11px;
}
@media screen and (max-width: 1000px) {
  .header__menubar-text {
    font-size: 1.2rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 1000px) {
  .header__menubar-text .open {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .header__menubar-text .close {
    display: none;
  }
}

.image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image--100 {
  height: 100%;
}
.image--auto {
  width: auto;
}
.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.top {
  overflow: hidden;
  background-color: #f0f7cb;
}
.top__mv-background {
  width: 100%;
}
.top__mv-background img {
  min-height: 840px;
}
@media screen and (max-width: 767px) {
  .top__mv-background img {
    min-height: 671px;
  }
}
.top__intro {
  margin-top: -90px;
  position: relative;
  scroll-margin-top: 100px;
}
@media screen and (max-width: 1050px) {
  .top__intro {
    margin-top: -30px;
  }
}
@media screen and (max-width: 767px) {
  .top__intro {
    margin-top: 40px;
  }
}
.top__intro::before {
  top: 50%;
  left: 50%;
  z-index: 0;
  content: "";
  display: block;
  width: 372.58px;
  height: 372.63px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("./public/img/top/intro-bg.png") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .top__intro::before {
    height: 335px;
    width: 334.96px;
  }
}
.top__intro-bg::before, .top__intro-bg::after {
  z-index: 0;
  content: "";
  position: absolute;
}
.top__intro-bg::before {
  top: -40px;
  width: 188px;
  height: 244.16px;
  left: calc(50% - 518px);
  background: url("./public/img/top/svg/intro-bg1.svg") no-repeat center/contain;
}
@media screen and (max-width: 1050px) {
  .top__intro-bg::before {
    left: calc(50% - 450px);
  }
}
@media screen and (max-width: 767px) {
  .top__intro-bg::before {
    top: -62px;
    width: 360.53px;
    height: 105.14px;
    left: calc(50% - 190px);
    background: url("./public/img/top/svg/intro-bg1-sp.svg") no-repeat center/contain;
  }
}
.top__intro-bg::after {
  top: -50px;
  height: 505px;
  width: 215.22px;
  right: calc(50% - 539.22px);
  background: url("./public/img/top/svg/intro-bg2.svg") no-repeat center/contain;
}
@media screen and (max-width: 1050px) {
  .top__intro-bg::after {
    right: calc(50% - 450px);
  }
}
@media screen and (max-width: 767px) {
  .top__intro-bg::after {
    top: unset;
    bottom: -100px;
    height: 355.5px;
    width: 409.23px;
    right: calc(50% - 215px);
    background: url("./public/img/top/svg/intro-bg2-sp.svg") no-repeat center/contain;
  }
}
.top__intro-container {
  z-index: 1;
  position: relative;
  max-width: calc(601px + 8%);
}
.top__intro-title {
  z-index: 1;
  width: 100%;
  max-width: 339px;
  position: relative;
  margin-inline: auto;
  margin-bottom: 37px;
}
@media screen and (max-width: 767px) {
  .top__intro-title {
    max-width: 265px;
    margin-bottom: 27px;
  }
}
.top__intro-text {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500;
  line-height: 2.2222222222em;
}
@media screen and (max-width: 767px) {
  .top__intro-text {
    font-size: 16px;
    line-height: 2.125em;
  }
}
.top__about {
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top__about {
    margin-top: 75px;
  }
}
.top__about-container {
  position: relative;
}
.top__about-container::before, .top__about-container::after {
  content: "";
  position: absolute;
}
.top__about-container::before {
  top: 75px;
  left: -45px;
  width: 342px;
  height: 681px;
  background: url("./public/img/top/about-bg1.png") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .top__about-container::before {
    top: 25px;
    width: 98px;
    height: 98px;
    left: calc(50% + 70px);
    background: url("./public/img/svg/star-white.svg") no-repeat center/contain;
  }
}
.top__about-container::after {
  top: 138px;
  right: -23px;
  height: 665px;
  width: 189.63px;
  background: url("./public/img/top/about-bg2.png") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .top__about-container::after {
    content: none;
  }
}
.top__about-title {
  z-index: 1;
  width: 100%;
  position: relative;
  max-width: 668.31px;
  margin-inline: auto;
  margin-bottom: 12.4px;
}
@media screen and (max-width: 767px) {
  .top__about-title {
    max-width: 272px;
    margin-bottom: 20px;
  }
}
.top__about-subtitle {
  display: block;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 27px;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #247705;
}
@media screen and (max-width: 767px) {
  .top__about-subtitle {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.3333333333em;
  }
}
.top__about-content {
  z-index: 1;
  width: 100%;
  position: relative;
  max-width: 778.71px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .top__about-content {
    left: 50%;
    min-width: 412px;
    position: relative;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.top__about-button {
  gap: 10px;
  z-index: 1;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 293px;
  font-size: 2.4rem;
  line-height: 1em;
  margin-top: -29px;
  position: relative;
  margin-inline: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 25px;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-inline: 20px 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 2px solid #e66003;
  background-color: #e66003;
  -webkit-box-shadow: 0 7px #ffcf4d;
          box-shadow: 0 7px #ffcf4d;
}
@media screen and (max-width: 767px) {
  .top__about-button {
    height: 46px;
    font-size: 18px;
    margin-top: 55px;
    max-width: 300px;
    padding-inline: 16px 18px;
  }
}
.top__about-button::after {
  content: "";
  width: 30.4px;
  height: 36.3px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  background: url("./public/img/svg/icon-pdf.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .top__about-button::after {
    width: 23.57px;
    height: 28.15px;
  }
}
.top__about-button:hover {
  color: #e66003;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
  background-color: #fff;
  -webkit-box-shadow: 0 0 #ffcf4d;
          box-shadow: 0 0 #ffcf4d;
}
.top__about-button:hover::after {
  -webkit-filter: none;
          filter: none;
}
.top__banner {
  margin-block: 115px;
  padding-block: 35px 36px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.5, rgba(255, 255, 255, 0.8)), to(transparent));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0.5, transparent);
}
@media screen and (max-width: 767px) {
  .top__banner {
    padding-block: 0;
    margin-block: 163px 70px;
  }
}
.top__banner-container {
  position: relative;
}
.top__banner-container::after {
  top: 50%;
  content: "";
  height: 198px;
  width: 99.47px;
  display: block;
  position: absolute;
  right: calc(4% - 10px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("./public/img/top/svg/banner-decor.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .top__banner-container::after {
    right: 4%;
    top: unset;
    bottom: -35px;
    width: 147.7px;
    height: 69.32px;
    -webkit-transform: none;
            transform: none;
    background: url("./public/img/top/svg/banner-decor-sp.svg") no-repeat center/contain;
  }
}
.top__banner-image {
  top: 50%;
  width: 216px;
  height: 216px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .top__banner-image {
    left: 50%;
    top: -130px;
    width: 262px;
    height: 218.76px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.top__banner-text {
  font-size: 1.8rem;
  font-weight: 500;
  margin-inline: 246px 95px;
  line-height: 2.2222222222em;
}
@media screen and (max-width: 767px) {
  .top__banner-text {
    font-size: 16px;
    margin-inline: 0;
    text-align: center;
    padding: 115px 0 40px;
    line-height: 2.125em;
  }
}
.top__title {
  display: block;
  font-size: 3.2rem;
  text-align: center;
  font-weight: 700;
  padding-block: 7.8px 11.8px;
  border-top: 1px solid rgba(88, 48, 16, 0.75);
  border-bottom: 1px solid rgba(88, 48, 16, 0.75);
}
@media screen and (max-width: 767px) {
  .top__title {
    font-size: 25px;
    padding-block: 2.8px 4.8px;
  }
}
.top__links {
  padding-bottom: 100px;
  scroll-margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .top__links {
    padding-bottom: 110px;
  }
}
.top__links-container {
  position: relative;
}
.top__links-container::before {
  z-index: 1;
  left: -15px;
  content: "";
  bottom: -135px;
  width: 292.5px;
  height: 99.19px;
  position: absolute;
  background: url("./public/img/top/svg/link-bg.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .top__links-container::before {
    left: 8%;
    bottom: -140px;
    width: 284.36px;
    height: 81.15px;
    background: url("./public/img/top/svg/link-bg-sp.svg") no-repeat center/contain;
  }
}
.top__link-list {
  display: grid;
  gap: 30px 40px;
  max-width: 640px;
  margin-top: 48px;
  margin-inline: auto;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .top__link-list {
    gap: 25px;
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.top__link-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .top__link-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top__link-btn {
  gap: 10px;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  color: #fff;
  padding-inline: 21px;
  font-weight: 700;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 2px solid #247705;
  background-color: #247705;
  -webkit-box-shadow: 0 7px #ffcf4d;
          box-shadow: 0 7px #ffcf4d;
}
@media screen and (max-width: 767px) {
  .top__link-btn {
    max-width: 300px;
  }
}
.top__link-btn::after {
  content: "";
  width: 22.69px;
  height: 22.69px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  background: url("./public/img/svg/external-green.svg") no-repeat center/contain;
}
.top__link-btn:hover {
  color: #247705;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
  background-color: #fff;
  -webkit-box-shadow: 0 0 #ffcf4d;
          box-shadow: 0 0 #ffcf4d;
}
.top__link-btn:hover::after {
  -webkit-filter: none;
          filter: none;
}
.top__link-btn--normal {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.top__link-btn--normal::after {
  content: none;
}
.top__link-btn--normal:hover {
  color: #fff;
  background-color: #247705;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 0 #ffcf4d;
          box-shadow: 0 0 #ffcf4d;
}
.top__link-btn--fs18 {
  font-size: 1.8rem;
}
.top__link-note {
  margin-top: 12px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top__link-note {
    margin-top: 9px;
  }
}
.top__event {
  position: relative;
  scroll-margin-top: 100px;
  padding-block: 82px 120px;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .top__event {
    padding-block: 52px 70px;
  }
}
.top__event::before {
  left: 0;
  top: -14px;
  content: "";
  width: 100%;
  height: 15px;
  opacity: 0.7;
  position: absolute;
  background: url("./public/img/top/svg/event-bg.svg") repeat center/contain;
  background-size: 1265px 15px;
}
.top__event-main {
  gap: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-block: 53px 60px;
}
@media screen and (max-width: 980px) {
  .top__event-main {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .top__event-main {
    gap: 20px;
  }
}
.top__event-main-title {
  width: 100%;
  max-width: 377px;
}
@media screen and (max-width: 767px) {
  .top__event-main-title {
    max-width: 274px;
  }
}
.top__event-item {
  gap: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .top__event-item {
    gap: 10px;
  }
}
.top__event-item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top__event-item:not(:last-child) {
    margin-bottom: 12px;
  }
}
.top__event-tag {
  height: 25px;
  display: block;
  min-width: 90px;
  font-size: 1.8rem;
  line-height: 1em;
  padding-block: 2px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  background-color: #e66003;
}
@media screen and (max-width: 767px) {
  .top__event-tag {
    height: 22px;
    font-size: 14px;
    min-width: 75px;
    padding-block: 4px;
  }
}
.top__event-tag--mtop {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .top__event-tag--mtop {
    margin-top: 15px;
  }
}
.top__event-text {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top__event-text {
    font-size: 16px;
  }
}
.top__event-text .fs14 {
  font-size: 1.4rem;
}
.top__event-text .fs16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .top__event-text .fs16 {
    font-size: 14px;
  }
}
.top__event-text .fs22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .top__event-text .fs22 {
    font-size: 16px;
  }
}
.top__event-text .fs24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .top__event-text .fs24 {
    font-size: 16px;
  }
}
.top__event-text .fs28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .top__event-text .fs28 {
    font-size: 20px;
  }
}
.top__event-text .fs41 {
  font-size: 4.1rem;
}
@media screen and (max-width: 767px) {
  .top__event-text .fs41 {
    font-size: 30px;
  }
}
.top__event-sub {
  padding-top: 43px;
  position: relative;
}
.top__event-sub::before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 5.41px;
  position: absolute;
  background: url("./public/img/top/svg/event-border.svg") no-repeat center/contain;
  background-size: 1000px 5.41px;
}
.top__event-sub::after {
  top: -20px;
  content: "";
  width: 865.01px;
  height: 390.13px;
  position: absolute;
  left: calc(50% - 380px);
  background: url("./public/img/top/svg/event-sub-bg.svg") no-repeat center/contain;
  background-size: 865.01px 390.13px;
}
@media screen and (max-width: 767px) {
  .top__event-sub::after {
    top: -30px;
    width: 329px;
    height: 78.46px;
    left: calc(50% - 155px);
    background: url("./public/img/top/svg/event-sub-bg-sp.svg") no-repeat center/contain;
    background-size: 329px 78.46px;
  }
}
.top__event-subtitle {
  max-width: 377px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .top__event-subtitle {
    max-width: 277px;
  }
}
.top__event-sub-list {
  gap: 40px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 68px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top__event-sub-list {
    gap: 50px;
    margin-top: 57px;
  }
}
.top__event-sub-list::before {
  z-index: -1;
  content: "";
  right: 28px;
  width: 181px;
  height: 86px;
  bottom: 78px;
  position: absolute;
  background: url("./public/img/top/svg/event-sub-list-bg.svg") no-repeat center/contain;
}
@media screen and (max-width: 1086px) {
  .top__event-sub-list::before {
    content: none;
  }
}
.top__event-sub-content {
  width: 100%;
  max-width: 480px;
}
@media screen and (max-width: 1086px) {
  .top__event-sub-content {
    max-width: 100%;
  }
}
@media screen and (max-width: 1086px) {
  .top__event-sub-content .top__event-list {
    max-width: 510px;
    margin-inline: auto;
  }
}
.top__event-label {
  width: 100%;
  height: 37px;
  padding: 4px;
  display: block;
  font-size: 2rem;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 10px;
  font-weight: 700;
  background-color: #ffcf4d;
}
@media screen and (max-width: 767px) {
  .top__event-label {
    font-size: 16px;
    padding-block: 6px 7px;
  }
}

.overflow {
  overflow: hidden;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.fw-medium {
  font-weight: 500;
}

.fw-bold {
  font-weight: 700;
}

.ff-barlow {
  font-family: "Barlow", sans-serif;
}

.orange {
  color: #e66003;
}

.green {
  color: #247705;
}