@charset "utf-8";

:root {
  --font-mincho: "BIZ UDMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS Mincho", serif;
  --font-en: "Comfortaa", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Yu Gothic", sans-serif;
  --color-pk: #C90A5D;
}

/* ===========================================
 * common
 * ======================================== */
#mcc {
  font-size: 15px;
  color: #000;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴシック", "游ゴシック", "メイリオ", "Hiragino Sans", "Yu Gothic", sans-serif;
}

/* #mcc a{
  display: block;
  width: 100%;
  height: auto;
} */
#mcc img {
  width: 100%;
}

#mcc .fw_mid {
  font-weight: 500;
}

#mcc .fw_bold {
  font-weight: 700;
}

#mcc .en_font {
  font-family: var(--font-en);
}

#mcc .cl_gy {
  color: #c9c9c9;
}

#mcc .cl_pk {
  color: var(--color-pk);
}

#mcc a.no_event {
  pointer-events: none;
}

#mcc a.txt_deco {
  text-decoration: underline;
}

#mcc ul.list_dot {
  list-style: disc;
  padding-left: 18px;
}

#mcc .btn {
  display: block;
  margin: 0 auto;
}

#mcc .btn a {
  display: grid;
  place-items: center;
  height: 100%;
}

#mcc .btn.nm {
  width: 220px;
  height: 40px;
  margin-top: 66px;
}

#mcc .btn.nm a {
  border: 2px solid #000;
  font-size: 13px;
  font-weight: 700;
}

#mcc .btn.nm a span {
  margin-top: 2px;
}

#mcc .btn.cv a,
#mcc .btn.form {
  width: 240px;
  height: 50px;
  border-radius: 5px;
  margin-top: 60px;
  color: #FFF;
  font-size: 17px;
  font-family: var(--font-mincho);
}

#mcc .btn.cv a {
  background-color: var(--color-pk);
  position: relative;
}

#mcc .btn.cv a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url(../img/icon_streaming.svg);
  width: 14px;
  height: 14px;
}

#mcc .btn.cv .txt {
  color: #a4a4a4;
  display: block;
  margin-top: 60px;
}

#mcc .btn.form {
  background-color: #000;
  width: 280px;
  height: 60px;
}

/* #mcc .btn.small a{
  width: 280px;
  height: 60px;
  font-size: 18px;
} */

#mcc .inner {
  max-width: 800px;
  margin: 0 auto;
}

/* ===========================================
 * #mcc header
 * ======================================== */
#mcc.second header {
  border-bottom: 1px solid;
}

#mcc header {
  border-top: 1px solid;
}

#mcc header .wrap_content {
  display: grid;
  grid-template-columns: 1fr 3fr;
  justify-content: flex-end;
  width: 100%;
  height: 80px;
}

#mcc header h1 {
  position: relative;
  width: 100%;
}

#mcc header h1 .logo {
  padding-left: 1vw;
  width: min(16.7vw, 234px);
  position: absolute;
  right: 4vw;
  top: 30px;
}

#mcc header #nav {
  height: 100%;
}

#mcc header #nav .nav_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  height: 100%;
}

#mcc header #nav .nav_list .en_font {
  font-weight: 700;
}

#mcc header #nav .nav_list li {
  border-right: 1px solid;
  border-bottom: 1px solid;
  font-size: 10px;
}

#mcc header #nav .nav_list li:last-child {
  border-right: none;
}

#mcc header #nav .nav_list li:nth-child(1) {
  border-left: 1px solid;
}

#mcc header #nav .nav_list li span {
  font-size: 13px;
  display: block;
}

#mcc header #nav .nav_list li a {
  padding: 1.2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

#mcc header .page_ttl {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 28px 0 24px;
}

/* ===========================================
 * #mcc footer
 * ======================================== */
#mcc footer {
  margin-top: 150px;
}

#mcc footer .wrap_content {
  padding: 0 24px 28px;
  margin: 0 auto;
  max-width: 1400px;
}

#mcc footer .logo {
  width: 187px;
  height: 80px;
  margin: 0 auto 50px;
}

