@charset "UTF-8";
.courseOverview {
  --co-navy: #014099;
  --co-text: #31353b;
  --co-sub: #575c63;
  --co-line: #d9dee5;
  --co-bg: #f5f9ff;
  color: var(--co-text);
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .courseOverview {
    font-size: 15px;
  }
}
.courseOverview * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.courseOverview img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.courseOverview a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.courseOverview a:hover {
  opacity: 0.7;
}
.courseOverview .onlyPC {
  display: block;
}
@media screen and (max-width: 768px) {
  .courseOverview .onlyPC {
    display: none;
  }
}
.courseOverview .onlySP {
  display: none;
}
@media screen and (max-width: 768px) {
  .courseOverview .onlySP {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .courseOverview .co-pcbr {
    display: none;
  }
}
.courseOverview .co-spbr {
  display: none;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-spbr {
    display: inline;
  }
}
.courseOverview .co-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-inner {
    padding: 0 18px;
  }
}

.courseOverview .co-hero {
  padding: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-hero {
    padding: 32px 0 0;
  }
}
.courseOverview .co-hero__heading {
  position: relative;
  padding-bottom: 14px;
}
.courseOverview .co-hero__heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 1px;
  background: #014099;
}
.courseOverview .co-hero__title {
  margin: 0;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 1.96px;
  color: #014099;
  text-wrap: balance;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-hero__title {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.4px;
  }
}
.courseOverview .co-hero__banner {
  position: relative;
  margin-top: 30px;
  height: 385px;
  border-radius: 0;
  overflow: hidden;
  background: -webkit-linear-gradient(317.73deg, #fbfdff 4.89%, #eceef3 53.86%);
  background: linear-gradient(132.27deg, #fbfdff 4.89%, #eceef3 53.86%);
}
@media screen and (max-width: 768px) {
  .courseOverview .co-hero__banner {
    display: block;
    aspect-ratio: 375/248;
    height: auto;
    padding: 0;
    margin: 28px -18px 0;
    background: none;
    overflow: hidden;
  }
}
.courseOverview .co-hero__bannerCopy {
  position: absolute;
  left: 53px;
  top: 155px;
  width: 452px;
  z-index: 1;
  margin: 0;
  font-weight: 500;
  font-size: 21px;
  line-height: 38px;
  letter-spacing: 1.05px;
  color: #31353b;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-hero__bannerCopy {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    width: auto;
    z-index: 1;
    margin: 0;
    padding: 64px 20px 22px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 238, 243, 0)), color-stop(55%, rgba(236, 238, 243, 0.9)), to(rgb(236, 238, 243)));
    background: -webkit-linear-gradient(top, rgba(236, 238, 243, 0) 0%, rgba(236, 238, 243, 0.9) 55%, rgb(236, 238, 243) 100%);
    background: linear-gradient(to bottom, rgba(236, 238, 243, 0) 0%, rgba(236, 238, 243, 0.9) 55%, rgb(236, 238, 243) 100%);
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.5px;
  }
}
.courseOverview .co-hero__bannerImg {
  position: absolute;
  left: 86px;
  top: 0;
  width: 914px;
  height: 385px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-hero__bannerImg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    -o-object-position: center right;
       object-position: center right;
  }
}
.courseOverview .co-anchorNav {
  padding: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-anchorNav {
    padding: 28px 0 0;
  }
}
.courseOverview .co-anchorNav__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-anchorNav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.courseOverview .co-anchorNav__card {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  background: #d9e2f0;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-anchorNav__card {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 16px 20px;
    gap: 12px;
  }
}
.courseOverview .co-anchorNav__label {
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.8px;
  color: #1b4098;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-anchorNav__label {
    text-align: left;
  }
}
.courseOverview .co-anchorNav__arrow {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 14.5px solid #014099;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-anchorNav__arrow {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    border-top-width: 12px;
    border-left-width: 7px;
    border-right-width: 7px;
  }
}

