@charset "UTF-8";

:root {
  --primary-color: #1f3b9e;
  --primary-color-light: #eef6fd;
  --accent-color: #fee902;
  --accent-color-light: #fee302;
  --underline-color: #fee300;
  --background-color: #ffffff;
  --text-color: #333333;
  --text-color-secondary: #ffffff;
  --color-gray: #cccccc;
  --color-red: #e52d2c;
  --color-blue: #0379d6;
  --shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
}

main {
  font-feature-settings: 'palt';
}
main img {
  display: block;
  margin: auto;
}

/*-------------------------
common
-------------------------*/
.pc {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
}

.sp {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: #333;
  text-decoration: none;
}

.u-color-primary {
  color: var(--primary-color);
}

.u-mb-45 {
  margin-bottom: 0 !important;
}

.u-text-underline {
  background: linear-gradient(transparent 80%, var(--underline-color) 80%);
}

.u-color-accent {
  color: var(--accent-color);
}

.u-fw_bold {
  font-weight: bold;
}

/*-------------------------
contents-inner
-------------------------*/
.contents-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .contents-inner {
    max-width: 1000px;
    padding: 0;
  }
}

/*-------------------------
title
-------------------------*/
.contents-title {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .contents-title {
    font-size: 40px;
  }
}

/*-------------------------
合格実績
-------------------------*/
.md-achievement-school {
  padding: 40px 0 0;
}

@media screen and (min-width: 768px) {
  .md-achievement-school {
    padding: 60px 0 0;
  }
  .md-achievement-school.l-container._middle {
    max-width: 795px;
  }
}
@media screen and (max-width: 767px) {
  .md-advertise-banner.l-container._middle {
    width: 100%;
  }
  .md-advertise-banner img {
    width: 100%;
  }
}

/*-------------------------
md_main-visual
-------------------------*/
.md_main-visual {
  padding-top: 0;
  background-color: #192963;
}

.md_main-visual > div {
  flex-direction: column;
  align-items: flex-start;
}

.md_d-flex {
  display: flex;
}

.md_main-visual .contents-inner {
  padding: 0;
}

.md_main-visual--text {
  color: var(--text-color-secondary);
  font-weight: 700;
  font-size: 2.7rem;
  line-height: 39.1px;
  padding: 24px 20px;
}

@media screen and (min-width: 768px) {
  .md_main-visual .contents-inner {
    max-width: 1200px;
  }

  .md_main-visual > div {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .md_main-visual--text {
    font-size: min(calc(32 / 1200 * 100vw), 32px);
  }

  .sl\:w50per {
    width: 50%;
  }
}

@media only print, screen and (min-width: 768px) {
  .m\:u-mb-80 {
    margin-bottom: 0 !important;
  }
}

/*-------------------------
course-point
-------------------------*/
#course-point .course-point__contents {
  background: var(--primary-color);
  padding: 40px 0;
}

@media screen and (min-width: 1025px) {
  #course-point .course-point__contents {
    padding: 72px 0;
  }
}

@media screen and (min-width: 768px) {
  #course-point .course-point__contents {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 1025px) {
  #course-point .course-point__title .u-text-underline {
    background: linear-gradient(transparent 96%, var(--underline-color) 96%);
  }
}

#course-point .course-point__title {
  position: relative;
  background: var(--primary-color);
  color: var(--text-color-secondary);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.26;
  text-align: center;
  padding-bottom: 48px;
}

@media screen and (min-width: 1025px) {
  #course-point .course-point__title {
    font-size: 32px;
    padding-bottom: 68px;
  }
}

#course-point .course-point__title .u-text-underline {
  background: linear-gradient(transparent 97%, var(--underline-color) 97%);
}

#course-point .course-point__title .--lg {
  font-size: 32px;
}

@media screen and (min-width: 1025px) {
  #course-point .course-point__title .--lg {
    font-size: 50px;
  }
}

#course-point .course-point__title .--lg .num {
  font-size: 54px;
  line-height: 1;
}

@media screen and (min-width: 1025px) {
  #course-point .course-point__title .--lg .num {
    font-size: 100px;
  }
}

#course-point .course-point__item:not(:first-child) {
  margin-top: 48px;
}

@media screen and (min-width: 1025px) {
  #course-point .course-point__item:not(:first-child) {
    margin-top: 70px;
  }
}

@media screen and (min-width: 1025px) {
  #course-point .course-point__item-body {
    max-width: 1000px;
    margin: 0 auto;
  }
}

#course-point .course-point__item-contents.--radius {
  border-radius: 6px;
}

@media screen and (min-width: 1025px) {
  #course-point .course-point__item-contents.--radius {
    border-radius: 8px;
  }
}

#course-point .course-point__item:first-of-type .course-point__item-contents.--radius {
  border-radius: 6px 6px 0 0;
}

@media screen and (min-width: 1025px) {
  #course-point .course-point__item:first-of-type .course-point__item-contents.--radius {
    border-radius: 8px 8px 0 0;
  }
}

#course-point .course-point__item-contents {
  position: relative;
  background: var(--background-color);
  padding: 32px 20px 24px;
}

