@charset "UTF-8";
.-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.-grid {
  display: grid;
}

.-under__yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #FFD200));
  background: linear-gradient(transparent 75%, #FFD200 0%);
}

/* ============================
body全体の指定
=============================== */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #f5f4f2;
  color: #080600;
}
body a {
  text-decoration: none;
}

.mv .mv__pc img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .mv .mv__pc {
    display: none;
  }
}
.mv .mv__sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .mv .mv__sp {
    display: block;
  }
}
.mv .mv__sp img {
  width: 100%;
}

.guest {
  max-width: 1120px;
  width: 100%;
  border-bottom: solid 5px #FFD200;
  margin: 80px auto 0;
  padding-bottom: 60px;
}
@media screen and (max-width: 860px) {
  .guest {
    margin-top: 40px;
  }
}
.guest__title {
  width: 100%;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 860px) {
  .guest__title {
    margin-bottom: 12px;
  }
}
.guest__title__sub {
  width: 160px;
  margin-inline: auto;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
  height: 25px;
}
@media screen and (max-width: 860px) {
  .guest__title__sub {
    font-size: 16px;
  }
}
.guest__title__main {
  font-size: 28px;
  letter-spacing: 0.05em;
  margin-top: 16px;
}
@media screen and (max-width: 860px) {
  .guest__title__main {
    font-size: 20px;
    margin-top: 8px;
  }
}
.guest__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 860px) {
  .guest__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
}
.guest_img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
.guest__content h2 {
  font-size: 28px;
  margin-bottom: 24px;
  color: #222;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 12px;
}
@media screen and (max-width: 860px) {
  .guest__content h2 {
    font-size: 18px;
    margin-bottom: 12px;
    padding-bottom: 4px;
  }
}
.guest__section {
  margin-bottom: 24px;
}
.guest__section h3 {
  font-size: 18px;
  color: #080600;
  margin-bottom: 12px;
  position: relative;
  padding-left: 12px;
}
@media screen and (max-width: 860px) {
  .guest__section h3 {
    font-size: 16px;
  }
}
.guest__section h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 80%;
  background: #FFD200;
  border-radius: 2px;
}
.guest__section p {
  line-height: 1.8;
  font-size: 1rem;
}
@media screen and (max-width: 860px) {
  .guest__section p {
    font-size: 14px;
  }
}
.guest__section a {
  font-weight: bold;
  color: #080600;
  border-bottom: #FFD200 3px solid;
  text-align: right;
}
.guest__section ul {
  font-size: 1rem;
}
@media screen and (max-width: 860px) {
  .guest__section ul {
    font-size: 14px;
  }
}

.news {
  margin: 40px auto;
  width: 80%;
  padding: 60px 40px;
  background-color: #FFD200;
  -webkit-box-shadow: 8px 8px 0 #080600;
          box-shadow: 8px 8px 0 #080600;
}
.news p {
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}