.courseOverview .co-blockHead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 24px;
}
.courseOverview .co-blockHead::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 1px;
  background: #d9e2f0;
  margin-bottom: 8px;
}
.courseOverview .co-blockHead__label {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin: 0;
  background: #014099;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  padding: 13px 44px 13px 30px;
  -webkit-clip-path: polygon(0 0, calc(100% - 19.5px) 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 19.5px) 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .courseOverview .co-blockHead__label {
    font-size: 16px;
    padding: 11px 38px 11px 20px;
  }
}
.courseOverview .co-overview {
  background: #f9f9f9;
  margin-top: 63px;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-overview {
    margin-top: 40px;
    padding: 48px 0;
  }
}
.courseOverview .co-overview__lead {
  margin: 0 0 30px;
  font-size: 15px;
  line-height: 29px;
  color: #31353b;
}
.courseOverview .co-overview__note {
  margin: 44px 0 22px;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #31353b;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-overview__note {
    font-size: 15px;
    line-height: 1.7;
  }
}
.courseOverview .co-cmpBlock + .co-cmpBlock {
  margin-top: 52px;
}
.courseOverview .co-cmpBlock__caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #1b4098;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-cmpBlock__caption {
    font-size: 20px;
  }
}
.courseOverview .co-cmpBlock__marker {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 19px;
  height: 19px;
  border: 3px solid #02409b;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-tableWrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 -18px;
    padding: 0 18px;
  }
}
.courseOverview .co-cmpTable {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.65;
  text-align: center;
  table-layout: fixed;
  color: #31353b;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-cmpTable {
    min-width: 680px;
    font-size: 14px;
  }
}
.courseOverview .co-cmpTable__corner {
  width: 161px;
  background: #ebf0f7;
  border: 1px solid #cbd2db;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-cmpTable__corner {
    width: 120px;
  }
}
.courseOverview .co-cmpTable th,
.courseOverview .co-cmpTable td {
  border: 1px solid #cbd2db;
  padding: 16px 10px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-cmpTable th,
  .courseOverview .co-cmpTable td {
    padding: 12px 8px;
  }
}
.courseOverview .co-cmpTable__ch {
  background: #ebf0f7;
  padding: 20px 10px;
  font-weight: 700;
  white-space: nowrap;
}
.courseOverview .co-cmpTable__ch > span:last-child {
  font-size: 16px;
  letter-spacing: 0.48px;
}
.courseOverview .co-cmpTable__ch {
  display: table-cell;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-cmpTable__ch {
    padding: 12px 6px;
    white-space: normal;
  }
  .courseOverview .co-cmpTable__ch > span:last-child {
    font-size: 13px;
  }
}
.courseOverview .co-cmpTable__ch--live {
  color: #e57d21;
}
.courseOverview .co-cmpTable__ch--school {
  color: #299187;
}
.courseOverview .co-cmpTable__ch--home {
  color: #7354a6;
}
.courseOverview .co-cmpTable__ch--rec {
  color: #1b4a8e;
}
.courseOverview .co-cmpTable__ch--general {
  color: #a83d36;
}
.courseOverview .co-cmpTable__ch--special {
  color: #479187;
}
.courseOverview .co-cmpTable__rh {
  width: 161px;
  background: #ebf0f7;
  font-weight: 700;
  letter-spacing: 0.75px;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-cmpTable__rh {
    width: 120px;
  }
}
.courseOverview .co-cmpTable tbody td {
  background: #fff;
}
.courseOverview .co-cmpTable__ch .co-fmtIcon,
.courseOverview .co-cmpTable__ch .co-courseIcon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  margin-right: 9px;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-cmpTable__ch .co-fmtIcon,
  .courseOverview .co-cmpTable__ch .co-courseIcon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 4px;
  }
}
.courseOverview .co-fmtIcon {
  width: 43px;
  height: 43px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.courseOverview .co-fmtIcon img {
  width: 22px;
  height: 22px;
  display: block;
}
.courseOverview .co-fmtIcon--live {
  background: #e57d21;
}
.courseOverview .co-fmtIcon--school {
  background: #299187;
}
.courseOverview .co-fmtIcon--home {
  background: #7354a6;
}
.courseOverview .co-fmtIcon--rec {
  background: transparent;
  border-radius: 0;
}
.courseOverview .co-fmtIcon--rec img {
  width: 43px;
  height: 43px;
}
.courseOverview .co-courseIcon {
  width: 43px;
  height: 43px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.courseOverview .co-courseIcon img {
  width: 43px;
  height: 43px;
  display: block;
}
.courseOverview .co-linkBtns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-linkBtns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
}
.courseOverview .co-linkBtn {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 277px;
  max-width: 100%;
  height: 49px;
  padding: 0 34px 0 20px;
  background: #f2f7ff;
  border: 1px solid #014099;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.28px;
  color: #1b4098;
  text-align: center;
}
.courseOverview .co-linkBtn::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #1b4098;
  border-right: 2px solid #1b4098;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.courseOverview .co-format {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-format {
    padding: 48px 0;
  }
}
.courseOverview .co-format .co-fmtCards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-format .co-fmtCards {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 30px;
  }
}
.courseOverview .co-fmtCard {
  background: #fff;
  border: 1px solid #e57d21;
  border-radius: 5px;
  padding: 30px;
  scroll-margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-fmtCard {
    padding: 22px 20px;
    scroll-margin-top: 70px;
  }
}
.courseOverview .co-fmtCard__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.courseOverview .co-fmtCard__title {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-fmtCard__title {
    font-size: 20px;
  }
}
.courseOverview .co-fmtCard__text {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  color: #31353b;
}
.courseOverview .co-fmtCard__note {
  display: block;
  margin-top: 12px;
  color: #6d7279;
}
.courseOverview .co-fmtCard--live {
  border-color: #e57d21;
}
.courseOverview .co-fmtCard--live .co-fmtCard__title {
  color: #e57d21;
}
.courseOverview .co-fmtCard--school {
  border-color: #299187;
}
.courseOverview .co-fmtCard--school .co-fmtCard__title {
  color: #299187;
}
.courseOverview .co-fmtCard--home {
  border-color: #7354a6;
}
.courseOverview .co-fmtCard--home .co-fmtCard__title {
  color: #7354a6;
}
.courseOverview .co-fmtCard--rec {
  border-color: #1b4a8e;
}
.courseOverview .co-fmtCard--rec .co-fmtCard__title {
  color: #1b4a8e;
}