@media screen and (min-width: 1025px) {
  #course-point .course-point__item-contents {
    padding: 60px 60px 50px;
  }
}

.tooltip {
  position: relative;
  font-weight: 700;
  color: var(--primary-color);
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.5px;
  background: var(--primary-color-light);
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 25px;
}

@media screen and (min-width: 1025px) {
  .tooltip {
    font-size: 28px;
    padding: 15px;
    margin-bottom: 50px;
  }
}

#course-point .course-point__item-contents .tooltip {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  background: var(--accent-color);
  font-size: 16px;
  border-radius: 50px;
  padding: 4px 30px 6px;
  margin-bottom: 0;
  z-index: 1;
}

@media screen and (min-width: 1025px) {
  #course-point .course-point__item-contents .tooltip {
    font-size: 24px;
    padding: 6px 35px 8px;
  }
}

@media screen and (min-width: 1025px) {
  #course-point .course-point__item-contents .course-point__item-column {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1025px) {
  #course-point .course-point__item-contents .course-point__item-column .course-point__item-column-left {
    width: 400px;
  }
}

#course-point .course-point__item-contents .course-point__item-column .course-point__item-img-wrap {
  position: relative;
  margin: 24px 0;
}

@media screen and (min-width: 1025px) {
  #course-point .course-point__item-contents .course-point__item-column .course-point__item-img-wrap {
    margin: 0;
  }
}

#course-point .course-point__item-contents .course-point__item-column .course-point__item-img-wrap.badge {
  position: relative;
  width: fit-content;
  margin: 24px auto;
}

#course-point .course-point__item-contents .course-point__item-img-wrap .course-point__item-img-icon {
  position: absolute;
  z-index: 1;
  top: -1rem;
  left: -1.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-row-align: center;
  align-self: center;
  width: 77px;
  height: 77px;
  color: var(--text-color-secondary);
  /* font-weight: 700; */
  font-size: 14px;
  line-height: 1.28;
  background-color: var(--primary-color);
  border-radius: 50%;
}

@media screen and (min-width: 1025px) {
  #course-point .course-point__item-contents .course-point__item-img-wrap .course-point__item-img-icon {
    top: -2rem;
    width: 85px;
    height: 85px;
    font-size: 16px;
    line-height: 1.3;
  }
}

#course-point .course-point__item-contents .course-point__item-img-wrap .course-point__item-img-icon-text {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  #course-point .course-point__item-contents .course-point__item-column .course-point__item-column-right {
    width: 430px;
  }
}

#course-point .course-point__item-title {
  color: var(--text-color);
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  #course-point .course-point__item-title {
    font-size: 26px;
    text-align: left;
  }
}

@media screen and (min-width: 1025px) {
  #course-point .course-point__item-column-right .course-point__item-text-wrap {
    margin-top: 15px;
  }
}

#course-point .course-point__item-description {
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (min-width: 1025px) {
  #course-point .course-point__item-description {
    font-size: 16px;
  }
}

/*-------------------------
course-point slider (point1)
-------------------------*/
.teacher-introduction-wrap {
  width: 100%;
  background-color: var(--primary-color-light);
  border-radius: 0 0 6px 6px;
}

@media screen and (min-width: 1025px) {
  .teacher-introduction-wrap {
    border-radius: 0 0 8px 8px;
  }
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide img {
  vertical-align: bottom;
}

.teacher-introduction__contents {
  padding: 28px 0;
}

@media only screen and (min-width: 768px) {
  .teacher-introduction__contents {
    padding: 60px 0 0;
    overflow: hidden;
  }
}

.teacher-introduction__contents .teacher-introduction__title {
  font-weight: 700;
  color: #182e4c;
  text-align: center;
  margin-bottom: 18px;
}

@media only screen and (min-width: 768px) {
  .teacher-introduction__contents .teacher-introduction__title {
    margin-bottom: 15px;
  }
}

.teacher-introduction__title--text {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

@media only screen and (min-width: 768px) {
  .teacher-introduction__contents .teacher-introduction__title--text {
    font-size: 28px;
  }
}

.teacher-introduction__contents .splide__track {
  padding-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .teacher-introduction__contents .splide__track {
    padding: 25px 0;
  }
}

.teacher__list-item {
  display: flex;
  flex-direction: column;
  background-color: var(--text-color-secondary);
  text-align: left;
  padding: 20px 12px;
  box-shadow: 2px 4px 9px 0px #a3a3a333;
  border-radius: 8px;
  border: 1px solid var(--color-gray);
  gap: 15px;
}

@media only screen and (min-width: 768px) {
  .teacher__list-item {
    background-color: var(--text-color-secondary);
    text-align: left;
    padding: 30px 40px;
    flex-direction: row;
    gap: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .teacher__list-item-introduction {
    flex: 1;
    max-width: 360px;
    display: flex;
    flex-direction: column;
  }
}

.teacher__list-item-img-wrap {
  margin-bottom: 8px;
}

@media only screen and (min-width: 768px) {
  .teacher__list-item-img-wrap {
    margin-bottom: 10px;
  }
}

.teacher__list-item-category {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.c-bg-blue {
  font-size: 14px;
  background-color: var(--primary-color);
  color: var(--text-color-secondary);
  padding: 1.5px 6px;
  border-radius: 3px;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .c-bg-blue {
    font-size: 16px;
    background-color: var(--primary-color);
    color: var(--text-color-secondary);
    padding: 2.5px 8px;
    border-radius: 3px;
    font-weight: bold;
  }
}

.teacher__list-item-caption {
  display: flex;
  gap: 9px;
}

@media only screen and (min-width: 768px) {
  .teacher__list-item-caption {
    gap: 16px;
    /* margin-top: 17px; */
  }
}

.teacher-introduction img {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .teacher-introduction img {
    margin-top: 0;
  }
}

.teacher__list-item-img {
  width: 75px;
  height: 75px;
}

@media only screen and (min-width: 768px) {
  .teacher__list-item-img {
    width: 100px;
    height: 100px;
  }
}

.teacher__list-item-title {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: bold;
  line-height: 1.25;
  /* margin-top: 16px; */
}

@media only screen and (min-width: 768px) {
  .teacher__list-item-title {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
  }
}

.teacher__list-item-name {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.25;
  margin-top: 9px;
}

.teacher__list-item-name .teacher--lg {
  font-size: 26px;
}

@media screen and (min-width: 1025px) {
  .teacher__list-item-name .teacher--lg {
    font-size: 26px;
  }
}

.teacher__list-item-achievement {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .teacher__list-item-achievement {
    margin-bottom: 0;
  }
}

.teacher__list-item-achievement-title {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #666666;
}

@media only screen and (min-width: 768px) {
  .teacher__list-item-achievement-title {
    font-size: 20px;
  }
}

.teacher__list-item-achievement-wrap {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin-top: 10px;
}

.teacher__list-item-achievement-wrap-title {
  font-size: 14px;
  font-weight: bold;
  color: #916757;
  background-color: #f8f3eb;
  padding: 4px 7px;
  border-radius: 3px;
  text-align: center;
  flex: 0 0 5.2em;
}

@media only screen and (min-width: 768px) {
  .teacher__list-item-achievement-wrap-title {
    font-size: 16px;
    flex: 0 0 5.1em;
  }
}

.teacher__list-item-achievement-wrap-text {
  flex: 1;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.4;
}

@media only screen and (min-width: 768px) {
  .teacher__list-item-achievement-wrap-text {
    font-size: 16px;
  }
}

.teacher__list-item-achievement-note {
  font-size: 10px;
  line-height: 1.4;
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .teacher__list-item-achievement-note {
    margin-top: 12px;
  }
}

.teacher__list-item-subject {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: var(--primary-color-light);
  gap: 10px;
  padding: 8px 12px 12px;
}

@media screen and (min-width: 768px) {
  .teacher__list-item-subject {
    margin-top: auto;
    padding: 12px 20px 16px;
  }
}

.teacher__list-item-subject-title {
  width: 100%;
  border-bottom: 1px #666 solid;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .teacher__list-item-subject-title {
    font-size: 20px;
  }
}

.teacher__list-item-subject-text {
  width: 100%;
  font-size: 14px;
  font-feature-settings: 'palt';
  text-align: left;
}

@media screen and (min-width: 768px) {
  .teacher__list-item-subject-text {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .teacher__list-item-contents {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    max-width: 340px;
    gap: 15px;
    /* margin-top: 48px; */
  }
}

.teacher__list-item-possible,
.teacher__list-item-what {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--primary-color-light);
  gap: 10px;
  padding: 8px 12px 12px;
}

@media only screen and (min-width: 768px) {
  .teacher__list-item-possible,
  .teacher__list-item-what {
    padding: 20px;
    background-color: var(--primary-color-light);
  }
}

.teacher__list-item-possible-title,
.teacher__list-item-what-title {
  width: 100%;
  border-bottom: 1px #666666 solid;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .teacher__list-item-possible-title,
  .teacher__list-item-what-title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
    font-size: 20px;
    line-height: 1.4;
    padding-bottom: 8px;
  }
}

.teacher__list-item-possible-description,
.teacher__list-item-what-description {
  flex: 1;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6;
  font-feature-settings: 'palt';
}

.teacher__list-item-what {
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .teacher__list-item-possible,
  .teacher__list-item-what {
    flex: 1;
    padding: 12px 20px 16px;
    background-color: var(--primary-color-light);
  }
}

@media only screen and (min-width: 768px) {
  .teacher__list-item-what {
    margin-top: 0;
  }
}

.splide__arrow {
  background: #0014284d;
  border-radius: 0;
  height: 41px;
  opacity: 0.7;
  width: 41px;
}

.splide__arrow--prev {
  left: 0.4em;
}

.splide__arrow svg {
  fill: #fff;
  height: 18px;
  width: 18px;
}

.teacher-introduction .splide__progress {
  background-color: var(--text-color-secondary);
  margin-top: 3px;
}

@media only screen and (min-width: 768px) {
  .teacher-introduction .splide__progress {
    margin-top: 20px;
  }
}

.splide__progress {
  background: var(--background-color);
  margin: 30px 15px 0 15px;
}

@media only screen and (min-width: 768px) {
  .splide__progress {
    margin: 30px 85px 0 60px;
  }
}

.teacher-introduction .splide__progress__slide {
  background-color: #999999;
}

.splide__progress__slide {
  background: #999999;
  height: 5px;
  transition: width 0.4s ease;
  width: 0;
}

.teacher-introduction__note {
  text-align: left;
  margin-left: 13px;
  margin-top: 10px;
  font-size: 10px;
}

@media only screen and (min-width: 768px) {
  .teacher-introduction__note {
    text-align: left;
    margin: 10px 0 58px 60px;
  }
}

/*-------------------------
course-point measures (point2)
-------------------------*/
.course-point-measures {
  margin-top: 29px;
  padding: 20px 12px;
  background-color: var(--primary-color-light);
}

@media screen and (min-width: 768px) {
  .course-point-measures {
    padding: 15px 45px;
  }
}

.course-point-measures__title {
  margin-bottom: 15px;
  color: var(--primary-color);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .course-point-measures__title {
    margin-bottom: 16px;
    font-size: 24px;
  }
}

.course-point-measures-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media screen and (min-width: 768px) {
  .course-point-measures-box {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
}

.course-point-measures-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
}

.course-point-measures-list__item {
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  padding: 5px 5px;
  background-color: #c5e5fc;
}

@media screen and (min-width: 768px) {
  .course-point-measures-list__item {
    width: 165px;
    padding: 7.5px 10px;
  }
}

.course-point-measures-list__img {
  flex: 1 0 40px;
  max-width: 40px;
}

@media screen and (min-width: 768px) {
  .course-point-measures-list__img {
    margin-right: 10px;
  }
}

.course-point-measures-list__text {
  color: var(--primary-color);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .course-point-measures-list__text {
    font-size: 16px;
  }
}

.course-point-measures__description {
  color: #333;
}
/* button */
.course-point-measures__button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.course-point-measures__button {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: var(--background-color);
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  font-size: 16px;
  font-weight: 700;
  border-radius: 50px;
  padding: 10px 18px;
  text-align: center;
  box-shadow: 0px 3px 3px 0px #0000001a;
}
.course-point-measures__button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  background: url('../assets/images/arrow-light-blue.svg') no-repeat center center / contain;
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 768px) {
  .course-point-measures__button-wrap {
    margin-top: 16px;
  }
  .course-point-measures__button {
    max-width: 320px;
  }
}

/* 指導実績 */
.teaching-results {
  margin-top: 15px;
}
.teaching-results__title {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  border-bottom: 1px solid var(--primary-color);
  padding-bottom: 8px;
}
.teaching-results__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 12px;
  margin: 0;
  margin-top: 12px;
}
.teaching-results__list:has(.teaching-results__item > .teaching-results__link) {
  margin-top: 2px;
}
.teaching-results__item {
  display: flex;
  align-items: center;
  gap: 5px;
  width: calc(50% - 6px);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 5px;
}
.teaching-results__item:before {
  content: '・';
}
.teaching-results__item:has(.teaching-results__link) {
  border-bottom: 1px solid var(--primary-color);
  padding: 0;
}
.teaching-results__item:has(.teaching-results__link):before {
  content: none;
}
.teaching-results__link {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 10px 10px 15px;
}
.teaching-results__link:before {
  content: '・';
  position: absolute;
  left: 5px;
}
.teaching-results__link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
  transform: translateY(-50%) rotate(45deg);
}
.teaching-results__item--etc {
  flex: 1;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .teaching-results {
    margin-top: 16px;
  }
  .teaching-results__list {
    margin-top: 20px;
  }
  .teaching-results__list:has(.teaching-results__item > .teaching-results__link) {
    gap: 0 32px;
  }
  .teaching-results__item {
    gap: 10px;
    width: calc(100% / 4 - 9px);
    font-size: 16px;
  }
  .teaching-results__item:has(.teaching-results__link) {
    width: calc(100% / 3 - 22px);
  }
  .teaching-results__item:has(.teaching-results__item--etc) {
    flex: 1;
  }
  .teaching-results__link {
    padding: 10px 10px 10px 20px;
  }
}

/*-------------------------
course-point self-study (point4)
-------------------------*/
.course-point-self-study {
  width: 100%;
  margin-top: 24px;
}

@media screen and (min-width: 1025px) {
  .course-point-self-study {
    margin-top: 0;
  }
}

.course-point-self-study-content {
  margin-bottom: 15px;
  padding: 15px;
  background-color: var(--primary-color-light);
}

@media screen and (min-width: 768px) {
  .course-point-self-study-content {
    margin-bottom: 10px;
    padding: 20px 0;
  }
}

.course-point-self-study-list {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .course-point-self-study-list {
    max-width: 320px;
  }
}

.course-point-self-study-list__item:not(:last-of-type) {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .course-point-self-study-list__item:not(:last-of-type) {
    margin-bottom: 7px;
  }
}

.course-point-self-study-list__text {
  position: relative;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.4;
  padding-left: 28px;
}

@media screen and (min-width: 768px) {
  .course-point-self-study-list__text {
    font-size: 16px;
    padding-left: 27px;
  }
}

.course-point-self-study-list__text::before {
  content: '';
  position: absolute;
  top: -0.1em;
  left: 0;
  width: 20px;
  height: 20px;
  background: var(--color-blue);
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .course-point-self-study-list__text::before {
    width: 18px;
    height: 18px;
    top: 0.1em;
  }
}

.course-point-self-study-list__text::after {
  content: '';
  position: absolute;
  top: 0.2em;
  left: 0.5em;
  width: 0.4em;
  height: 0.7em;
  border: solid var(--text-color-secondary);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .course-point-self-study-list__text::after {
    top: 0.3em;
    left: 0.35em;
    border-width: 0 3px 3px 0;
  }
}

.course-point-self-study-list__text sup {
  top: 0.1em;
}

.course-point-self-study__note {
  font-size: 10px;
}

/*-------------------------
p-class-out-support
-------------------------*/
.p-class-out-support {
  margin-bottom: 47px;
}

@media only screen and (min-width: 768px) {
  .p-class-out-support {
    margin-bottom: 55px;
  }
}

.p-class-out-support .p-class-out-support__title {
  position: relative;
  background: #2ba0fc;
  color: var(--text-color-secondary);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 35px;
  padding: 14px 0 17px;
}

@media screen and (min-width: 768px) {
  .p-class-out-support .p-class-out-support__title {
    font-size: 40px;
    padding: 22px 0;
    margin-bottom: 82px;
  }
}

.p-class-out-support .p-class-out-support__title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
  width: 26px;
  height: 16px;
  background: #2ba0fc;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media screen and (min-width: 768px) {
  .p-class-out-support .p-class-out-support__title::after {
    bottom: -20px;
    width: 46px;
    height: 22px;
  }
}

.p-class-out-support .p-class-out-support-list {
  display: flex;
  flex-direction: column;
  gap: 45px;
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .p-class-out-support .p-class-out-support-list {
    justify-content: center;
    flex-direction: row;
    gap: 76px;
  }
}

.p-class-out-support .p-class-out-support-list__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-class-out-support .p-class-out-support-list__item {
    width: 460px;
  }
}

.p-class-out-support .p-class-out-support-list__item:first-of-type::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -24px;
  width: 100%;
  height: 1px;
  background-color: #000;
}

@media screen and (min-width: 768px) {
  .p-class-out-support .p-class-out-support-list__item:first-of-type::after {
    top: 0;
    right: -38px;
    left: unset;
    bottom: unset;
    width: 1px;
    height: 100%;
  }
}

.p-class-out-support .p-class-out-support-list__title {
  font-weight: bold;
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .p-class-out-support .p-class-out-support-list__title {
    font-size: 24px;
  }
}

.p-class-out-support .p-class-out-support-list__subtitle {
  font-weight: bold;
  font-size: 26px;
}

@media screen and (min-width: 768px) {
  .p-class-out-support .p-class-out-support-list__subtitle {
    font-size: 30px;
  }
}

.p-class-out-support .movie .p-class-out-support-list__subtitle {
  margin-bottom: 15px;
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  .p-class-out-support .movie .p-class-out-support-list__subtitle {
    margin-bottom: 30px;
    margin-right: 45px;
  }
}

.p-class-out-support .management .p-class-out-support-list__subtitle {
  margin-bottom: 17px;
}

@media screen and (min-width: 768px) {
  .p-class-out-support .management .p-class-out-support-list__subtitle {
    margin-bottom: 23px;
  }
}

.p-class-out-support .movie .p-class-out-support-list__img {
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .p-class-out-support .movie .p-class-out-support-list__img {
    width: 320px;
    margin-bottom: 34px;
  }
}

.p-class-out-support .p-class-out-support-list__description {
  font-size: 13px;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .p-class-out-support .p-class-out-support-list__description {
    font-size: 18px;
  }
}

.p-class-out-support .management-list {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .p-class-out-support .management-list {
    gap: 12px;
    margin-bottom: 25px;
  }
}

.p-class-out-support .management-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-class-out-support .management-list__item {
    width: 150px;
  }
}

.p-class-out-support .management-list__title {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding: 4px 0 3px;
  background: #d1ecff;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-class-out-support .management-list__title {
    margin-bottom: 20px;
    font-size: 14px;
    padding: 4px 0 3px;
    border-radius: 30px;
  }
}

.p-class-out-support .management-list__title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 8px;
  background: #d1ecff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media screen and (min-width: 768px) {
  .p-class-out-support .management-list__title::after {
    bottom: -8px;
    width: 10px;
    height: 8px;
  }
}

/*-------------------------
map
-------------------------*/
#map .map__contents {
  padding: 60px 0;
}

@media (max-width: 750px) {
  #map .map__contents {
    padding: 40px 0;
  }
}

#map .contents-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  #map .contents-inner {
    max-width: 1000px;
    padding: 0;
  }
}

#map .contents-title {
  color: var(--primary-color);
  font-weight: 900;
  font-size: 48px;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 750px) {
  #map .contents-title {
    color: var(--primary-color);
    font-weight: 900;
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
  }
}

#map .contents-title .--sm {
  font-size: 30px;
  font-weight: 700;
}

@media (max-width: 750px) {
  #map .contents-title .--sm {
    font-size: 14px;
    font-weight: 700;
  }
}

#map .mapArea {
  width: min(94%, 800px);
  height: 550px;
  margin: min(15%, 65px) auto 0 auto;
  position: relative;
}

@media (max-width: 750px) {
  #map .mapArea {
    width: min(100%, 800px);
    height: 100%;
    padding-top: 86.67%;
    margin: min(5%, 30px) auto min(15%, 65px) auto;
    font-feature-settings: initial;
  }
}

#map .mapArea .mapAll {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 750px) {
  #map .mapArea .mapAll {
    width: 72.93%;
  }
}

#map .mapArea [class^='area'] {
  background: #d0edff;
  width: 118px;
  font-size: 1.28rem;
  border-radius: 10px;
  position: absolute;
}

@media (max-width: 750px) {
  #map .mapArea [class^='area'] {
    width: 19.6%;
    font-size: 2.13vw;
    border-radius: 5px;
    position: absolute;
  }
}

#map .mapArea .area01 {
  top: 123px;
  left: min(84.25%, 674px);
}

@media (max-width: 750px) {
  #map .mapArea .area01 {
    top: 30%;
    left: 74.93%;
  }
}

#map .mapArea .area02 {
  top: 272px;
  left: min(84.25%, 674px);
}

@media (max-width: 750px) {
  #map .mapArea .area02 {
    top: 60%;
    left: 74.93%;
  }
}

#map .mapArea .area03 {
  top: 397px;
  left: min(84.25%, 674px);
}

@media (max-width: 750px) {
  #map .mapArea .area03 {
    top: 86.5%;
    left: 74.93%;
  }
}

#map .mapArea .mapList li a.ls-1 {
  letter-spacing: -1px;
}

#map .mapArea .area04 {
  width: 63px;
  top: 397px;
  left: min(74.13%, 593px);
}

@media (max-width: 750px) {
  #map .mapArea .area04 {
    width: 12%;
    top: 86.5%;
    left: 59.93%;
  }
}

#map .mapArea .area05 {
  top: 26px;
  left: min(24.25%, 194px);
}

@media (max-width: 750px) {
  #map .mapArea .area05 {
    top: 26px;
    left: 28.53%;
  }
}

#map .mapArea .area06 {
  top: 26px;
  left: min(7%, 56px);
}

@media (max-width: 750px) {
  #map .mapArea .area06 {
    top: 26px;
    left: 5%;
  }
}

#map .mapArea .area07 {
  width: 63px;
  top: 150px;
  left: min(24.25%, 194px);
}

#map .mapArea .area04 .mapList,
#map .mapArea .area07 .mapList {
  flex-direction: column;
}

@media (max-width: 750px) {
  #map .mapArea .area07 {
    width: 12%;
    top: 34%;
    left: 28.53%;
  }
}

#map .mapArea .area08 {
  top: 150px;
  left: min(7%, 56px);
}

@media (max-width: 750px) {
  #map .mapArea .area08 {
    top: 34%;
    left: 5%;
  }
}

#map .mapArea [class^='area'] h3 {
  background: #1f377c;
  color: var(--text-color-secondary);
  font-size: 1.28rem;
  padding: 3px 5px;
  letter-spacing: -0.5px;
  border-radius: 10px 10px 0 0;
  font-weight: normal;
}

@media (max-width: 750px) {
  #map .mapArea [class^='area'] h3 {
    font-size: 2.13vw;
    border-radius: 5px 5px 0 0;
  }
}

#map .mapArea .mapList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px;
  box-sizing: border-box;
}

@media (max-width: 750px) {
  #map .mapArea .mapList {
    padding: 8px;
  }
}

#map .mapArea .mapList li {
  width: 49%;
  text-align: center;
}

#map .mapArea .mapList li a {
  text-decoration: none;
  color: #111;
  white-space: nowrap;
}

#map .link-text {
  text-align: center;
  padding-top: 0;
}

@media (max-width: 750px) {
  #map .link-text {
    text-align: center;
    padding-top: 0;
  }
}

#map .link-text a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: var(--primary-color);
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid var(--primary-color);
  padding: 0 5px 3px;
}

@media (max-width: 750px) {
  #map .link-text a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid var(--primary-color);
    padding: 0 5px 3px;
  }
}

#map .link-text a::after {
  content: '';
  background: url(../assets/images/arrow-blue.svg) no-repeat center center / contain;
  width: 30px;
  aspect-ratio: 1 / 1;
}

@media (max-width: 750px) {
  #map .link-text a::after {
    width: 23px;
  }
}

/*-------------------------
flow
-------------------------*/
#flow .flow__contents {
  padding: 0 0 40px;
}

@media screen and (min-width: 768px) {
  #flow .flow__contents {
    padding: 5px 0 60px;
  }
}

@media screen and (min-width: 768px) {
  #flow .contents-inner {
    max-width: 700px;
  }
}

#flow .contents-title {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary-color);
  color: var(--text-color-secondary);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  border-radius: 12px 12px 0px 0px;
  padding: 17px 0;
}

@media screen and (min-width: 768px) {
  #flow .contents-title {
    font-size: 30px;
    padding: 20px 0;
  }
}

