/* Scss Document */
/* =========================================================
 kv
========================================================= */
.cnt-shogaku .kv {
  text-align: center;
}

/* =========================================================
 cnt02
========================================================= */
.cnt-shogaku .cnt02 {
  padding-bottom: 0;
}
.cnt-shogaku .cnt02 .hgroup {
  background: #00aab0;
}
.cnt-shogaku .cnt02 .hgroup .subj {
  color: #00aab0;
}
.cnt-shogaku .cnt02 [class^="step"] {
  position: relative;
  padding-bottom: 65px;
}
.cnt-shogaku .cnt02 [class^="step"]:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}
@media (max-width: 767px) {
  .cnt-shogaku .cnt02 [class^="step"]:before {
    border-width: 35px 50vw 0 50vw;
  }
}
@media (min-width: 768px) {
  .cnt-shogaku .cnt02 [class^="step"]:before {
    border-width: 70px 50vw 0 50vw;
  }
}
.cnt-shogaku .cnt02 .step02 {
  background: #fff2f2;
}
.cnt-shogaku .cnt02 .step02:before {
  border-color: #fff transparent transparent transparent;
}
.cnt-shogaku .cnt02 .step03 {
  background: #fffeee;
}
.cnt-shogaku .cnt02 .step03:before {
  border-color: #fff2f2 transparent transparent transparent;
}
.cnt-shogaku .cnt02 .step04 {
  background: #f4fbff;
}
.cnt-shogaku .cnt02 .step04:before {
  border-color: #fffeee transparent transparent transparent;
}

/* =========================================================
 cnt03
========================================================= */
.cnt-shogaku .cnt03 .hgroup {
  background: #00aab0;
}
.cnt-shogaku .cnt03 .hgroup .subj {
  color: #00aab0;
}

/* =========================================================
 cnt04
========================================================= */
.cnt-shogaku .cnt04 .hgroup {
  background: #0b308e;
}
.cnt-shogaku .cnt04 .hgroup small {
  display: inline-block;
  margin: 0 auto 1em;
  padding: 0 1.5em;
  background: #fff;
  color: #0b308e;
  font-size: 1em;
  line-height: 2em;
  border-radius: 1em;
}

/* =========================================================
 cnt05
========================================================= */
.cnt-shogaku .cnt05 .hgroup {
  background: #0b308e;
}
.cnt-shogaku .cnt05 .hgroup small {
  display: inline-block;
  margin: 0 auto 1em;
  padding: 0 1.5em;
  background: #e70;
  color: #fff;
  font-size: 1em;
  line-height: 2em;
  border-radius: 1em;
}
.cnt-shogaku .cnt05 h3 {
  letter-spacing: 0;
}

/* =========================================================
 cnt06
========================================================= */
.cnt-shogaku .cnt06 .hgroup {
  background: #0b308e;
}
.cnt-shogaku .cnt06 h3 i {
  display: block;
  margin-bottom: 15px;
  line-height: 0;
  font-size: 0;
}
.cnt-shogaku .cnt06 h3 i img {
  width: auto;
  height: 32px;
}
.cnt-shogaku .cnt06 .thumb-step {
  margin-top: 15px;
}
.cnt-shogaku .cnt06 .thumb-step .slick-track {
  width: 100% !important;
}
.cnt-shogaku .cnt06 .img-step {
  visibility: hidden;
  width: 100% !important;
}
.cnt-shogaku .cnt06 .img-step:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.cnt-shogaku .cnt06 .img-step.slick-current {
  visibility: visible;
}
.cnt-shogaku .cnt06 .num-words {
  max-width: 500px;
  margin: auto;
}

/* =========================================================
 cnt07
========================================================= */
.cnt-shogaku .cnt07 .hgroup {
  background: #0b308e;
}

/* =========================================================
 cnt chugau
========================================================= */
.cnt-shogaku .cnt-chugaku .hgroup {
  background: #e54957;
}
.cnt-shogaku .cnt-chugaku .hgroup:before {
  border: 18px solid transparent;
  border-top-color: #e54957;
}
.cnt-shogaku .cnt-chugaku .hgroup small {
  display: inline-block;
  margin: 0 auto 1em;
  padding: 0 1.5em;
  background: #fff;
  color: #e54957;
  font-size: 1em;
  font-weight: 600;
  line-height: 2em;
  border-radius: 1em;
}
.cnt-shogaku .cnt-chugaku .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cnt-shogaku .cnt-chugaku .item .inner {
  position: relative;
  border: 1px solid #e5e5e5;
  background: url("/chugaku/merit/local/images/tokushin/interview-bg.png");
  background-size: 6px auto;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
@media (max-width: 575px) {
  .cnt-shogaku .cnt-chugaku .item .inner {
    padding: 15px;
  }
}
@media (min-width: 576px) {
  .cnt-shogaku .cnt-chugaku .item .inner {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .cnt-shogaku .cnt-chugaku .item .inner {
    padding: 25px;
  }
}
.cnt-shogaku .cnt-chugaku .item .inner:after {
  content: "";
  display: block;
  position: absolute;
  top: -4%;
  left: -4%;
  width: 52.5%;
  height: 54%;
  background: url("/chugaku/merit/local/images/tokushin/interview-bg-sakura.png") no-repeat top left;
  background-size: 100% auto;
  z-index: 1;
}
.cnt-shogaku .cnt-chugaku .item h4 {
  position: relative;
  z-index: 10;
}
@media (max-width: 575px) {
  .cnt-shogaku .cnt-chugaku .item h4 {
    margin-bottom: 10px;
  }
}
@media (min-width: 576px) {
  .cnt-shogaku .cnt-chugaku .item h4 {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .cnt-shogaku .cnt-chugaku .item h4 {
    margin-bottom: 20px;
  }
}
.cnt-shogaku .cnt-chugaku .item figure {
  width: 100%;
  margin: 0;
  padding: 0;
}
.cnt-shogaku .cnt-chugaku .item figure img {
  border: 1px solid #e5e5e5;
}
.cnt-shogaku .cnt-chugaku .item .comment {
  margin: 0;
}
@media (max-width: 575px) {
  .cnt-shogaku .cnt-chugaku .item .comment {
    margin-top: 15px;
  }
}
@media (min-width: 576px) {
  .cnt-shogaku .cnt-chugaku .item .comment {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .cnt-shogaku .cnt-chugaku .item .comment {
    margin-top: 25px;
  }
}
.cnt-shogaku .cnt-chugaku .item .comment i {
  display: inline-block;
  color: #1bb8ce;
  font-weight: 600;
}
.cnt-shogaku .cnt-chugaku .item .comment i:after {
  display: inline-block;
  content: ":";
  margin: 0 5px;
}
.cnt-shogaku .cnt-chugaku .item .btn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  text-align: right;
}
@media (max-width: 575px) {
  .cnt-shogaku .cnt-chugaku .item .btn-more {
    margin-top: 15px;
  }
}
@media (min-width: 576px) {
  .cnt-shogaku .cnt-chugaku .item .btn-more {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .cnt-shogaku .cnt-chugaku .item .btn-more {
    margin-top: 25px;
  }
}
.cnt-shogaku .cnt-chugaku .item .btn-more a {
  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;
  border: 1px solid #e54957;
  background: #fff;
  color: #e54957;
  vertical-align: middle;
}
@media (max-width: 575px) {
  .cnt-shogaku .cnt-chugaku .item .btn-more a {
    height: 28px;
    padding: 0 25px 0 20px;
    border-radius: 15px;
  }
}
@media (min-width: 576px) {
  .cnt-shogaku .cnt-chugaku .item .btn-more a {
    height: 38px;
    padding: 0 30px 0 25px;
    border-radius: 20px;
  }
}
.cnt-shogaku .cnt-chugaku .item .btn-more a:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #e54957;
  border-right: 1px solid #e54957;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
