@media screen and (max-width: 760px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 760px) {
  .u-sp {
    display: block;
  }
}

/* flow */
.flow_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 35px 25px 34px;
}
@media screen and (max-width: 760px) {
  .flow_item {
    display: block;
    padding: 15px 20px 20px;
  }
}
.flow_item:not(:last-child) {
  margin-bottom: 23px;
}
.flow_item:first-child {
  background: #e6ebf4;
}
.flow_item:nth-child(2) {
  background: #dce6f7;
}
.flow_item:nth-child(3) {
  background: #c7d6f0;
}
.flow_item:nth-child(4) {
  background: #a5b9db;
}
.flow_item:nth-child(5) {
  background: #97afd7;
}

.flow_item_numbers {
  margin-right: 25px;
}
@media screen and (max-width: 760px) {
  .flow_item_numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.flow_item_step {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #09347a;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 760px) {
  .flow_item_step {
    font-size: 1rem;
    margin-right: 5px;
  }
}
.flow_item_step::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 1px;
  background: #09347a;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: -10px;
  left: 25px;
}
@media screen and (max-width: 760px) {
  .flow_item_step::after {
    display: none;
  }
}

.flow_item_number {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.45;
  letter-spacing: 0.15em;
  font-weight: 600;
  color: #09347a;
  margin-left: 40px;
}
@media screen and (max-width: 760px) {
  .flow_item_number {
    font-size: 1.5rem;
    margin-left: 0;
  }
}

.flow_item_title {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #09347a;
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .flow_item_title {
    font-size: 1rem;
  }
}

.flow_item_text {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 760px) {
  .flow_item_text {
    font-size: 0.875rem;
  }
}

/* high_exam */
.high_exam_info {
  padding: 0 0 10px;
}
.high_exam_info .cmn_btn_outer {
  padding: 70px 0 100px;
}
@media screen and (max-width: 760px) {
  .high_exam_info .cmn_btn_outer {
    padding: 50px 0;
  }
}

.high_exam_consultation {
  margin-bottom: 100px;
}
@media screen and (max-width: 760px) {
  .high_exam_consultation {
    margin-bottom: 80px;
  }
}

.high_exam_consultation_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 760px) {
  .high_exam_consultation_inner {
    display: block;
  }
}

.high_exam_consultation_img {
  width: 48%;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .high_exam_consultation_img {
    width: 100%;
  }
}
.high_exam_consultation_img img {
  width: 100%;
}

.high_exam_consultation_body {
  width: 48%;
  margin-top: -5px;
}
@media screen and (max-width: 760px) {
  .high_exam_consultation_body {
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.high_exam_consultation_text {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 760px) {
  .high_exam_consultation_text {
    margin-bottom: 20px;
    font-size: 0.875rem;
  }
}
.high_exam_consultation_text span {
  color: #ba0243;
}

.high_exam_consultation_link {
  text-align: center;
  display: block;
  background: #09347a;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 30px 10px;
  margin-top: auto;
}
@media screen and (max-width: 760px) {
  .high_exam_consultation_link {
    font-size: 1rem;
    padding: 20px 10px;
  }
}
.high_exam_consultation_link:not(:last-child) {
  margin-bottom: 15px;
}

.high_exam_application {
  margin-bottom: 40px;
}
@media screen and (max-width: 760px) {
  .high_exam_application {
    margin-bottom: 80px;
  }
}

.high_exam_list {
  margin-bottom: 120px;
}
@media screen and (max-width: 760px) {
  .high_exam_list {
    margin-bottom: 80px;
  }
}

/* junior_exam */
.junior_exam_info {
  padding: 0 0 10px;
}
.junior_exam_info .cmn_btn_outer {
  padding: 70px 0 60px;
}
@media screen and (max-width: 760px) {
  .junior_exam_info .cmn_btn_outer {
    padding: 50px 0;
  }
}
.junior_exam_info .cmn_link_btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.junior_exam_tbl_otr {
  margin-bottom: 100px;
}
@media screen and (max-width: 760px) {
  .junior_exam_tbl_otr {
    margin-bottom: 80px;
  }
}

.junior_exam_test {
  margin-bottom: 55px;
}
@media screen and (max-width: 760px) {
  .junior_exam_test {
    margin-bottom: 80px;
  }
}
.junior_exam_test .units_item {
  margin-bottom: 70px;
}
@media screen and (max-width: 760px) {
  .junior_exam_test .units_item {
    margin-bottom: 0;
  }
}

.junior_exam_flow {
  margin-bottom: 120px;
}
@media screen and (max-width: 760px) {
  .junior_exam_flow {
    margin-bottom: 80px;
  }
}

/* returnee_exam */
.returnee_exam_info {
  padding: 0;
}
.returnee_exam_info .cmn_btn_outer {
  padding: 70px 0;
}
@media screen and (max-width: 760px) {
  .returnee_exam_info .cmn_btn_outer {
    padding: 50px 0;
  }
}
.returnee_exam_info .exam_test_link {
  margin: 150px 0 80px;
}
@media screen and (max-width: 760px) {
  .returnee_exam_info .exam_test_link {
    margin: 80px 0;
  }
}

.returnee_exam_test {
  margin-bottom: 80px;
}
@media screen and (max-width: 760px) {
  .returnee_exam_test .units {
    margin-bottom: 40px;
  }
}
.returnee_exam_test .unit_link {
  margin: 0 auto;
}

/* unit */
.unit_title {
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #383838;
  padding-bottom: 15px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 760px) {
  .unit_title {
    font-size: 1.125rem;
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
}
.unit_title::before {
  position: absolute;
  content: "";
  height: 4px;
  width: 95px;
  background: #09347a;
  left: 0;
  bottom: -5px;
}

.unit_subtitle {
  font-size: 15px;
  font-size: 0.9375rem;
  padding-left: 25px;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 760px) {
  .unit_subtitle {
    font-size: 0.875rem;
    margin-bottom: 15px;
  }
}
.unit_subtitle::before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 12px;
  height: 12px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#032152), to(#2a4f8b));
  background-image: linear-gradient(to top, #032152, #2a4f8b);
}

.unit_text {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 760px) {
  .unit_text {
    font-size: 0.875rem;
  }
}
.unit_text:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 760px) {
  .unit_text:not(:last-child) {
    margin-bottom: 15px;
  }
}
.unit_text span {
  color: #ba0243;
}

.unit_link {
  text-align: center;
  display: block;
  width: 480px;
  max-width: 100%;
  background: #09347a;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 30px 10px;
  margin: auto auto 0;
}
@media screen and (max-width: 760px) {
  .unit_link {
    font-size: 0.875rem;
    padding: 20px 10px;
    margin: 0 auto;
  }
}

/* units */
.units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 760px) {
  .units {
    display: block;
  }
}

.units_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 20px);
  margin-bottom: 30px;
}
@media screen and (max-width: 760px) {
  .units_item {
    width: 100%;
    margin-bottom: 0;
  }
  .units_item:not(:last-child) {
    margin-bottom: 50px;
  }
}
.units_item:not(:nth-child(2n+1)) {
  margin-left: 40px;
}
@media screen and (max-width: 760px) {
  .units_item:not(:nth-child(2n+1)) {
    margin-left: 0;
  }
}
.units_item:nth-child(3) {
  width: 100%;
  margin-left: 0;
}
/*# sourceMappingURL=update.css.map */