#flow .flow__contents-body {
  border: 2px solid var(--primary-color);
  border-radius: 0 0 12px 12px;
  padding: 30px 20px;
}

@media screen and (min-width: 768px) {
  #flow .flow__contents-body {
    padding: 40px;
  }
}

#flow .flow__item:not(:first-child) {
  padding-top: 30px;
}

#flow .flow__item:not(:last-child) {
  border-bottom: 1px solid var(--primary-color);
  padding-bottom: 30px;
}

#flow .flow__item-title {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--primary-color);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  #flow .flow__item-title {
    font-size: 28px;
  }
}

#flow .flow__item-title span {
  display: inline-block;
  background: var(--accent-color-light);
  color: var(--primary-color);
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  padding: 6px 12px;
  border-radius: 4px;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  #flow .flow__item-title span {
    font-size: 18px;
    line-height: 1.6;
    padding: 5px 20px;
  }
}

#flow .flow__item-description {
  color: #333333;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 12px;
}

#flow .flow__cta-wrap {
  margin-top: 12px;
}

@media screen and (min-width: 768px) {
  #flow .flow__cta-wrap {
    max-width: 540px;
    margin: 12px auto 0;
  }
}

/*-------------------------
faq
-------------------------*/
.faq-course {
  background-color: #eaf4fd;
}

.md-faq .c-title._h2 {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
  text-align: center;
}

.c-title._h2:after,
.c-title._h2:before {
  content: none;
}

.faq-course .p-qa-toggle__q > .c-toggle__btn {
  display: flex;
  align-items: center;
  padding: 16px 15px !important;
}

@media screen and (min-width: 769px) {
  .faq-course .p-qa-toggle__q > .c-toggle__btn {
    font-size: 25px;
    padding: 20px 25px !important;
  }
}

.p-qa-toggle__q > .c-toggle__btn:before {
  content: none;
}

.icon-toggle__q {
  font-size: 18px;
  font-weight: bold;
  color: #4676bf;
  line-height: 1;
  margin-top: -8px;
}

@media screen and (min-width: 769px) {
  .icon-toggle__q {
    font-size: 30px;
  }
}

.md-toggle__btn--has-icon {
  display: block;
  position: relative;
  font-weight: 700;
  padding-left: 10px;
}

.faq-course .p-qa-toggle__q > .c-toggle__btn span {
  width: calc(100% - 25px - 18px);
}

@media screen and (min-width: 769px) {
  .faq-course .p-qa-toggle__q > .c-toggle__btn span {
    width: calc(100% - 40px - 30px);
  }
}

.p-qa-toggle__q > .c-toggle__btn .c-toggle__btn-icon:before {
  content: none;
}

.p-qa-toggle__q > .c-toggle__btn[aria-expanded='true'] .c-toggle__btn-icon:before {
  content: none;
}

.con-toggle__add {
  height: 25px;
  width: 25px;
  padding: 3px;
  background: var(--color-blue);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .con-toggle__add {
    height: 30px;
    width: 30px;
    padding: 5px;
  }
}

.icon-toggle__close {
  display: none;
}

.is-open .icon-toggle__close {
  display: block;
}

.is-open .icon-toggle__open {
  display: none;
}

.p-qa-toggle__a:before {
  content: none;
}

.faq-course .p-qa-toggle__a > div,
.p-qa-toggle__a > span {
  font-size: 14px;
}

.faq-course .p-qa-toggle__a > div,
.p-qa-toggle__a > span {
  font-size: 14px;
}

.faq-course dd .c-toggle__answer {
  display: flex;
  padding-left: 15px;
}

@media screen and (min-width: 769px) {
  .faq-course dd .c-toggle__answer {
    padding-left: 27px;
  }
}

.faq-course .p-qa-toggle__a .c-toggle__answer .icon-toggle__a {
  font-size: 18px;
  font-weight: bold;
  color: #4487ef;
  line-height: 1;
  padding: 0;
}

@media screen and (min-width: 769px) {
  .faq-course .p-qa-toggle__a .c-toggle__answer .icon-toggle__a {
    font-size: 30px;
  }
}

.c-toggle__answer span {
  font-size: 14px;
  padding-left: 10px;
}

@media screen and (min-width: 769px) {
  .faq-course .p-qa-toggle__a.md-qa-toggle .c-toggle__answer span {
    padding-left: 10px;
    width: calc(100% - 30px);
    padding-top: 0;
    font-size: 25px;
  }
}

/*-------------------------
md-course-services
-------------------------*/
.md-course-services {
  background-color: #224087;
  padding-top: 33px;
  padding-bottom: 33px;
}

@media screen and (min-width: 1025px) {
  .md-course-services {
    margin-top: 40px;
    padding: 0;
  }
}