.about {
  margin-top: 108px;
  position: relative;
  margin-right: 5%;
  margin-left: 5%;
}
@media screen and (max-width: 860px) {
  .about {
    margin-top: 68px;
    margin-right: 15px;
    margin-left: 15px;
  }
}
.about .about__content {
  max-width: 680px;
  margin-inline: auto;
}
.about .about__content .about__title {
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 28px;
}
@media screen and (max-width: 860px) {
  .about .about__content .about__title {
    font-size: 20px;
  }
}
.about .about__content .about__txt {
  margin-top: 48px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
@media screen and (max-width: 860px) {
  .about .about__content .about__txt {
    margin-top: 28px;
    font-size: 14px;
    line-height: 1.6;
  }
}
.about .about__content .about__spons {
  text-align: end;
  margin-top: 48px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 860px) {
  .about .about__content .about__spons {
    font-size: 13px;
    line-height: 1.4;
  }
}
.about .about__img {
  width: 37%;
  max-width: 361px;
  position: absolute;
  bottom: -80px;
  left: 0;
  z-index: -10;
}
.about .about__img img {
  width: 100%;
  height: auto;
}

.info {
  margin-top: 80px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.info__content {
  max-width: 1120px;
  width: 100%;
  background-color: #FFD200;
  margin-inline: auto;
  padding: 88px 15px 93px;
}
@media screen and (max-width: 860px) {
  .info__content {
    padding: 60px 15px 63px;
  }
}

.info__title {
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 860px) {
  .info__title {
    font-size: 20px;
  }
}

.info__list {
  max-width: 810px;
  width: 100%;
  margin-inline: auto;
  padding-top: 68px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 860px) {
  .info__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    padding-top: 48px;
  }
}

.info__list__container-left {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  max-width: 60%;
}
@media screen and (max-width: 860px) {
  .info__list__container-left {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.info__list__container-left ul:not(:first-child) {
  padding-top: 28px;
}

.info__list__item {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 860px) {
  .info__list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 8px;
    font-size: 14px;
  }
}
.info__list__item li:first-child {
  width: 154px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 860px) {
  .info__list__item li:first-child {
    width: 100%;
    font-size: 16px;
  }
}
.info__list__item li:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.info__list__day-main {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 860px) {
  .info__list__day-main {
    font-weight: 400;
    font-size: 14px;
  }
}

.info__list__day-sub {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 860px) {
  .info__list__day-sub {
    font-size: 13px;
  }
}

.info__list__container-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  width: 300px;
}
@media screen and (max-width: 860px) {
  .info__list__container-right {
    max-width: 320px;
  }
}

.info__list__btn {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f5f4f2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-right: 24px;
  border-bottom-right-radius: 10px;
  position: relative;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 5px 5px 0 #080600;
          box-shadow: 5px 5px 0 #080600;
}
@media screen and (max-width: 860px) {
  .info__list__btn {
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 400px;
    width: 75%;
    margin-inline: auto;
  }
}
.info__list__btn p {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  margin-right: 10px;
}
.info__list__btn.-yellow {
  background-color: #FFD200;
  width: 300px;
  margin-inline: auto;
}
@media screen and (max-width: 860px) {
  .info__list__btn.-yellow {
    max-width: 270px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.info__list__btn.-application {
  width: 270px;
  padding-right: 10px;
  border: solid 1px #080600;
}
@media screen and (max-width: 860px) {
  .info__list__btn.-application {
    max-width: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.info__list__btn.-sport__entry p {
  margin-right: 0;
}
.info__list__btn.-records {
  border-bottom-right-radius: 0%;
  width: 320px;
}
@media screen and (max-width: 860px) {
  .info__list__btn.-records {
    max-width: 600px;
  }
}
@media screen and (max-width: 599px) {
  .info__list__btn.-records {
    width: 260px;
  }
}
.info__list__btn.-application {
  -webkit-box-shadow: 5px 5px 0 #FFD200;
          box-shadow: 5px 5px 0 #FFD200;
}
.info__list__btn.-application:hover {
  top: 5px;
  right: 5px;
  -webkit-box-shadow: 5px 5px 0 #FFD200;
          box-shadow: 5px 5px 0 #FFD200;
}
.info__list__btn.-application:active {
  top: 10px;
  right: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.info__list__btn:hover {
  top: 5px;
  right: 5px;
  -webkit-box-shadow: 5px 5px 0 #080600;
          box-shadow: 5px 5px 0 #080600;
}
.info__list__btn:active {
  top: 10px;
  right: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.info__list__btn .btn__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
}
.info__list__btn .btn__arrow img {
  width: 100%;
  height: auto;
}

.contact {
  margin-top: 80px;
}
.contact.-home {
  margin-top: 32px;
}
@media screen and (max-width: 860px) {
  .contact {
    margin-top: 60px;
  }
}

.contact__container {
  margin-right: 10px;
  margin-left: 10px;
  margin-inline: auto;
  max-width: 1120px;
  width: 100%;
  border-top: solid 5px #FFD200;
}
@media screen and (max-width: 860px) {
  .contact__container {
    border-top: none;
  }
}

.contact__title {
  width: 100%;
  padding-top: 48px;
  text-align: center;
}

.contact__title__sub {
  width: 124px;
  margin-inline: auto;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
  height: 25px;
}
@media screen and (max-width: 860px) {
  .contact__title__sub {
    font-size: 16px;
  }
}

.contact__title__main {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.05em;
  margin-top: 16px;
}
@media screen and (max-width: 860px) {
  .contact__title__main {
    font-size: 20px;
    margin-top: 8px;
  }
}

.contact__wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 68px;
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 860px) {
  .contact__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contact__img {
  max-width: 570px;
  width: 100%;
}
@media screen and (max-width: 860px) {
  .contact__img {
    width: 100%;
  }
}
.contact__img img {
  width: 100%;
}

.contact__content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 860px) {
  .contact__content {
    margin-top: 28px;
  }
}

.contact__content__name {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 860px) {
  .contact__content__name {
    font-size: 14px;
    line-height: 1.4;
  }
}

.contact__content__addr {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
@media screen and (max-width: 860px) {
  .contact__content__addr {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 12px;
  }
}

.contact__nam {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 860px) {
  .contact__nam {
    margin-top: 20px;
  }
}

.contact__nam__img {
  width: 17px;
  height: auto;
  margin-right: 20px;
}
@media screen and (max-width: 860px) {
  .contact__nam__img {
    width: 13px;
  }
}

.contact__nam__tel {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 860px) {
  .contact__nam__tel {
    font-size: 20px;
  }
}

.contact__num__time {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-top: 28px;
}
@media screen and (max-width: 860px) {
  .contact__num__time {
    font-size: 14px;
    margin-top: 20px;
  }
}

.copy {
  margin-top: 48px;
  margin-bottom: 28px;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
}

.lower__mv img {
  width: 100%;
  display: block;
}

.lower__header__container {
  max-width: 1120px;
  width: 100%;
  padding-top: 24px;
  margin-inline: auto;
  border-bottom: solid 5px #FFD200;
}

.lower_header__breadcrumbs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.04em;
  margin-left: 15px;
}

.lower__header__title {
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.04em;
  margin-top: 58px;
  margin-right: 5px;
  margin-left: 5px;
  padding-bottom: 16px;
}
.lower__header__title.-download {
  font-size: 16px;
}
@media screen and (max-width: 860px) {
  .lower__header__title {
    margin-top: 40px;
    font-size: 20px;
  }
}

.lower__desc__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 128px;
  max-width: 810px;
  width: 100%;
  margin-top: 108px;
  margin-inline: auto;
}
.lower__desc__content.-record {
  width: 100%;
}
@media screen and (max-width: 860px) {
  .lower__desc__content {
    margin-top: 60px;
    gap: 80px;
  }
}

.lower__desc__head {
  display: inline-block;
  padding-right: 8px;
  padding-left: 8px;
  margin-bottom: 48px;
}
@media screen and (max-width: 860px) {
  .lower__desc__head {
    margin-bottom: 28px;
  }
}

.lower__desc__wrap-schedule {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 84.5px;
}
@media screen and (max-width: 860px) {
  .lower__desc__wrap-schedule {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
  }
}

.lower__desc__menu-schedule {
  width: 120px;
  margin-right: 5px;
  margin-left: 5px;
}
@media screen and (max-width: 860px) {
  .lower__desc__menu-schedule {
    width: 260px;
  }
}

.lower__desc__item {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 860px) {
  .lower__desc__item {
    font-size: 14px;
  }
}

.lower__desc__day {
  background-color: rgba(255, 210, 0, 0.2);
  font-weight: 700;
}
@media screen and (max-width: 860px) {
  .lower__desc__day {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.lower__desc__time {
  margin-top: 4px;
}
@media screen and (max-width: 860px) {
  .lower__desc__time {
    font-size: 18px;
  }
}

.mid-arrow-schedule {
  width: 56px;
}
@media screen and (max-width: 860px) {
  .mid-arrow-schedule img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.lower__desc__menu-award {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-right: 5px;
  margin-left: 5px;
}

.table-wrapper {
  overflow: auto;
  white-space: nowrap;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 860px) {
  .table-wrapper {
    max-height: 80vh;
  }
}

.desc__event__table {
  gap: 8px;
  min-width: 800px;
}

.desc__event__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 128px;
}
.desc__event__container td,
.desc__event__container th {
  display: inline-block;
  width: 100%;
}
.desc__event__container th {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.1em;
  border-bottom: solid 1px #FFD200;
  padding-bottom: 8px;
  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;
  min-height: 60px;
  text-wrap: balance;
}
.desc__event__container.-event {
  width: 155.6px;
}

.desc__event__head {
  display: inline-block;
  width: 100%;
  background-color: rgba(255, 210, 0, 0.2);
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.desc__event__head span {
  font-size: 14px;
  display: block;
}

.desc__event__body {
  background-color: #FFFEFA;
  padding-top: 5px;
  padding-bottom: 5px;
}

.desc__event__num {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.desc__event__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.desc__event__name span {
  font-size: 13px;
}

.desc__event__note {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.lower__desc_notice {
  margin-top: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.desc__price__head span {
  font-size: 13px;
  text-align: bottom;
  display: block;
}

.desc__note__head {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.1em;
  border-bottom: solid 1px #FFD200;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 860px) {
  .desc__note__head {
    font-size: 16px;
  }
}
.desc__note__head.-application__entry {
  text-align: center;
  border-bottom: none;
}
.desc__note__head.-application__entry span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  background-color: rgba(255, 210, 0, 0.2);
  padding-right: 4px;
  padding-left: 4px;
}

.lower__desc__note__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  max-width: 810px;
  width: 100%;
}

.desc__note__body span {
  display: inline-block;
}
.desc__note__body .note__time {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
.desc__note__body .note__m-top12 {
  margin-top: 12px;
}
.desc__note__body .color__orange {
  color: #FF8A00;
}
.desc__note__body .desc__note__priv {
  margin-top: 8px;
}

.lower__desc__btn {
  margin-top: 60px;
}
.lower__desc__btn.-download {
  margin-top: 12px;
}

.lower__desc__menu {
  margin-right: 5px;
  margin-left: 5px;
}
.lower__desc__menu.-application {
  margin-top: 48px;
}
.lower__desc__menu.-records {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, auto);
  gap: 42px 126px;
  grid-template-areas: "item1 item2" "item3 item4" "item5 item6" "item7 .";
}
@media screen and (max-width: 860px) {
  .lower__desc__menu.-records {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    margin-top: 0;
  }
}
.lower__desc__menu .desc__application__btn.grid-item:nth-child(1) {
  grid-area: item1;
}
.lower__desc__menu .desc__application__btn.grid-item:nth-child(2) {
  grid-area: item2;
}
.lower__desc__menu .desc__application__btn.grid-item:nth-child(3) {
  grid-area: item3;
}
.lower__desc__menu .desc__application__btn.grid-item:nth-child(4) {
  grid-area: item4;
}
.lower__desc__menu .desc__application__btn.grid-item:nth-child(5) {
  grid-area: item5;
}
.lower__desc__menu .desc__application__btn.grid-item:nth-child(6) {
  grid-area: item6;
}
.lower__desc__menu .desc__application__btn.grid-item:nth-child(7) {
  grid-area: item7;
}

.desc__application__btn {
  gap: 48px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 860px) {
  .desc__application__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-inline: auto;
  }
  .desc__application__btn:not(:first-child) {
    margin-top: 20px;
  }
}
.desc__application__btn.-download {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

.lower__course__container {
  padding-top: 108px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1120px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 860px) {
  .lower__course__container {
    padding-top: 60px;
  }
}

.record__day {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.04em;
  margin-right: 20px;
}
@media screen and (max-width: 860px) {
  .record__day {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */