@charset "UTF-8";

.l-floating-button {
  display: none;
}


/*-----
mv
-----*/
.p-kkdrexam__mv {
  height: 100vh;
  max-height: 768px;
  background-image: url(../../../public/img/header/wave.svg), url(../img/mv_teacher.jpg?v3);
  background-repeat: no-repeat;
  background-size: 100% 175px, 2200px;
  background-position: top right, right top 150px;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-kkdrexam__mv::after {
  content: "";
  width: 100%;
  height: 134px;
  background: url(../img/hero_wave.svg) no-repeat top center;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-kkdrexam__mv__inner {
  width: 100%;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.p-kkdrexam__mv__txt {
  font-weight: bold;
  width: calc(100% - 700px);
  display: flex;
  justify-content: center;
}
.p-kkdrexam__mv__txt__01 {
  letter-spacing: -.05em;
  line-height: 1.4;
  margin: 0;
}
.p-kkdrexam__mv__txt--sm {
  font-size: 24px;
  background: #FFCC01;
  padding: .2em .3em;
  display: flex;
  align-items: center;
  width: fit-content;
  line-height: 1;
  border-radius: 3px 3px 0 0;
}
.p-kkdrexam__mv__txt--lg {
  display: flex;
  border-radius: 0 3px 3px 3px;
  align-items: center;
  width: fit-content;
  background: #0082BE;
  line-height: 1;
  color: #fff;
  padding: .2em .3em;
  font-size: 60px;
  position: relative;
  /* text-shadow: 0 -1px 3px #fff,
            0 0 3px #fff,
            0 1px 3px #fff,
            1px -1px 3px #fff,
            1px 0 3px #fff,
            1px 1px 3px #fff,
            -1px -1px 3px #fff,
            -1px 0 3px #fff,
            -1px 1px 3px #fff; */
}
.p-kkdrexam__mv__txt--lg::after {
  content: "";
  display: inline-block;
  width: 102%;
  background-color: #FFCC01;
  height: 6px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  bottom: -10px;

  display: none;

}
.p-kkdrexam__mv__txt__02 {
  font-size: 24px;
  color: #0082BE;
  line-height: 2;
  letter-spacing: -.05em;
  margin: 40px 0 45px;
}
.p-kkdrexam__mv__txt__02 span {
  background: #fff;
  border-radius: 3px;
  line-height: 1.5;
  margin: 12px 0 0;
  padding: 0 .5em 0 .3em;
  width: fit-content;
}
.p-kkdrexam__mv__cta {
  position: relative;
  width: calc(100% - 700px);
  display: flex;
  justify-content: center;
}
.p-kkdrexam__mv__cta__notice {
  color: #fff;
  text-shadow: 0 0 4px rgba(0,0,0,1);
  margin: 10px 0 0;
  text-align: center;
  font-weight: bold;
}
.p-kkdrexam__mv__cta .c-btn__cta {
  border: 2px solid #fff;
}

@media (max-width:1400px) {
  .p-kkdrexam__mv__txt {
    width: 55%;
  }
  .p-kkdrexam__mv__cta {
    width: 53%;
  }
}

@media (max-width:1200px) {
  .p-kkdrexam__mv {
    justify-content: flex-start;
  }
  .p-kkdrexam__mv__inner {
    width: auto;
    margin: 0;
    display: flex;
    flex-direction: column;
    padding: 0 0 0 30px;
  }
  .p-kkdrexam__mv__txt {
    width: 100%;
  }
  .p-kkdrexam__mv__txt--lg {
    font-size: 50px;
  }
  .p-kkdrexam__mv__txt__02 {
    font-size: 18px;
    margin: 20px 0;
  }
  .p-kkdrexam__mv__cta {
    justify-content: flex-start;
    margin: 40px 0 0;
    text-align: center;
    width: auto;
  }
  .p-kkdrexam__mv__cta .c-btn__cta {
    text-align: center;
    font-size: 20px;
  }
  .p-kkdrexam__mv__cta__notice {
    color: inherit;
    text-shadow: none;
  }
}

@media (max-width:1025px) {
  .p-kkdrexam__mv {
    max-height: 700px;
    background-size: contain, 1500px;
    background-position: top right, right -50px top 50px;
    justify-content: flex-start;
    background-color: #fff;
  }
  .p-index__hero__scroll {
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width:640px) {
  .p-kkdrexam__mv {
    background-image: url(../img/mv_teacher_sp.jpg);
    max-height: 640px;
    align-items: flex-end;
    background-position: top 65px center;
    background-size: cover;
    padding-bottom: 70px;
  }
  .p-kkdrexam__mv::after {
    display: none;
  }
  .p-kkdrexam__mv__inner {
    padding: 0 20px;
  }
  .p-kkdrexam__mv__txt {
    justify-content: flex-start;
  }
  .p-kkdrexam__mv__txt__01 {
    line-height: 1.2;
  }
  .p-kkdrexam__mv__txt--sm {
    font-size: 14px;
    /* text-shadow: 0 -1px 3px #fff,
                0 0 3px #fff,
                0 1px 3px #fff,
                1px -1px 3px #fff,
                1px 0 3px #fff,
                1px 1px 3px #fff,
                -1px -1px 3px #fff,
                -1px 0 3px #fff,
                -1px 1px 3px #fff; */
  }
  .p-kkdrexam__mv__txt--lg {
    font-size: 35px;
    /* text-shadow: 0 -1px 3px #fff,
                0 0 3px #fff,
                0 1px 3px #fff,
                1px -1px 3px #fff,
                1px 0 3px #fff,
                1px 1px 3px #fff,
                -1px -1px 3px #fff,
                -1px 0 3px #fff,
                -1px 1px 3px #fff; */
  }
  .p-kkdrexam__mv__txt--lg::after {
    /* bottom: -8px; */
    height: 3.6px;
  }
  .p-kkdrexam__mv__txt__02 {
    color: #212121;
    font-size: 15px;
    line-height: 1.6;
    margin: 22px 0;
    text-shadow: 0 -1px 3px #fff,
                0 0 3px #fff,
                0 1px 3px #fff,
                1px -1px 3px #fff,
                1px 0 3px #fff,
                1px 1px 3px #fff,
                -1px -1px 3px #fff,
                -1px 0 3px #fff,
                -1px 1px 3px #fff;
  }
  .p-kkdrexam__mv__txt__02 span {
    background: unset;
    border-radius: unset;
    line-height: 1.5;
    margin: 8px 0 0;
    padding: 0;
}
  .p-kkdrexam__mv__cta {
    justify-content: center;
    margin: 0;
  }
  .p-kkdrexam__mv__cta .c-btn__cta {
    width: 320px;
    font-size: 16px;
    padding: 13px 16px;
  }
  .p-index__hero__scroll {
    font-size: 14px;
    top: auto;
    bottom: 0;
    display: block !important;
  }
}

@media (max-width:440px) {
  .p-kkdrexam__mv {
    background-size: auto 600px;
  }
  .p-kkdrexam__mv__inner {
    width: 100%;
  }
  /* .p-index__hero__scroll {
    bottom: -10px
  } */
}

@media (max-width:374px) {
  .p-kkdrexam__mv__txt--lg {
    font-size: 28px;
  }
}


/*-----
nav
-----*/
.p-kkdrexam__nav {
  background-color: #fff;
  padding: 40px 20px 30px;
}
.p-kkdrexam__nav__list {
  border-radius: 100px;
  box-shadow: 0 0 12px 0 rgba(0,0,0,.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 100px;
  width: 1068px;
  margin: 0 auto;
}
.p-kkdrexam__nav__item a {
  color: #0082BE;
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
}

@media (max-width:1025px) {
  .p-kkdrexam__nav__list {
    padding: 24px 50px;
  }
}

@media (max-width:860px) {
  .p-kkdrexam__nav__list {
    padding: 16px;
  }
  .p-kkdrexam__nav__item a {
    font-size: 15px;
  }
}

@media (max-width:640px) {
  .p-kkdrexam__nav {
    padding: 76px 20px 20px;
    margin-top: -50px;
  }
  .p-kkdrexam__nav__list {
    border-radius: unset;
    box-shadow: unset;
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
  }
  .p-kkdrexam__nav__item {
    border-radius: 10px;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.16);
    width: calc((100% - 10px) / 2);
  }
  .p-kkdrexam__nav__item:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 10px;
  }
  .p-kkdrexam__nav__item a {
    display: inline-block;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: -.05em;
    padding: 10px 0;
    text-align: center;
    width: 100%;
  }
}

/*-----
outline
-----*/
.p-kkdrexam__outline {
  background: #fff;
  padding: 60px 20px;
}
.p-kkdrexam__outline__inner {
  width: 1068px;
  margin: 0 auto;
}
.p-kkdrexam__outline__tit {
  color: #2B2B2B;
  font-size: 24px;
  line-height: 1;
  margin: 0 0 46px;
  text-align: center;
}
.p-kkdrexam__outline__tit span {
  color: #0082BE;
  font-size: 36px;
  line-height: 2;
}
.p-kkdrexam__outline_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-kkdrexam__outline__item {
  border: 1px solid #C9C9C9;
  border-radius: 8px;
  padding: 16px 30px 26px;
  width: calc((100% - 16px) / 2);
}
.p-kkdrexam__outline__item:nth-of-type(-n+2) {
  margin-bottom: 16px;
}
.p-kkdrexam__outline__item-tit {
  color: #0082BE;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.p-kkdrexam__outline__item-tit p {
  margin: 0 15px 0 0;
  flex-shrink: 0;
  width: 54px;
}
.p-kkdrexam__outline__item-tit p img {
  width: 100%;
}
.p-kkdrexam__outline__item-tit h2 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -.05em;
  margin: 0;
}
.p-kkdrexam__outline__item-txt {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .05em;
  margin: 0;
}


@media (max-width:640px) {
  .p-kkdrexam__outline__item {
    padding: 20px;
    width: 100%;
  }
  .p-kkdrexam__outline__tit {
    font-size: 14px;
    margin: 0 0 11px;
  }
  .p-kkdrexam__outline__tit span {
    font-size: 20px;
  }

  .p-kkdrexam__outline__item-tit p {
    width: 34px;
  }
  .p-kkdrexam__outline__item-tit h2 {
    font-size: 16px;
    line-height: 1.4;
  }
  .p-kkdrexam__outline__item-txt {
    font-size: 14px;
    line-height: 1.7;
  }
  .p-kkdrexam__outline__item:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

/*-----
schedule
-----*/
.p-kkdrexam__schedule {
  background-image: url(../img/pit_bg_t.svg), url(../img/pit_bg_b.svg), url(../img/exam_outline_bg.jpg);
  background-repeat: no-repeat;
  background-position: top right, bottom left, top center;
  background-size: 100%, 100%, cover;
  padding: 236px 20px;
}
.p-kkdrexam__schedule__tit {
  color: #fff;
  font-size: 36px;
  line-height: 1.3;
  margin: 0 0 25px;
  text-align: center;
}
.p-kkdrexam__schedule__tit span {
  color: #FFCC01;
}

@media (max-width:640px) {
  .p-kkdrexam__schedule {
    background-image: url(../img/pit_bg_t.svg), url(../img/pit_bg_b.svg), url(../img/exam_outline_bg_sp.jpg);
    background-size: auto 80px, auto 80px, cover;
    padding: 107px 20px;
  }
  .p-kkdrexam__schedule__tit {
    font-size: 17px;
    margin: 0 0 15px;
  }
}

.p-kkdrexam__schedule__info {
  background: #fff;
  width: 1068px;
  border-radius: 8px;
  padding: 0 40px 40px;
  margin: 0 auto;
}
.p-kkdrexam__schedule__info__item {
  padding: 40px 0 20px;
}
.p-kkdrexam__schedule__info__tit {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -.03em;
  margin-bottom: 14px;
  text-align: center;
}
.p-kkdrexam__schedule__info_tbl {
  width: 904px;
  overflow-x: auto;
  margin: 0 auto;
  border: 1px solid #C9C9C9;
  border-radius: 12px;
}
.p-kkdrexam__schedule__info_tbl dt,
.p-kkdrexam__schedule__info_tbl dd,
.p-kkdrexam__schedule__info_tbl th,
.p-kkdrexam__schedule__info_tbl td {
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding: 18px;
  white-space: nowrap;
}
.p-kkdrexam__schedule__cta {
  text-align: center;
  margin: 60px 0 0;
}

@media (max-width:640px) {
  .p-kkdrexam__schedule__info {
    padding: 0 20px 40px;
  }
  .p-kkdrexam__schedule__info__item {
    padding: 18px 0 0;
  }
  .p-kkdrexam__schedule__info__tit {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .p-kkdrexam__schedule__info_tbl dt,
  .p-kkdrexam__schedule__info_tbl dd,
  .p-kkdrexam__schedule__info_tbl th,
  .p-kkdrexam__schedule__info_tbl td {
    font-size: 14px;
  }
  .p-kkdrexam__schedule__cta {
    margin: 30px 20px 0;
  }
}

@media (max-width:374px) {
  .p-kkdrexam__schedule__info_tbl dt,
  .p-kkdrexam__schedule__info_tbl dd,
  .p-kkdrexam__schedule__info_tbl th,
  .p-kkdrexam__schedule__info_tbl td {
    font-size: 12px;
    padding: 10px;
  }
}


/* テーブル1st */
.p-kkdrexam__schedule__info__item:first-of-type .p-kkdrexam__schedule__info_tbl {
  display: flex;
}
.p-kkdrexam__schedule__info_tbl dl {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.p-kkdrexam__schedule__info_tbl dl div {
  display: flex;
}
.p-kkdrexam__schedule__info_tbl dl div dt {
  background-color: #F0F0F0;
  width: 132px;
}
.p-kkdrexam__schedule__info_tbl dl div dt,
.p-kkdrexam__schedule__info_tbl dl div dd {
  border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  padding: 0 18px;
  height: 90px;
  display: flex;
  align-items: center;
}
.p-kkdrexam__schedule__info_tbl dl div:last-of-type dt,
.p-kkdrexam__schedule__info_tbl dl div:last-of-type dd {
  border-bottom: none;
}
.p-kkdrexam__schedule__info_tbl dl:last-of-type div dd {
  border-right: none;
}
.p-kkdrexam__schedule__info_tbl dl div dd {
  color: #0082BE;
  margin: 0;
  text-align: left;
  width: 318px;
}
.p-kkdrexam__schedule__info_tbl dl div dd span.tbl_c_g {
  color: #757575;
  font-size: 14px;
}
.p-kkdrexam__schedule__info_tbl dl div dt br,
.p-kkdrexam__schedule__info_tbl dl div dd br {
  display: none;
}

@media (max-width: 640px) {
  .p-kkdrexam__schedule__info__item:first-of-type .p-kkdrexam__schedule__info_tbl {
    flex-direction: column;
  }
  .p-kkdrexam__schedule__info_tbl dl {
    flex-direction: column;
  }
  .p-kkdrexam__schedule__info_tbl dl div dt,
  .p-kkdrexam__schedule__info_tbl dl div dd {
    padding: 18px;
    height: auto;
    display: block;
  }
  .p-kkdrexam__schedule__info_tbl dl div dd span.tbl_wm_vertical {
    writing-mode: vertical-rl;
    width: 56px;
    height: 20px;
    text-align: center;
    letter-spacing: -.4em;
  }
  .p-kkdrexam__schedule__info_tbl dl div dt br,
  .p-kkdrexam__schedule__info_tbl dl div dd br {
    display: inline;
  }
  .p-kkdrexam__schedule__info_tbl dl:first-of-type div:last-of-type dt,
  .p-kkdrexam__schedule__info_tbl dl:first-of-type div:last-of-type dd {
    border-bottom: 1px solid #c9c9c9;
  }
  .p-kkdrexam__schedule__info_tbl dl div dd {
    border-right: none;
  }
  .p-kkdrexam__schedule__info_tbl dl div dt {
    background-color: #F0F0F0;
    width: 120px;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
  }
  .p-kkdrexam__schedule__info_tbl dl div dd {
    flex-shrink: 0;
    width: 100%;
  }
  .p-kkdrexam__schedule__info_tbl dl div dd span.tbl_c_g {
    font-size: 10px;
    line-height: 1.6;
  }
}

@media(max-width: 374px) {
  .p-kkdrexam__schedule__info_tbl dl:last-of-type div:first-of-type dt {
    padding-top: 20px;
  }
  .p-kkdrexam__schedule__info_tbl dl div dt,
  .p-kkdrexam__schedule__info_tbl dl div dd {
    padding: 10px;
  }
}

/* テーブル2nd */
.p-kkdrexam__schedule__info_tbl table tbody tr:not(:last-of-type) {
  border-bottom: 1px solid #c9c9c9;
}
.p-kkdrexam__schedule__info_tbl table tbody tr th {
  background-color: #f0f0f0;
}
.p-kkdrexam__schedule__info_tbl table tbody tr td.tbl_bg_g {
  background-color: #349F6B;
  color: #fff;
  padding: 0 18px;
  line-height: 1;
}
.p-kkdrexam__schedule__info_tbl table tbody tr td.tbl_bg_b {
  background-color: #0082BE;
  color: #fff;
  padding: 0 18px;
  line-height: 1;
}
.p-kkdrexam__schedule__info_tbl table tbody tr td.tbl_bg_g span,
  .p-kkdrexam__schedule__info_tbl table tbody tr td.tbl_bg_b span {
    writing-mode: vertical-rl;
    display: inline-block;
    line-height: 1;
    min-width: 16px;
    width: 1em;
  }
.p-kkdrexam__schedule__info_tbl table tbody tr th:not(:last-of-type), 
.p-kkdrexam__schedule__info_tbl table tbody tr td:not(:last-of-type) {
  border-right: 1px solid #c9c9c9;
}

@media(max-width: 640px) {
  .p-kkdrexam__schedule__info_tbl table tbody tr td.tbl_bg_g span,
  .p-kkdrexam__schedule__info_tbl table tbody tr td.tbl_bg_b span {
    min-width: 13px;
  }
}
@media(max-width: 374px) {
  .p-kkdrexam__schedule__info_tbl table tbody tr td.tbl_bg_g,
  .p-kkdrexam__schedule__info_tbl table tbody tr td.tbl_bg_b {
    padding: 0 10px;
  }
  .p-kkdrexam__schedule__info_tbl table tbody tr td.tbl_bg_g span,
  .p-kkdrexam__schedule__info_tbl table tbody tr td.tbl_bg_b span {
    min-width: 12px;
  }
}

/*-----
feature01
-----*/
.p-kkdrexam__feature01 {
  background: #fff;
  padding: 113px 20px 34px;
}
.p-kkdrexam__feature01__tit {
  font-size: 36px;
  line-height: 1.4;
  letter-spacing: -.05em;
  margin-bottom: 156px;
  text-align: center;
}
.p-kkdrexam__feature01__tit br {
  display: none;
}
.p-kkdrexam__feature01__tit > span {
  position: relative;
  white-space: nowrap;
}
.p-kkdrexam__feature01__tit > span::after {
  content: "";
  display: inline-block;
  width: 102%;
  background-color: #FFCC01;
  height: 6px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  bottom: -6px;
}
.p-kkdrexam__feature01__tit .tit_c_b {
  color: #0082BE;
}
.p-kkdrexam__feature01__tit .tit_fz_lg {
  font-size: 60px;
  line-height: 1;
}

.p-kkdrexam__feature01__desc {
  width: 1068px;
  margin: 0 auto;
}
.p-kkdrexam__feature01__desc__img {
  float: right;
  width: 47%;
  margin: 0 0 0 50px;
  text-align: right;
}
.p-kkdrexam__feature01__desc__img img {
  border-radius: 8px;
}
.p-kkdrexam__feature01__desc h2 {
  color: #0082BE;
  font-size: 24px;
  margin: 0 0 22px;
  line-height: 1.5;
  letter-spacing: -.02em;
}
.p-kkdrexam__feature01__desc h2 .tit_bg_y {
  background-color: #FFCC01;
  color: #2b2b2b;
  border-radius: 3px;
  font-size: 15px;
  letter-spacing: .03em;
  padding: 2px 0;
  text-align: center;
  width: 55px;
}
.p-kkdrexam__feature01__desc p {
  margin: 0;
  overflow: hidden;
}

@media (max-width:1025px) {
  .p-kkdrexam__feature01__desc__img {
    width: 40%;
    margin: 0 0 0 30px;
  }
  .p-kkdrexam__feature01__desc p {
    overflow: visible;
  }
}

@media (max-width:640px) {
  .p-kkdrexam__feature01 {
    padding: 40px 20px;
  }
  .p-kkdrexam__feature01__tit {
    font-size: 20px;
    margin-bottom: 34px;
  }
  .p-kkdrexam__feature01__tit br {
    display: inline;
  }
  .p-kkdrexam__feature01__tit > span::after {
    height: 2.4px;
    bottom: -2px;
  }
  .p-kkdrexam__feature01__tit .tit_fz_lg {
    font-size: 30px;
  }

  .p-kkdrexam__feature01__desc {
    display: flex;
    flex-direction: column;
  }
  .p-kkdrexam__feature01__desc__img {
    float: none;
    width: 100%;
    margin: 0 0 14px;
    text-align: center;
  }
  .p-kkdrexam__feature01__desc__img img {
    width: 100%;
  }
  .p-kkdrexam__feature01__desc h2 {
    font-size: 20px;
    margin: 0 0 11px;
    order: -1;
  }
  .p-kkdrexam__feature01__desc h2 .tit_bg_y {
    font-size: 14px;
    padding: 2px 0;
    margin-bottom: 5px;
    width: 48px;
  }
  .p-kkdrexam__feature01__desc p {
    font-size: 15px;
  }
}

/*-----
feature02
-----*/
.p-kkdrexam__feature02 {
  background-image: url(../img/price_bg_t.svg), url(../img/price_bg_b.svg);
  background-repeat: no-repeat;
  background-position: top left, bottom -1px left;
  background-size: 100%;
  padding: 270px 20px 171px;
}
.p-kkdrexam__feature02__desc {
  width: 1068px;
  margin: 0 auto;
  overflow: hidden;
}
.p-kkdrexam__feature02__desc__img {
  float: left;
  width: 47%;
  margin: 0 50px 0 0;
}
.p-kkdrexam__feature02__desc__img img {
  border-radius: 8px;
}
.p-kkdrexam__feature02__desc h2 {
  color: #0082BE;
  font-size: 24px;
  margin: 0 0 22px;
  line-height: 1.5;
  letter-spacing: -.02em;
}
.p-kkdrexam__feature02__desc h2 .tit_bg_y {
  background-color: #FFCC01;
  color: #2b2b2b;
  border-radius: 3px;
  font-size: 15px;
  letter-spacing: .03em;
  padding: 2px 0;
  text-align: center;
  width: 55px;
}
.p-kkdrexam__feature02__desc p {
  margin: 0;
  overflow: hidden;
}

@media (max-width:1025px) {
  .p-kkdrexam__feature02__desc__img {
    width: 40%;
    margin: 0 30px 0 0;
  }
  .p-kkdrexam__feature02__desc p {
    overflow: visible;
  }
}

@media (max-width:640px) {
  .p-kkdrexam__feature02 {
    background-image: url(../img/price_bg_t.svg), url(../img/price_bg_b.svg);
    background-size: 120% auto;
    padding: 92px 20px;
  }
  .p-kkdrexam__feature02__desc {
    display: flex;
    flex-direction: column;
  }
  .p-kkdrexam__feature02__desc__img {
    float: none;
    width: 100%;
    margin: 0 0 14px;
    text-align: center;
  }
  .p-kkdrexam__feature02__desc__img img {
    width: 100%;
  }
  .p-kkdrexam__feature02__desc h2 {
    font-size: 20px;
    margin: 0 0 11px;
    order: -1;
  }
  .p-kkdrexam__feature02__desc h2 .tit_bg_y {
    font-size: 14px;
    padding: 2px 0;
    margin-bottom: 5px;
    width: 48px;
  }
  .p-kkdrexam__feature02__desc p {
    font-size: 15px;
  }
}

/*-----
feature04
-----*/
.p-kkdrexam__feature04 {
  background-image: url(../img/price_bg_t.svg), url(../img/price_bg_b.svg);
  background-repeat: no-repeat;
  background-position: top right, bottom -1px left;
  background-size: 100%;
  padding: 283px 20px 210px;
}
.p-kkdrexam__feature04__desc {
  width: 1178px;
  margin: 0 auto;
  overflow: hidden;
}
.p-kkdrexam__feature04__desc h2 {
  font-size: 36px;
  color: #0082BE;
  text-align: center;
  margin: 0 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-kkdrexam__feature04__desc h2 .tit_bg_y {
  background-color: #FFCC01;
  color: #2b2b2b;
  border-radius: 3px;
  font-size: 15px;
  letter-spacing: .03em;
  margin-right: 10px;
  padding: 2px 0;
  text-align: center;
  width: 55px;
}
.p-kkdrexam__feature04__desc p {
  margin: 0 0 28px;
  text-align: center;
}
.p-kkdrexam__feature04__block {
  width: 1178px;
  padding: 50px 40px 60px;
  background: #fff;
  margin: 0 auto;
  border-radius: 8px;
}
.p-kkdrexam__feature04__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-kkdrexam__feature04__item:last-of-type {
  flex-direction: row-reverse;
}
.p-kkdrexam__feature04__item__desc {
  width: 496px;
}
.p-kkdrexam__feature04__item:first-of-type .p-kkdrexam__feature04__item__desc {
  margin-right: 70px;
}
.p-kkdrexam__feature04__item:last-of-type .p-kkdrexam__feature04__item__desc {
  margin-left: 70px;
}
.p-kkdrexam__feature04__item__desc h3 {
  font-size: 24px;
  letter-spacing: -.05em;
  line-height: 1.5;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.p-kkdrexam__feature04__item__desc h3::before {
  content: "";
  display: inline-block;
  height: 48px;
  width: 48px;
  margin-right: 10px;
  vertical-align: -36%;
}
.p-kkdrexam__feature04__item__desc h3 br {
  display: none;
}
.p-kkdrexam__feature04__item:first-of-type h3:first-of-type::before {
  background: url(../img/num_circle_01.png) no-repeat center/contain;
}
.p-kkdrexam__feature04__item:first-of-type h3:last-of-type::before {
  background: url(../img/num_circle_02.png) no-repeat center/contain;
}
.p-kkdrexam__feature04__item:last-of-type h3:first-of-type::before {
  background: url(../img/num_circle_03.png) no-repeat center/contain;
}
.p-kkdrexam__feature04__item:last-of-type h3:last-of-type::before {
  background: url(../img/num_circle_04.png) no-repeat center/contain;
}
.p-kkdrexam__feature04__item__desc p {
  margin-bottom: 30px;
}

.p-kkdrexam__feature04__item__img {
  width: 500px;
}
.p-kkdrexam__feature04__item:first-of-type .p-kkdrexam__feature04__item__img {
  margin-bottom: 30px;
}
.p-kkdrexam__feature04__item__img img {
  width: 100%;
}
.p-kkdrexam__feature04__cta {
  text-align: center;
  margin: 60px 0 0;
}

@media (max-width:840px) {
  .p-kkdrexam__feature04__desc p {
    text-align: left;
  }
  .p-kkdrexam__feature04__item, .p-kkdrexam__feature04__item:last-of-type {
    flex-direction: column-reverse;
  }
  .p-kkdrexam__feature04__item:first-of-type .p-kkdrexam__feature04__item__desc,
  .p-kkdrexam__feature04__item:last-of-type .p-kkdrexam__feature04__item__desc {
    margin: 0;
  }
  .p-kkdrexam__feature04__item__img,
  .p-kkdrexam__feature04__item:first-of-type .p-kkdrexam__feature04__item__img  {
    margin-bottom: 30px;
  }
}

@media (max-width:640px) {
  .p-kkdrexam__feature04 {
    background-size: 120%;
    padding: 92px 20px;
  }
  .p-kkdrexam__feature04__desc h2 {
    font-size: 20px;
    align-items: baseline;
    flex-direction: column;
    margin: 0 0 7px;
  }
  .p-kkdrexam__feature02__desc h2 .tit_bg_y {
    font-size: 14px;
    padding: 2px 0;
    margin-bottom: 5px;
    width: 48px;
  }
  .p-kkdrexam__feature04__desc p {
    font-size: 15px;
    margin: 0 0 13px;
  }
  .p-kkdrexam__feature04__block {
    padding: 20px;
  }
  .p-kkdrexam__feature04__item, .p-kkdrexam__feature04__item:last-of-type {
    flex-direction: column-reverse;
  }
  .p-kkdrexam__feature04__item:first-of-type .p-kkdrexam__feature04__item__desc,
  .p-kkdrexam__feature04__item:last-of-type .p-kkdrexam__feature04__item__desc {
    margin: 0;
  }
  .p-kkdrexam__feature04__item__desc h3 {
    font-size: 16px;
  }
  .p-kkdrexam__feature04__item__desc h3::before {
    height: 36px;
    width: 36px;
    vertical-align: -42%;
  }
  .p-kkdrexam__feature04__item__desc h3 br {
    display: inline;
  }
  .p-kkdrexam__feature04__item__desc p {
    font-size: 15px;
    margin-bottom: 24px;
  }
  
  .p-kkdrexam__feature04__item__img,
  .p-kkdrexam__feature04__item:first-of-type .p-kkdrexam__feature04__item__img  {
    margin-bottom: 26px;
    width: 100%;
  }

  .p-kkdrexam__faq__cta {
    margin: 30px 20px 94px;
  }
}


/*-----
flow
-----*/
.p-kkdrexam__flow {
  background: #fff;
  padding: 60px 20px 80px;
}
.p-kkdrexam__flow__tit {
  font-size: 36px;
  color: #0082BE;
  text-align: center;
  margin: 0 0 50px;
}
.p-kkdrexam__flow__list {
  width: 720px;
  margin: 0 auto;
}
.p-kkdrexam__flow__list li {
  display: flex;
  align-items: center;
}
.p-kkdrexam__flow__list li:not(:last-of-type) {
  border-bottom: 1px solid #C9C9C9;
}
.p-kkdrexam__flow__img {
  width: 131px;
  flex: 0 0 auto;
  padding: 30px 0;
}
.p-kkdrexam__flow__txt {
  padding: 30px 30px 30px 40px;
}
.p-kkdrexam__flow__txt h3 {
  font-size:20px;
  color: #0082BE;
}
.p-kkdrexam__flow__txt p {
  margin: 20px 0 0;
}
.p-kkdrexam__flow__txt .p-kkdrexam__flow__notice {
  display: flex;
  flex-direction: column;
}
.p-kkdrexam__flow__notice .p-kkdrexam__flow__line {
  margin: 19px 0 0;
}
.p-kkdrexam__flow__notice span {
  color: #757575;
  font-size: 14px;
  line-height: 1.8;
  margin: 15px 0 0;
}
.p-kkdrexam__flow__cta {
  text-align: center;
  margin: 60px 0 0;
}

@media (max-width:640px) {
  .p-kkdrexam__flow {
    padding: 40px 20px;
  }
  .p-kkdrexam__flow__tit {
    font-size: 20px;
    margin: 0 0 40px;
  }
  .p-kkdrexam__flow__list {
    background:linear-gradient(to right, transparent 45px, #C9C9C9 45px, #C9C9C9 46px, transparent 46px);
    background-position: top 10px left;
    background-repeat: no-repeat;
  }
  .p-kkdrexam__flow__list li {
    align-items: flex-start;
  }
  .p-kkdrexam__flow__list li:not(:last-of-type) {
    border: none;
    margin: 0 0 30px;
  }
  .p-kkdrexam__flow__list li:last-of-type {
    background: #fff;

  }
  .p-kkdrexam__flow__img {
    width: 82px;
    padding: 0 0 5px;
    background: #fff;
  }
  .p-kkdrexam__flow__txt {
    padding: 0 0 0 20px;
  }
  .p-kkdrexam__flow__txt h3 {
    font-size:16px;
  }
  .p-kkdrexam__flow__txt p {
    margin: 10px 0 0;
    font-size: 15px;
  }
  .p-kkdrexam__flow__txt .p-kkdrexam__flow__notice {
    flex-direction: column-reverse;
  }
  .p-kkdrexam__flow__notice .p-kkdrexam__flow__line {
    margin: 13px 0 0;
  }
  .p-kkdrexam__flow__notice span {
    color: #2b2b2b;
    font-size: 12px;
  }
  .p-kkdrexam__flow__cta {
    margin: 30px 20px 0;
  }
}


/*-----
faq
-----*/
.p-kkdrexam__faq {
  background: none;
  background-image: url(../img/faq_bg_t.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100%;
  padding: 210px 20px 0;
  margin-bottom: -80px;
}
.p-kkdrexam__faq__title {
  font-size: 36px;
  color: #0082BE;
  text-align: center;
  margin: 0 0 30px;
}
.p-kkdrexam__faq .p-online__faq__toggle {
  background: #fff;
}
.p-online__faq__toggle__title {
  flex-wrap: nowrap;
  text-align: left;
}
.p-kkdrexam__faq .c-toggle-list__title:after {
  border-width: 2px;
  flex-shrink: 0;
  margin: 0 0 0 10px;
}

.p-kkdrexam__faq__cta {
  text-align: center;
  margin: 60px 0 0;
}

.p-kkdrexam__faq__personal {
  margin: 100px auto 0;
}
.p-kkdrexam__faq__personal__inner {
  width: 1178px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-kkdrexam__faq__personal__tit {
  color: #0082BE;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.p-kkdrexam__faq__personal__txt {
  color: #757575;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .1em;
}
.p-kkdrexam__faq__personal__txt > span{
  display: block;
}
.p-kkdrexam__faq__personal__txt .p-kkdrexam__faq__sp {
  display: none;
}


@media (max-width:1024px) {
  .p-kkdrexam__faq {
    margin-bottom: -10px;
  }
  .p-kkdrexam__faq__cta {
    margin: 60px 0;
  }
}


@media (max-width:640px) {
  .p-kkdrexam__faq {
    background: none;
    background-image: url(../img/faq_bg_t.svg);
    background-repeat: no-repeat;
    background-position: top right -60px;
    background-size: 200%;
    padding: 80px 20px 0;
    margin-bottom: -25px;
  }
  .p-kkdrexam__faq__title {
    font-size: 20px;
  }
  .p-online__faq__toggle__title {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 1.4;
  }
  .p-online__faq__toggle__body {
    padding: 15px 20px;
  }
  .p-kkdrexam__faq__cta {
    text-align: center;
    margin: 30px 20px 60px;
  }

  .p-kkdrexam__faq__personal {
    width: 100%;
      margin: 0 auto;
  }
  .p-kkdrexam__faq__personal__inner {
    padding: 0;
  }
  .p-kkdrexam__faq__personal__tit {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .p-kkdrexam__faq__personal__txt {
    font-size: 10px;
    letter-spacing: 0;
  }
  .p-kkdrexam__faq__personal__txt > span:nth-child(2){
    margin: 10px 0 0;
  }
  .p-kkdrexam__faq__personal__txt .p-kkdrexam__faq__sp {
    display: block;
    height: 10px;
  }
  
}


/*画像ポップアップJS調整*/
.lum-gallery-button {
  display: none;
}
.lum-lightbox {
  z-index: 9999;
}

/*-----
下部固定バナー
-----*/
.p-kkdrexam_fixedbnr {
  display: none;
  background: rgba(0,130,190,.75);
  position: fixed;
  bottom: 0;
  left: 0;
  width:100%;
  padding: 20px;
  z-index: 9998;
  text-align: center;
}
.p-kkdrexam_fixedbnr__inner {
  display: inline-block;
  position: relative;
}
.p-kkdrexam_fixedbnr .c-btn__cta {
  font-size: 16px;
  padding: 16px 20px;
  box-shadow: none;
  line-height: 1;
  letter-spacing: -.06em;
}

@media (max-width:640px) {
  .p-kkdrexam_fixedbnr {
    padding: 10px;
  }
  .p-kkdrexam_fixedbnr .c-btn__cta {
    font-size: 14px;
    padding: 10px 12px;
    width: auto;
  }
}


/*-----
component
-----*/
.c-btn__cta {
  display: inline-block;
  padding: 20px 63px;
  background: #D83C0C;
  color: #fff;
  border-radius: 100px;
  font-size: 24px;
  box-shadow: 3px 3px 5px rgba(0,0,0,.7);
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1.3;
  transition: all .3s;
}
.c-btn__cta:hover {
  color: #fff;
  text-decoration: none;
  background: #dc552c;
}
.c-btn__line {
  display: inline-block;
  padding: 16px 40px;
  background: #1DCD00;
  color: #fff;
  border-radius: 100px;
  font-size: 16px;
  box-shadow: 2px 2px 5px rgba(0,0,0,.3);
  font-weight: bold;
  line-height: 1;
  transition: all .3s;
}
.c-btn__line:hover {
  color: #fff;
  text-decoration: none;
  opacity: .8;
}
@media (max-width:640px) {
  .c-btn__cta {
    font-size: 14px;
    letter-spacing: -.03em;
    padding: 13px 10px;
    width: 300px;
  }
  .c-btn__line {
    font-size: 14px;
    padding: 13px 0;
    text-align: center;
    width: 153px;
  }
}
/*-----
utility
-----*/
.u-dis__b {
  display: block;
}
.u-dis__ib {
  display: inline-block;
}
.u-color--blue {
  color: #0082BE;
}

.u-pc-only {
 display: inherit; 
}
.u-sp-only {
  display: none; 
}
@media (max-width:640px) {
  .u-pc-only {
   display: none; 
  }
  .u-sp-only {
    display: inherit; 
  }
}