#mcc footer .area_link {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
}

#mcc footer #nav .nav_list {
  display: grid;
  grid-auto-flow: column;
  gap: 30px;
  font-size: 11px;
}

#mcc footer small {
  font-size: 10px;
}

/* ===========================================
 * top page
 * ======================================== */
#mcc #kv {
  max-width: 1120px;
  margin: 120px auto;
}

#mcc #kv .wrap_ACA {
  margin-top: 36px;
  display: grid;
  /* grid-auto-flow: column; */
  justify-content: center;
  gap: 12px;

}

#mcc #kv .wrap_ACA .logo {
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}


#mcc #kv .wrap_ACA .logo-01 {
  max-width: 100px;
}

#mcc #kv .wrap_ACA .logo-02 {
  max-width: 108px;
}

#mcc #kv .wrap_ACA .txt {
  font-size: 13px;
  /* display: grid;
  place-content: center;
  text-align: center; */
}

#mcc #kv .area_pic {
  margin-bottom: 50px;
}

#mcc #kv .area_pic .main_ttl {
  margin: 0 0 40px auto;
  width: 456px;
}

#mcc #kv .area_txt .main_txt {
  line-height: 2.12em;
  font-size: 17px;
  display: grid;
  justify-content: center;
}

#mcc #top_news h2 {
  text-align: center;
  font-size: 18px;
  padding-bottom: 30px;
  border-bottom: 1px solid;
  letter-spacing: 0.04em;
}

#mcc #top_news .inner,
#mcc.home #membership .inner {
  padding: 0 16px;
}

/* ===========================================
 * second main_cotent
 * ======================================== */
#mcc .outer {
  padding: 0 24px;
  max-width: 1400px;
  margin: 0 auto;
}

#mcc .breadcrumbs {
  font-size: 10px;
  margin: 10px 0 50px;
}

#mcc .breadcrumbs,
#mcc .breadcrumbs li {
  display: grid;
  grid-auto-flow: column;
  justify-content: flex-start;
}

#mcc .breadcrumbs li:not(.breadcrumbs li:last-child) a {
  text-decoration: underline;
}

#mcc .breadcrumbs li+li:before {
  content: "/";
  margin: 0 8px;
}

#mcc .page_ttl:not(header .page_ttl) {
  text-align: center;
  line-height: 1;
  font-size: 28px;
  font-family: var(--font-mincho);
  color: #fff;
  margin-bottom: 80px;
}

#mcc .page_ttl span:not(header .page_ttl span) {
  background-color: #000;
  padding: 1px 2px;
  line-height: 1.2em;
}

#mcc .box_list {
  max-width: 800px;
  margin: 0 auto;
  border: 1px solid;
}

#mcc .box_list .item:not(.box_list .item:last-child) {
  border-bottom: 1px solid;
}

#mcc .box_list .item {
  padding: 80px 60px;
}

#mcc .box_list .item .ttl_main {
  font-size: 20px;
  font-family: var(--font-mincho);
  margin-bottom: 60px;
  text-align: center;
}

#mcc .box_list .group_txt {
  display: grid;
  text-align: justify;
  gap: 40px;
}

#mcc .box_list .group_txt .top {
  font-weight: 700;
  text-align: center;
}

/*course　一覧
* --------------------------- */
#mcc.archive .inner {
  max-width: 940px;
}

#mcc.c-course .course_lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

#mcc.c-course .course_lists .item {
  border: 1px solid;
  display: flex;
  flex-direction: column;
}

#mcc.c-course .course_lists .item .area_pic {
  border-bottom: 1px solid;
}

#mcc.c-course .course_lists .item .area_pic img,
#mcc.c-course .icatch img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

#mcc.c-course .course_lists .item .area_txt {
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

#mcc.c-course .course_lists .txt_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  line-height: 1;
  height: 17px;
}

#mcc.c-course .course_lists .txt_top .wrap_time {
  display: flex;
  align-items: center;
  gap: 18px;
}

#mcc.c-course .course_lists .txt_top .ttl_date {
  font-size: 13px;
  position: relative;
  padding: 0 14px;
}

#mcc.c-course .course_lists .txt_top .ttl_date:before,
#mcc.c-course .course_lists .txt_top .ttl_date::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background-color: #000;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

#mcc.c-course .course_lists .txt_top .ttl_date:before {
  left: 0;
}

#mcc.c-course .course_lists .txt_top .ttl_date::after {
  right: 0;
}

#mcc.c-course .course_lists .page_ttl {
  text-align: justify;
  font-size: 20px;
  margin-bottom: 20px;
}

#mcc.c-course .course_lists .desc {
  border-bottom: 1px solid;
  flex-grow: 1;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: justify;
}

#mcc.c-course .course_lists .item .area_pic {
  position: relative;
}

#mcc.c-course .course_lists .item .label_real {
  background: var(--color-pk);
  display: grid;
  place-content: center;
  height: 17px;
}

#mcc.c-course .course_lists .item .label_real span {
  color: #fff;
  font-size: 11px;
  padding: 2px 10px 4px;
}

#mcc .txt_tax {
  margin-top: auto;
  font-size: 12px;
  display: grid;
  gap: 6px;
}

#mcc .txt_tax .cat,
#mcc .txt_tax .tag {
  padding-left: 24px;
  position: relative;
}

#mcc .txt_tax .cat:before,
#mcc .txt_tax .tag:before {
  content: "";
  position: absolute;
}

#mcc .txt_tax .cat:before {

  top: 5px;
  left: 0;
  background: url(../img/icon_ctg_gy.svg) no-repeat center / contain;
  width: 14px;
  height: 14px;
}

#mcc .txt_tax .tag:before {
  top: 5px;
  left: 0;
  background: url(../img/icon_tag.svg) no-repeat center / contain;
  width: 18px;
  height: 18px;
}

#mcc .txt_tax .tag {
  display: flex;
  gap: 14px;

}



#mcc.single-course .txt_tax {
  grid-auto-flow: column;
  justify-content: center;
  gap: 40px;
}




/*course　詳細
* --------------------------- */
#mcc .box_list.course .item.icatch {
  padding: 0;
}

#mcc .box_list.course .item .page_ttl {
  margin-bottom: 50px;
}

#mcc .box_list.course .item .ttl {
  text-align: center;
  font-size: 16px;
  line-height: 1;
}

#mcc .box_list.course .item .ttl:not(.box_list.course .item h2.ttl) {
  margin-bottom: 30px;
}

#mcc .box_list.course .item h2.ttl {
  margin-bottom: 80px;
}

#mcc .box_list.course .wrap_lect {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 40px;
}

#mcc .box_list.course .lect_lists .area_txt {
  font-size: 14px;
  line-height: 1.57em;
}

#mcc .box_list.course .lect_lists .area_txt .name {
  font-size: 24px;
  font-family: var(--font-mincho);
  color: #fff;
  margin-bottom: 10px;
}

#mcc .box_list.course .lect_lists .area_txt .name span {
  background-color: #000;
  display: inline-block;
  padding: 4px 2px;
}

#mcc .box_list.course .lect_lists .area_txt .name_en {
  font-size: 11px;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

#mcc .box_list.course .lect_lists .area_txt .position,
#mcc .box_list.course .lect_lists .area_txt .desc {
  margin-bottom: 24px;
}

#mcc .box_list.course .lect_lists .area_txt .desc {
  line-height: 1.65em;
}

#mcc .box_list.course .lect_lists .area_txt .link a {
  text-decoration: underline;
}

#mcc .box_list.course .lect_lists .area_pic {
  width: 162px;
}

#mcc .box_list.course .lect_lists .area_pic img {
  object-fit: contain;
  border: 1px solid;
}

#mcc .box_list.course .teacher_info {
  display: grid;
  gap: 16px;
}

#mcc .box_list.course .teacher_info .list {
  display: grid;
  gap: 4px;
}

/*table
* --------------------------- */
#mcc .cat_links {
  display: flex;
  gap: 20px;
  padding-bottom: 60px;
}

#mcc .cat_links .ttl {
  position: relative;
  padding-left: 24px;
}

#mcc .cat_links .ttl::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  background: url(../img/icon_ctg.svg) no-repeat center / contain;
  width: 14px;
  height: 14px;
}

#mcc .cat_links .link_lists {
  display: grid;
  grid-auto-flow: column;
  width: 100%;
  border-bottom: 1px solid;
}

#mcc .cat_links .link_lists li a {
  padding: 0 20px 14px;
  display: block;
  text-align: center;
}

#mcc .cat_links .link_lists li.active a {
  border-bottom: 5px solid;
}

/* #mcc .cat_links .scroll-box{
  width: 100%;
} */
#mcc .lect_lists {
  display: grid;
  gap: 50px;
}

#mcc .table_nm {
  line-height: 1.46em;
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
}

#mcc .table_nm tr {
  border-bottom: 1px solid;
  display: grid;
  grid-auto-flow: column;
  justify-content: flex-start;
  gap: 40px;
  padding: 20px 0;
  align-items: center;
}

#mcc .time {
  letter-spacing: 0.02em;
  font-size: 13px;
  font-weight: 500;
}

#mcc.c-course .time {
  padding-bottom: 1px;
}

#mcc.single-news .time {
  font-size: 14px;
}

#mcc .category {
  display: grid;
  place-content: flex-start;
}

#mcc .category a {
  display: grid;
  place-content: center;
  padding: 0 28px;
  font-size: 11px;
  height: 22px;
}

#mcc .table_nm .category a {
  color: #FFF;
  background-color: #000;
}

#mcc.single-news .category {
  border: 1px solid;
}

#mcc.single-course .table_nm tr {
  grid-template-columns: 1fr 3.25fr;
  gap: 0;
}

#mcc.c-news .table_nm tbody {
  border-top: 1px solid;
}

#mcc.c-news .table_nm .no_item,
#mcc.home .table_nm .no_item {
  grid-template-columns: 1fr;
  gap: 0;
}


#mcc .scroll {
  width: 100%;
  overflow: auto;
}

#mcc .scroll .simplebar-height-auto-observer-wrapper {
  margin: 24px;
}

#mcc .scroll .simplebar-track.simplebar-horizontal {
  height: 3px;
  background: #eee;
  border-radius: 0;
  max-width: 500px;
  margin: 0 auto;
}

#mcc .scroll .simplebar-scrollbar {
  height: 2px;
  background: #aaa;
  border-radius: 0;
  top: 0;
}

#mcc .scroll .simplebar-scrollbar:before {
  background: #aaa;
  border-radius: 0;
}

#mcc .scroll .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 0px;
  height: 4px;
}

#mcc .scroll .simplebar-content {
  gap: 0;
}


/*single-news
* --------------------------- */
#mcc.single-news .box_list {
  padding: 80px 60px;
}

#mcc.single-news .box_list .area_top {
  display: flex;
  gap: 16px;
  margin-bottom: 44px;
  align-items: center;
}

#mcc.single-news .box_list .page_ttl {
  text-align: left;
  margin-bottom: 60px;
  padding-bottom: 50px;
  border-bottom: 1px solid #000;
}

/*pagenation
* --------------------------- */
#mcc .pagenation {
  display: grid;
  justify-content: center;
  grid-auto-flow: column;
  gap: 10px;
  font-family: var(--font-en);
  font-weight: 700;
  margin-top: 70px;
  font-size: 12px;
}

#mcc .pagenation .next,
#mcc .pagenation .prev {
  position: relative;
  display: inline;
}

#mcc .pagenation .next {
  padding: 0 20px 0 10px;
}

#mcc .pagenation .prev {
  padding: 0 10px 0 20px;
}

#mcc .pagenation .next:before,
#mcc .pagenation .prev:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

#mcc .pagenation .next:before {
  transform: rotate(45deg);
  right: 0;
}

#mcc .pagenation .prev:before {
  transform: rotate(-135deg);
  left: 0;
}

