@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* ======================================================================
 common
====================================================================== */
html {
  font-size: 0.6666666667vw;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #1A1A1A;
  font-weight: 400;
  letter-spacing: 0.05rem;
}

a {
  text-decoration: none;
  color: #1A1A1A;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.inner {
  width: calc(100% - 50rem);
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 92%;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
/* ======================================================================
 kmkc
====================================================================== */
.kmkc_mv {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .kmkc_mv {
    padding-bottom: 30rem;
  }
}
.kmkc_mv_ttl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 5rem;
}
@media screen and (max-width: 768px) {
  .kmkc_mv_ttl {
    display: block;
    padding: 1rem 2rem;
  }
}
.kmkc_mv_ttl img {
  width: 90rem;
}
@media screen and (max-width: 768px) {
  .kmkc_mv_ttl img {
    width: 100%;
  }
}
.kmkc_mv_img {
  position: absolute;
  z-index: 1;
  width: 35rem;
  right: 3rem;
  bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .kmkc_mv_img {
    bottom: 32rem;
    right: 1rem;
  }
}

.kmkc_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 5px;
  background: #004FB7;
  padding: 5rem;
}
@media screen and (max-width: 768px) {
  .kmkc_menu {
    padding: 2rem 2rem 4rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.kmkc_menu_btn {
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFF;
  color: #004FB7;
  text-align: center;
  width: 24%;
  height: 14rem;
  font-size: 2.6rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .kmkc_menu_btn {
    width: 49%;
    margin-top: 2rem;
  }
}
.kmkc_menu_btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  margin-left: -0.5rem;
  border-width: 1.73rem 1rem 0 1rem;
  border-color: #FFF transparent transparent transparent;
}
@media screen and (max-width: 768px) {
  .kmkc_menu_btn::after {
    bottom: 1rem;
    border-color: #004FB7 transparent transparent transparent;
  }
}
.kmkc_menu_btn:hover {
  background: #EEFF00;
}
.kmkc_menu_btn:hover::after {
  border-color: #EEFF00 transparent transparent transparent;
}
@media screen and (max-width: 768px) {
  .kmkc_menu_btn:hover::after {
    border-color: #004FB7 transparent transparent transparent;
  }
}

.kmkc_sec01 {
  background: url(../img/bg01.png) no-repeat 50% 0, url(../img/bg02.png) no-repeat 50% 100%;
  background-size: 100%;
  padding: 8rem 0;
}
.kmkc_sec01_ttl {
  font-weight: 700;
  color: #004FB7;
  text-align: center;
  font-size: 4.8rem;
  line-height: 1.3;
}
.kmkc_sec01_ttl rt {
  font-size: 1.2rem;
}
.kmkc_sec01_intr {
  position: relative;
  border: 1px solid #004FB7;
  padding: 7rem 5rem 5rem;
  margin: 10rem auto 7rem;
}
@media screen and (max-width: 768px) {
  .kmkc_sec01_intr {
    padding: 12rem 5rem 5rem;
  }
}
.kmkc_sec01_intr_ttl {
  font-weight: 700;
  color: #004FB7;
  background: #FFF;
  text-align: center;
  position: absolute;
  font-size: 3.2rem;
  line-height: 1.5;
  top: -5rem;
  left: 2%;
  width: 96%;
}
@media screen and (max-width: 768px) {
  .kmkc_sec01_intr_ttl {
    width: 86%;
    left: 7%;
  }
}
.kmkc_sec01_intr_txt {
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .kmkc_sec01_intr_txt {
    font-size: 2.4rem;
  }
}
.kmkc_sec01_list_box {
  margin-top: 5rem;
}
.kmkc_sec01_list_ttl {
  font-weight: 700;
  position: relative;
  background: #004FB7;
  color: #EEFF00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 13rem;
  font-size: 3.2rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .kmkc_sec01_list_ttl {
    padding: 2rem;
    height: auto;
  }
}
.kmkc_sec01_list_point {
  position: absolute;
  z-index: 1;
  width: 13rem;
  top: -3rem;
  left: 10rem;
}
@media screen and (max-width: 768px) {
  .kmkc_sec01_list_point {
    left: 2rem;
    top: -4rem;
  }
}
.kmkc_sec01_list_cont {
  background: #FFF;
  border: 5px solid #DAE7F9;
}
.kmkc_sec01_list_other {
  position: relative;
  background: #DAE7F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem;
}
@media screen and (max-width: 768px) {
  .kmkc_sec01_list_other {
    display: block;
    padding: 3rem 2rem;
  }
}
.kmkc_sec01_list_other::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  left: 50%;
  bottom: -4.5rem;
  margin-left: -10rem;
  border-width: 5rem 10rem 0 10rem;
  border-color: #DAE7F9 transparent transparent transparent;
}
.kmkc_sec01_list_other_img {
  width: 14rem;
}
@media screen and (max-width: 768px) {
  .kmkc_sec01_list_other_img {
    margin: 0 auto;
    width: 20rem;
  }
}
.kmkc_sec01_list_other_desc {
  margin-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .kmkc_sec01_list_other_desc {
    margin: 0;
  }
}
.kmkc_sec01_list_other_ttl {
  font-weight: 700;
  background: #004FB7;
  color: #FFF;
  display: inline-block;
  font-size: 1.8rem;
  padding: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .kmkc_sec01_list_other_ttl {
    display: table;
    margin: 2rem auto 1rem;
    font-size: 2.8rem;
  }
}
.kmkc_sec01_list_other_txt {
  background: url(../img/circle.svg) no-repeat 0 0.8rem;
  background-size: 0.9rem;
  font-size: 1.8rem;
  line-height: 1.3;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .kmkc_sec01_list_other_txt {
    font-size: 2.4rem;
  }
}
.kmkc_sec01_list_other_txt:not(:last-child) {
  margin-bottom: 1rem;
}
.kmkc_sec01_list_course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5rem 5rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .kmkc_sec01_list_course {
    display: block;
    padding: 6rem 2rem 2rem;
  }
}
.kmkc_sec01_list_course + .kmkc_sec01_list_course_btm {
  padding-top: 0;
}
.kmkc_sec01_list_course_img {
  width: 14rem;
}
@media screen and (max-width: 768px) {
  .kmkc_sec01_list_course_img {
    width: 20rem;
    margin: 0 auto;
  }
}
.kmkc_sec01_list_course_desc {
  width: 70rem;
}
.kmkc_sec01_list_course_desc::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .kmkc_sec01_list_course_desc {
    width: auto;
  }
}
.kmkc_sec01_list_course_desc_img {
  float: right;
  width: 36rem;
  margin: 0 -3rem 0 3rem;
}
@media screen and (max-width: 768px) {
  .kmkc_sec01_list_course_desc_img {
    float: none;
    width: 100%;
    margin: 2rem 0;
  }
}
.kmkc_sec01_list_course_ttl {
  font-weight: 700;
  background: #EEFF00;
  color: #004FB7;
  display: inline-block;
  font-size: 1.8rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .kmkc_sec01_list_course_ttl {
    display: table;
    margin: 2rem auto 1rem;
    font-size: 2.8rem;
  }
}
.kmkc_sec01_list_course_txt {
  background: url(../img/check.svg) no-repeat 0 0.8rem;
  background-size: 1.6rem;
  font-size: 1.8rem;
  line-height: 1.7;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .kmkc_sec01_list_course_txt {
    font-size: 2.4rem;
  }
}
.kmkc_sec01_list_course_txt:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .kmkc_sec01_list_course_txt:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.kmkc_sec01_list_course_txt._none {
  background: none;
  margin-top: 0;
  padding-left: 0;
}
.kmkc_sec01_list_course_txt span {
  font-weight: 700;
  color: #004FB7;
  background: #EEFF00;
}
.kmkc_sec01_list_course_btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5rem;
}
@media screen and (max-width: 768px) {
  .kmkc_sec01_list_course_btm {
    display: block;
    padding: 5rem 2rem 2rem;
  }
}
.kmkc_sec01_list_course_btm_img {
  width: 36rem;
}
@media screen and (max-width: 768px) {
  .kmkc_sec01_list_course_btm_img {
    width: auto;
    margin-top: 5rem;
  }
}
.kmkc_sec01_list_course_btm_desc {
  width: 48rem;
}
@media screen and (max-width: 768px) {
  .kmkc_sec01_list_course_btm_desc {
    width: auto;
  }
}

