#header .hpc .header-menu {
  display: block;
}

.ttl {
  align-items: center;
  justify-content: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.ttl .txt-h1 {
  font-size: clamp(28px, 2.96875vw, 57px);
  line-height: 1;
  padding: 0;
  margin: 0;
}
.ttl .txt-h1 .en {
  display: block;
  font-size: clamp(12px, 0.95vw, 18px);
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1vw;
  margin-bottom: 7px;
}
.ttl .txt-h2 {
  font-size: clamp(28px, 2.96875vw, 57px);
  line-height: 1;
  padding: 0;
  margin: 0;
}
.ttl .txt-h2 .en {
  display: block;
  font-size: clamp(12px, 0.95vw, 18px);
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1vw;
  margin-bottom: 7px;
}

#page {
  position: relative;
}
#page::before, #page::after {
  content: "";
  position: absolute;
  width: 14.21875vw;
  height: 5.46875vw;
  z-index: 1;
}
#page:before {
  left: 11.4583333333vw;
  top: 9.0104166667vw;
  background: url(../img/bg_icon01.svg) center no-repeat;
  background-size: cover;
}
#page::after {
  right: 7.34375vw;
  top: 11.875vw;
  background: url(../img/bg_icon02.svg) center no-repeat;
  background-size: cover;
}

#page > article {
  padding-top: 11.1979166667vw;
  position: relative;
  overflow-x: clip;
}
#page > article::after {
  content: "";
  position: absolute;
  bottom: -1.05vw;
  left: 3.8177083333vw;
  width: 17.1875vw;
  height: 13.0208333333vw;
  background: url(../img/character_page_fot.svg) center no-repeat;
  background-size: cover;
  z-index: 3;
}

.breadcrumbs {
  position: absolute;
  right: 0;
  top: 6.9270833333vw;
  height: 2.03125vw;
  background: #FFFCF6;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 2.6041666667vw;
  padding-right: 3.90625vw;
  border-radius: 1.05vw 0 0 1.05vw;
  gap: 0.8333333333vw;
  font-size: 0.8333333333vw;
}
.breadcrumbs > span > span {
  font-size: 0.8333333333vw;
}
.breadcrumbs > span > span br {
  display: none;
}
.breadcrumbs > span > a {
  font-size: 0.8333333333vw;
  text-decoration: underline;
}
.breadcrumbs .category {
  display: block;
  font-size: 0.8333333333vw;
  line-height: 1;
  position: initial;
  background: transparent;
  color: #3D3434;
  padding: 0;
}

.links {
  position: fixed;
  top: 10.1041666667vw;
  right: 0;
  flex-flow: column;
  gap: 1.3020833333vw;
  z-index: 4;
}

.links a {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 7.2916666667vw;
  height: 5.2083333333vw;
  background: #B2445C;
  color: #ffffff;
  border-radius: 0.6770833333vw 0 0 0.6770833333vw;
  font-size: 1.05vw;
  line-height: 1.2em;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.16);
  transition: 0.5s;
  border: none;
}
.links a:hover {
  color: #ffffff;
  background: #AB3A3A;
}

.links a.rec {
  background: #389ECB;
}
.links a.rec:hover {
  background: #389ECB;
}

.links a.stu {
  background: #579F41;
}
.links a.stu:hover {
  background: #579F41;
}

.links a:hover {
  opacity: 0.8;
}

#lead {
  padding: 0;
  padding-bottom: 1.9010416667vw;
  position: relative;
}
#lead:after {
  content: "";
  background: url(../img/dot_line_bk.svg) center repeat;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
#lead .txt-h2 {
  font-size: clamp(28px, 2.96875vw, 57px);
  text-align: center;
  line-height: 1;
  padding: 0;
  margin: 0;
}
#lead .txt-h2 .en {
  display: block;
  font-size: clamp(12px, 0.95vw, 18px);
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1vw;
  margin-bottom: 7px;
}
#lead .txt-h1 {
  font-size: clamp(28px, 2.96875vw, 57px);
  text-align: center;
  line-height: 1;
  padding: 0;
  margin: 0;
}
#lead .txt-h1 .en {
  display: block;
  font-size: clamp(12px, 0.95vw, 18px);
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1vw;
  margin-bottom: 7px;
}

@media (max-width: 900px) {
  .ttl {
    flex-flow: column;
    margin-bottom: 0;
  }
  .ttl img {
    position: initial;
    width: 76px;
    height: 85px;
    transform: initial;
    margin-bottom: 15px;
  }
  .ttl .txt-h1 {
    font-size: 40px;
  }
  .ttl .txt-h1 .en {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .ttl .txt-h2 {
    font-size: 40px;
  }
  .ttl .txt-h2 .en {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .ttl .plink {
    position: initial;
    font-size: 18px;
    width: 191px;
    height: 37px;
    margin: 0 auto;
    margin-top: 12px;
    box-sizing: border-box;
  }
  #page:before {
    top: 260px;
    left: 0;
    width: 186px;
    height: 72px;
  }
  #page::after {
    display: none;
  }
  #page > article {
    padding-top: 106px;
  }
  #page > article::after {
    display: none;
  }
  .breadcrumbs {
    display: none;
  }
  .links {
    display: none;
  }
  #lead {
    padding-bottom: 17px;
  }
}
/*# sourceMappingURL=page.css.map */