@font-face {
  font-family: "kikakana-21";
  src: url("../font/kikakana-21/Kikakana-21-Bold.woff") format("woff");
}
.page_education_advance .education_point > .inner .box {
  background: #4694D1;
}
.page_education_advance .smart {
  background: url("../img/page/grad_bg.png") no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 40px;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
  margin-bottom: clamp(40px, 4.375vw, 70px);
  padding: clamp(30px, 7.5vw, 90px);
}
@media screen and (min-width: 768px) {
  .page_education_advance .smart {
    grid-template-columns: 1fr 35%;
    padding: 0 clamp(30px, 3.125vw, 50px) 0 clamp(30px, 7.5vw, 90px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page_education_advance .smart .txt {
    padding-block: clamp(30px, 3.125vw, 50px);
  }
}
.page_education_advance .smart .h {
  font-family: "kikakana-21";
  font-size: clamp(24px, 4.5vw, 55px);
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1;
}
.page_education_advance .smart .d {
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 2.05;
  margin-top: 2.2em;
}
@media screen and (min-width: 768px) {
  .page_education_advance .smart .d {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .page_education_advance .smart .d {
    font-size: 20px;
  }
}
.page_education_advance .smart .img {
  padding-block: 10px;
  text-align: center;
}
.page_education_advance .smart .img img {
  max-width: 428px;
  width: 100%;
}
.page_education_advance .step {
  margin-top: 60px;
}
.page_education_advance .step .js-scrollable {
  width: 100%;
}
.page_education_advance .step .js-scrollable img {
  height: 360px;
  width: auto;
}
@media screen and (min-width: 1024px) {
  .page_education_advance .step .js-scrollable img {
    height: auto;
    width: 100%;
  }
}
.page_education_advance .link_button {
  margin: 30px auto 0;
  max-width: 300px;
}
.page_education_advance .link_button a {
  width: 100%;
  font-size: 16px;
  background: #00428E;
  padding: 1em;
  border-radius: 15px;
  list-style-type: none;
  position: relative;
  transition:2s;
}
@media screen and (min-width: 768px) {
  .page_education_advance .link_button a {
    font-size: 18px;
  }
}
.page_education_advance .link_button a::before {
    font-family: "icomoon" !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: #ffffff;
    position: absolute;
    top: 1.3em;
    line-height: 1;
    speak: never;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e903";
    font-size: 1.125em;
}
.page_education_advance .link_button li::before {
  content: none;
}
.page_education_advance .link_button a li {
  color: #ffffff;
}
.page_education_advance .link_button a:hover {
  text-decoration: none;
  background: #28c3d4;
}
