.page-course .hidden-sp {
  display: none;
}
@media screen and (min-width: 641px) {
  .page-course .hidden-sp {
    display: block;
  }
}
@media screen and (min-width: 641px) {
  .page-course .hidden-pc {
    display: none;
  }
}
.page-course .dot-red {
  position: relative;
  display: inline-block;
  width: 1em;
}
.page-course .dot-red::before {
  position: absolute;
  display: block;
  width: 0.25em;
  height: 0.25em;
  margin: auto;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  border-radius: 50%;
  background-color: #e5487e;
  content: "";
  inset: -1.7em 0 0 0;
}
.page-course .issues {
  padding: 60px 0 90px;
  background-color: #d1edff;
}
@media screen and (min-width: 641px) {
  .page-course .issues {
    padding: 80px 0 130px;
  }
}
.page-course .issues .issues__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
}
@media screen and (min-width: 641px) {
  .page-course .issues .issues__inner {
    gap: 48px;
  }
}
.page-course .issues .issues__h2 {
  margin-bottom: 0;
  border-bottom: none;
  background-color: #d1edff;
  font-size: 19px;
  font-weight: 700;
  line-height: 2;
  color: #0051be;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .page-course .issues .issues__h2 {
    font-size: 30px;
    letter-spacing: 0.02em;
  }
}
.page-course .issues .issues__h2__subtitle {
  display: block;
  width: 100%;
  margin-inline: auto;
  margin-top: 16px;
}
@media screen and (min-width: 641px) {
  .page-course .issues .issues__h2__subtitle {
    margin-top: 0;
  }
}
.page-course .issues .issues__h2__strong {
  font-size: 27px;
  font-weight: 900;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 641px) {
  .page-course .issues .issues__h2__strong {
    font-size: 46px;
  }
}
.page-course .issues .issues__lead ul {
  display: -ms-grid;
  display: grid;
  gap: 18px;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  justify-items: center;
}
@media screen and (min-width: 641px) {
  .page-course .issues .issues__lead ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 36px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.page-course .issues .issues__lead ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .page-course .issues .issues__lead ul > li {
    width: auto;
  }
}
.page-course .issues .issues__lead ul > li img {
  display: block;
  width: 100%;
  height: auto;
}
.page-course .issues .issues__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
}
@media screen and (min-width: 641px) {
  .page-course .issues .issues__detail {
    gap: 48px;
  }
}
.page-course .issues .issues__detail .detail-item {
  scroll-margin-top: 160px;
  overflow: hidden;
  border: 3px solid #00357c;
  border-radius: 10px;
  background: #fff;
}
.page-course .issues .issues__detail .detail-item__head {
  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;
  gap: 20px;
  padding: 24px 20px;
  background: #00357c;
  color: #fff;
}
@media screen and (min-width: 641px) {
  .page-course .issues .issues__detail .detail-item__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 24px 32px;
  }
}
.page-course .issues .issues__detail .detail-item__head .head-number {
  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;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  color: #00357c;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (min-width: 641px) {
  .page-course .issues .issues__detail .detail-item__head .head-number {
    width: 60px;
    height: 60px;
    font-size: 23px;
  }
}
.page-course .issues .issues__detail .detail-item__head .head-title {
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 21px;
  font-weight: bold;
}
@media screen and (min-width: 641px) {
  .page-course .issues .issues__detail .detail-item__head .head-title {
    font-size: 23px;
  }
}
.page-course .issues .issues__detail .detail-item__body {
  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;
  padding: 24px;
}
@media screen and (min-width: 641px) {
  .page-course .issues .issues__detail .detail-item__body {
    padding: 48px;
  }
}
.page-course .issues .issues__detail .detail-item__body .body-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
}
@media screen and (min-width: 641px) {
  .page-course .issues .issues__detail .detail-item__body .body-block {
    gap: 40px;
  }
}
.page-course .issues .issues__detail .detail-item__body .body-icon {
  width: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-course .issues .issues__detail .detail-item__body .body-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.page-course .issues .issues__detail .detail-item__body .body-content .body-title {
  margin-bottom: 12px;
  font-size: 21px;
  line-height: 1.5;
  color: #00357c;
}
@media screen and (min-width: 641px) {
  .page-course .issues .issues__detail .detail-item__body .body-content .body-title {
    margin-bottom: 16px;
    font-size: 23px;
  }
}
.page-course .issues .issues__detail .detail-item__body .body-content p {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 641px) {
  .page-course .issues .issues__detail .detail-item__body .body-content p {
    font-size: 15px;
  }
}
.page-course .issues .issues__detail .detail-item__body .body-divider {
  width: 100%;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #00357c;
}
.page-course .issues .issues__detail .issues-detail__points {
  padding: 24px;
  background: #f0f9ff;
}
@media screen and (min-width: 641px) {
  .page-course .issues .issues__detail .issues-detail__points {
    padding: 40px;
  }
}
.page-course .issues .issues__detail .issues-detail__points .points-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 641px) {
  .page-course .issues .issues__detail .issues-detail__points .points-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.page-course .issues .issues__detail .issues-detail__points .points-title {
  margin-bottom: 8px;
  font-size: 21px;
  font-weight: bold;
  color: #0051be;
}
@media screen and (min-width: 641px) {
  .page-course .issues .issues__detail .issues-detail__points .points-title {
    font-size: 23px;
  }
}
.page-course .issues .issues__detail .issues-detail__points .points-text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (min-width: 641px) {
  .page-course .issues .issues__detail .issues-detail__points .points-text ul li {
    font-size: 15px;
  }
}
.page-course .issues .issues__detail .issues-detail__points .points-text ul li::before {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 0.5em;
  background-image: url("../../img/course/2026spring/check.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-course .issues .issues__detail .issues-detail__points .points-illust {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-course .issues .issues__detail .issues-detail__points .points-illust img {
  display: block;
  width: 140px;
  height: auto;
  margin-inline: auto;
}
.page-course .special {
  position: relative;
  padding: 50px 0 50px;
  background-color: #bad7ff;
}
@media screen and (min-width: 641px) {
  .page-course .special {
    padding: 120px 0 80px;
  }
}
.page-course .special .special__inner {
  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;
}
@media screen and (min-width: 641px) {
  .page-course .special .special__inner {
    gap: 32px;
  }
}
.page-course .special .special__desc {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  color: #00357c;
  text-align: center;
  letter-spacing: 0.02em;
  margin-inline: calc(50% - 50vw);
}
@media screen and (min-width: 641px) {
  .page-course .special .special__desc {
    width: 100%;
    font-size: 26px;
    line-height: 1.8461538462;
    margin-inline: 0;
  }
}
.page-course .special .special__desc img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-course .special-benefits {
  width: 100%;
  padding: 50px 0;
  background-color: #fff;
}
@media screen and (min-width: 641px) {
  .page-course .special-benefits {
    width: auto;
    max-width: min(1000px, 73.2064421669vw);
    padding: 92px 0 100px;
    margin-inline: auto;
  }
}
.page-course .special-benefits .special-benefits__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 641px) {
  .page-course .special-benefits .special-benefits__inner {
    gap: 96px;
  }
}
.page-course .special-benefits .special-benefits__cont {
  width: 100%;
}
.page-course .special-benefits .special-benefits__head {
  position: relative;
  width: 100%;
  padding: 0;
  border-radius: 10px 10px 0px 0px;
  background-color: #e5487e;
  -webkit-box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.1);
}
.page-course .special-benefits .special-benefits__head > picture {
  display: block;
  height: 100%;
}
.page-course .special-benefits .special-benefits__head img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 641px) {
  .page-course .special-benefits .special-benefits__head img {
    -o-object-fit: initial;
       object-fit: initial;
  }
}
.page-course .special-benefits .special-benefits__body {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  padding: 40px 20px;
  border-width: 0px 6px 6px 6px;
  border-style: solid;
  border-color: #e5487e;
  border-radius: 0px 0px 10px 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
      grid-template-areas: "title" "img" "desc";
}
@media screen and (min-width: 641px) {
  .page-course .special-benefits .special-benefits__body {
    gap: 20px 40px;
    padding: 40px 7%;
    -ms-grid-columns: 35% 40px 1fr;
    grid-template-columns: 35% 1fr;
    -ms-grid-rows: auto 20px 1fr;
    grid-template-rows: auto 1fr;
        grid-template-areas: "img title" "img desc";
  }
}
.page-course .special-benefits .body-title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8333333333;
  text-align: center;
  grid-area: title;
}
@media screen and (min-width: 641px) {
  .page-course .special-benefits .body-title {
    font-size: 23px;
    line-height: 1.652173913;
    color: #00357c;
    text-align: left;
  }
}
.page-course .special-benefits .body-img {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: img;
}
.page-course .special-benefits .body-desc {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.0714285714;
  letter-spacing: 0.02em;
  grid-area: desc;
}
@media screen and (min-width: 641px) {
  .page-course .special-benefits .body-title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .page-course .special-benefits .body-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .page-course .special-benefits .body-desc {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media screen and (min-width: 641px) {
  .page-course .special-benefits .body-desc {
    font-size: 15px;
    line-height: 2.1333333333;
  }
}
.page-course .special-benefits .body-desc .highlighter {
  font-weight: 700;
}
.page-course .cta {
  background-color: #ffe6ee;
  padding: 50px 0;
}
@media screen and (min-width: 641px) {
  .page-course .cta {
    padding: 60px 0;
  }
}
.page-course .cta .cta__h2 {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 641px) {
  .page-course .cta .cta__h2 {
    gap: 24px;
  }
}
.page-course .cta .cta__h2 .cta__h2__subtitle {
  color: #e5487e;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-size: 26px;
}
@media screen and (min-width: 641px) {
  .page-course .cta .cta__h2 .cta__h2__subtitle {
    font-size: 34px;
  }
}
.page-course .cta .cta__buttonarea {
  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;
  margin-top: 30px;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 641px) {
  .page-course .cta .cta__buttonarea {
    margin-top: 40px;
    gap: 28px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.page-course .cta .cta__buttonarea > a {
  width: 100%;
}
@media screen and (min-width: 641px) {
  .page-course .cta .cta__buttonarea > a {
    width: auto;
  }
}
.page-course .cta .cta__button.--link {
  width: 100%;
}
@media screen and (min-width: 641px) {
  .page-course .cta .cta__button.--link {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  .page-course .cta .cta__button.--link:hover {
    opacity: 0.7;
  }
}
.page-course .cta .cta__button.--tel {
  width: 100%;
  pointer-events: auto;
}
@media screen and (min-width: 641px) {
  .page-course .cta .cta__button.--tel {
    pointer-events: none;
  }
}
.page-course .cta .cta__date {
  width: 100%;
  margin-top: 36px;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .page-course .cta .cta__date {
    margin-top: 40px;
  }
}
.page-course .features {
  padding: 50px 0;
  background-color: #edf9fb;
}
@media screen and (min-width: 641px) {
  .page-course .features {
    padding: 80px 0;
  }
}
.page-course .features .features__inner {
  max-width: calc(100% - 20px - 20px);
  text-align: center;
  margin-inline: auto;
}
@media screen and (min-width: 641px) {
  .page-course .features .features__inner {
    max-width: min(1000px, 73.2064421669vw);
  }
}
.page-course .features .features__h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4545454545;
  color: #333;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .page-course .features .features__h2 {
    font-size: 32px;
    line-height: 1.78125;
  }
}
.page-course .features .features__contarea {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: 30px;
}
@media screen and (min-width: 641px) {
  .page-course .features .features__contarea {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 40px;
  }
}
.page-course .features .features__desc {
  display: inline-block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8888888889;
  color: #00357c;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 641px) {
  .page-course .features .features__desc {
    margin-top: 20px;
    font-size: 24px;
    line-height: 1.6666666667;
    margin-inline: auto;
  }
}
.page-course .features .features__note {
  font-size: 10px;
  font-weight: 500;
  line-height: 2;
  color: #333;
  text-align: center;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 641px) {
  .page-course .features .features__note {
    font-size: 12px;
  }
}
.page-course .features .features__link {
  display: block;
  width: 100%;
  max-width: 89.3333333333vw;
  margin-top: 40px;
  margin-inline: auto;
}
@media screen and (min-width: 641px) {
  .page-course .features .features__link {
    max-width: 300px;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .page-course .features .features__link:hover {
    opacity: 0.7;
  }
}
.page-course .plans {
  padding: 50px 0 60px;
}
@media screen and (min-width: 641px) {
  .page-course .plans {
    padding: 80px 0 100px;
  }
}
.page-course .plans .plans__h2 {
  position: relative;
  left: -0.4em;
  margin-bottom: 0;
  border-bottom: none;
  background-color: inherit;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
}
@media screen and (min-width: 641px) {
  .page-course .plans .plans__h2 {
    left: auto;
    font-size: 40px;
    text-align: center;
  }
}
.page-course .plans .plans__catch {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9285714286;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 641px) {
  .page-course .plans .plans__catch {
    font-size: 16px;
    line-height: 1.8125;
    text-align: center;
  }
}
.page-course .plans .plans__contarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin-top: 40px;
}
@media screen and (min-width: 641px) {
  .page-course .plans .plans__contarea {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 60px;
  }
}
.page-course .plans .plans__li {
  width: 100%;
  background-color: #fff;
  text-align: center;
  -webkit-filter: drop-shadow(2px 3px 14px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(2px 3px 14px rgba(0, 0, 0, 0.1));
}
@media screen and (min-width: 641px) {
  .page-course .plans .plans__li {
    width: calc((100% - 32px - 32px) / 3);
  }
}
.page-course .plans .plans__img {
  display: block;
  width: 100%;
  aspect-ratio: 312/180;
}
.page-course .plans .plans__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.page-course .plans .plans__cont {
  padding: 20px 20px 30px;
}
.page-course .plans .plans__h3 {
  margin: 0;
  color: #0051be;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 641px) {
  .page-course .plans .plans__h3 {
    font-size: 22px;
  }
}
.page-course .plans .plans__desc {
  margin-top: 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6428571429;
  letter-spacing: 0.02em;
}
.page-course .plans .plans__link {
  position: relative;
  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;
  width: 240px;
  height: 44px;
  margin: 18px auto 0;
  border-radius: 6px;
  background-color: var(--color-orange-main);
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 641px) {
  .page-course .plans .plans__link:hover {
    text-decoration: none;
  }
  .page-course .plans .plans__link:hover::after {
    right: 10px;
  }
}
.page-course .plans .plans__link::after {
  position: absolute;
  top: 50%;
  right: 14px;
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("../../img/common/icon-button-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 641px) {
  .page-course .plans .plans__link::after {
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
}
.page-course .footer__contacts {
  padding: 40px 0 50px;
  background-color: var(--color-darkblue);
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .page-course .footer__contacts {
    padding: 80px 0 90px;
  }
}
.page-course .footer__contacts .footer__container__title {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 641px) {
  .page-course .footer__contacts .footer__container__title {
    font-size: 36px;
  }
}
.page-course .footer__contacts .footer__contactarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 16px;
  max-width: 800px;
  margin-inline: auto;
}
@media screen and (min-width: 641px) {
  .page-course .footer__contacts .footer__contactarea {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 50px;
  }
}
.page-course .footer__contacts .footer__contact > p {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 641px) {
  .page-course .footer__contacts .footer__contact > p {
    font-size: 17px;
  }
}
.page-course .footer__contacts .footer__contact .tel {
  pointer-events: auto;
}
@media screen and (min-width: 641px) {
  .page-course .footer__contacts .footer__contact .tel {
    pointer-events: none;
  }
}
.page-course .footer__contacts .footer__contact:first-of-type > p {
  position: relative;
  top: -12px;
}
@media screen and (min-width: 641px) {
  .page-course .footer__contacts .footer__contact:first-of-type > p {
    top: -16px;
  }
}
@media screen and (min-width: 641px) {
  .page-course .footer__contacts .footer__contact a {
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .page-course .footer__contacts .footer__contact a:hover {
    opacity: 0.7;
  }
}
.page-course .footer__contacts .footer__contact > a img {
  width: 100%;
  vertical-align: bottom;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 641px) {
  .page-course .footer__contacts .footer__contact > a img {
    width: auto;
  }
}
.page-course .footer__menu {
  max-width: 788px;
  margin-inline: auto;
}
.page-course .footer__menu .footer__container__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (min-width: 641px) {
  .page-course .footer__menu .footer__container__title {
    font-size: 28px;
  }
}
.page-course .footer__menu ul {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 18px;
}
@media screen and (min-width: 641px) {
  .page-course .footer__menu ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 35px;
  }
}
.page-course .footer__menu ul li {
  width: 100%;
}
@media screen and (min-width: 641px) {
  .page-course .footer__menu ul li {
    width: calc((100% - 20px - 20px) / 3);
  }
}
.page-course .footer__menu ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 12px 10px;
  border-width: 1px;
  border-style: solid;
  border-color: white;
  border-radius: 6px;
  background-color: var(--color-blue-main);
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.09em;
}
@media screen and (min-width: 641px) {
  .page-course .footer__menu ul li a {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-course .footer__menu ul li a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
.page-course .footer__menu ul li a > span {
  font-size: 16px;
  font-weight: 900;
}
.page-course .footer__menu ul li a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 22px;
  background-image: url("../../img/common/icon-button-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  aspect-ratio: 1;
}