.kmkc_sec02 {
  background: #DAE7F9;
  padding: 8rem 0;
}
.kmkc_sec02 .kmkc_sec01_intr_ttl {
  width: 90%;
  left: 5%;
  background: #DAE7F9;
}
@media screen and (max-width: 768px) {
  .kmkc_sec02 .kmkc_sec01_intr_ttl {
    width: 86%;
    left: 7%;
  }
}
.kmkc_sec02_result {
  font-weight: 700;
  text-align: center;
  background: #EEFF00;
  padding: 4rem 0 5rem;
  font-size: 3.6rem;
  margin-top: -2rem;
}
@media screen and (max-width: 768px) {
  .kmkc_sec02_result {
    padding: 4rem 2rem 5rem;
  }
}
.kmkc_sec02_result_txt {
  color: #004FB7;
  font-size: 5rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}
.kmkc_sec02_result_txt i {
  display: none;
}
@media screen and (max-width: 768px) {
  .kmkc_sec02_result_txt i {
    display: inline-block;
  }
}
.kmkc_sec02_list {
  border: 1px solid #004FB7;
  margin-top: 5rem;
}
.kmkc_sec02_list_ttl {
  font-weight: 700;
  text-align: center;
  color: #004FB7;
  font-size: 3.2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .kmkc_sec02_list_ttl {
    font-size: 4rem;
  }
}
.kmkc_sec02_list_txt {
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .kmkc_sec02_list_txt {
    font-size: 2.4rem;
    line-height: 1.3;
  }
}
.kmkc_sec02_list_cont {
  padding: 5rem;
}
.kmkc_sec02_list_btn {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #004FB7;
  color: #FFF;
  font-size: 2rem;
  height: 7rem;
}
@media screen and (max-width: 768px) {
  .kmkc_sec02_list_btn {
    -webkit-transition: none;
    transition: none;
  }
}
.kmkc_sec02_list_btn:hover, .kmkc_sec02_list_btn:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .kmkc_sec02_list_btn:hover, .kmkc_sec02_list_btn:hover img {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .kmkc_sec02_list_btn {
    font-size: 3rem;
  }
}
.kmkc_sec02_list_btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kmkc_sec02_list_btn span::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 1rem;
}
.kmkc_sec02_list_sub {
  display: none;
  padding: 0 5rem 5rem;
}
.kmkc_sec02_list_sub_box:not(:last-child) {
  margin-bottom: 3rem;
}
.kmkc_sec02_list_sub_ttl {
  font-weight: 700;
  background: #004FB7;
  color: #FFF;
  font-size: 2.4rem;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .kmkc_sec02_list_sub_ttl {
    font-size: 3rem;
  }
}
.kmkc_sec02_list_sub_txt {
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .kmkc_sec02_list_sub_txt {
    font-size: 2.4rem;
  }
}

.kmkc_sec03 {
  background: #004FB7;
  color: #FFF;
  padding: 8rem 0;
}
.kmkc_sec03_ttl {
  font-weight: 700;
  color: #FFF;
  text-align: center;
  font-size: 4.8rem;
  line-height: 1.3;
}
.kmkc_sec03_ttl rt {
  font-size: 1.2rem;
}
.kmkc_sec03_intr {
  position: relative;
  border: 1px solid #FFF;
  padding: 7rem 5rem 5rem;
  margin: 10rem auto 7rem;
}
@media screen and (max-width: 768px) {
  .kmkc_sec03_intr {
    padding: 12rem 5rem 5rem;
  }
}
.kmkc_sec03_intr_ttl {
  font-weight: 700;
  color: #FFF;
  background: #004FB7;
  text-align: center;
  position: absolute;
  font-size: 3.2rem;
  line-height: 1.5;
  top: -3rem;
  left: 2%;
  width: 96%;
}
@media screen and (max-width: 768px) {
  .kmkc_sec03_intr_ttl {
    width: 86%;
    left: 7%;
  }
}
.kmkc_sec03_intr_txt {
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .kmkc_sec03_intr_txt {
    font-size: 2.4rem;
  }
}
.kmkc_sec03_cont {
  margin-top: 5rem;
}
.kmkc_sec03_cont::after {
  content: "";
  display: block;
  clear: both;
}
.kmkc_sec03_cont._last {
  margin-bottom: 7rem;
}
.kmkc_sec03_cont_ttl {
  font-weight: 700;
  text-align: center;
  color: #EEFF00;
  font-size: 3.2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .kmkc_sec03_cont_ttl {
    line-height: 1.3;
  }
}
.kmkc_sec03_cont_txt {
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .kmkc_sec03_cont_txt {
    font-size: 2.4rem;
  }
}
.kmkc_sec03_cont_img._img01 {
  background: #FFF;
  text-align: center;
  padding: 1.5rem;
  margin-top: 3rem;
}
.kmkc_sec03_cont_img._img01 img {
  width: 71rem;
}
@media screen and (max-width: 768px) {
  .kmkc_sec03_cont_img._img01 img {
    width: 100%;
  }
}
.kmkc_sec03_cont_img._img02 {
  float: right;
  width: 48rem;
}
@media screen and (max-width: 768px) {
  .kmkc_sec03_cont_img._img02 {
    float: none;
    width: 100%;
    margin-bottom: 3rem;
  }
}
.kmkc_sec03_cont_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .kmkc_sec03_cont_list {
    display: block;
  }
}
.kmkc_sec03_cont_list_box {
  width: 31%;
}
@media screen and (max-width: 768px) {
  .kmkc_sec03_cont_list_box {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .kmkc_sec03_cont_list_box:not(:last-child) {
    margin-bottom: 3%;
  }
}
.kmkc_sec03_cont_list_ttl {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #FFF;
  color: #004FB7;
  height: 15rem;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .kmkc_sec03_cont_list_ttl {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 2rem;
    width: 44%;
    height: 25rem;
    font-size: 2.8rem;
  }
}
.kmkc_sec03_cont_list_txt {
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .kmkc_sec03_cont_list_txt {
    width: 52%;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.kmkc_sec03_list {
  margin-top: 5rem;
}
.kmkc_sec03_list_box:not(:last-child) {
  margin-bottom: 10rem;
}
.kmkc_sec03_list_top {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .kmkc_sec03_list_top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.kmkc_sec03_list_top_num {
  width: 6rem;
}
@media screen and (max-width: 768px) {
  .kmkc_sec03_list_top_num {
    width: 10%;
  }
}
.kmkc_sec03_list_top_num span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #EEFF00;
  color: #004FB7;
  width: 5rem;
  height: 5rem;
  font-size: 3.2rem;
}
.kmkc_sec03_list_top_ttl {
  color: #EEFF00;
  font-size: 3.2rem;
  width: 91rem;
}
@media screen and (max-width: 768px) {
  .kmkc_sec03_list_top_ttl {
    width: 90%;
    line-height: 1.3;
  }
}
.kmkc_sec03_list_txt {
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .kmkc_sec03_list_txt {
    font-size: 2.4rem;
  }
}
.kmkc_sec03_list_img {
  margin: 3rem auto;
  width: 70rem;
}
@media screen and (max-width: 768px) {
  .kmkc_sec03_list_img {
    width: auto;
  }
}
.kmkc_sec03_list_keymap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .kmkc_sec03_list_keymap {
    display: block;
    margin-top: 0;
  }
}
.kmkc_sec03_list_keymap_box {
  width: 31%;
}
@media screen and (max-width: 768px) {
  .kmkc_sec03_list_keymap_box {
    width: auto;
    margin-top: 3rem;
  }
}
.kmkc_sec03_list_keymap_img {
  background: #FFF;
  margin-bottom: 1.5rem;
}
.kmkc_sec03_list_keymap_ttl {
  font-weight: 700;
  text-align: center;
  background: #EEFF00;
  color: #004FB7;
  font-size: 2rem;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .kmkc_sec03_list_keymap_ttl {
    font-size: 3rem;
  }
}
.kmkc_sec03_list_keymap_txt {
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .kmkc_sec03_list_keymap_txt {
    font-size: 2.4rem;
  }
}
.kmkc_sec03_list_book {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .kmkc_sec03_list_book {
    display: block;
    margin-top: 5rem;
  }
}
.kmkc_sec03_list_book_box {
  background: #FFF;
  width: 48.5%;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .kmkc_sec03_list_book_box {
    width: auto;
  }
}
.kmkc_sec03_list_book_ttl {
  font-weight: 700;
  text-align: center;
  color: #004FB7;
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .kmkc_sec03_list_book_ttl {
    font-size: 3rem;
  }
}
.kmkc_sec03_list_book_ttl span {
  display: inline-block;
  background: #EEFF00;
  padding: 0.7rem;
  margin-bottom: 1rem;
}
.kmkc_sec03_list_book_txt {
  color: #1A1A1A;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .kmkc_sec03_list_book_txt {
    font-size: 2.4rem;
  }
}
.kmkc_sec03_list_book_cont {
  padding: 2.5rem;
}

.kmkc_step {
  background: #DAE7F9;
  padding: 8rem 0;
}
.kmkc_step_ttl {
  font-weight: 700;
  color: #004FB7;
  text-align: center;
  font-size: 4.8rem;
  line-height: 1.3;
}
.kmkc_step_list {
  position: relative;
  margin: 5rem auto 0;
  width: 70rem;
}
.kmkc_step_list::after {
  content: "";
  display: block;
  position: absolute;
  background: #004FB7;
  z-index: 1;
  top: 0;
  left: 50%;
  height: 100%;
  width: 3rem;
  margin-left: -1.5rem;
}
.kmkc_step_list_box {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  margin-top: 3rem;
}
.kmkc_step_list_img {
  width: 18rem;
}
@media screen and (max-width: 768px) {
  .kmkc_step_list_img {
    width: 30%;
  }
}
.kmkc_step_list_desc {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 2.5rem;
  width: 52rem;
}
@media screen and (max-width: 768px) {
  .kmkc_step_list_desc {
    width: 70%;
  }
}
.kmkc_step_list_ttl {
  font-weight: 700;
  color: #004FB7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}
.kmkc_step_list_ttl span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #004FB7;
  font-size: 2rem;
  width: 3.3rem;
  height: 3.3rem;
  margin-right: 1rem;
}
.kmkc_step_list_txt {
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .kmkc_step_list_txt {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}

.kmkc_support {
  padding: 8rem 0;
}
.kmkc_support_ttl {
  font-weight: 700;
  color: #004FB7;
  text-align: center;
  font-size: 4.8rem;
  line-height: 1.3;
}
.kmkc_support_ttl span {
  font-size: 3rem;
}
.kmkc_support_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .kmkc_support_list {
    display: block;
    margin-top: 5rem;
  }
}
.kmkc_support_list_box {
  background: #DAE7F9;
  width: 48.5%;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .kmkc_support_list_box {
    width: auto;
  }
}
.kmkc_support_list_desc {
  padding: 2.5rem;
}
.kmkc_support_list_ttl {
  font-weight: 700;
  text-align: center;
  color: #004FB7;
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .kmkc_support_list_ttl {
    font-size: 3rem;
  }
}
.kmkc_support_list_txt {
  color: #1A1A1A;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .kmkc_support_list_txt {
    font-size: 2.4rem;
  }
}

.kmkc_flow {
  padding: 8rem 0;
  background: #DAE7F9;
}
.kmkc_flow_ttl {
  font-weight: 700;
  color: #004FB7;
  text-align: center;
  font-size: 4.8rem;
  line-height: 1.3;
}
.kmkc_flow_list {
  position: relative;
  width: 74rem;
  margin: 5rem auto 0;
}
@media screen and (max-width: 768px) {
  .kmkc_flow_list {
    width: auto;
  }
}
.kmkc_flow_list::after {
  content: "";
  display: block;
  background: #004FB7;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: 1;
  width: 3rem;
  left: 50%;
  margin-left: -1.5rem;
}
.kmkc_flow_list_box {
  position: relative;
  z-index: 2;
  background: #FFF;
  padding: 2.5rem 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .kmkc_flow_list_box {
    padding: 4% 7%;
  }
}
.kmkc_flow_list_num {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #004FB7;
  color: #FFF;
  position: absolute;
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
  top: -1.5rem;
  left: -1.5rem;
}
.kmkc_flow_list_img {
  width: 11rem;
}
@media screen and (max-width: 768px) {
  .kmkc_flow_list_img {
    width: 20%;
  }
}
.kmkc_flow_list_ttl {
  font-weight: 700;
  color: #004FB7;
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .kmkc_flow_list_ttl {
    font-size: 3rem;
  }
}
.kmkc_flow_list_desc {
  width: 50rem;
}
@media screen and (max-width: 768px) {
  .kmkc_flow_list_desc {
    width: 74%;
  }
}
.kmkc_flow_list_txt {
  color: #1A1A1A;
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .kmkc_flow_list_txt {
    font-size: 2.4rem;
  }
}

.kmkc_qanda {
  padding: 8rem 0;
}
.kmkc_qanda_ttl {
  font-weight: 700;
  color: #004FB7;
  text-align: center;
  font-size: 4.8rem;
  line-height: 1.3;
}
.kmkc_qanda_list {
  margin-top: 5rem;
}
.kmkc_qanda_list_box {
  background: #FFF;
  border: 3px solid #DAE7F9;
  margin-top: 2rem;
}
.kmkc_qanda_list_box._active {
  border-color: #004FB7;
}
.kmkc_qanda_list_box._active .jyuken_sec07_list_top::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.kmkc_qanda_list_top {
  cursor: pointer;
  position: relative;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  padding: 3rem;
}
@media screen and (max-width: 768px) {
  .kmkc_qanda_list_top {
    padding: 2rem;
    font-size: 2.8rem;
  }
}
.kmkc_qanda_list_top::after {
  content: "";
  display: block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-bottom: 2px solid #004FB7;
  border-right: 2px solid #004FB7;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 3rem;
  top: 40%;
}
@media screen and (max-width: 768px) {
  .kmkc_qanda_list_top::after {
    right: 2rem;
  }
}
.kmkc_qanda_list_top_ico {
  color: #FFF;
  background: #004FB7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 768px) {
  .kmkc_qanda_list_top_ico {
    width: 12%;
    height: 7rem;
  }
}
.kmkc_qanda_list_top_ttl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #004FB7;
  line-height: 1.5;
  padding: 0.5rem 1rem;
  width: 84rem;
}
@media screen and (max-width: 768px) {
  .kmkc_qanda_list_top_ttl {
    width: 84%;
    padding: 1rem 1rem 0;
  }
}
.kmkc_qanda_list_btm {
  display: none;
  padding: 0 3rem 3rem;
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .kmkc_qanda_list_btm {
    padding: 0 2rem 2rem;
    font-size: 2.4rem;
  }
}
.kmkc_qanda_list_btm a {
  color: #004FB7;
  text-decoration: underline;
}
.kmkc_qanda_list_btm a:hover {
  text-decoration: none;
}

.kmkc_school {
  padding: 8rem 0;
  background: #004FB7;
}
.kmkc_school_ttl {
  font-weight: 700;
  color: #FFF;
  text-align: center;
  font-size: 4.8rem;
  line-height: 1.3;
}
.kmkc_school_list {
  margin-top: 5rem;
}
.kmkc_school_list_box {
  background: #FFF;
}
.kmkc_school_list_box:not(:last-child) {
  margin-bottom: 2rem;
}
.kmkc_school_list_tgl {
  position: relative;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
  color: #004FB7;
  font-size: 2.2rem;
  padding: 2.5rem 3rem;
}
@media screen and (max-width: 768px) {
  .kmkc_school_list_tgl {
    -webkit-transition: none;
    transition: none;
  }
}
.kmkc_school_list_tgl:hover, .kmkc_school_list_tgl:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .kmkc_school_list_tgl:hover, .kmkc_school_list_tgl:hover img {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .kmkc_school_list_tgl {
    font-size: 3rem;
  }
}
.kmkc_school_list_tgl._active::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  margin-top: -0.5rem;
}
.kmkc_school_list_tgl::after {
  content: "";
  position: absolute;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  width: 1.2rem;
  height: 1.2rem;
  border-bottom: 3px solid #004FB7;
  border-right: 3px solid #004FB7;
  right: 3rem;
  margin-top: -1rem;
}
@media screen and (max-width: 768px) {
  .kmkc_school_list_tgl::after {
    border-bottom-width: 2px;
    border-right-width: 2px;
  }
}
.kmkc_school_list_sub {
  display: none;
  margin: 0 3rem;
  padding-bottom: 3rem;
}
.kmkc_school_list_sub_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #D9D9D9;
  font-size: 1.8rem;
  line-height: 170%;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .kmkc_school_list_sub_box {
    display: block;
    font-size: 2.4rem;
  }
}
.kmkc_school_list_sub_box:last-child {
  padding-bottom: 0;
}
.kmkc_school_list_name {
  font-weight: 700;
  color: #004FB7;
  text-decoration: underline;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .kmkc_school_list_name {
    width: auto;
  }
}
.kmkc_school_list_name:hover {
  text-decoration: none;
}
.kmkc_school_list_add {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .kmkc_school_list_add {
    width: auto;
  }
}
.kmkc_school_list_tel {
  font-weight: 700;
  text-align: right;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20%;
  padding-right: 4rem;
}
@media screen and (max-width: 768px) {
  .kmkc_school_list_tel {
    pointer-events: inherit;
    width: auto;
  }
}

.kmkc_footer {
  padding: 3rem 0 18rem;
}
@media screen and (max-width: 768px) {
  .kmkc_footer {
    padding: 3rem 0 14rem;
  }
}
.kmkc_footer_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
}
.kmkc_footer_logo_box {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0 2rem;
}
@media screen and (max-width: 768px) {
  .kmkc_footer_logo_box {
    -webkit-transition: none;
    transition: none;
  }
}
.kmkc_footer_logo_box:hover, .kmkc_footer_logo_box:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .kmkc_footer_logo_box:hover, .kmkc_footer_logo_box:hover img {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .kmkc_footer_logo_box {
    margin: 0 0.5rem;
  }
}
.kmkc_footer_copy {
  text-align: center;
  font-size: 1.4rem;
}

.kmkc_header {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #004FB7;
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .kmkc_header {
    padding: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .kmkc_header .inner {
    width: 100%;
  }
}
.kmkc_header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kmkc_header_menu_btn {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  background: #EC6C1F;
  width: 32%;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .kmkc_header_menu_btn {
    -webkit-transition: none;
    transition: none;
  }
}
.kmkc_header_menu_btn:hover, .kmkc_header_menu_btn:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .kmkc_header_menu_btn:hover, .kmkc_header_menu_btn:hover img {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .kmkc_header_menu_btn {
    text-align: center;
    padding: 1rem 0;
  }
}
.kmkc_header_menu_img {
  width: 4.2rem;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .kmkc_header_menu_img {
    display: none;
  }
}
.kmkc_header_menu_ttl {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.3;
}
.kmkc_header_menu_ttl span {
  display: block;
  font-size: 2.5rem;
}