#mcc .pagenation .page-numbers {
  display: grid;
  place-content: center;
}

#mcc .pagenation .page-numbers:not(.next):not(.prev) {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
}

#mcc .pagenation .page-numbers.current {
  background-color: #000;
  color: #FFF;
}

/*membership
* --------------------------- */
#mcc #membership {
  text-align: center;
}

#mcc #membership .wrap_content {
  border: 1px solid;
  margin: 120px auto 0;
  padding: 34px 20px 40px;
  max-width: 568px;
}

#mcc #membership h2 {
  font-size: 20px;
  font-family: var(--font-mincho);
  margin-bottom: 14px;
}

#mcc #membership .btn a {
  margin-top: 28px
}

/* ===========================================
 * aboutページ
 * ======================================== */
#mcc.about section.second {
  margin-top: 120px;
}

#mcc.about .logo_jcsf {
  width: 160px;
  margin: 0 auto 40px;
}

#mcc.about .box_list.course .item {
  padding: 60px 52px 50px;
}

#mcc.about .box_list.course .btn a {
  margin-top: 36px;
}

#mcc.about .box_list.course .note {
  color: #a4a4a4;
  display: block;
  margin-top: 60px;
  text-align: center;
}

#mcc.goabroad .main_pic {
  margin-bottom: 64px;
}

/* ===========================================
 * contactページ
 * ======================================== */
#mcc .intro {
  margin-bottom: 50px;
}

#mcc .form_lists {
  max-width: 800px;
  margin: 0 auto;
  border-top: 1px solid;
}


#mcc .form_lists .item {
  display: grid;
  grid-template-columns: 1fr 3.3fr;
  gap: 20px;
  padding: 30px 0;
  border-bottom: 1px solid;
}

#mcc .form_lists .item h3 .required:before {
  content: '*';
  color: var(--color-pk);
  display: inline-block;
}

#mcc .form_lists .item .txt_box input,
#mcc .form_lists .item .txt_box textarea {
  background-color: #f4f4f4;
  width: 100%;
  border: unset;
}

#mcc .form_lists .item .txt_box input {
  height: 40px;
}

#mcc .form_lists .item .txt_box textarea {
  height: auto;
}

#mcc .form_lists .item .area_txt {
  display: grid;
  gap: 20px;
}

#mcc.contact .area_privacy .link {
  margin-bottom: 6px;
}

#mcc.c-course .intro_list {
  margin-bottom: 64px;
  border: 1px solid;
}

#mcc.c-course .intro_list .item {

  padding: 24px 24px 24px 72px;
  position: relative;
  text-align: justify;
}

#mcc.c-course .intro_list .item:not(#mcc.c-course .intro_list .item:last-child) {
  border-bottom: solid 1px;
}

#mcc.c-course .intro_list li:nth-child(1):before,
#mcc.c-course .intro_list li:nth-child(2):before {
  content: '';
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

#mcc.c-course .intro_list .item:nth-child(1):before {
  background: url(../img/icon_attention.svg) no-repeat center / contain;
}

#mcc.c-course .intro_list .item:nth-child(2):before {
  background: url(../img/icon_attention_02.svg) no-repeat center / contain;
}

#mcc.c-course .intro_list .item p {
  margin-bottom: 4px;
}

#mcc.c-course .course_lists .item.is-sticky {
  position: relative;
}

#mcc.c-course .course_lists .item.is-sticky:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 5px;
  background: url(../img/icon_sticky.svg) no-repeat center / contain;
  width: 30px;
  height: 30px;
  z-index: 1;
}

/* タブ */
#mcc .tabs {
  display: block;
}
#mcc .tabs .tab-panel {
  display: none;
}

#mcc .tabs .tab-panel.active {
  display: block;
}

#mcc .tabs .tab-item {
  cursor: pointer;
  list-style: none;
  border: 1px solid #ccc;
  text-align: center;
}
#mcc .tabs .tab-item a{
  padding: 10px 20px;
  display: block;
}

#mcc .tabs .tab-item.active {
  background: #000;
  color: #fff;
}