@media screen and (min-width: 1025px) {
  .md-course-services {
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) {
  .md-block-services {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0;
  }
}

.md-course-services .md-course-services__header {
  color: var(--text-color-secondary);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

@media screen and (min-width: 769px) {
  .md-course-services .md-course-services__header {
    line-height: 1.4;
    font-size: 40px;
  }
}

@media screen and (min-width: 769px) {
  .md-course-services .md-course-services__header {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .md-course-services .md-course-services__header {
    width: 30%;
    text-align: left;
    font-size: 40px;
    line-height: 1.4;
  }
}

.d-none {
  display: none;
}

@media (min-width: 1025px) {
  .lg\:d-block {
    display: block;
  }
}

.md-course-services__box {
  padding: 12px 12px 20px;
  border-radius: 10px;
  background-color: var(--background-color);
}

@media screen and (min-width: 769px) {
  .md-course-services__box {
    width: 49%;
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 1025px) {
  .md-course-services__box {
    display: flex;
    flex-direction: column;
    width: 33%;
    margin-top: 0;
  }
}

.md-mt-27 {
  margin-top: 27px;
}

.md-course-services__box .md-course-services__thumb-img img {
  width: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1025px) {
  .md-course-services__box .md-course-services__thumb-img img {
    height: 206px;
  }
}

.md-mt-20 {
  margin-top: 20px;
}

.md-course-services__box .md-course-services__title {
  color: #ff6e0e;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}

.md-course-services__box .md-course-services__title {
  letter-spacing: 0px;
}

.fs-8 {
  font-size: 8px;
}

.md-course-services__title-img {
  text-align: center;
  width: 80%;
  margin: 5px auto;
}

.md-mt-14 {
  margin-top: 14px;
}

.md-course-services__box .md-course-services__detail {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 769px) {
  .md-course-services__box .md-course-services__detail {
    font-size: 15px;
  }
}

.md-course-services .md-course-services__box .md-course-services__detail {
  padding-left: 0;
  padding-right: 0;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .md-course-services .md-course-services__box .md-course-services__detail {
    flex: 1;
  }
}

.md-btn {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.64px;
  text-align: center;
  border-radius: 8px;
  border: none;
  outline: none;
  cursor: pointer;
}

.md-btn--l-border-radius {
  border-radius: 100px;
}

.md-btn--orange {
  color: var(--text-color-secondary);
  background-color: #f1a92c;
}

.md-mt-24 {
  margin-top: 24px;
}

.md-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.d-block {
  display: block;
}

.md-w-200 {
  width: 200px;
}

.md-btn--l-border-radius.md-btn--orange {
  box-shadow: 0 4px 0px #b17816;
}

.md-btn--left-arrow::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  transform-origin: right;
}

@media screen and (min-width: 769px) {
  .md-btn--left-arrow::before {
    width: 10px;
    height: 10px;
  }
}

.md-mt-27 {
  margin-top: 27px;
}

@media (min-width: 769px) {
  .sl\:fs-12 {
    font-size: 12px;
  }
}

@media (min-width: 1025px) {
  .lg\:mt-0 {
    margin-top: 0;
  }
}

@media (min-width: 1025px) {
  .lg\:order-1 {
    order: 1;
  }
}

.md-course-services .md-course-services__note {
  color: var(--text-color-secondary);
  font-size: 9px;
  font-weight: 400;
}

@media screen and (min-width: 769px) {
  .md-course-services .md-course-services__note {
    font-size: 12px;
  }
}

@media screen and (min-width: 1025px) {
  .md-course-services .md-course-services__note {
    font-size: 15px;
    line-height: normal;
    font-weight: 400;
  }
}

.md-btn--light-green {
  color: var(--text-color-secondary);
  background-color: #399d26;
}

.md-btn--l-border-radius.md-btn--light-green {
  box-shadow: 0 4px 0px #287519;
}

@media screen and (min-width: 769px) {
  .md-course-services .md-btn-service {
    width: 500px;
    margin: 50px auto 50px auto;
  }
}

.md-course-fee {
  padding: 45px 0;
}

.md-course-fee {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}

@media screen and (min-width: 769px) {
  .md-course-fee {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0;
  }
}

.l-container {
  width: 90vw;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}

@media only print, screen and (min-width: 768px) {
  .l-container {
    width: calc(100% - 60px);
  }
}

@media screen and (min-width: 1025px) {
  .md-course-fee__btn-wrap {
    display: flex;
    gap: 30px;
  }
}

.l-container._middle {
  max-width: 1200px;
}

.md-btn--m-border-radius {
  border-radius: 8px;
}

.md-btn--light-blue {
  color: #224087;
  background-color: #e0f0ff;
}

@media screen and (max-width: 768px) {
  .md-course-fee__btn {
    text-align: left;
  }
}

.md-mt-22 {
  margin-top: 22px;
}

.md-course-fee__btn-wrap .md-course-fee__btn {
  font-size: clamp(2rem, 1.707rem + 0.78vw, 2.8rem);
  padding: 25px 15px;
  border-radius: 15px;
}

@media screen and (min-width: 769px) {
  .md-course-fee__btn-wrap .md-course-fee__btn {
    padding: 20px 0;
  }
}

@media screen and (min-width: 1025px) {
  .md-course-fee__btn-wrap .md-course-fee__btn {
    margin-top: 0;
  }
}

.md-course-fee .md-btn {
  text-align: left;
  padding-left: 20px;
  border-radius: 8px;
}

.md-course-fee .md-course-fee__btn.md-btn--light-blue.md-btn--left-arrow::before {
  border-top: 2px solid #224087;
  border-right: 2px solid #224087;
  width: 12px;
  height: 12px;
}