.courseOverview .co-course {
  background: #f9f9f9;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-course {
    padding: 48px 0;
  }
}
.courseOverview .co-courseBlock {
  scroll-margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-courseBlock {
    scroll-margin-top: 70px;
  }
}
.courseOverview .co-courseBlock + .co-courseBlock {
  margin-top: 56px;
}
.courseOverview .co-courseBlock__caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin: 26px 0 16px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-courseBlock__caption {
    font-size: 19px;
    gap: 9px;
  }
}
.courseOverview .co-courseBlock__lead {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 27px;
  color: #31353b;
}
.courseOverview .co-courseBlock--general .co-courseBlock__caption {
  color: #a83d36;
}
.courseOverview .co-courseBlock--special .co-courseBlock__caption {
  color: #479187;
}
.courseOverview .courseMap {
  position: relative;
  margin: 0 0 30px;
  background-color: #fff;
  border-radius: 5px;
}
.courseOverview .courseMap__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.courseOverview .courseMap__cell {
  width: 25%;
  height: 163px;
  padding: 15px 10px;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  color: #959595;
}
.courseOverview .courseMap__cell:not(:last-child) {
  border-right: 1px dashed #dedede;
}
@media screen and (max-width: 768px) {
  .courseOverview .courseMap__cell {
    padding: 10px;
  }
}
.courseOverview .courseMap__btn {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  height: 36px;
  padding: 0 25px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #ea8282;
  background-color: #fdf0ee;
  background-repeat: no-repeat;
  background-size: 6px auto;
  background-position: right 15px center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.165' height='9.687' viewBox='0 0 6.165 9.687'%3E%0A %3Cpath id='%E3%83%91%E3%82%B9_2215' data-name='%E3%83%91%E3%82%B9 2215' d='M-7069.492-5247.477l4.145-4.051,4.144,4.051' transform='translate(-5246.762 7070.191) rotate(90)' fill='none' stroke='%23EA8282' stroke-width='2'/%3E%0A%3C/svg%3E%0A%0A");
  border-radius: 36px;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, background-image 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, background-image 0.3s ease;
}
@media screen and (max-width: 768px) {
  .courseOverview .courseMap__btn {
    font-size: 13px;
  }
}
.courseOverview .courseMap__btn:hover {
  opacity: 1;
}
.courseOverview .co-courseBlock--general .courseMap__cell {
  height: 140px;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-courseBlock--general .courseMap__cell {
    height: 138px;
  }
}
.courseOverview .co-courseBlock--general .courseMap__btn.mapBtn01 {
  top: 88px;
  left: 2%;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-courseBlock--general .courseMap__btn.mapBtn01 {
    top: 37px;
    left: 3%;
    width: 78%;
  }
}
.courseOverview .co-courseBlock--general .courseMap__btn.mapBtn02 {
  top: 42px;
  left: 27%;
  width: 20%;
  padding: 0 25px 0 15px;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-courseBlock--general .courseMap__btn.mapBtn02 {
    top: 83px;
    left: 20%;
    width: 45%;
    padding: 0 15px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .courseOverview .co-courseBlock--general .courseMap__cell.course02 {
    width: 52%;
  }
  .courseOverview .co-courseBlock--general .courseMap__cell.course01,
  .courseOverview .co-courseBlock--general .courseMap__cell.course03,
  .courseOverview .co-courseBlock--general .courseMap__cell.course04 {
    width: 16%;
  }
}
@media (min-width: 769px) {
  .courseOverview .co-courseBlock--general .courseMap__btn:hover {
    color: #fff;
    background-color: #ea8282;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.165' height='9.687' viewBox='0 0 6.165 9.687'%3E%0A %3Cpath id='%E3%83%91%E3%82%B9_2215' data-name='%E3%83%91%E3%82%B9 2215' d='M-7069.492-5247.477l4.145-4.051,4.144,4.051' transform='translate(-5246.762 7070.191) rotate(90)' fill='none' stroke='%23ffffff' stroke-width='2'/%3E%0A%3C/svg%3E%0A%0A");
  }
}
.courseOverview .co-courseBlock--special .courseMap__cell {
  height: 188px;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-courseBlock--special .courseMap__cell {
    height: 198px;
  }
}
.courseOverview .co-courseBlock--special .courseMap__btn {
  color: #33ab8c;
  background-color: #d3ebe4;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.165' height='9.687' viewBox='0 0 6.165 9.687'%3E%0A %3Cpath id='%E3%83%91%E3%82%B9_2215' data-name='%E3%83%91%E3%82%B9 2215' d='M-7069.492-5247.477l4.145-4.051,4.144,4.051' transform='translate(-5246.762 7070.191) rotate(90)' fill='none' stroke='%2333AB8C' stroke-width='2'/%3E%0A%3C/svg%3E%0A%0A");
}
.courseOverview .co-courseBlock--special .courseMap__btn.mapBtn01 {
  top: 42px;
  left: 2%;
  width: 20%;
  padding: 0 25px 0 15px;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-courseBlock--special .courseMap__btn.mapBtn01 {
    top: 38px;
    left: 3%;
    width: 32%;
    padding: 0 22px 0 8px;
  }
}
.courseOverview .co-courseBlock--special .courseMap__btn.mapBtn02,
.courseOverview .co-courseBlock--special .courseMap__btn.mapBtn03,
.courseOverview .co-courseBlock--special .courseMap__btn.mapBtn04 {
  top: 42px;
  left: 27%;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-courseBlock--special .courseMap__btn.mapBtn02,
  .courseOverview .co-courseBlock--special .courseMap__btn.mapBtn03,
  .courseOverview .co-courseBlock--special .courseMap__btn.mapBtn04 {
    top: 37px;
    left: 37%;
    width: 60%;
  }
}
.courseOverview .co-courseBlock--special .courseMap__btn.mapBtn03 {
  top: 88px;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-courseBlock--special .courseMap__btn.mapBtn03 {
    top: 87px;
  }
}
.courseOverview .co-courseBlock--special .courseMap__btn.mapBtn04 {
  top: 134px;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-courseBlock--special .courseMap__btn.mapBtn04 {
    top: 137px;
  }
}
@media (min-width: 769px) {
  .courseOverview .co-courseBlock--special .courseMap__btn:hover {
    color: #fff;
    background-color: #33ab8c;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.165' height='9.687' viewBox='0 0 6.165 9.687'%3E%0A %3Cpath id='%E3%83%91%E3%82%B9_2215' data-name='%E3%83%91%E3%82%B9 2215' d='M-7069.492-5247.477l4.145-4.051,4.144,4.051' transform='translate(-5246.762 7070.191) rotate(90)' fill='none' stroke='%23ffffff' stroke-width='2'/%3E%0A%3C/svg%3E%0A%0A");
  }
}
.courseOverview .co-courseCards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-courseCards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.courseOverview .co-courseCard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border: 1px solid #ea8282;
  border-radius: 5px;
  padding: 28px 30px;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-courseCard {
    padding: 22px 20px;
  }
}
.courseOverview .co-courseCard__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-courseCard__head {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 8px;
  }
}
.courseOverview .co-courseCard__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.54px;
}
.courseOverview .co-courseCard__marker {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 13px;
  height: 13px;
  border: 3px solid #ea8282;
  border-radius: 50%;
}
.courseOverview .co-courseCard__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-courseCard__tags {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.courseOverview .co-courseCard__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 4px;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #31353b;
}
.courseOverview .co-courseCard__divider {
  margin: 20px 0 15px;
  border: 0;
  border-top: 1.5px dotted #ea8282;
}
.courseOverview .co-courseCard__desc {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  color: #31353b;
}
.courseOverview .co-courseBlock--general .co-courseCard {
  border-color: #ea8282;
}
.courseOverview .co-courseBlock--general .co-courseCard__title {
  color: #ea8282;
}
.courseOverview .co-courseBlock--general .co-courseCard__divider {
  border-top-color: #ea8282;
}
.courseOverview .co-courseBlock--special .co-courseCard {
  border-color: #33ab8c;
}
.courseOverview .co-courseBlock--special .co-courseCard__title {
  color: #33ab8c;
}
.courseOverview .co-courseBlock--special .co-courseCard__divider {
  border-top-color: #33ab8c;
}
.courseOverview .co-courseBlock--special .co-courseCard__marker {
  border-color: #479187;
}
.courseOverview .co-cardBtn {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin-top: 20px;
  min-width: 217px;
  max-width: 100%;
  height: 49px;
  padding: 0 34px 0 20px;
  background: #f2f7ff;
  border: 1px solid #014099;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.28px;
  color: #1b4098;
  text-align: center;
}
.courseOverview .co-cardBtn::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #1b4098;
  border-right: 2px solid #1b4098;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .courseOverview .co-cardBtn {
    width: 100%;
  }
}