#mcc .tabs .tab-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0;
  margin-bottom: 50px;
}


/* ===========================================
 * only-pc
 * ======================================== */
@media(min-width:769px) {

  #mcc a,
  #mcc .btn.form {
    transition: .2s ease-in-out;
  }

  #mcc a:hover,
  #mcc .btn.form:hover {
    cursor: pointer;
  }

  #mcc a:hover:not(a.hv_none, .btn.nm a:hover, .course_lists .page_ttl a:hover),
  #mcc .btn.form:hover {
    opacity: .6;
  }

  #mcc .btn.nm a:hover {
    color: #fff;
    background-color: #000;
  }

  #mcc #kv .area_pic .main_pic {
    width: 934px;
    margin: 0 auto;
  }

  #mcc.post-type-archive-course .page_ttl a:hover span,
  #mcc.tax-course-cat .page_ttl a:hover span,
  #mcc.tax-course-tag .page_ttl a:hover span {
    background-color: var(--color-pk);
    transition: .2s ease-in-out;
  }
}

/* ===========================================
 * only-sp
 * ======================================== */
@media(max-width:768px) {
  #mcc {
    font-size: 14px;
  }

  #mcc .second header {
    height: 82px;
  }

  #mcc .btn.nm a span {
    margin-top: 3px;
  }

  /*header
  * --------------------------- */
  #mcc header {
    border-top: none;
    height: auto;
  }

  #mcc header .wrap_content {
    grid-template-columns: unset;
    justify-content: unset;
    /* height: 82px; */
    height: 22vw;
  }

  #mcc header h1 .logo {
    padding-left: 0;
    width: min(72vw, 270px);
    right: unset;
    left: 16px;
    top: 18px;
    z-index: 1;
  }

  #mcc header .menu-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 82px;
    z-index: 2;
  }

  #mcc header .menu-wrapper .menu-icon {
    width: 34px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    z-index: 3;
    display: inline-block;
  }

  #mcc header .menu-wrapper .menu-icon span {
    display: block;
    height: 2px;
    margin: 6px 0;
    background: #000;
    transition: 0.4s;
  }

  #mcc header #menu-toggle:checked+.menu-icon span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  #mcc header #menu-toggle:checked+.menu-icon span:nth-child(2) {
    opacity: 0;
  }

  #mcc header #menu-toggle:checked+.menu-icon span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  #mcc header .menu-wrapper .overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
    z-index: 1;
  }

  #mcc header #menu-toggle:checked~.overlay {
    opacity: 1;
    pointer-events: auto;
  }

  #mcc header #nav {
    display: grid;
    place-content: center;
    position: fixed;
    top: 0;
    right: -60%;
    width: 60%;
    height: 100%;
    background: #fff;
    transition: left 0.4s ease;
    z-index: 2;
  }

  #mcc header #nav .nav_list {
    grid-template-columns: 1fr;
    height: auto;
    width: 130px;
  }

  #mcc header #nav .nav_list li {
    border-right: none;
  }

  #mcc header #nav .nav_list li a {
    padding-left: 0;
  }

  #mcc header #nav .nav_list li:nth-child(1) {
    border-left: none;
    border-bottom: 1px solid;
  }

  #mcc header #menu-toggle:checked~#nav {
    right: 0;
    width: 56%;
  }

  /*#mcc footer
  * --------------------------- */
  #mcc footer {
    margin-top: 120px;
  }

  #mcc footer .area_link {
    grid-auto-flow: row;
  }

  #mcc footer #nav .nav_list {
    justify-content: center;
    margin-bottom: 50px;
  }

  #mcc footer small {
    text-align: center;
  }

  /*main content
  * --------------------------- */
  /*top*/
  #mcc #kv {
    margin-top: min(5.3vw, 20px);
    margin-top: 10px;
  }

  #mcc #kv .wrap_ACA {
    grid-auto-flow: row;
    margin-bottom: 50px;
    gap: 10px;
  }

  #mcc #kv .wrap_ACA .txt {
    /* padding: 14px;
    border: 1px solid; */
    font-size: 12px;
  }

  #mcc #kv .area_pic {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    height: calc(100svh - 27.2vw);
    margin-bottom: 30px;
  }

  #mcc #kv .area_pic .main_ttl {
    width: 134px;
    margin: 0 30px -10px auto;
    z-index: 1;
  }

  #mcc #kv .area_txt {
    padding: 0 26px;
  }

  #mcc #kv .area_txt .main_txt {
    font-size: 14px;
    line-height: 1.7em;
  }

  /*second*/
  #mcc .outer {
    padding: 0 16px;
  }

  #mcc .page_ttl:not(header .page_ttl) {
    font-size: 24px;
    margin-bottom: 60px;
  }

  #mcc .box_list .item {
    padding: 60px 20px;
  }

  #mcc .box_list .item .ttl_main {
    margin-bottom: 40px;
  }

  #mcc .box_list .group_txt {
    gap: 30px;
  }

  #mcc.about .box_list.course .item {
    padding: 40px 20px 50px;
  }

  #mcc .box_list.course .wrap_lect {
    grid-template-columns: unset;
    gap: 20px;
  }

  #mcc .box_list.course .lect_lists .area_txt .name,
  #mcc .box_list.course .lect_lists .area_txt .name_en,
  #mcc .box_list.course .lect_lists .area_txt .position {
    text-align: center;
  }

  #mcc .box_list.course .lect_lists .area_txt .name {
    margin-bottom: 4px;
  }

  #mcc .box_list.course .lect_lists .area_txt .name_en {
    margin-bottom: 10px;
  }

  #mcc .box_list.course .lect_lists .area_txt .position {
    margin-bottom: 24px;
  }

  #mcc .box_list.course .lect_lists .area_pic {
    margin: 0 auto;
    width: 170px;
  }

  #mcc .box_list.course .item h2.ttl {
    margin-bottom: 30px;
  }




  /* table */
  #mcc .table_nm tr {
    padding: 18px 0;
    grid-template-areas: "time category"
      "ttl ttl";
    grid-template-columns: 86px 1fr;
    row-gap: 10px;
    column-gap: 0;
  }

  #mcc.single-course .table_nm tr {
    grid-template-areas: unset;
  }

  #mcc .table_nm th {
    width: auto;
  }

  #mcc .table_nm .post-item .time {
    grid-area: time;
  }

  #mcc .table_nm .post-item .category {
    grid-area: category;

  }

  #mcc .table_nm .post-item .ttl {
    grid-area: ttl;
  }

  #mcc.post-type-archive-course .time {
    padding-bottom: 2px;
  }

  #mcc .category a {
    padding: 0 20px;
    font-size: 10px;
    height: 18px;
  }

  #mcc .cat_links {
    display: grid;
    gap: 10px;
    padding-bottom: 24px;
    margin-right: calc(((100vw - 100%) / 2) * -1);
  }

  #mcc .cat_links .link_lists {
    border-bottom: unset;
    grid-auto-columns: max-content;
    gap: 6px;
  }

  #mcc .cat_links .link_lists li a {
    padding: 0 10px 2px;
  }

  #mcc .cat_links .link_lists li:last-child {
    padding-right: 20px;
  }

  /* single-news */
  #mcc.single-news .box_list {
    padding: 60px 20px;
  }

  #mcc.single-news .box_list .area_top {
    margin-bottom: 16px;
  }

  #mcc.single-news .box_list .page_ttl {
    margin-bottom: 40px;
    padding-bottom: 24px;
  }

  /* course_lists */
  #mcc.c-course .course_lists {
    grid-template-columns: 1fr;
  }

  #mcc .form_lists .item {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 20px 0;
  }

  #mcc .form_lists .item .txt_box input {
    height: 32px;
  }

  /*membership
* --------------------------- */
  #mcc #membership p {
    text-align: left;
    text-align: justify;
  }

}



/* 
#mcc #nav .no_link a{
  color: #d7d7d7;
  pointer-events: none;
} */