.courseOverview .co-moreBtn {
  margin: 44px auto 0;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-moreBtn {
    margin-top: 30px;
  }
}
.courseOverview .co-moreBtn:hover {
  opacity: 1;
}
.courseOverview .co-undecided {
  background: #fff;
  padding: 72px 0 80px;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-undecided {
    padding: 44px 0 48px;
  }
}
.courseOverview .co-menuCards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 19px;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-menuCards {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}
.courseOverview .co-menuCard {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: #fff;
  border: 1px solid #014099;
  border-radius: 0;
  padding: 29px 12px 25px;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-menuCard {
    padding: 22px 10px 22px;
  }
}
.courseOverview .co-menuCard__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 58px;
  margin-bottom: 15px;
}
.courseOverview .co-menuCard__icon img {
  width: auto;
  height: 58px;
  max-height: 58px;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-menuCard__icon {
    height: 48px;
    margin-bottom: 12px;
  }
  .courseOverview .co-menuCard__icon img {
    height: 48px;
  }
}
.courseOverview .co-menuCard__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.54px;
  color: #1b4098;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-menuCard__title {
    font-size: 16px;
    line-height: 24px;
  }
}
.courseOverview .co-menuCard__text {
  margin-top: 5px;
  font-size: 13px;
  line-height: 24px;
  color: #31353b;
}
@media screen and (max-width: 768px) {
  .courseOverview .co-menuCard__text {
    line-height: 22px;
  }
}
.courseOverview .co-menuCard::after {
  content: "";
  position: absolute;
  top: 114px;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #1b4098;
  border-right: 2px solid #1b4098;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .courseOverview .co-menuCard::after {
    top: 88px;
    right: 14px;
  }
}