@charset "UTF-8";
@font-face {
  font-family: "A1GothicStdN";
  src: url("../fonts/AP-OTF-A1GothicStdN-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "A1GothicStdN";
  src: url("../fonts/AP-OTF-A1GothicStdN-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "A1GothicStdN";
  src: url("../fonts/AP-OTF-A1GothicStdN-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "A1GothicStdN";
  src: url("../fonts/AP-OTF-A1GothicStdN-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MidashiGoPro-MB31";
  src: url("../fonts/A-OTF-MidashiGoPro-MB31.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --school: #60388E;
  --school-sub: #f5f5f5;
  --school-contrast: #ffffff;
}

body.is-junior {
  --school: #FF4A74;
  --school-sub: #d7ecff;
  --school-contrast: #ffffff;
}

body.is-high {
  --school: #FF4AA5;
  --school-sub: #ffe1d7;
  --school-contrast: #ffffff;
}

/* -----------------------
  unity
----------------------- */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 10%;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  body.active {
    overflow: hidden;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

.whopper {
  overflow: clip;
}

/* -----------------------
  header
----------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9450980392);
  transition: background-color 0.3s ease;
  color: #292929;
}
@media screen and (min-width: 768px) {
  .is-hero-top .l-header {
    background-color: transparent;
  }
  .is-hero-top .l-header.is-scrolled {
    background-color: rgba(255, 255, 255, 0.9450980392);
  }
  .l-header a {
    transition: opacity 0.3s ease;
  }
  .l-header a:hover {
    opacity: 0.7;
  }
}

.l-header__inner {
  position: relative;
  z-index: 110;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    height: 4.6852122987vw;
    padding: 0 2.9282576867vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 13.5265700483vw;
    padding: 0 3.8647342995vw;
  }
}
.l-header.is-menu-open .l-header__inner {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  body:not(.is-hero-top) .l-header__inner,
  .l-header.is-scrolled .l-header__inner {
    justify-content: center;
  }
  body:not(.is-hero-top) .l-header__toggle,
  .l-header.is-scrolled .l-header__toggle {
    position: absolute;
    top: 50%;
    right: 2.9282576867vw;
    transform: translateY(-50%);
  }
}
.l-header__logo {
  display: block;
  line-height: 0;
}

.l-header__logo-img {
  width: auto;
}
@media screen and (min-width: 768px) {
  .l-header__logo-img {
    height: 2.635431918vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo-img {
    height: 6.7632850242vw;
  }
}

.l-header__toggle {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  background: none;
  border: none;
}
@media screen and (min-width: 768px) {
  .l-header__toggle {
    width: 3.1478770132vw;
    height: 1.756954612vw;
    gap: 0.5124450952vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__toggle {
    width: 7.729468599vw;
    height: 4.8309178744vw;
    gap: 1.4492753623vw;
  }
}

.l-header__toggle-bar {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #292929;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.l-header__toggle.is-open .l-header__toggle-bar:nth-child(1) {
  transform: translateY(0.5856515373vw) rotate(35deg);
}
.l-header__toggle.is-open .l-header__toggle-bar:nth-child(2) {
  opacity: 0;
}
.l-header__toggle.is-open .l-header__toggle-bar:nth-child(3) {
  transform: translateY(-0.5856515373vw) rotate(-35deg);
}

@media screen and (max-width: 767px) {
  .l-header__toggle.is-open .l-header__toggle-bar:nth-child(1) {
    transform: translateY(1.690821256vw) rotate(35deg);
  }
  .l-header__toggle.is-open .l-header__toggle-bar:nth-child(2) {
    osacity: 0;
  }
  .l-header__toggle.is-open .l-header__toggle-bar:nth-child(3) {
    transform: translateY(-1.690821256vw) rotate(-35deg);
  }
}
.l-drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 100dvh;
  overflow-y: auto;
  background-color: #ffffff;
  padding-bottom: 1.9033674963vw;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media screen and (max-width: 767px) {
  .l-drawer {
    padding-bottom: 0;
  }
}
.l-drawer.is-open {
  opacity: 1;
  visibility: visible;
}
.l-drawer__nav {
  font-weight: 500;
}
.l-drawer__banners {
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .l-drawer__inner {
    display: flex;
    flex: 1;
    gap: 2.9282576867vw;
    width: 87.8477306003vw;
    max-width: 1200px;
    margin: 0 auto 2.196193265vw;
    padding: 7.3206442167vw 0vw 0vw;
  }
}
@media screen and (max-width: 767px) {
  .l-drawer__inner {
    padding: 17.3913043478vw 4.8309178744vw 9.6618357488vw;
  }
}

.l-drawer__photo {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-drawer__photo {
    grid-area: photo;
    width: 35.6515373353vw;
    height: 21.0834553441vw;
    justify-self: end;
    align-self: end;
  }
}
@media screen and (max-width: 767px) {
  .l-drawer__photo {
    margin-bottom: 6.7632850242vw;
  }
}

.l-drawer__photo-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5856515373vw;
}
@media screen and (max-width: 767px) {
  .l-drawer__photo-img {
    border-radius: 1.9323671498vw;
  }
}

.l-drawer__photo-catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .l-drawer__photo-catch {
    font-size: 1.6105417277vw;
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 767px) {
  .l-drawer__photo-catch {
    font-size: 4.347826087vw;
    letter-spacing: 0.12em;
  }
}

.l-drawer__nav {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-drawer__nav {
    position: relative;
    letter-spacing: 0.1464128843vw;
    padding-top: 0.7320644217vw;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .l-drawer__nav {
    padding-left: 4.8309178744vw;
  }
}

@media screen and (max-width: 767px) {
  .l-drawer__menu {
    display: grid;
    grid-template-columns: auto 1fr; /* 1fr 1fr から変更 */
    column-gap: 11.8357487923vw;
  }
  /* 学校案内（1番目のli）だけはフル幅で1行占有 */
  .l-drawer__menu > .l-drawer__item:first-child {
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 768px) {
  .l-drawer__item {
    padding: 1.1713030747vw 0;
  }
}
@media screen and (max-width: 767px) {
  .l-drawer__item {
    padding: 2.8985507246vw 0;
  }
}

.l-drawer__link {
  display: block;
  color: #292929;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .l-drawer__link {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 767px) {
  .l-drawer__link {
    font-size: 3.8647342995vw;
  }
  .l-drawer__link::before {
    content: "";
    display: inline-block;
    width: 4.8309178744vw;
    height: 3.8647342995vw;
    margin-right: 1.9323671498vw;
    margin-top: 0.4830917874vw;
    flex-shrink: 0;
    background: url("../img/common/mark.webp") no-repeat center/contain;
  }
}

.l-drawer__sub {
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-drawer__sub {
    gap: 1.1713030747vw;
    margin-top: 0.7320644217vw;
  }
}
@media screen and (max-width: 767px) {
  .l-drawer__sub {
    width: 55.5555555556vw;
    gap: 5.7971014493vw 4.347826087vw;
    margin: 4.347826087vw 0 7.2463768116vw;
  }
}
.l-drawer__sub a {
  color: #292929;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (min-width: 768px) {
  .l-drawer__sub a {
    font-size: 0.9516837482vw;
  }
}
@media screen and (max-width: 767px) {
  .l-drawer__sub a {
    font-size: 3.3816425121vw;
  }
}

.l-drawer__btns {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-drawer__btns {
    gap: 1.3909224012vw;
    position: absolute;
    bottom: 0;
    left: 27vw;
  }
}
@media screen and (max-width: 767px) {
  .l-drawer__btns {
    gap: 2.8985507246vw;
    padding: 13.5265700483vw 21.7391304348vw;
  }
}

.l-drawer__btn {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  color: #ffffff;
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-drawer__btn {
    gap: 1.1713030747vw;
    width: 19.7657393851vw;
    padding: 1.4641288433vw 1.756954612vw;
    font-size: 1.0248901903vw;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .l-drawer__btn {
    gap: 3.3816425121vw;
    width: 100%;
    padding: 3.3816425121vw 5.7971014493vw;
    font-size: 3.6231884058vw;
    font-family: "MidashiGoPro-MB31", sans-serif;
  }
}
.l-drawer__btn--contact {
  background-color: #a892c4;
}
.l-drawer__btn--request {
  background-color: #60388E;
}
.l-drawer__btn span:first-child {
  flex: 1;
  text-align: center;
}
.l-drawer__btn-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .l-drawer__btn-icon {
    right: 1.4641288433vw;
  }
}
@media screen and (max-width: 767px) {
  .l-drawer__btn-icon {
    right: 3.1400966184vw;
  }
}

.l-drawer__btn-icon {
  display: inline-block;
  background: url(../img/common/arrow_circle_ww.webp) center/contain no-repeat;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .l-drawer__btn-icon {
    width: 1.1713030747vw;
    height: 1.1713030747vw;
  }
}
@media screen and (max-width: 767px) {
  .l-drawer__btn-icon {
    width: 5.3140096618vw;
    height: 5.3140096618vw;
  }
}

.l-drawer__banners {
  display: grid;
}
@media screen and (min-width: 768px) {
  .l-drawer__banners {
    grid-area: banners;
    grid-template-columns: 1fr 1fr;
    gap: 1.0248901903vw;
    padding: 0 2.5622254758vw 0;
  }
}
@media screen and (max-width: 767px) {
  .l-drawer__banners {
    grid-template-columns: 1fr;
  }
}

.l-drawer__banner {
  letter-spacing: 1.5px;
}
@media screen and (min-width: 768px) {
  .l-drawer__banner {
    display: flex;
    padding: 3.4407027818vw 2.196193265vw 3.0014641288vw;
    border-radius: 0.5856515373vw;
    gap: 2.196193265vw;
  }
}
@media screen and (max-width: 767px) {
  .l-drawer__banner {
    padding: 14.4927536232vw 4.8309178744vw 18.115942029vw;
  }
}
.l-drawer__banner-topimg {
  display: flex;
}
.l-drawer__banner-topimg a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-drawer__banner-topimg {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .l-drawer__banner-topimg {
    align-items: center;
    flex-direction: column;
  }
}
.l-drawer__banner--junior {
  background-color: #ff9fb5;
}
.l-drawer__banner--high {
  background-color: #ff84c2;
}

.l-drawer__banner-head {
  display: block;
  color: #292929;
  font-family: "A1GothicStdN", sans-serif;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .l-drawer__banner-head {
    font-size: 1.2445095168vw;
    margin-top: 0.878477306vw;
  }
}
@media screen and (max-width: 767px) {
  .l-drawer__banner-head {
    font-size: 3.3816425121vw;
    margin-bottom: 3.8647342995vw;
  }
}

.l-drawer__banner-img {
  display: block;
}
.l-drawer__banner-img img {
  height: auto;
  border-radius: 0.2928257687vw;
}
@media screen and (min-width: 768px) {
  .l-drawer__banner-img img {
    width: 21.6691068814vw;
  }
}
@media screen and (max-width: 767px) {
  .l-drawer__banner-img img {
    width: 100%;
  }
}

.l-drawer__banner-links {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-drawer__banner-links {
    gap: 1.4641288433vw;
    margin-top: 0.439238653vw;
  }
}
@media screen and (max-width: 767px) {
  .l-drawer__banner-links {
    gap: 3.8647342995vw;
    margin-top: 11.1111111111vw;
    padding-left: 4.8309178744vw;
  }
}
.l-drawer__banner-links a {
  color: #ffffff;
  font-family: "A1GothicStdN", sans-serif;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .l-drawer__banner-links a {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 767px) {
  .l-drawer__banner-links a {
    font-size: 3.8647342995vw;
  }
}

@media screen and (min-width: 768px) {
  .mt {
    margin-top: 1.0980966325vw;
  }
}
@media screen and (max-width: 767px) {
  .is-high-top .l-header {
    background-color: transparent !important;
  }
}
@media screen and (max-width: 767px) {
  .is-high-top .l-header .l-header__logo-img {
    height: 5.7971014493vw;
  }
}

/* -----------------------
  footer
----------------------- */
.l-contact {
  position: relative;
}

.l-contact__bg {
  display: block;
  line-height: 0;
}

.l-contact__bg-img {
  display: block;
  width: 100%;
  height: auto;
}

.l-contact__btns {
  position: absolute;
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-contact__btns {
    top: 50%;
    left: 50%;
    transform: translate(10%, -50%);
    gap: 1.4641288433vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact__btns {
    left: 50%;
    bottom: 9.6618357488vw;
    transform: translateX(-50%);
    flex-direction: column;
    gap: 3.3816425121vw;
    width: 57.729468599vw;
  }
}

.l-contact__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  color: #292929;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-decoration: none;
  transition: opacity 0.3s ease;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .l-contact__btn {
    width: 19.8389458272vw;
    height: 4.0263543192vw;
    padding: 1.317715959vw 1.756954612vw;
    font-size: 1.0980966325vw;
  }
  .l-contact__btn:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .l-contact__btn {
    height: 12.5603864734vw;
    width: 100%;
    padding: 3.8647342995vw 5.7971014493vw;
    font-size: 3.3816425121vw;
  }
}
.l-contact__btn--form {
  background-color: #ffffff;
}
.l-contact__btn--request {
  background-color: #ffffff;
}

.l-contact__btn-icon {
  display: inline-block;
  background: url(../img/common/arrow_circle.webp) center/contain no-repeat;
  position: absolute;
  top: 50%;
  flex-shrink: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .l-contact__btn-icon {
    right: 1.756954612vw;
    width: 1.1713030747vw;
    height: 1.1713030747vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact__btn-icon {
    right: 5.7971014493vw;
    width: 3.8647342995vw;
    height: 3.8647342995vw;
  }
}

.l-footer {
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 12.4450951684vw 0 2.9282576867vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 13.5265700483vw 0 6.7632850242vw;
  }
}

.l-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 73.2064421669vw;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    width: 100%;
    padding: 0 4.8309178744vw;
  }
}

.l-footer__logo {
  display: block;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    margin-bottom: 4.0995607613vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    margin-bottom: 4.8309178744vw;
  }
}

.l-footer__logo-img {
  width: auto;
}
@media screen and (min-width: 768px) {
  .l-footer__logo-img {
    height: 21.1566617862vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo-img {
    height: 36.231884058vw;
  }
}

.l-footer__address {
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .l-footer__address {
    font-size: 1.0248901903vw;
    margin-bottom: 3.3674963397vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__address {
    font-size: 2.8985507246vw;
    line-height: 1.8;
    margin-bottom: 7.729468599vw;
  }
}

.l-footer__group ul {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-footer__group ul {
    gap: 1.1713030747vw 2.196193265vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__group ul {
    gap: 3.8647342995vw 4.8309178744vw;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__group {
    margin-bottom: 3.2210834553vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__group {
    margin-bottom: 6.7632850242vw;
  }
}
.l-footer__group a {
  display: block;
  line-height: 0;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-footer__group a:hover {
    opacity: 0.7;
  }
}
.l-footer__group img {
  width: auto;
}
@media screen and (min-width: 768px) {
  .l-footer__group img {
    height: 1.5373352855vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__group img {
    height: 3.3816425121vw;
  }
}

.l-footer__copy {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #888888;
}
@media screen and (min-width: 768px) {
  .l-footer__copy {
    font-size: 0.878477306vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: 2.4154589372vw;
  }
}

/* -----------------------
  C_
----------------------- */
/* -----------------------
  front _loading
----------------------- */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading.is-hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease;
}
.loading .logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .loading .logo {
    margin-top: 12.077294686vw;
  }
}
.loading .logo .logo-img {
  transform: translateY(20px);
  animation: loading-logo-up 1s ease 0.5s forwards;
}
@media screen and (min-width: 768px) {
  .loading .logo .logo-img {
    width: 18.7408491947vw;
  }
}
@media screen and (max-width: 767px) {
  .loading .logo .logo-img {
    width: 38.6473429952vw;
  }
}
@keyframes loading-logo-up {
  0% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(-20px);
  }
}
.loading .logo .logo-name {
  opacity: 0;
  animation: loading-name-fadein 3.5s cubic-bezier(0.22, 1, 0.36, 1) 1.2s forwards;
}
@media screen and (min-width: 768px) {
  .loading .logo .logo-name {
    width: 48.682284041vw;
    margin-top: min(0.7320644217vw, 8px);
  }
}
@media screen and (max-width: 767px) {
  .loading .logo .logo-name {
    width: 72.4637681159vw;
    margin-top: 1.2077294686vw;
  }
}
@keyframes loading-name-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loading-name-in {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0 0 0% 0);
  }
}

.loading-done .loading {
  display: none !important;
}

/* -----------------------
  front
----------------------- */
.hero {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hero {
    flex-direction: row;
  }
}

.hero__panel {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .hero__panel {
    height: 88.8888888889vw;
  }
}
@media screen and (min-width: 768px) {
  .hero__panel {
    width: 50%;
    height: 56.2225475842vw;
  }
}

.hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__body {
  position: absolute;
  left: 0;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .hero__body {
    bottom: 3.6231884058vw;
    gap: 1.4492753623vw;
  }
}
@media screen and (min-width: 768px) {
  .hero__body {
    bottom: 2.8550512445vw;
    gap: 0.5856515373vw;
  }
}

.hero__catch {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .hero__catch {
    font-size: 3.6231884058vw;
    letter-spacing: 0.193236715vw;
  }
}
@media screen and (min-width: 768px) {
  .hero__catch {
    font-size: 1.4641288433vw;
    letter-spacing: 0.102489019vw;
  }
}

.hero__title {
  font-family: "A1GothicStdN", sans-serif;
  line-height: 1.1;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .hero__title {
    font-size: 8.2125603865vw;
    letter-spacing: 0.1207729469vw;
  }
}
@media screen and (min-width: 768px) {
  .hero__title {
    font-size: 4.6852122987vw;
    letter-spacing: 0.0732064422vw;
  }
}

.hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: #292929;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s ease;
  font-weight: 500;
}
.hero__btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .hero__btn {
    gap: 1.9323671498vw;
    height: 9.6618357488vw;
    margin-top: 1.4492753623vw;
    padding: 0 4.8309178744vw;
    font-size: 3.1400966184vw;
    letter-spacing: 0.3140096618vw;
  }
}
@media screen and (min-width: 768px) {
  .hero__btn {
    gap: 0.5856515373vw;
    height: 4.9048316252vw;
    margin-top: 0.5856515373vw;
    padding: 0 2.3426061493vw;
    font-size: 1.3909224012vw;
    letter-spacing: 0.1947291362vw;
  }
}

.hero__btn-icon {
  display: inline-flex;
  flex-shrink: 0;
}
.hero__btn-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .hero__btn-icon {
    width: 4.1062801932vw;
    height: 4.1062801932vw;
  }
}
@media screen and (min-width: 768px) {
  .hero__btn-icon {
    width: 1.4641288433vw;
    height: 1.4641288433vw;
  }
}

.p-news {
  background-color: #ffffff;
  padding-top: 6.588579795vw;
  padding-bottom: 6.588579795vw;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding-top: 15.4589371981vw;
    padding-bottom: 15.4589371981vw;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-news__inner {
    width: 82.4304538799vw;
    margin: 0 auto;
  }
}
.p-news__head {
  display: flex;
  align-items: center;
  margin-bottom: 4.0263543192vw;
}
@media screen and (max-width: 767px) {
  .p-news__head {
    flex-direction: column;
    margin-bottom: 9.6618357488vw;
    text-align: center;
  }
}
.p-news__tabrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4.0995607613vw;
}
@media screen and (max-width: 767px) {
  .p-news__tabrow {
    margin-bottom: 5.3140096618vw;
    padding-left: 4.8309178744vw;
  }
}
.p-news__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3660322108vw;
}
@media screen and (max-width: 767px) {
  .p-news__tabs {
    gap: 1.4492753623vw;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
}
.p-news__tabs::-webkit-scrollbar {
  display: none;
}
.p-news__ttl {
  line-height: 0;
}
.p-news__ttl-img {
  width: 16.1054172767vw;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-news__ttl-img {
    width: 24.154589372vw;
  }
}
.p-news__more {
  display: inline-flex;
  align-items: center;
  gap: 0.7320644217vw;
  font-size: 1.0248901903vw;
  letter-spacing: 0.08em;
  font-weight: 600;
  font-family: "MidashiGoPro-MB31", sans-serif;
  color: #292929;
  transition: opacity 0.3s ease;
}
.p-news__more:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-news__more--pc {
    display: none;
  }
}
.p-news__more--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-news__more--sp {
    display: inline-flex;
    gap: 2.4154589372vw;
    font-size: 3.1400966184vw;
    margin: 9.6618357488vw auto 0;
    padding: 3.3816425121vw 9.6618357488vw;
    background-color: #60388E;
    color: #fff;
    border-radius: 9999px;
  }
}
.p-news__more-icon {
  display: inline-block;
  background: url(../img/common/arrow_circle.webp) center/contain no-repeat;
  width: 1.4641288433vw;
  height: 1.4641288433vw;
}
@media screen and (max-width: 767px) {
  .p-news__more-icon {
    display: inline-block;
    background: url(../img/common/arrow_circle_w.webp) center/contain no-repeat;
    width: 4.347826087vw;
    height: 4.347826087vw;
  }
}
.p-news__tab {
  flex-shrink: 0;
  letter-spacing: 0.06em;
  border: 1px solid #60388E;
  color: #60388E;
  border-radius: 9999px;
  background-color: #ffffff;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.1em;
  transition: 0.3s;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-news__tab {
    font-size: 0.9516837482vw;
    padding: 0.2196193265vw 0.8052708638vw 0.2928257687vw;
  }
}
@media screen and (max-width: 767px) {
  .p-news__tab {
    padding: 0.7246376812vw 2.6570048309vw 0.9661835749vw;
    font-size: 3.1400966184vw;
  }
}
.p-news__tab.is-active {
  background-color: var(--school);
  border-color: var(--school);
  color: var(--school-contrast);
}
@media screen and (min-width: 768px) {
  .p-news__tab:hover {
    opacity: 0.6;
  }
}
.p-news__body {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-news__body {
    padding-left: 4.8309178744vw;
  }
}
@media screen and (min-width: 768px) {
  .p-news__slider {
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  .p-news__list {
    min-height: 63.5265700483vw;
  }
}
@media screen and (min-width: 768px) {
  .p-news__list {
    min-height: 23.4260614934vw;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.3674963397vw;
    transform: none !important;
  }
}
.p-news__list .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-news__list .slick-dots {
    margin-top: 4.8309178744vw;
    gap: 0.9661835749vw;
  }
}
.p-news__list .slick-dots li {
  display: flex;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .p-news__item {
    width: auto !important;
    height: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .p-news__item {
    width: 67.6328502415vw;
    margin-right: 2.8985507246vw;
  }
}
.p-news__item.is-hidden {
  display: none;
}
.p-news__card {
  display: block;
  transition: opacity 0.3s ease;
  font-weight: 500;
}
.p-news__card:hover {
  opacity: 0.6;
}
.p-news__thumb {
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 0.7320644217vw;
  margin-bottom: 1.3909224012vw;
}
@media screen and (max-width: 767px) {
  .p-news__thumb {
    border-radius: 1.690821256vw;
    margin-bottom: 3.8647342995vw;
  }
}
.p-news__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-news__badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1em;
  text-box-trim: trim-both;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-news__badge {
    font-size: 0.9516837482vw;
    padding: 0.2196193265vw 0.9516837482vw 0.3660322108vw;
  }
}
@media screen and (max-width: 767px) {
  .p-news__badge {
    font-size: 2.4154589372vw;
    padding: 0.7246376812vw 2.1739130435vw 0.4830917874vw;
  }
}
.p-news__badge--junior {
  background-color: #FF4A74;
}
.p-news__badge--high {
  background-color: #FF4AA5;
}
.p-news__meta {
  display: flex;
  align-items: center;
  gap: 0.7320644217vw;
  margin-bottom: 1.0980966325vw;
}
@media screen and (max-width: 767px) {
  .p-news__meta {
    gap: 2.4154589372vw;
    margin-bottom: 1.4492753623vw;
  }
}
.p-news__date {
  font-family: "Jost", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #292929;
}
@media screen and (min-width: 768px) {
  .p-news__date {
    font-size: 0.9516837482vw;
  }
}
@media screen and (max-width: 767px) {
  .p-news__date {
    font-size: 2.4154589372vw;
  }
}
.p-news__cat {
  font-family: "Zen Kaku Gothic New", sans-serif;
  border-radius: 9999px;
  background-color: var(--school);
  color: #fff;
  text-box-trim: trim-both;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-news__cat {
    font-size: 0.878477306vw;
    border-radius: 3.6603221083vw;
    padding: 0.0732064422vw 0.8052708638vw 0.2196193265vw;
  }
}
@media screen and (max-width: 767px) {
  .p-news__cat {
    padding: 0.2415458937vw 1.9323671498vw 0.4830917874vw;
    font-size: 1.9323671498vw;
  }
}
.p-news__text {
  font-family: "MidashiGoPro-MB31", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #292929;
}
@media screen and (min-width: 768px) {
  .p-news__text {
    font-size: 1.0248901903vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .p-news__text {
    font-size: 3.1400966184vw;
    line-height: 2;
    text-align: left;
  }
}
.p-news__pagination {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-news__pagination {
    display: block;
    margin-left: -4.8309178744vw;
  }
  .p-news__pagination .slick-dots {
    display: flex;
    gap: 0.9661835749vw;
    width: 7.729468599vw;
    margin: 7.2463768116vw auto 0;
  }
}

.p-news-dot {
  display: block;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #9d9d9d;
  opacity: 0.3;
  cursor: pointer;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .p-news-dot {
    width: 1.9323671498vw;
    height: 1.9323671498vw;
  }
}

.slick-active .p-news-dot {
  opacity: 1;
}

.p-message {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-message {
    height: 164.2512077295vw;
  }
}
@media screen and (min-width: 768px) {
  .p-message {
    height: 67.6427525622vw;
  }
}

.p-message__media {
  position: absolute;
  inset: 0;
}

.p-message__img,
.p-message__media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-message__overlay {
  position: absolute;
  inset: 0;
  mix-blend-mode: multiply;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-message__overlay {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(112, 132, 139, 0.69) 50%, #2f4c57 100%);
    opacity: 0.4;
  }
}
@media screen and (min-width: 768px) {
  .p-message__overlay {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(112, 132, 139, 0.69) 80%, #2f4c57 100%);
    opacity: 0.4;
  }
}

.p-message__catch {
  position: absolute;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-message__catch {
    top: 21.0144927536vw;
    width: 70.2898550725vw;
  }
}
@media screen and (min-width: 768px) {
  .p-message__catch {
    bottom: 13.616398243vw;
    width: 73.2796486091vw;
  }
}

.p-message__catch-img {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-message__catch-img {
    width: 70.2898550725vw;
    height: 28.0193236715vw;
  }
}
@media screen and (min-width: 768px) {
  .p-message__catch-img {
    width: 73.2796486091vw;
    height: 5.1244509517vw;
  }
}

.p-message__brand-circle {
  transition: fill 0.3s ease;
}

.p-message__brand {
  position: absolute;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(3px);
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  transform: translateX(-50%);
  transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-message__brand {
    bottom: 9.1787439614vw;
    gap: 1.4492753623vw;
    height: 9.6618357488vw;
    padding: 0 4.8309178744vw;
    font-size: 3.1400966184vw;
    letter-spacing: 0.3768115942vw;
  }
}
@media screen and (min-width: 768px) {
  .p-message__brand {
    bottom: 3.8799414348vw;
    gap: 0.5856515373vw;
    height: 2.9282576867vw;
    padding: 0 1.756954612vw;
    font-size: 1.0980966325vw;
    letter-spacing: 0.1317715959vw;
  }
  .p-message__brand:hover {
    background-color: white;
    color: #292929;
  }
  .p-message__brand:hover .p-message__brand-circle {
    fill: #e9e9e9;
  }
}

.p-message__brand-icon {
  flex-shrink: 0;
  color: #fff;
}
.p-message__brand-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-message__brand-icon {
    width: 3.1400966184vw;
    height: 3.1400966184vw;
  }
}
@media screen and (min-width: 768px) {
  .p-message__brand-icon {
    width: 1.3909224012vw;
    height: 1.3909224012vw;
  }
}

.p-message__brand-circle {
  transition: fill 0.3s ease;
}

.p-message__brand-arrow {
  transition: stroke 0.3s ease;
}

.p-about {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding: 24.154589372vw 0 29.2270531401vw;
  }
}
@media screen and (min-width: 768px) {
  .p-about {
    padding: 12.298682284vw 0 19.4729136164vw;
  }
}

.p-about__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.p-about__bg-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-about__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-about__head {
  margin: 0;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .p-about__head {
    margin-bottom: 9.1787439614vw;
  }
}
@media screen and (min-width: 768px) {
  .p-about__head {
    margin-bottom: 3.7335285505vw;
  }
}

.p-about__head-img {
  display: block;
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-about__head-img {
    height: 16.1835748792vw;
  }
}
@media screen and (min-width: 768px) {
  .p-about__head-img {
    height: 6.8081991215vw;
  }
}

.p-about__pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-about__pills {
    gap: 4.1062801932vw 4.8309178744vw;
    width: 87.922705314vw;
  }
}
@media screen and (min-width: 768px) {
  .p-about__pills {
    gap: 1.4641288433vw;
    width: 64.2020497804vw;
  }
}

@media screen and (max-width: 767px) {
  .p-about__pill-item {
    width: 41.5458937198vw;
    height: 9.6618357488vw;
  }
}
@media screen and (min-width: 768px) {
  .p-about__pill-item {
    width: 20.4245973646vw;
    height: 4.7584187408vw;
  }
}

.p-about__pill {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.8);
  color: #292929;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-decoration: none;
  transition: opacity 0.2s ease;
  font-weight: 500;
}
.p-about__pill:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-about__pill {
    font-size: 3.3816425121vw;
    letter-spacing: 0.4734299517vw;
  }
}
@media screen and (min-width: 768px) {
  .p-about__pill {
    font-size: 1.0248901903vw;
    letter-spacing: 0.1434846266vw;
  }
}

.p-about__pill-icon {
  display: inline-block;
  background: url(../img/common/arrow_circle.webp) center/contain no-repeat;
  position: absolute;
  top: 50%;
  flex-shrink: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-about__pill-icon {
    right: 3.3816425121vw;
    width: 3.1400966184vw;
    height: 3.1400966184vw;
  }
}
@media screen and (min-width: 768px) {
  .p-about__pill-icon {
    right: 1.9399707174vw;
    width: 1.3909224012vw;
    height: 1.3909224012vw;
  }
}

.p-uniform {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-uniform {
    height: 144.9275362319vw;
    padding-top: 15.2173913043vw;
  }
}
@media screen and (min-width: 768px) {
  .p-uniform {
    height: 53.2942898975vw;
    padding-top: 13.1039531479vw;
  }
}

.p-uniform__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.p-uniform__bg-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-uniform__text {
  position: relative;
  z-index: 1;
  margin: 0;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .p-uniform__text {
    padding-left: 17.1497584541vw;
  }
}
@media screen and (min-width: 768px) {
  .p-uniform__text {
    padding-left: 9.5900439239vw;
  }
}

.p-uniform__text-img {
  display: block;
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-uniform__text-img {
    height: 23.4299516908vw;
  }
}
@media screen and (min-width: 768px) {
  .p-uniform__text-img {
    height: 16.8374816984vw;
  }
}

.p-uniform__btn {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.8);
  color: #292929;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-decoration: none;
  transition: opacity 0.2s ease;
  font-weight: 500;
}
.p-uniform__btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-uniform__btn {
    width: 57.9710144928vw;
    bottom: 9.6618357488vw;
    left: 20%;
    height: 11.1111111111vw;
    padding: 0 5.7971014493vw;
    font-size: 3.6231884058vw;
    letter-spacing: 0.5072463768vw;
  }
}
@media screen and (min-width: 768px) {
  .p-uniform__btn {
    width: 18.5212298682vw;
    bottom: 13.9092240117vw;
    left: 9.5900439239vw;
    height: 4.3191800878vw;
    padding: 0 2.0497803807vw;
    font-size: 1.0248901903vw;
    letter-spacing: 0.1434846266vw;
  }
}

.p-uniform__btn-icon {
  display: inline-block;
  background: url(../img/common/arrow_circle.webp) center/contain no-repeat;
  position: absolute;
  top: 50%;
  flex-shrink: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-uniform__btn-icon {
    right: 5.7971014493vw;
    width: 4.1062801932vw;
    height: 4.1062801932vw;
  }
}
@media screen and (min-width: 768px) {
  .p-uniform__btn-icon {
    right: 1.756954612vw;
    width: 1.2445095168vw;
    height: 1.2445095168vw;
  }
}

.p-banners {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-banners {
    margin: 0 4.8309178744vw;
    padding: 14.4927536232vw 0;
  }
}
@media screen and (min-width: 768px) {
  .p-banners {
    margin: 0 8.78477306vw;
    gap: 2.7086383602vw;
    padding: 11.7130307467vw 0;
  }
}

.p-banner {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-banner {
    border-radius: 0.2928257687vw;
  }
}
@media screen and (max-width: 767px) {
  .p-banner {
    border-radius: 0.9661835749vw;
  }
}

@media screen and (max-width: 767px) {
  .p-banner--openschool {
    height: 91.3043478261vw;
  }
}
@media screen and (min-width: 768px) {
  .p-banner--openschool {
    height: 35.944363104vw;
  }
}

@media screen and (max-width: 767px) {
  .p-banner--recruit {
    height: 57.9710144928vw;
    margin-top: 3.3816425121vw;
  }
}
@media screen and (min-width: 768px) {
  .p-banner--recruit {
    height: 35.944363104vw;
  }
}

@media screen and (max-width: 767px) {
  .p-banner--graduates {
    height: 61.1111111111vw;
    margin-top: 3.3816425121vw;
  }
}
@media screen and (min-width: 768px) {
  .p-banner--graduates {
    height: 35.944363104vw;
  }
}

.p-banner__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-banner__links {
  position: absolute;
  left: 50%;
  display: flex;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-banner__links {
    top: 42.270531401vw;
    flex-direction: column;
    gap: 4.347826087vw;
  }
}
@media screen and (min-width: 768px) {
  .p-banner__links {
    top: 20.9370424597vw;
    gap: 1.4641288433vw;
  }
}

.p-banner__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.8);
  color: #292929;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-decoration: none;
  transition: opacity 0.2s ease;
  font-weight: 500;
}
.p-banner__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-banner__link {
    width: 57.729468599vw;
    height: 12.5603864734vw;
    font-size: 3.6231884058vw;
    letter-spacing: 0.5072463768vw;
  }
}
@media screen and (min-width: 768px) {
  .p-banner__link {
    width: 20.8638360176vw;
    height: 4.7584187408vw;
    font-size: 1.1713030747vw;
    letter-spacing: 0.1639824305vw;
  }
}

.p-banner__link-icon {
  display: inline-block;
  background: url(../img/common/arrow_circle.webp) center/contain no-repeat;
  position: absolute;
  top: 50%;
  flex-shrink: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-banner__link-icon {
    right: 4.7101449275vw;
    width: 4.1062801932vw;
    height: 4.1062801932vw;
  }
}
@media screen and (min-width: 768px) {
  .p-banner__link-icon {
    right: 2.0131771596vw;
    width: 1.3909224012vw;
    height: 1.3909224012vw;
  }
}

@media screen and (max-width: 767px) {
  .p-vision {
    margin-top: 7.2463768116vw;
  }
}
@media screen and (min-width: 768px) {
  .p-vision {
    margin-top: 6.588579795vw;
  }
}

.p-vision__link {
  display: block;
  transition: opacity 0.2s ease;
}
.p-vision__link:hover {
  opacity: 0.6;
}

.p-vision__img {
  display: block;
  width: 100%;
  height: auto;
}

.p-concept {
  position: relative;
}

.p-concept-fv {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}

.p-concept-fv-wrap {
  height: 100vh;
  position: relative;
  z-index: 1;
}

.p-concept-fv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}

.p-concept-content {
  position: relative;
  z-index: 2;
}

.p-concept-philosophy {
  position: relative;
  min-height: 100vh;
}
@media screen and (min-width: 768px) {
  .p-concept-philosophy {
    padding: 8.78477306vw 14.6412884334vw;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-philosophy {
    padding: 19.3236714976vw 4.8309178744vw;
  }
}

.p-concept-fv__slider {
  position: absolute;
  inset: 0;
}

.p-concept-fv__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
}
.p-concept-fv__slide.is-active {
  opacity: 1;
}
.p-concept-fv__slide picture,
.p-concept-fv__slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-concept-fv__slide img {
  object-fit: cover;
}

.p-concept-fv__white {
  position: absolute;
  inset: 0;
  z-index: 4;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
}

.p-concept-fv__gauge {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
}

.p-concept-fv__gauge-fill {
  display: block;
  width: 0;
  height: 100%;
  background-color: #ffffff;
}

.p-concept-fv__gauge-fill.is-filling {
  animation: gaugeFill 3s linear forwards;
}

@keyframes gaugeFill {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.p-concept-philosophy__text picture,
.p-concept-philosophy__text img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .p-concept-logos {
    padding: 5.8565153734vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-logos {
    padding: 13.5265700483vw 4.8309178744vw;
  }
}

.p-concept-logos__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.p-concept-logos__mark {
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .p-concept-logos__mark {
    margin-bottom: 4.39238653vw;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-logos__mark {
    margin-bottom: 12.077294686vw;
  }
}
.p-concept-logos__mark img {
  width: auto;
}
@media screen and (min-width: 768px) {
  .p-concept-logos__mark img {
    height: 21.0834553441vw;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-logos__mark img {
    height: 49.7584541063vw;
  }
}

.p-concept-logos__group ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-concept-logos__group ul {
    justify-content: center;
    align-items: center;
    gap: 1.1713030747vw 2.196193265vw;
    max-width: 43.9238653001vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-logos__group ul {
    justify-content: space-between;
    gap: 3.8647342995vw 4.8309178744vw;
    width: 74.8792270531vw;
    margin: 0 auto;
  }
  .p-concept-logos__group ul li:nth-child(3) {
    width: 100%;
  }
  .p-concept-logos__group ul li {
    width: calc((99% - 1vw) / 2.1);
  }
}
@media screen and (max-width: 767px) {
  .p-concept-logos__group li:nth-child(4) {
    grid-column: 1/-1;
  }
}
.p-concept-logos__group a {
  display: block;
  line-height: 0;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-concept-logos__group a:hover {
    opacity: 0.7;
  }
}
.p-concept-logos__group img {
  width: auto;
}
@media screen and (min-width: 768px) {
  .p-concept-logos__group img {
    height: 1.6105417277vw;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-logos__group img {
    height: 4.1062801932vw;
  }
}

.p-greeting-title {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-greeting-title {
    padding: 19.0336749634vw 0 5.8565153734vw;
  }
}
@media screen and (max-width: 767px) {
  .p-greeting-title {
    padding: 31.4009661836vw 0 6.2801932367vw;
  }
}
@media screen and (min-width: 768px) {
  .p-greeting-title img {
    height: 6.0761346999vw;
  }
}
@media screen and (max-width: 767px) {
  .p-greeting-title img {
    height: 15.7004830918vw;
  }
}

@media screen and (min-width: 768px) {
  .p-greeting {
    height: 250vh;
  }
}
@media screen and (max-width: 767px) {
  .p-greeting {
    height: 250vh;
    padding: 0;
  }
}

.p-greeting__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
.p-greeting__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.p-greeting__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
@media screen and (min-width: 768px) {
  .p-greeting__bg img {
    object-position: left center;
  }
}

.p-greeting__scroller {
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100vh;
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-greeting__scroller {
    right: 4.39238653vw;
    width: 51.0248901903vw;
  }
}
@media screen and (max-width: 767px) {
  .p-greeting__scroller {
    left: 4.8309178744vw;
    right: 4.8309178744vw;
    width: auto;
  }
}

.p-greeting__box {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  color: #60388E;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.12rem;
  will-change: transform;
}
@media screen and (min-width: 768px) {
  .p-greeting__box {
    width: 100%;
    padding: 5.4172767204vw;
    border-radius: 0.5856515373vw;
  }
}
@media screen and (max-width: 767px) {
  .p-greeting__box {
    width: 100%;
    padding: 6.5217391304vw;
    border-radius: 1.9323671498vw;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-greeting__role {
    font-size: 0.878477306vw;
    margin-bottom: 1.0248901903vw;
  }
}
@media screen and (max-width: 767px) {
  .p-greeting__role {
    font-size: 2.6570048309vw;
    margin-bottom: 0.9661835749vw;
  }
}

.p-greeting__name {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-greeting__name {
    font-size: 1.756954612vw;
    margin-bottom: 2.3426061493vw;
  }
}
@media screen and (max-width: 767px) {
  .p-greeting__name {
    font-size: 4.8309178744vw;
    margin-bottom: 4.8309178744vw;
  }
}

.p-greeting__msg {
  font-weight: 500;
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  .p-greeting__msg {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 767px) {
  .p-greeting__msg {
    font-size: 3.6231884058vw;
    line-height: 2.2;
    letter-spacing: 0.05em;
  }
}

.footer {
  position: relative;
  z-index: 3;
}

.p-banners {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-banners {
    margin: 0 4.8309178744vw;
    padding: 14.4927536232vw 0;
  }
}
@media screen and (min-width: 768px) {
  .p-banners {
    margin: 0 8.78477306vw;
    gap: 2.7086383602vw;
    padding: 11.7130307467vw 0;
  }
}

.p-banner {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-banner {
    border-radius: 0.2928257687vw;
  }
}
@media screen and (max-width: 767px) {
  .p-banner {
    border-radius: 0.9661835749vw;
  }
}

@media screen and (max-width: 767px) {
  .p-banner--openschool {
    height: 91.3043478261vw;
  }
}
@media screen and (min-width: 768px) {
  .p-banner--openschool {
    height: 35.944363104vw;
  }
}

@media screen and (max-width: 767px) {
  .p-banner--recruit {
    height: 57.9710144928vw;
    margin-top: 3.3816425121vw;
  }
}
@media screen and (min-width: 768px) {
  .p-banner--recruit {
    height: 35.944363104vw;
  }
}

@media screen and (max-width: 767px) {
  .p-banner--graduates {
    height: 61.1111111111vw;
  }
}
@media screen and (min-width: 768px) {
  .p-banner--graduates {
    height: 35.944363104vw;
  }
}

.p-banner__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}

.p-banner:not(.p-banner--openschool) .p-banner__img {
  transition: opacity 0.3s ease;
}
.p-banner:not(.p-banner--openschool):hover .p-banner__img {
  opacity: 0.6;
}

.p-banner__links {
  position: absolute;
  left: 50%;
  display: flex;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-banner__links {
    top: 42.270531401vw;
    flex-direction: column;
    gap: 4.347826087vw;
  }
}
@media screen and (min-width: 768px) {
  .p-banner__links {
    top: 20.9370424597vw;
    gap: 1.4641288433vw;
  }
}

.p-banner__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.8);
  color: #292929;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-decoration: none;
  transition: opacity 0.2s ease;
  font-weight: 500;
}
.p-banner__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-banner__link {
    width: 57.729468599vw;
    height: 12.5603864734vw;
    font-size: 3.6231884058vw;
    letter-spacing: 0.5072463768vw;
  }
}
@media screen and (min-width: 768px) {
  .p-banner__link {
    width: 20.8638360176vw;
    height: 4.7584187408vw;
    font-size: 1.1713030747vw;
    letter-spacing: 0.1639824305vw;
  }
}

.p-banner__link-icon {
  display: inline-block;
  background: url(../img/common/arrow_circle.webp) center/contain no-repeat;
  position: absolute;
  top: 50%;
  flex-shrink: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-banner__link-icon {
    right: 4.7101449275vw;
    width: 4.1062801932vw;
    height: 4.1062801932vw;
  }
}
@media screen and (min-width: 768px) {
  .p-banner__link-icon {
    right: 2.0131771596vw;
    width: 1.3909224012vw;
    height: 1.3909224012vw;
  }
}

.histry-kv {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .histry-kv {
    padding-top: 21.9619326501vw;
  }
}
@media screen and (max-width: 767px) {
  .histry-kv {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .histry-kv .p-about__head {
    margin-bottom: 6.0029282577vw;
  }
}
@media screen and (max-width: 767px) {
  .histry-kv .p-about__head {
    margin-bottom: 20.5314009662vw;
  }
}
.histry-kv .p-about__bg {
  position: fixed;
  inset: 0;
  z-index: -1;
}
.histry-kv .p-about__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.histry-kv .p-about__inner {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .histry-kv .p-about__inner {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .histry-kv .p-about__pills {
    width: 51.4492753623vw;
    flex-direction: column;
  }
  .histry-kv .p-about__pill-item {
    width: 51.4492753623vw;
  }
}

.p-history-message {
  position: relative;
  z-index: 3;
  margin-top: 0;
  overflow: hidden;
}
.p-history-message::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.4s ease;
}
@media screen and (min-width: 768px) {
  .p-history-message::before {
    background-image: url(../img/home/history/seishin-bg_pc.webp);
  }
}
@media screen and (max-width: 767px) {
  .p-history-message {
    background-image: url(../img/home/history/seishin-bg_sp.webp);
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
  }
}
.p-history-message.is-show::before {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-history-message {
    padding: 7.3206442167vw 0 13.9092240117vw;
  }
}
@media screen and (max-width: 767px) {
  .p-history-message {
    padding: 15.4589371981vw 4.8309178744vw;
  }
}

@media screen and (min-width: 768px) {
  .p-history-message__inner {
    width: 73.2064421669vw;
    max-width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .p-history-message__head {
    width: 9.663250366vw;
    margin: 0 auto 10.102489019vw;
  }
}
@media screen and (max-width: 767px) {
  .p-history-message__head {
    width: 23.6714975845vw;
    margin: 0 auto 11.5942028986vw;
  }
}
.p-history-message__head img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .p-history-message__block:not(:last-child) {
    margin-bottom: 8.78477306vw;
  }
}
@media screen and (max-width: 767px) {
  .p-history-message__block:not(:last-child) {
    margin-bottom: 11.5942028986vw;
  }
}
.p-history-message__block img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .p-history__year {
    padding: 10.102489019vw 8.78477306vw;
  }
}
@media screen and (max-width: 767px) {
  .p-history__year {
    padding: 8.9371980676vw 4.8309178744vw 6.5217391304vw;
  }
}
.p-history__year img {
  display: block;
  width: 100%;
  height: auto;
}

.pt-uniform {
  position: relative;
}

.pt-uniform__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  z-index: 2;
}

.pt-uniform__item {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0s linear 0.6s, visibility 0s linear 0.6s;
  z-index: 1;
}
.pt-uniform__item.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 0.6s ease, visibility 0s linear 0s;
}
@media screen and (min-width: 768px) {
  .pt-uniform__item[data-index="0"] .pt-uniform__ttl {
    width: 13.5431918009vw;
  }
}
@media screen and (max-width: 767px) {
  .pt-uniform__item[data-index="0"] .pt-uniform__ttl {
    width: min(37.922705314vw, 125.6px);
  }
}
@media screen and (min-width: 768px) {
  .pt-uniform__item[data-index="1"] .pt-uniform__ttl {
    width: 11.7130307467vw;
  }
}
@media screen and (max-width: 767px) {
  .pt-uniform__item[data-index="1"] .pt-uniform__ttl {
    width: min(35.7487922705vw, 118.4px);
  }
}
@media screen and (min-width: 768px) {
  .pt-uniform__item[data-index="2"] .pt-uniform__ttl {
    width: 8.4919472914vw;
  }
}
@media screen and (max-width: 767px) {
  .pt-uniform__item[data-index="2"] .pt-uniform__ttl {
    width: min(23.4299516908vw, 77.6px);
  }
}
@media screen and (min-width: 768px) {
  .pt-uniform__item[data-index="3"] .pt-uniform__ttl {
    width: 8.4919472914vw;
  }
}
@media screen and (max-width: 767px) {
  .pt-uniform__item[data-index="3"] .pt-uniform__ttl {
    width: min(23.4299516908vw, 77.6px);
  }
}
@media screen and (min-width: 768px) {
  .pt-uniform__item[data-index="4"] .pt-uniform__ttl {
    width: 17.3499267936vw;
  }
}
@media screen and (max-width: 767px) {
  .pt-uniform__item[data-index="4"] .pt-uniform__ttl {
    width: min(47.8260869565vw, 158.4px);
  }
}

.pt-uniform__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.pt-uniform__bg img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .pt-uniform__bg img {
    margin-top: 4.39238653vw;
    object-position: 73% center;
  }
}

.pt-uniform__text {
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .pt-uniform__text {
    top: 50%;
    left: 8.78477306vw;
    transform: translateY(-50%);
    width: 32.9428989751vw;
  }
}
@media screen and (max-width: 767px) {
  .pt-uniform__text {
    top: 24.154589372vw;
    left: 9.6618357488vw;
    width: 82.1256038647vw;
  }
}

@media screen and (min-width: 768px) {
  .pt-uniform__label {
    width: 4.7584187408vw;
    margin-bottom: 3.6603221083vw;
  }
}
@media screen and (max-width: 767px) {
  .pt-uniform__label {
    width: min(18.5990338164vw, 61.6px);
    margin-bottom: min(7.2463768116vw, 24px);
  }
}
.pt-uniform__label img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .pt-uniform__ttl {
    margin-bottom: 2.4158125915vw;
  }
}
@media screen and (max-width: 767px) {
  .pt-uniform__ttl {
    width: 36.231884058vw;
    margin-bottom: 6.038647343vw;
  }
}
.pt-uniform__ttl img {
  width: 100%;
  height: auto;
}

.pt-uniform__desc {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.15rem;
}
@media screen and (min-width: 768px) {
  .pt-uniform__desc {
    font-size: 1.2445095168vw;
  }
}
@media screen and (max-width: 767px) {
  .pt-uniform__desc {
    font-size: min(3.8647342995vw, 12.8px);
  }
}

.pt-uniform__note {
  display: block;
}
@media screen and (min-width: 768px) {
  .pt-uniform__note {
    font-size: 1.0980966325vw;
    margin-top: 0.5856515373vw;
  }
}
@media screen and (max-width: 767px) {
  .pt-uniform__note {
    font-size: 2.8985507246vw;
    margin-top: 1.4492753623vw;
  }
}

.pt-uniform__triggers {
  position: relative;
  z-index: 0;
  margin-top: -100vh;
}

.pt-uniform__trigger {
  height: 100vh;
}

.p-recruit {
  position: relative;
}

.p-recruit-fv {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}

.p-recruit-fv-wrap {
  height: 100vh;
  position: relative;
  z-index: 1;
}

.p-recruit-fv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}

.p-recruit-content {
  position: relative;
  z-index: 2;
}

.p-recruit-philosophy {
  position: relative;
  min-height: 100vh;
}
@media screen and (min-width: 768px) {
  .p-recruit-philosophy {
    padding: 8.78477306vw 19.9121522694vw 10.6881405564vw;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-philosophy {
    padding: 19.3236714976vw 4.8309178744vw;
  }
}

.p-recruit-fv__slider {
  position: absolute;
  inset: 0;
}

.p-recruit-fv__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
}
.p-recruit-fv__slide.is-active {
  opacity: 1;
}
.p-recruit-fv__slide picture,
.p-recruit-fv__slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-recruit-fv__slide img {
  object-fit: cover;
}

.p-recruit-fv__white {
  position: absolute;
  inset: 0;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.6509803922);
  opacity: 0;
  pointer-events: none;
}

.p-recruit-fv__catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-recruit-fv__catch {
    width: 78.1844802343vw;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-fv__catch {
    width: 88.4057971014vw;
  }
}
.p-recruit-fv__catch img {
  width: 100%;
  height: auto;
}

.p-recruit-fv__gauge {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
}

.p-recruit-fv__gauge-fill {
  display: block;
  width: 0;
  height: 100%;
  background-color: #ffffff;
}

.p-recruit-fv__gauge-fill.is-filling {
  animation: gaugeFill 3s linear forwards;
}

@keyframes gaugeFill {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.p-recruit-philosophy__text picture,
.p-recruit-philosophy__text img {
  display: block;
  width: 100%;
  height: auto;
}

.p-recruit-outline {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-recruit-outline {
    background-image: url(../img/common/outline-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 11.7130307467vw 13.9092240117vw;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-outline {
    background-color: #fff;
    padding: 24.154589372vw 9.6618357488vw;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-outline__inner {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 0.878477306vw;
    padding: 5.4904831625vw 10.980966325vw 9.8828696925vw;
    box-shadow: 0 0.7320644217vw 2.9282576867vw rgba(0, 0, 0, 0.06);
  }
}

.p-recruit-outline__ttl {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1em;
  color: var(--school);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-recruit-outline__ttl {
    font-size: max(1.6105417277vw, 17.6px);
    margin-bottom: 3.6603221083vw;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-outline__ttl {
    font-size: 5.3140096618vw;
    margin-bottom: 8.6956521739vw;
  }
}

.p-recruit-outline__row {
  display: flex;
  border-bottom: 1px solid #d8d3e0;
}
.p-recruit-outline__row:last-child {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .p-recruit-outline__row {
    padding: 2.3426061493vw 1.2445095168vw;
    gap: 2.9282576867vw;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-outline__row {
    flex-direction: column;
    padding: 7.2463768116vw 0;
    gap: 4.8309178744vw;
  }
}

.p-recruit-outline__label {
  flex-shrink: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: var(--school);
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-recruit-outline__label {
    width: 8.0527086384vw;
    font-size: max(1.1713030747vw, 12.8px);
    line-height: 1.9;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-outline__label {
    font-size: 3.3816425121vw;
  }
}

.p-recruit-outline__body {
  flex: 1;
  font-family: "A1GothicStdN", sans-serif;
  color: #292929;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .p-recruit-outline__body {
    font-size: 1.1713030747vw;
    line-height: 1.875;
    letter-spacing: 0.14em;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-outline__body {
    font-size: 3.3816425121vw;
    line-height: 1.9;
    letter-spacing: 0.1em;
  }
}
.p-recruit-outline__body p {
  margin: 0;
}
.p-recruit-outline__body p + p {
  margin-top: 0.5em;
}
.p-recruit-outline__body ol, .p-recruit-outline__body ul {
  padding-left: 1.4em;
  margin: 0;
}
.p-recruit-outline__body li {
  margin-bottom: 0.3em;
}
.p-recruit-outline__body a {
  color: var(--school);
  text-decoration: underline;
  word-break: break-all;
}

/* -----------------------
  page--facility
  設備・施設・アクセス
----------------------- */
.page--facility {
  background: #ffffff;
  padding-top: 4.6852122987vw;
}
@media screen and (max-width: 767px) {
  .page--facility {
    padding-top: 13.5265700483vw;
  }
}

.p-facility-hero {
  position: relative;
  width: 100%;
  line-height: 0;
}
.p-facility-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.p-facility-hero__img {
  width: 100%;
  height: auto;
  display: block;
}
.p-facility-hero__body {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  text-align: center;
  color: #ffffff;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-facility-hero__body {
    top: 49%;
  }
}
@media screen and (min-width: 768px) {
  .p-facility-hero__body .p-facility__head {
    width: 15.0805270864vw;
    margin: 0 auto 3.6603221083vw;
  }
}
@media screen and (max-width: 767px) {
  .p-facility-hero__body .p-facility__head {
    width: 33.8164251208vw;
    margin: 0 auto 20.5314009662vw;
  }
}
.p-facility-hero__nav {
  display: flex;
  justify-content: center;
  gap: 2.196193265vw;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-facility-hero__nav {
    flex-direction: column;
    align-items: center;
    gap: 6.7632850242vw;
    padding: 0 4.8309178744vw;
  }
  .p-facility-hero__nav .p-about__pill-item {
    width: 51.4492753623vw;
    height: 11.1111111111vw;
  }
}

.p-facility {
  padding: 6.588579795vw 0 8.78477306vw;
}
@media screen and (max-width: 767px) {
  .p-facility {
    padding: 16.9082125604vw 0 16.9082125604vw;
  }
}
.p-facility__title {
  display: flex;
  justify-content: center;
  margin-bottom: 3.6603221083vw;
}
.p-facility__title img {
  width: 22.4011713031vw;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-facility__title {
    margin-bottom: 13.0434782609vw;
  }
  .p-facility__title img {
    width: 50.2415458937vw;
  }
}
.p-facility__list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-facility__list {
    padding: 0 8.78477306vw;
    max-width: 91.21522694vw;
    gap: 1.9033674963vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-facility__list {
    padding: 0 4.8309178744vw;
    gap: 5.7971014493vw;
  }
}
.p-facility__item {
  list-style: none;
}
.p-facility__item img {
  width: 100%;
  height: auto;
  display: block;
}

.p-campus {
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-campus .campus_TL img {
    width: 18.8405797101vw;
    margin: 0 auto 4.8309178744vw;
  }
}
.p-campus__inner {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-campus__inner {
    display: block;
  }
}
.p-campus__nav {
  position: sticky;
  top: 4.6852122987vw;
  flex: 0 0 30.5270863836vw;
  width: 30.5270863836vw;
  height: calc(100vh - 4.6852122987vw);
  background-image: url(../img/home/facility/FF-bg.webp);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-campus__nav-inner {
  text-align: center;
}
.p-campus__nav-title {
  margin-bottom: 2.635431918vw;
}
@media screen and (min-width: 768px) {
  .p-campus__nav-title img {
    width: 6.0761346999vw;
    margin: auto;
  }
}
.p-campus__nav-list {
  display: flex;
  flex-direction: column;
  gap: 1.6105417277vw;
  font-family: "A1GothicStdN", sans-serif;
}
.p-campus__nav-item {
  list-style: none;
  font-size: 2.9282576867vw;
  font-weight: 500;
  color: #AC92B7;
  transition: color 0.3s ease, font-size 0.3s ease;
  cursor: pointer;
}
.p-campus__nav-item.is-active {
  color: #ffffff;
  font-size: 3.6603221083vw;
}
.p-campus__gallery {
  flex: 1 1 auto;
  min-width: 0;
  padding: 4.39238653vw 4.39238653vw 14.6412884334vw;
}
@media screen and (max-width: 767px) {
  .p-campus__gallery {
    padding: 0;
  }
}
.p-campus__floor {
  margin-bottom: 5.1244509517vw;
}
.p-campus__floor:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-campus__floor {
    margin-bottom: 0;
  }
}
.p-campus__floor-label {
  position: sticky;
  top: 13.5265700483vw;
  z-index: 2;
  margin: 0;
  padding: 3.3816425121vw 0;
  text-align: center;
  background-image: url(../img/home/facility/FF-bg.webp);
  background-size: cover;
  color: #60388E;
  font-family: "A1GothicStdN", sans-serif;
  font-size: 4.8309178744vw;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-campus__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.9033674963vw;
}
@media screen and (max-width: 767px) {
  .p-campus__grid {
    display: flex;
    flex-direction: column;
    padding: 12.077294686vw 9.6618357488vw 16.1835748792vw;
    gap: 3.6231884058vw;
  }
}
.p-campus__photo {
  margin: 0;
  line-height: 0;
}
.p-campus__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-campus__photo img {
    height: auto;
  }
}

.p-access {
  padding: 7.3206442167vw 0 10.2489019034vw;
}
@media screen and (max-width: 767px) {
  .p-access {
    padding: 16.9082125604vw 9.6618357488vw 24.154589372vw;
  }
}
.p-access__title {
  display: flex;
  justify-content: center;
  margin-bottom: 4.9048316252vw;
}
.p-access__title img {
  width: 15.5197657394vw;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-access__title {
    margin-bottom: 12.5603864734vw;
  }
  .p-access__title img {
    width: 38.4057971014vw;
  }
}
.p-access__block {
  max-width: 74.6705710102vw;
  margin: 0 auto 9.5168374817vw;
}
.p-access__block:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-access__block {
    max-width: 90.3381642512vw;
    margin: 0 auto 0vw;
  }
}
.p-access__block--map {
  display: flex;
  flex-direction: column;
  gap: 1.9033674963vw;
}
.p-access__map {
  width: 100%;
  aspect-ratio: 898/478;
}
.p-access__map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-access__map {
    padding: 2.196193265vw 2.9282576867vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-access__map {
    aspect-ratio: 334/177;
    margin: 4.1062801932vw 0;
  }
}
.p-access__text {
  text-align: center;
  color: #292929;
  font-size: 1.1713030747vw;
  line-height: 1.9;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 767px) {
  .p-access__text {
    text-align: left;
    font-size: 3.3816425121vw;
    font-weight: 500;
  }
}
.p-access__address, .p-access__route {
  margin: 0;
}
.p-access__address .p-access__mark, .p-access__route .p-access__mark {
  color: #9067a6;
}
.p-access__block--illustration img {
  width: 100%;
  height: auto;
  display: block;
}

/* -----------------------
  page--alumni
  卒業生の方・翠城会
----------------------- */
@media screen and (min-width: 768px) {
  .p-indent {
    padding-left: 1.5em;
  }
}
.mbt {
  margin-bottom: 3.4407027818vw;
}
@media screen and (max-width: 767px) {
  .mbt {
    margin-bottom: 9.6618357488vw;
  }
}

.page--alumni {
  background: #ffffff;
  color: #292929;
}
.page--alumni p {
  font-family: "A1GothicStdN", sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .page--alumni p {
    font-size: 1.1713030747vw;
    letter-spacing: 0.14em;
    line-height: 1.8125;
  }
}
@media screen and (max-width: 767px) {
  .page--alumni p {
    font-size: 3.3816425121vw;
    letter-spacing: 0.12em;
    line-height: 2.1428571429;
    text-align: justify;
  }
}
@media screen and (max-width: 767px) {
  .page--alumni {
    padding-top: 13.5265700483vw;
  }
}

.p-alumni-hero {
  width: 100%;
  line-height: 0;
  position: relative;
}
.p-alumni-hero__img {
  width: 100%;
  height: auto;
  display: block;
}
.p-alumni-hero__ttl {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-alumni-hero__ttl {
    top: 49%;
  }
}
@media screen and (min-width: 768px) {
  .p-alumni-hero__ttl img {
    width: 25.4758418741vw;
  }
}
@media screen and (max-width: 767px) {
  .p-alumni-hero__ttl img {
    width: 63.2850241546vw;
  }
}

.p-alumni {
  padding: 8.0527086384vw 0 9.1508052709vw;
}
@media screen and (max-width: 767px) {
  .p-alumni {
    padding: 16.9082125604vw 0 21.7391304348vw;
  }
}
@media screen and (min-width: 768px) {
  .p-alumni__inner {
    width: 64.8609077599vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-alumni__inner {
    padding: 0 9.6618357488vw;
  }
}
.p-alumni__heading {
  display: flex;
  justify-content: center;
  margin-bottom: 3.6603221083vw;
}
.p-alumni__heading img {
  width: 30.3806734993vw;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-alumni__heading {
    margin-bottom: 9.6618357488vw;
  }
  .p-alumni__heading img {
    width: 64.9758454106vw;
  }
}
.p-alumni__block {
  margin-bottom: 5.8565153734vw;
}
.p-alumni__block:last-of-type {
  margin-bottom: 5.1244509517vw;
}
@media screen and (max-width: 767px) {
  .p-alumni__block {
    margin-bottom: 9.9033816425vw;
  }
  .p-alumni__block:last-of-type {
    margin-bottom: 14.4927536232vw;
  }
}
.p-alumni__subheading {
  margin-bottom: 3.6603221083vw;
}
.p-alumni__subheading img {
  height: 2.3426061493vw;
}
@media screen and (max-width: 767px) {
  .p-alumni__subheading {
    margin-bottom: 5.7971014493vw;
  }
  .p-alumni__subheading img {
    height: 6.038647343vw;
  }
}
.p-alumni__text, .p-alumni__note {
  margin: 0 0 3.513909224vw;
  color: #292929;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-alumni__text, .p-alumni__note {
    margin-bottom: 5.7971014493vw;
  }
}
.p-alumni__scroll {
  margin-bottom: 1.9323671498vw;
}
.p-alumni__scroll img {
  width: 14.4927536232vw;
  margin-left: auto;
}
.p-alumni__note {
  font-size: 0.9516837482vw;
}
@media screen and (max-width: 767px) {
  .p-alumni__note {
    font-size: 2.8985507246vw !important;
  }
}
.p-alumni__table {
  margin-bottom: 2.9282576867vw;
}
.p-alumni__table img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-alumni__table {
    margin-bottom: 5.7971014493vw;
    margin-left: -3.661836vw;
    margin-right: -9.6618357488vw;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .p-alumni__table img {
    height: 100.9661835749vw;
    width: auto;
    max-width: none;
  }
}
.p-alumni__table--sub {
  margin: 1.1713030747vw 0 0;
}
@media screen and (max-width: 767px) {
  .p-alumni__table--sub {
    margin-right: -9.6618357488vw;
  }
}
@media screen and (max-width: 767px) {
  .p-alumni .table-size .p-indent img {
    height: 56.038647343vw;
  }
}
.p-alumni__steps {
  display: flex;
  flex-direction: column;
  gap: 2.635431918vw;
  background: #eeecf8;
  border-radius: 1.1713030747vw;
  padding: 5.6368960469vw 5.710102489vw 6.2225475842vw;
}
@media screen and (max-width: 767px) {
  .p-alumni__steps {
    gap: 6.7632850242vw;
    border-radius: 2.8985507246vw;
    padding: 15.7004830918vw 9.6618357488vw 20.7729468599vw;
    margin-left: -9.6618357488vw;
    margin-right: -9.6618357488vw;
  }
}
.p-alumni__step-head {
  display: flex;
  align-items: center;
  gap: 0.5856515373vw;
  margin: 0 0 0.878477306vw;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-size: 1.317715959vw;
  font-weight: 600 !important;
}
.p-alumni__step-head span {
  color: #60388E;
}
@media screen and (max-width: 767px) {
  .p-alumni__step-head {
    font-size: 3.8647342995vw !important;
    margin-bottom: 2.4154589372vw;
    align-items: flex-start;
  }
}
.p-alumni__step-num {
  color: #60388E;
}
.p-alumni__step-text {
  margin: 0 0 1.1713030747vw;
  color: #292929;
  font-size: 1.0980966325vw;
  letter-spacing: 0.09em !important;
}
@media screen and (max-width: 767px) {
  .p-alumni__step-text {
    font-size: 3.1400966184vw;
    margin-bottom: 3.3816425121vw;
  }
}
.p-alumni__dl-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 11.7130307467vw;
  height: 2.4890190337vw;
  border-radius: 9999px;
  background: #60388E;
  color: #fff;
  font-size: 0.878477306vw;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: opacity 0.3s ease;
  font-weight: 400;
}
.p-alumni__dl-btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-alumni__dl-btn {
    width: 51.690821256vw;
    height: 10.8695652174vw;
    font-size: 3.6231884058vw;
    transform: translate(26%, -4%);
  }
}
.p-alumni__dl-btn-icon {
  position: absolute;
  top: 50%;
  right: 1.1713030747vw;
  width: 1.0980966325vw;
  height: 1.2445095168vw;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3C/svg%3E") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-alumni__dl-btn-icon {
    right: 3.6231884058vw;
    width: 4.8309178744vw;
    height: 3.8647342995vw;
  }
}
.p-alumni__method {
  background: #eeecf8;
  border-radius: 1.1713030747vw;
  padding: 5.6368960469vw 5.710102489vw 6.2225475842vw;
}
@media screen and (max-width: 767px) {
  .p-alumni__method {
    border-radius: 2.8985507246vw;
    padding: 15.2173913043vw 9.6618357488vw 11.3526570048vw;
    margin-left: -9.6618357488vw;
    margin-right: -9.6618357488vw;
  }
}
.p-alumni__method-title {
  margin: 0 0 3.6603221083vw;
  color: #60388E;
  font-size: 1.3909224012vw;
  font-weight: 500;
  font-family: "A1GothicStdN", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-alumni__method-title {
    font-size: 3.6231884058vw;
    margin-bottom: 4.347826087vw;
  }
}
.p-alumni__method-lead {
  margin: 0 0 3.2942898975vw;
  color: #292929;
  font-size: 1.0980966325vw;
  line-height: 1.9;
  letter-spacing: 0.1em !important;
}
@media screen and (max-width: 767px) {
  .p-alumni__method-lead {
    font-size: 3.1400966184vw;
    margin-bottom: 4.8309178744vw;
  }
}
.p-alumni__divider {
  margin: 0.7320644217vw 0 3.5871156662vw;
  border: none;
  border-top: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
  .p-alumni__divider {
    margin: 9.6618357488vw 0;
  }
}
.p-alumni__contact {
  text-align: center;
  margin-bottom: 5.8565153734vw;
}
@media screen and (max-width: 767px) {
  .p-alumni__contact {
    margin-bottom: 21.2560386473vw;
  }
}
.p-alumni__contact-text {
  margin: 0 0 1.756954612vw;
  color: #292929;
  font-size: 1.0980966325vw;
}
@media screen and (max-width: 767px) {
  .p-alumni__contact-text {
    font-size: 3.1400966184vw;
    margin-bottom: 4.347826087vw;
  }
}
.p-alumni__contact-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15.5197657394vw;
  height: 3.5871156662vw;
  border-radius: 9999px;
  background-color: #60388E;
  color: #ffffff;
  font-size: 1.0248901903vw;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.14em;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.p-alumni__contact-btn:hover {
  background-color: #fff;
  color: var(--school);
  border: 1px solid var(--school);
}
@media screen and (max-width: 767px) {
  .p-alumni__contact-btn {
    width: 51.4492753623vw;
    height: 11.1111111111vw;
    font-size: 3.1400966184vw;
  }
}
.p-alumni__contact-btn:hover .p-alumni__contact-btn-icon {
  background-image: url(../img/common/arrow_circle_h.webp);
}
.p-alumni__contact-btn-icon {
  display: inline-block;
  background: url(../img/common/arrow_circle_ww.webp) center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 1.0248901903vw;
  width: 1.3909224012vw;
  height: 1.3909224012vw;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-alumni__contact-btn-icon {
    right: 3.3816425121vw;
    width: 3.8647342995vw;
    height: 3.8647342995vw;
  }
}
.p-alumni__info {
  width: 45.6808199122vw;
  margin: 0 auto;
  padding: 2.9282576867vw 3.2942898975vw 2.0497803807vw;
  border-radius: 1.1713030747vw;
  text-align: center;
  border: 2px solid #60388E;
}
@media screen and (max-width: 767px) {
  .p-alumni__info {
    width: 81.6425120773vw;
    max-width: none;
    padding: 5.7971014493vw 4.8309178744vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 2.8985507246vw;
  }
}
.p-alumni__info-title {
  margin: 0 0 1.8301610542vw;
  color: #60388E;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-size: 1.4641288433vw !important;
  font-weight: 600 !important;
}
@media screen and (max-width: 767px) {
  .p-alumni__info-title {
    font-size: 3.8647342995vw !important;
    margin-bottom: 3.8647342995vw;
  }
}
.p-alumni__info-row {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #60388E;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500 !important;
  gap: 2.9282576867vw;
  margin-bottom: 1.1713030747vw;
}
@media screen and (max-width: 767px) {
  .p-alumni__info-row {
    flex-direction: column;
    gap: 2.4154589372vw;
    margin-bottom: 3.3816425121vw;
  }
}
.p-alumni__info-tel, .p-alumni__info-mail {
  display: inline-flex;
  align-items: center;
  gap: 0.7320644217vw;
  color: #60388E;
  font-family: "Jost", sans-serif;
  text-decoration: none;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-alumni__info-tel, .p-alumni__info-mail {
    gap: 2.4154589372vw;
  }
}
@media screen and (min-width: 768px) {
  .p-alumni__info-tel {
    font-size: 1.9765739385vw !important;
  }
}
@media screen and (max-width: 767px) {
  .p-alumni__info-tel {
    font-size: 4.347826087vw !important;
  }
}
@media screen and (min-width: 768px) {
  .p-alumni__info-mail {
    font-size: 1.3909224012vw !important;
  }
}
@media screen and (max-width: 767px) {
  .p-alumni__info-mail {
    font-size: 4.347826087vw !important;
  }
}
.p-alumni__info-icon {
  display: inline-block;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-alumni__info-icon--tel {
  width: 2.4890190337vw;
  height: 2.2693997072vw;
  background-image: url(../img/home/alumni/alumni-tel.webp);
}
@media screen and (max-width: 767px) {
  .p-alumni__info-icon--tel {
    width: 6.5217391304vw;
    height: 7.4879227053vw;
  }
}
.p-alumni__info-icon--mail {
  width: 2.3426061493vw;
  height: 1.6837481698vw;
  background-image: url(../img/home/alumni/alumni-mail.webp);
}
@media screen and (max-width: 767px) {
  .p-alumni__info-icon--mail {
    width: 7.4879227053vw;
    height: 5.7971014493vw;
  }
}
.p-alumni__info-hours {
  margin: 0;
  color: #60388E;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-size: 0.9516837482vw !important;
  font-weight: 500 !important;
}
@media screen and (max-width: 767px) {
  .p-alumni__info-hours {
    font-size: 2.8985507246vw !important;
    text-align: center !important;
  }
}

@media screen and (min-width: 768px) {
  .p-news-single {
    padding: 11.7130307467vw 0 7.3206442167vw;
  }
}
@media screen and (max-width: 767px) {
  .p-news-single {
    padding: 24.154589372vw 9.6618357488vw 15.4589371981vw;
  }
}

@media screen and (min-width: 768px) {
  .p-news-single__inner {
    width: 59.4436310395vw;
    margin: 0 auto;
  }
}

.p-news-single__meta {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-news-single__meta {
    gap: 0.5856515373vw;
    margin-bottom: 1.9765739385vw;
  }
}
@media screen and (max-width: 767px) {
  .p-news-single__meta {
    gap: 1.9323671498vw;
    margin-bottom: 6.5217391304vw;
  }
}

.p-news-single__date {
  font-family: "Jost", sans-serif;
  color: #292929;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-news-single__date {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 767px) {
  .p-news-single__date {
    font-size: 3.6231884058vw;
  }
}

.p-news-single__cat,
.p-news-single__school {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-news-single__cat,
  .p-news-single__school {
    padding: 0.3660322108vw 1.2445095168vw;
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 767px) {
  .p-news-single__cat,
  .p-news-single__school {
    padding: 0.9661835749vw 2.8985507246vw;
    font-size: 2.8985507246vw;
  }
}

.p-news-single__cat {
  background-color: var(--school);
}

.p-news-single__school--junior {
  background-color: #FF4A74;
}
.p-news-single__school--high {
  background-color: #FF4AA5;
}

.p-news-single__ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-news-single__ttl {
    font-size: 1.9033674963vw;
    margin-bottom: 2.9282576867vw;
    line-height: 1.7692307692;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .p-news-single__ttl {
    font-size: 4.347826087vw;
    margin-bottom: 8.6956521739vw;
    line-height: 1.8888888889;
    letter-spacing: 0.16em;
  }
}

@media screen and (min-width: 768px) {
  .p-news-single__img {
    margin-bottom: 2.9282576867vw;
  }
}
@media screen and (max-width: 767px) {
  .p-news-single__img {
    margin-bottom: 8.4541062802vw;
  }
}
.p-news-single__img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.p-news-single__body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #292929;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-news-single__body {
    font-size: 1.1713030747vw;
    line-height: 2;
    letter-spacing: 0.19em;
    line-height: 2.125;
  }
}
@media screen and (max-width: 767px) {
  .p-news-single__body {
    font-size: 3.3816425121vw;
    letter-spacing: 0.1em;
    line-height: 2.2857142857;
  }
}
.p-news-single__body p {
  margin: 0;
}
.p-news-single__body p + p {
  margin-top: 1.5em;
}
.p-news-single__body img {
  max-width: 100%;
  height: auto;
  margin: 1.5em 0;
}
.p-news-single__body a {
  color: var(--school);
  text-decoration: underline;
}

.p-news-single__back {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-news-single__back {
    margin-top: 7.3206442167vw;
  }
}
@media screen and (max-width: 767px) {
  .p-news-single__back {
    margin-top: 14.4927536232vw;
  }
}

.p-news-single__back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: var(--school);
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-decoration: none;
  position: relative;
  border: 1px solid var(--school);
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-news-single__back-btn {
    gap: 0.878477306vw;
    width: 17.5695461201vw;
    padding: 1.1713030747vw 1.756954612vw;
    font-size: 1.0980966325vw;
  }
  .p-news-single__back-btn:hover {
    opacity: 0.85;
  }
}
@media screen and (max-width: 767px) {
  .p-news-single__back-btn {
    gap: 2.4154589372vw;
    width: 36.9565217391vw;
    padding: 3.3816425121vw 5.7971014493vw;
    font-size: 3.3816425121vw;
  }
}
.p-news-single__back-btn:hover {
  background-color: #fff;
  color: var(--school);
  border: 1px solid var(--school);
}
.p-news-single__back-btn:hover .p-news-single__back-icon {
  background-image: url(../img/common/arrow_circle_h.webp);
}

.p-news-single__back-icon {
  display: inline-block;
  background: url(../img/common/arrow_circle_ww.webp) center/contain no-repeat;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-news-single__back-icon {
    width: 1.4641288433vw;
    height: 1.4641288433vw;
  }
}
@media screen and (max-width: 767px) {
  .p-news-single__back-icon {
    width: 3.1400966184vw;
    height: 3.1400966184vw;
  }
}

@media screen and (min-width: 768px) {
  .p-news-related {
    width: 73.2064421669vw;
    max-width: 1000px;
    margin: 5.6368960469vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-news-related {
    margin-top: 17.3913043478vw;
    padding: 0 5.7971014493vw;
  }
}

.p-news-related__ttl {
  text-align: center;
  font-family: "MidashiGoPro-MB31", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-news-related__ttl {
    font-size: 1.2445095168vw;
    margin-bottom: 2.9282576867vw;
  }
}
@media screen and (max-width: 767px) {
  .p-news-related__ttl {
    font-size: 4.1062801932vw;
    margin-bottom: 6.7632850242vw;
  }
}

.p-news-related__list {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-news-related__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.196193265vw;
  }
}
@media screen and (max-width: 767px) {
  .p-news-related__list {
    grid-template-columns: 1fr;
    gap: 5.7971014493vw;
  }
}

.p-news-related__card {
  display: block;
  color: #292929;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-news-related__card:hover .p-news-related__thumb img {
    transform: scale(1.05);
  }
}

.p-news-related__thumb {
  overflow: hidden;
  border-radius: 0.2928257687vw;
}
@media screen and (min-width: 768px) {
  .p-news-related__thumb {
    margin-bottom: 0.878477306vw;
    aspect-ratio: 3/2;
  }
}
@media screen and (max-width: 767px) {
  .p-news-related__thumb {
    margin-bottom: 2.4154589372vw;
    aspect-ratio: 3/2;
  }
}
.p-news-related__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.p-news-related__meta {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-news-related__meta {
    gap: 0.7320644217vw;
    margin-bottom: 0.439238653vw;
  }
}
@media screen and (max-width: 767px) {
  .p-news-related__meta {
    gap: 1.9323671498vw;
    margin-bottom: 0.9661835749vw;
  }
}

.p-news-related__date {
  font-family: "Jost", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-news-related__date {
    font-size: 0.878477306vw;
  }
}
@media screen and (max-width: 767px) {
  .p-news-related__date {
    font-size: 2.6570048309vw;
  }
}

.p-news-related__cat {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  background-color: var(--school);
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-news-related__cat {
    padding: 0.2928257687vw 0.878477306vw;
    font-size: 0.8052708638vw;
  }
}
@media screen and (max-width: 767px) {
  .p-news-related__cat {
    padding: 0.7246376812vw 2.4154589372vw;
    font-size: 2.4154589372vw;
  }
}

.p-news-related__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-news-related__text {
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 767px) {
  .p-news-related__text {
    font-size: 3.1400966184vw;
  }
}

.p-news-archive-fv {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-news-archive-fv {
    height: 34.4070278184vw;
    padding-top: 4.7584187408vw;
  }
}
@media screen and (max-width: 767px) {
  .p-news-archive-fv {
    height: 113.5265700483vw;
    padding-top: 13.2850241546vw;
  }
}

.p-news-archive-fv__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.p-news-archive-fv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-news-archive-fv__ttl {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-news-archive-fv__ttl img {
    width: 12.4450951684vw;
  }
}
@media screen and (max-width: 767px) {
  .p-news-archive-fv__ttl img {
    width: 28.0193236715vw;
  }
}

.p-news-archive-fv__en {
  font-family: "Jost", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-news-archive-fv__en {
    font-size: 3.513909224vw;
  }
}
@media screen and (max-width: 767px) {
  .p-news-archive-fv__en {
    font-size: 7.729468599vw;
  }
}

.p-news-archive-fv__ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .p-news-archive-fv__ja {
    font-size: 1.0248901903vw;
    margin-top: 0.5856515373vw;
  }
}
@media screen and (max-width: 767px) {
  .p-news-archive-fv__ja {
    font-size: 2.8985507246vw;
    margin-top: 0.9661835749vw;
  }
}

@media screen and (min-width: 768px) {
  .p-news-archive {
    padding: 5.8565153734vw 0 9.1508052709vw;
  }
}
@media screen and (max-width: 767px) {
  .p-news-archive {
    padding: 14.4927536232vw 0 38.6473429952vw;
  }
}

@media screen and (min-width: 768px) {
  .p-news-archive__inner {
    width: 75.1098096633vw;
    margin: 0 auto;
  }
}

.p-news-archive__tabs {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-news-archive__tabs {
    gap: 0.7320644217vw;
    margin-bottom: 5.7833089312vw;
  }
}
@media screen and (max-width: 767px) {
  .p-news-archive__tabs {
    padding-left: 5.7971014493vw;
    gap: 1.4492753623vw;
    margin-bottom: 12.077294686vw;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .p-news-archive__tabs::-webkit-scrollbar {
    display: none;
  }
}

.p-news-archive__tab {
  flex-shrink: 0;
  border: 1px solid var(--school);
  border-radius: 9999px;
  background: transparent;
  color: var(--school);
  font-family: "Zen Kaku Gothic New", sans-serif;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-news-archive__tab {
    width: 11.2737920937vw;
    padding: 0.5856515373vw 1.756954612vw;
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 767px) {
  .p-news-archive__tab {
    padding: 0.9661835749vw 3.8647342995vw;
    font-size: 3.1400966184vw;
  }
}
.p-news-archive__tab.is-active {
  background-color: var(--school);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-news-archive__tab:hover:not(.is-active) {
    background-color: rgba(177, 143, 216, 0.1);
  }
}

.p-news-archive__list {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-news-archive__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 5.1244509517vw 3.074670571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-news-archive__list {
    padding: 0 5.7971014493vw 0;
    grid-template-columns: 1fr;
    gap: 11.3526570048vw;
  }
}

.p-news-archive__card {
  display: block;
  color: #292929;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-news-archive__card:hover .p-news-archive__thumb img {
    transform: scale(1.2);
  }
}

.p-news-archive__thumb {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 3/2;
}
@media screen and (min-width: 768px) {
  .p-news-archive__thumb {
    margin-bottom: 0.878477306vw;
  }
}
@media screen and (max-width: 767px) {
  .p-news-archive__thumb {
    margin-bottom: 6.5217391304vw;
  }
}
.p-news-archive__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  border-radius: 10px;
}

.p-news-archive__school {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  border-top-left-radius: 0.2928257687vw;
}
@media screen and (min-width: 768px) {
  .p-news-archive__school {
    padding: 0.439238653vw 1.0248901903vw;
    font-size: 0.878477306vw;
    border-top-left-radius: 0.5856515373vw;
  }
}
@media screen and (max-width: 767px) {
  .p-news-archive__school {
    padding: 1.2077294686vw 2.8985507246vw;
    font-size: 2.6570048309vw;
    border-top-left-radius: 2.4154589372vw;
  }
}
.p-news-archive__school--junior {
  background-color: #FF4A74;
}
.p-news-archive__school--high {
  background-color: #FF4AA5;
}

.p-news-archive__meta {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-news-archive__meta {
    gap: 0.7320644217vw;
    margin-bottom: 0.439238653vw;
  }
}
@media screen and (max-width: 767px) {
  .p-news-archive__meta {
    gap: 1.9323671498vw;
    margin-bottom: 4.347826087vw;
  }
}

.p-news-archive__date {
  font-family: "Jost", sans-serif;
  color: #292929;
  letter-spacing: 0.04rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-news-archive__date {
    font-size: 0.878477306vw;
  }
}
@media screen and (max-width: 767px) {
  .p-news-archive__date {
    font-size: 3.3816425121vw;
  }
}

.p-news-archive__cat {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  background-color: var(--school);
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-news-archive__cat {
    padding: 0.2928257687vw 0.878477306vw;
    font-size: 0.8052708638vw;
  }
}
@media screen and (max-width: 767px) {
  .p-news-archive__cat {
    padding: 0.7246376812vw 2.4154589372vw;
    font-size: 2.4154589372vw;
  }
}

.p-news-archive__text {
  font-family: "MidashiGoPro-MB31", sans-serif;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-news-archive__text {
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 767px) {
  .p-news-archive__text {
    font-size: 3.3816425121vw;
  }
}

.p-news-archive__empty {
  grid-column: 1/-1;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #888888;
}

.p-news-archive__more {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-news-archive__more {
    margin-top: 7.3206442167vw;
  }
}
@media screen and (max-width: 767px) {
  .p-news-archive__more {
    margin-top: 14.4927536232vw;
  }
}

.p-news-archive__more-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 9999px;
  border: 1px solid var(--school);
  background-color: var(--school);
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-news-archive__more-btn {
    gap: 0.878477306vw;
    width: 15.5197657394vw;
    padding: 1.1713030747vw 1.756954612vw;
    font-size: 1.0248901903vw;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-news-archive__more-btn {
    gap: 2.4154589372vw;
    width: 51.4492753623vw;
    padding: 3.3816425121vw 5.7971014493vw;
    font-size: 3.6231884058vw;
  }
}
.p-news-archive__more-btn:hover {
  background-color: #fff;
  color: var(--school);
  border: 1px solid var(--school);
}
.p-news-archive__more-btn:hover .p-news-archive__more-icon {
  background-image: url(../img/common/arrow_circle_h.webp);
}

.p-news-archive__more-icon {
  display: inline-block;
  background: url(../img/common/arrow_circle_ww.webp) center/contain no-repeat;
  flex-shrink: 0;
  transform: rotate(90deg);
  position: absolute;
  top: 30%;
  right: 10%;
}
@media screen and (min-width: 768px) {
  .p-news-archive__more-icon {
    width: 1.4641288433vw;
    height: 1.4641288433vw;
  }
}
@media screen and (max-width: 767px) {
  .p-news-archive__more-icon {
    width: 3.3816425121vw;
    height: 3.3816425121vw;
  }
}

.p-contact {
  position: relative;
  background-image: url(../img/common/outline-bg.webp);
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding: 4.39238653vw 4.39238653vw 12.4450951684vw;
  }
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 13.5265700483vw 0 15.4589371981vw;
  }
}

.p-contact__head {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact__head {
    margin-bottom: 3.513909224vw;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__head {
    margin-bottom: 7.729468599vw;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__head img {
    width: 19.4729136164vw;
    margin: 7.3206442167vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__head img {
    width: 47.8260869565vw;
    margin: 14.4927536232vw auto 0;
  }
}

.p-request__head {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-request__head {
    margin-bottom: 3.513909224vw;
  }
}
@media screen and (max-width: 767px) {
  .p-request__head {
    margin-bottom: 7.729468599vw;
  }
}
@media screen and (min-width: 768px) {
  .p-request__head img {
    width: 15.5197657394vw;
    margin: 7.3206442167vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-request__head img {
    width: 47.8260869565vw;
    margin: 14.4927536232vw auto 0;
  }
}

.p-contact__mark {
  display: inline-block;
  background: url(../img/common/logo-mark.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-contact__mark {
    width: 2.635431918vw;
    height: 2.196193265vw;
    margin-bottom: 0.878477306vw;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__mark {
    width: 7.2463768116vw;
    height: 6.2801932367vw;
    margin-bottom: 1.9323671498vw;
  }
}

.p-contact__ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-contact__ttl {
    font-size: 1.756954612vw;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__ttl {
    font-size: 4.8309178744vw;
  }
}

.p-contact__lead {
  text-align: center;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-contact__lead {
    font-size: 1.0980966325vw;
    margin-bottom: 5.5636896047vw;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__lead {
    font-size: 3.3816425121vw;
    margin-bottom: 6.2801932367vw;
  }
}

.p-contact__body {
  background-color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-contact__body {
    width: 72.1815519766vw;
    margin: 0 auto;
    padding: 8.7115666179vw 13.9092240117vw 8.7115666179vw 12.298682284vw;
    border-radius: 0.878477306vw;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__body {
    padding: 11.3526570048vw 9.6618357488vw;
    border-radius: 1.9323671498vw;
  }
}

.p-contact .p-form__item p {
  margin: 0;
  display: contents;
}

@media screen and (max-width: 767px) {
  .p-form__item:first-child {
    margin-bottom: 4.8309178744vw;
  }
}
.p-form__item {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-form__item {
    align-items: center;
    padding: 1.6105417277vw 0;
    gap: 2.9282576867vw;
  }
}
@media screen and (max-width: 767px) {
  .p-form__item {
    flex-direction: column;
    padding: 3.6231884058vw 0;
    gap: 5.5555555556vw;
  }
}

@media screen and (min-width: 768px) {
  .p-form__item:has(.p-form__textarea),
  .p-form__item:has(.p-form__input--addr) {
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .p-form__item:has(.p-form__textarea) .p-form__label,
  .p-form__item:has(.p-form__input--addr) .p-form__label {
    padding-top: 0.878477306vw;
  }
}

.p-form__label {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 11.2005856515vw;
  width: 11.2005856515vw;
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: var(--school);
}
@media screen and (min-width: 768px) {
  .p-form__label {
    font-size: 1.2445095168vw;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .p-form__label {
    flex-basis: auto;
    width: auto;
    font-size: 3.3816425121vw;
  }
}
.p-form__label .require {
  margin-left: 0.2em;
}

.p-form__input,
.p-form__select,
.p-form__textarea,
.p-form__radio {
  flex: 1;
  min-width: 0;
  width: 100%;
}

.p-form__input .errWrap {
  display: block;
  width: 100%;
}

.p-contact input[type=text],
.p-contact input[type=tel],
.p-contact input[type=email],
.p-contact textarea,
.p-contact select {
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid transparent;
  border-radius: 0.5124450952vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-contact input[type=text],
  .p-contact input[type=tel],
  .p-contact input[type=email],
  .p-contact textarea,
  .p-contact select {
    padding: 0.878477306vw 1.1713030747vw;
    font-size: 0.9516837482vw;
  }
}
@media screen and (max-width: 767px) {
  .p-contact input[type=text],
  .p-contact input[type=tel],
  .p-contact input[type=email],
  .p-contact textarea,
  .p-contact select {
    border-radius: 1.690821256vw;
    padding: 2.4154589372vw 3.3816425121vw;
    font-size: 3.3816425121vw;
  }
}
.p-contact input[type=text]:focus,
.p-contact input[type=tel]:focus,
.p-contact input[type=email]:focus,
.p-contact textarea:focus,
.p-contact select:focus {
  border-color: var(--school);
  outline: none;
}

.p-contact textarea {
  min-height: 11.7130307467vw;
  resize: none;
}
@media screen and (max-width: 767px) {
  .p-contact textarea {
    min-height: 28.9855072464vw;
  }
}

@media screen and (min-width: 768px) {
  .p-contact input.zip {
    width: 5.8565153734vw;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .p-contact input.zip {
    width: 16.9082125604vw;
    display: inline-block;
  }
}

.p-form__input--addr input[type=text]:not(.zip) {
  margin-top: 0.5856515373vw;
}
@media screen and (max-width: 767px) {
  .p-form__input--addr input[type=text]:not(.zip) {
    margin-top: 1.9323671498vw;
  }
}

@media screen and (min-width: 768px) {
  .p-form__select {
    width: 12.4450951684vw;
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .p-form__select {
    width: 40.0966183575vw;
    display: inline-block;
  }
}

.p-form__select .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.p-contact select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2.9282576867vw;
  cursor: pointer;
}

.p-form__select .wpcf7-form-control-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2445095168vw;
  width: 0.5856515373vw;
  height: 0.5856515373vw;
  transform: translateY(-60%) rotate(45deg);
  border-right: 2px solid #909090;
  border-bottom: 2px solid #909090;
  pointer-events: none;
  border-radius: 1px;
}
@media screen and (max-width: 767px) {
  .p-form__select .wpcf7-form-control-wrap::after {
    right: 4.1062801932vw;
    width: 1.9323671498vw;
    height: 1.9323671498vw;
  }
}

.p-form__radio .wpcf7-list-item {
  display: inline-block;
  position: relative;
  margin: 0 1.756954612vw 0 0;
}
@media screen and (max-width: 767px) {
  .p-form__radio .wpcf7-list-item {
    margin: 0 3.8647342995vw 0 0;
  }
}
.p-form__radio label {
  cursor: pointer;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-form__radio input[type=radio] {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-form__radio input[type=radio] {
    width: 1.0980966325vw;
    height: 1.0980966325vw;
  }
}
@media screen and (max-width: 767px) {
  .p-form__radio input[type=radio] {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
  }
}

.p-form__radio .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #292929;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-form__radio .wpcf7-list-item-label {
    padding-left: 2.0497803807vw;
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 767px) {
  .p-form__radio .wpcf7-list-item-label {
    padding-left: 5.7971014493vw;
    font-size: 3.3816425121vw;
  }
}
.p-form__radio .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid #b0a8c0;
  background-color: #fff;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
@media screen and (min-width: 768px) {
  .p-form__radio .wpcf7-list-item-label::before {
    width: 1.317715959vw;
    height: 1.317715959vw;
  }
}
@media screen and (max-width: 767px) {
  .p-form__radio .wpcf7-list-item-label::before {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
  }
}
.p-form__radio .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  background-color: #fff;
  transition: transform 0.2s ease;
}
@media screen and (min-width: 768px) {
  .p-form__radio .wpcf7-list-item-label::after {
    left: 0.7320644217vw;
    width: 0.6588579795vw;
    height: 0.6588579795vw;
  }
}
@media screen and (max-width: 767px) {
  .p-form__radio .wpcf7-list-item-label::after {
    left: 2.1739130435vw;
    width: 2.1739130435vw;
    height: 2.1739130435vw;
  }
}

.p-form__radio input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: var(--school);
  border-color: var(--school);
}
.p-form__radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  transform: translate(-50%, -50%) scale(1);
}

@media screen and (min-width: 768px) {
  .p-form__submits {
    width: 19.9853587116vw;
    gap: 1.4641288433vw;
    margin: 2.9282576867vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-form__submits {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 2.8985507246vw;
    margin-top: 6.7632850242vw;
  }
}
.p-form__submits .wpcf7-spinner {
  display: none;
}

.p-contact input[type=submit],
.p-contact .p-form__submit input {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 9999px;
  background-color: var(--school);
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 768px) {
  .p-contact input[type=submit],
  .p-contact .p-form__submit input {
    width: 19.9853587116vw;
    padding: 1.3909224012vw 2.9282576867vw;
    font-size: 1.0980966325vw;
  }
  .p-contact input[type=submit]:hover,
  .p-contact .p-form__submit input:hover {
    background-color: #fff;
    color: var(--school);
    border: 1px solid var(--school);
  }
}
@media screen and (max-width: 767px) {
  .p-contact input[type=submit],
  .p-contact .p-form__submit input {
    width: 51.4492753623vw;
    padding: 3.3816425121vw 7.729468599vw;
    font-size: 3.3816425121vw;
  }
}

.p-form__submit:hover .l-drawer__btn-icon {
  background-image: url(../img/common/arrow_circle_h.webp);
}

.p-form__submit--back input {
  background-color: #d2d2d2 !important;
}
.p-form__submit--back input:hover {
  background-color: #fff !important;
}

.wpcf7-not-valid-tip {
  color: #60388E;
  font-size: 0.878477306vw;
  margin-top: 0.2928257687vw;
}

.p-contact-tel {
  text-align: center;
  border: 2px solid var(--school);
  border-radius: 0.5856515373vw;
}
@media screen and (min-width: 768px) {
  .p-contact-tel {
    width: 44.9487554905vw;
    margin: 9.1508052709vw auto 0;
    padding: 2.9282576867vw 4.2459736457vw 3.074670571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-tel {
    width: 80.9178743961vw;
    margin: 12.077294686vw auto 0;
    padding: 9.6618357488vw 16.9082125604vw 7.2463768116vw;
    border-radius: 1.9323671498vw;
  }
}

@media screen and (max-width: 767px) {
  .p-contact-tel .p-alumni__info-icon--tel {
    width: 6.038647343vw;
    height: 7.0048309179vw;
  }
  .p-contact-tel .p-alumni__info-tel {
    font-size: 5.3140096618vw !important;
  }
  .p-contact-tel .p-alumni__info-row {
    gap: 3.6231884058vw;
  }
}
.p-contact-tel__ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: var(--school);
}
@media screen and (min-width: 768px) {
  .p-contact-tel__ttl {
    font-size: 1.4641288433vw;
    margin-bottom: 1.756954612vw;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-tel__ttl {
    font-size: 4.347826087vw;
    margin-bottom: 4.8309178744vw;
  }
}

.p-alumni__info-icon--fax {
  width: 2.3426061493vw;
  height: 1.6837481698vw;
  background-image: url(../img/home/contact/fax-icon.webp);
}
@media screen and (max-width: 767px) {
  .p-alumni__info-icon--fax {
    width: 7.4879227053vw;
    height: 5.7971014493vw;
  }
}

.p-contact-tel .p-alumni__info-mail {
  font-size: 1.9765739385vw !important;
}
@media screen and (max-width: 767px) {
  .p-contact-tel .p-alumni__info-mail {
    font-size: 5.3140096618vw !important;
  }
}

.p-contact-pamphlet {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-contact-pamphlet {
    width: 72.1815519766vw;
    margin: 9.1508052709vw auto 0;
    padding: 4.0995607613vw 10.8345534407vw;
    gap: 6.4421669107vw;
    border-top: 1px solid #60388E;
    border-bottom: 1px solid #60388E;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-pamphlet {
    width: 80.9178743961vw;
    flex-direction: row;
    margin: 14.4927536232vw auto 0;
    padding: 8.6956521739vw 0;
    gap: 4.8309178744vw;
    border-top: 2px solid #60388E;
    border-bottom: 2px solid #60388E;
  }
}

.p-contact-pamphlet__img {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-contact-pamphlet__img {
    width: 17.2035139092vw;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-pamphlet__img {
    width: 24.154589372vw;
  }
}
.p-contact-pamphlet__img img {
  width: 100%;
  height: auto;
  display: block;
}

.p-contact-pamphlet__body {
  flex: 1;
}

.p-contact-pamphlet__ttl {
  font-family: "A1GothicStdN", sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-contact-pamphlet__ttl {
    font-size: 2.4158125915vw;
    margin-bottom: 1.4641288433vw;
    letter-spacing: 0.11em;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-pamphlet__ttl {
    font-size: 4.8309178744vw;
    margin-bottom: 3.3816425121vw;
    letter-spacing: 0.05em;
  }
}

.p-contact-pamphlet__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: var(--school);
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-decoration: none;
  transition: opacity 0.3s ease;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-contact-pamphlet__btn {
    width: 19.9853587116vw;
    gap: 0.7320644217vw;
    padding: 1.3909224012vw 2.0497803807vw;
    font-size: 1.2445095168vw;
  }
  .p-contact-pamphlet__btn:hover {
    opacity: 0.85;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-pamphlet__btn {
    width: 31.4009661836vw;
    gap: 1.9323671498vw;
    padding: 2.1739130435vw 7.9710144928vw 2.1739130435vw 6.038647343vw;
    font-size: 2.8985507246vw;
  }
}

.p-contact-pamphlet__btn-icon {
  position: absolute;
  top: 50%;
  right: 2.0497803807vw;
  width: 1.317715959vw;
  height: 1.4641288433vw;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3C/svg%3E") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-contact-pamphlet__btn-icon {
    right: 2.4154589372vw;
    width: 4.8309178744vw;
    height: 3.8647342995vw;
  }
}

@media screen and (min-width: 768px) {
  .p-contact--confirm {
    padding-top: 11.7130307467vw;
    font-size: 1.2445095168vw;
  }
}
@media screen and (max-width: 767px) {
  .p-contact--confirm {
    padding-top: 19.3236714976vw;
    padding-bottom: 9.6618357488vw;
    font-size: 3.3816425121vw;
  }
}
.p-contact--confirm .p-contact__body {
  padding: 5.5636896047vw 10.8345534407vw 9.5168374817vw 12.298682284vw;
}
@media screen and (max-width: 767px) {
  .p-contact--confirm .p-contact__body {
    padding: 8.2125603865vw 9.6618357488vw;
  }
}
@media screen and (max-width: 767px) {
  .p-contact--confirm .p-form__item {
    gap: 2.4154589372vw;
  }
}
.p-contact--confirm .p-form__submits {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-contact--confirm .p-form__submits {
    flex-direction: row-reverse;
    width: 38.5065885798vw;
    gap: 1.1713030747vw;
    margin-top: 8.345534407vw;
  }
}
@media screen and (max-width: 767px) {
  .p-contact--confirm .p-form__submits {
    flex-direction: column-reverse;
    gap: 2.8985507246vw;
    margin-top: 7.729468599vw;
  }
}
.p-contact--confirm .p-form__submits input {
  width: 18.1551976574vw;
}
@media screen and (max-width: 767px) {
  .p-contact--confirm .p-form__submits input {
    width: 51.4492753623vw;
    margin-left: 0;
  }
}
.p-contact--confirm .p-form__submits .wpcf7-spinner {
  display: none;
}

.p-form__submit {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-form__submit {
    height: 4.6120058565vw;
  }
}

.icon {
  display: inline-block;
  background: url(../img/common/arrow_circle_ww.webp) center/contain no-repeat;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-thanks {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/common/outline-bg.webp);
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-thanks {
    min-height: 65.0805270864vw;
    padding: 4.39238653vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-thanks {
    min-height: 164.4927536232vw;
    padding: 13.2850241546vw 4.8309178744vw;
  }
}

.p-thanks__card {
  width: 100%;
  background-color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-thanks__card {
    width: 72.1815519766vw;
    padding: 8.1259150805vw 14.6412884334vw 7.3206442167vw;
    border-radius: 1.0248901903vw;
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__card {
    max-width: 373px;
    margin: 0 auto;
    padding: 21.7391304348vw 0 15.9420289855vw;
    border-radius: 3.8647342995vw;
  }
}

.p-thanks__ttl {
  color: var(--school);
  font-family: "A1GothicStdN", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-thanks__ttl {
    font-size: 5.4904831625vw;
    margin-bottom: 3.2942898975vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__ttl {
    font-size: 11.1111111111vw;
    margin-bottom: 8.2125603865vw;
    letter-spacing: 0.01em;
  }
}

.p-thanks__text {
  color: #292929;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .p-thanks__text {
    font-size: 1.1713030747vw;
    margin-bottom: 7.6134699854vw;
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    font-size: 3.1400966184vw;
    margin-bottom: 9.6618357488vw;
    line-height: 2.3;
  }
}

.p-thanks__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid #fff;
  background-color: var(--school);
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  font-weight: 500;
}
.p-thanks__btn:hover {
  background-color: #fff;
  color: var(--school);
  border: 1px solid var(--school);
}
@media screen and (min-width: 768px) {
  .p-thanks__btn {
    width: 19.9853587116vw;
    height: 4.6120058565vw;
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__btn {
    width: 51.4492753623vw;
    height: 11.1111111111vw;
    font-size: 3.1400966184vw;
  }
}
.p-thanks__btn:hover .p-thanks__btn-icon {
  background-image: url(../img/common/arrow_circle_h.webp);
}

.p-thanks__btn-icon {
  display: inline-block;
  background: url(../img/common/arrow_circle_ww.webp) center/contain no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-thanks__btn-icon {
    right: 1.756954612vw;
    width: 1.3909224012vw;
    height: 1.3909224012vw;
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__btn-icon {
    right: 4.347826087vw;
    width: 3.8647342995vw;
    height: 3.8647342995vw;
  }
}

.is-high .p-openschool-form,
.is-junior .p-openschool-form {
  padding-top: 0;
  padding-bottom: 0;
}
.is-high .p-openschool-form h1,
.is-high .p-openschool-form h2,
.is-high .p-openschool-form h3,
.is-high .p-openschool-form h4,
.is-high .p-openschool-form ul,
.is-high .p-openschool-form ol,
.is-high .p-openschool-form dl,
.is-high .p-openschool-form li,
.is-high .p-openschool-form dt,
.is-high .p-openschool-form dd,
.is-high .p-openschool-form p,
.is-high .p-openschool-form div,
.is-high .p-openschool-form span,
.is-high .p-openschool-form img,
.is-high .p-openschool-form a,
.is-high .p-openschool-form table,
.is-high .p-openschool-form tr,
.is-high .p-openschool-form th,
.is-high .p-openschool-form td,
.is-high .p-openschool-form label,
.is-high .p-openschool-form input,
.is-high .p-openschool-form select,
.is-high .p-openschool-form textarea,
.is-junior .p-openschool-form h1,
.is-junior .p-openschool-form h2,
.is-junior .p-openschool-form h3,
.is-junior .p-openschool-form h4,
.is-junior .p-openschool-form ul,
.is-junior .p-openschool-form ol,
.is-junior .p-openschool-form dl,
.is-junior .p-openschool-form li,
.is-junior .p-openschool-form dt,
.is-junior .p-openschool-form dd,
.is-junior .p-openschool-form p,
.is-junior .p-openschool-form div,
.is-junior .p-openschool-form span,
.is-junior .p-openschool-form img,
.is-junior .p-openschool-form a,
.is-junior .p-openschool-form table,
.is-junior .p-openschool-form tr,
.is-junior .p-openschool-form th,
.is-junior .p-openschool-form td,
.is-junior .p-openschool-form label,
.is-junior .p-openschool-form input,
.is-junior .p-openschool-form select,
.is-junior .p-openschool-form textarea {
  text-box-trim: none;
}
.is-high .p-openschool-form .p-form__submits,
.is-junior .p-openschool-form .p-form__submits {
  margin-top: 6.0761346999vw;
}
.is-high .p-openschool-form.p-contact,
.is-junior .p-openschool-form.p-contact {
  background-image: none;
}
@media screen and (max-width: 767px) {
  .is-high .p-openschool-form .p-contact__body,
  .is-junior .p-openschool-form .p-contact__body {
    border-radius: 1.9323671498vw 1.9323671498vw 0 0;
  }
}

.is-high .p-contact--confirm,
.is-junior .p-contact--confirm,
.is-high .p-thanks,
.is-junior .p-thanks {
  background-image: none;
  background-color: color-mix(in srgb, var(--school) 50%, transparent);
}

.is-high .p-form__submit:hover .l-drawer__btn-icon,
.is-high .p-thanks__btn:hover .p-thanks__btn-icon {
  background-image: url(../img/common/higharrow_circle_h.webp);
}

.is-junior .p-form__submit:hover .l-drawer__btn-icon,
.is-junior .p-thanks__btn:hover .p-thanks__btn-icon {
  background-image: url(../img/common/juniorarrow_circle_h.webp);
}

/* -----------------------
  error
----------------------- */
.page-error .error-inner {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-error .error-inner {
    padding: 21.9619326501vw 0 7.3206442167vw;
  }
}
@media screen and (max-width: 767px) {
  .page-error .error-inner {
    padding-block: 16.9082125604vw;
  }
}
.page-error .error-inner .TX {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-error .error-inner .TX {
    font-size: min(3.513909224vw, 38.4px);
  }
}
@media screen and (max-width: 767px) {
  .page-error .error-inner .TX {
    font-size: 8.6956521739vw;
  }
}

/* -----------------------
  high_C_more_check
----------------------- */
.high_C_more_check .TL {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .high_C_more_check .TL {
    width: 27.1595900439vw;
    margin-bottom: 4.1727672035vw;
  }
}
@media screen and (max-width: 767px) {
  .high_C_more_check .TL {
    width: 62.3188405797vw;
    margin-bottom: 7.0048309179vw;
  }
}
.high_C_more_check .high_C_more_check-list {
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .high_C_more_check .high_C_more_check-list {
    width: 82.4304538799vw;
    gap: 2.5622254758vw;
  }
}
@media screen and (max-width: 767px) {
  .high_C_more_check .high_C_more_check-list {
    width: 90.3381642512vw;
    gap: 5.3140096618vw;
  }
}
.high_C_more_check .high_C_more_check-list .high_C_more_check-item {
  display: block;
  width: 100%;
}

/* -----------------------
  high
----------------------- */
/* 中高ニュース（high-news）の絞り込み非表示用スタイル */
.news-list-item.is-hidden {
  display: none !important;
}

.page--high-all h1,
.page--high-all h2,
.page--high-all h3,
.page--high-all h4,
.page--high-all ul,
.page--high-all ol,
.page--high-all dl,
.page--high-all li,
.page--high-all dt,
.page--high-all dd,
.page--high-all p,
.page--high-all div,
.page--high-all span,
.page--high-all img,
.page--high-all a,
.page--high-all table,
.page--high-all tr,
.page--high-all th,
.page--high-all td {
  text-box-trim: trim-both;
}
.page--high-all img {
  width: 100%;
}

.page--high .high-hiro {
  position: relative;
}
.page--high .high-hiro .TL {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page--high .high-hiro .TL {
    width: 96.3396778917vw;
    bottom: 0.3660322108vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high .high-hiro .TL {
    width: 92.0289855072vw;
    bottom: 7.2463768116vw;
  }
}
@media screen and (min-width: 768px) {
  .page--high .high-news_banner-wrap {
    padding: 8.345534407vw 8.78477306vw 10.2489019034vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high .high-news_banner-wrap {
    padding: 12.077294686vw 0vw 24.154589372vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high .high-news_banner-wrap.high-banner-wrap {
    padding-block: 16.1835748792vw 12.077294686vw;
  }
}
@media screen and (min-width: 768px) {
  .page--high .high-news_banner-wrap .high-news {
    margin-bottom: 10.2489019034vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high .high-news_banner-wrap .high-news {
    margin-bottom: 21.9806763285vw;
  }
}
@media screen and (min-width: 768px) {
  .page--high .high-news_banner-wrap .high-news .ttl {
    margin-bottom: 4.5387994143vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high .high-news_banner-wrap .high-news .ttl {
    margin-bottom: 10.38647343vw;
  }
}
@media screen and (min-width: 768px) {
  .page--high .high-news_banner-wrap .high-news .ttl .TL {
    width: 15.9590043924vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high .high-news_banner-wrap .high-news .ttl .TL {
    width: 22.7053140097vw;
    margin-inline: auto;
  }
}
.page--high .high-news_banner-wrap .high-news .news-contents {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page--high .high-news_banner-wrap .high-news .news-contents .news-category {
    padding-right: 10.980966325vw;
    margin-bottom: 3.7335285505vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high .high-news_banner-wrap .high-news .news-contents .news-category {
    margin-bottom: 5.3140096618vw;
    width: 100%;
  }
}
.page--high .high-news_banner-wrap .high-news .news-contents .news-category .news-category-item-wrap {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .page--high .high-news_banner-wrap .high-news .news-contents .news-category .news-category-item-wrap {
    flex-wrap: wrap;
    gap: 0.3660322108vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high .high-news_banner-wrap .high-news .news-contents .news-category .news-category-item-wrap {
    overflow-y: scroll;
    flex-wrap: nowrap;
    gap: 1.2077294686vw;
  }
}
.page--high .high-news_banner-wrap .high-news .news-contents .news-category .news-category-item-wrap .news-category-item {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border: solid #60388e;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #60388E;
}
@media screen and (min-width: 768px) {
  .page--high .high-news_banner-wrap .high-news .news-contents .news-category .news-category-item-wrap .news-category-item {
    border-radius: 3.6603221083vw;
    font-size: 0.9516837482vw;
    padding: 0.2196193265vw 0.8052708638vw 0.2928257687vw;
    border-width: 0.0732064422vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high .high-news_banner-wrap .high-news .news-contents .news-category .news-category-item-wrap .news-category-item {
    border-radius: 12.077294686vw;
    font-size: 3.1400966184vw;
    padding: 0.7246376812vw 2.6570048309vw 0.9661835749vw;
    border-width: 0.2415458937vw;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .page--high .high-news_banner-wrap .high-news .news-contents .news-category .news-category-item-wrap .news-category-item:first-child {
    margin-left: 4.8309178744vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high .high-news_banner-wrap .high-news .news-contents .news-category .news-category-item-wrap .news-category-item:last-child {
    margin-right: 4.8309178744vw;
  }
}
.page--high .high-news_banner-wrap .high-news .news-contents .news-category .news-category-item-wrap .news-category-item.is-active {
  background: #60388e;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .page--high .high-news_banner-wrap .high-news .news-contents .news-list {
    min-height: 23.4260614934vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high .high-news_banner-wrap .high-news .news-contents .news-list {
    min-height: 63.5265700483vw;
  }
}
@media screen and (min-width: 768px) {
  .page--high .high-news_banner-wrap .high-news .news-contents .news-list .news-list-iner {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.3674963397vw;
    transform: none !important;
  }
}
@media screen and (max-width: 767px) {
  .page--high .high-news_banner-wrap .high-news .news-contents .news-list .news-list-iner .slick-list {
    padding-left: 4.8309178744vw;
  }
}
.page--high .high-news_banner-wrap .high-news .news-contents .news-list .news-list-iner .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .page--high .high-news_banner-wrap .high-news .news-contents .news-list .news-list-iner .slick-dots {
    margin-top: 7.729468599vw;
    gap: 0.9661835749vw;
  }
}
.page--high .high-news_banner-wrap .high-news .news-contents .news-list .news-list-iner .slick-dots li {
  display: flex;
  line-height: 0;
}
.page--high .high-news_banner-wrap .high-news .news-contents .news-list .news-list-iner .news-dot {
  display: block;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #9d9d9d;
  opacity: 0.3;
  cursor: pointer;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .page--high .high-news_banner-wrap .high-news .news-contents .news-list .news-list-iner .news-dot {
    width: 1.9323671498vw;
    height: 1.9323671498vw;
  }
}
.page--high .high-news_banner-wrap .high-news .news-contents .news-list .news-list-iner .slick-active .news-dot {
  opacity: 1;
}
.page--high .high-news_banner-wrap .high-news .news-contents .news-list .news-list-iner .news-list-item {
  display: block;
}
@media screen and (min-width: 768px) {
  .page--high .high-news_banner-wrap .high-news .news-contents .news-list .news-list-iner .news-list-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page--high .high-news_banner-wrap .high-news .news-contents .news-list .news-list-iner .news-list-item {
    width: 64.7342995169vw;
    margin-right: 4.8309178744vw;
  }
}
.page--high .high-news_banner-wrap .high-news .news-contents .news-list .news-list-iner .news-list-item .img-wrap {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page--high .high-news_banner-wrap .high-news .news-contents .news-list .news-list-iner .news-list-item .img-wrap {
    border-radius: 0.7320644217vw;
    aspect-ratio: 3/2;
  }
}
@media screen and (max-width: 767px) {
  .page--high .high-news_banner-wrap .high-news .news-contents .news-list .news-list-iner .news-list-item .img-wrap {
    border-radius: 1.2077294686vw;
    aspect-ratio: 3/2;
  }
}
.page--high .high-news_banner-wrap .high-news .news-contents .news-list .news-list-iner .news-list-item .img-wrap .school-name {
  position: absolute;
  top: 0;
  left: 0;
  background: #ff4aa5;
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .page--high .high-news_banner-wrap .high-news .news-contents .news-list .news-list-iner .news-list-item .img-wrap .school-name {
    font-size: 0.9516837482vw;
    padding: 0.2196193265vw 0.9516837482vw 0.3660322108vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high .high-news_banner-wrap .high-news .news-contents .news-list .news-list-iner .news-list-item .img-wrap .school-name {
    font-size: 2.4154589372vw;
    padding: 0.7246376812vw 2.1739130435vw 0.4830917874vw;
  }
}
.page--high .high-news_banner-wrap .high-news .news-contents .news-list .news-list-iner .news-list-item .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .page--high .high-news_banner-wrap .high-news .news-contents .news-list .news-list-iner .news-list-item .contents {
    margin-top: 1.3909224012vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high .high-news_banner-wrap .high-news .news-contents .news-list .news-list-iner .news-list-item .contents {
    margin-top: 3.8647342995vw;
  }
}
.page--high .high-news_banner-wrap .high-news .news-contents .news-list .news-list-iner .news-list-item .contents .date-wrap {
  display: flex;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  .page--high .high-news_banner-wrap .high-news .news-contents .news-list .news-list-iner .news-list-item .contents .date-wrap {
    gap: 0.8052708638vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high .high-news_banner-wrap .high-news .news-contents .news-list .news-list-iner .news-list-item .contents .date-wrap {
    gap: 1.9323671498vw;
  }
}
.page--high .high-news_banner-wrap .high-news .news-contents .news-list .news-list-iner .news-list-item .contents .date-wrap .date {
  font-family: "Jost", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #000;
}
@media screen and (min-width: 768px) {
  .page--high .high-news_banner-wrap .high-news .news-contents .news-list .news-list-iner .news-list-item .contents .date-wrap .date {
    font-size: 0.9516837482vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high .high-news_banner-wrap .high-news .news-contents .news-list .news-list-iner .news-list-item .contents .date-wrap .date {
    font-size: 2.4154589372vw;
  }
}
.page--high .high-news_banner-wrap .high-news .news-contents .news-list .news-list-iner .news-list-item .contents .date-wrap .tag {
  background: #60388e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1em;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .page--high .high-news_banner-wrap .high-news .news-contents .news-list .news-list-iner .news-list-item .contents .date-wrap .tag {
    font-size: 0.878477306vw;
    border-radius: 3.6603221083vw;
    padding: 0.0732064422vw 0.8052708638vw 0.2196193265vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high .high-news_banner-wrap .high-news .news-contents .news-list .news-list-iner .news-list-item .contents .date-wrap .tag {
    font-size: 1.9323671498vw;
    border-radius: 12.077294686vw;
    padding: 0.2415458937vw 1.9323671498vw 0.4830917874vw;
  }
}
.page--high .high-news_banner-wrap .high-news .news-contents .news-list .news-list-iner .news-list-item .contents .TL {
  font-family: "MidashiGoPro-MB31", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #292929;
}
@media screen and (min-width: 768px) {
  .page--high .high-news_banner-wrap .high-news .news-contents .news-list .news-list-iner .news-list-item .contents .TL {
    margin-top: 1.1713030747vw;
    font-size: 1.0248901903vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .page--high .high-news_banner-wrap .high-news .news-contents .news-list .news-list-iner .news-list-item .contents .TL {
    margin-top: 3.1400966184vw;
    font-size: 3.3816425121vw;
    line-height: 2;
  }
}
.page--high .high-news_banner-wrap .high-news .news-contents .news-btn {
  display: block;
}
@media screen and (min-width: 768px) {
  .page--high .high-news_banner-wrap .high-news .news-contents .news-btn {
    width: 9.663250366vw;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(20%);
  }
}
@media screen and (max-width: 767px) {
  .page--high .high-news_banner-wrap .high-news .news-contents .news-btn {
    width: 51.2077294686vw;
    margin: 11.3526570048vw auto 0;
  }
}
.page--high .high-news_banner-wrap .high-news .news-contents .news-btn .sp {
  position: relative;
}
.page--high .high-news_banner-wrap .high-news .news-contents .news-btn .sp .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.page--high .high-news_banner-wrap .high-news .news-contents .news-btn:hover .sp .hover {
  opacity: 1;
}
.page--high .high-news_banner-wrap .high-banner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .page--high .high-news_banner-wrap .high-banner {
    gap: 1.6837481698vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high .high-news_banner-wrap .high-banner {
    gap: 4.347826087vw;
    padding-inline: 4.8309178744vw;
  }
}
.page--high .high-news_banner-wrap .high-banner .high-banner-item {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page--high .high-change {
    padding-block: 12.298682284vw 8.1259150805vw;
    background-image: url("../img/high/high-change-bg-pc.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .page--high .high-change {
    padding-block: 21.0144927536vw 24.154589372vw;
    border-radius: 2.4154589372vw;
    background-image: url("../img/high/high-change-bg-sp.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .page--high .high-change .ttl {
    margin-bottom: 4.9048316252vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high .high-change .ttl {
    margin-bottom: 9.9033816425vw;
  }
}
.page--high .high-change .ttl .TL {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page--high .high-change .ttl .TL {
    width: 74.3045387994vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high .high-change .ttl .TL {
    width: 75.845410628vw;
  }
}
.page--high .high-change .high-change-contents .high-change-contents-item {
  display: block;
}
@media screen and (min-width: 768px) {
  .page--high .high-change .high-change-contents .high-change-contents-item {
    width: 72.6207906296vw;
    margin-inline: 1.8301610542vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high .high-change .high-change-contents .high-change-contents-item {
    width: 81.1594202899vw;
    margin-inline: 1.9323671498vw;
  }
}
.page--high .high-change .high-change-contents .high-change-contents-item picture,
.page--high .high-change .high-change-contents .high-change-contents-item img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page--high .high-change .high-change-pagination {
    margin-top: 1.4641288433vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high .high-change .high-change-pagination {
    margin-top: 4.1062801932vw;
  }
}
.page--high .high-change .high-change-pagination .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .page--high .high-change .high-change-pagination .slick-dots {
    gap: 0.1464128843vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high .high-change .high-change-pagination .slick-dots {
    gap: 0.9661835749vw;
  }
}
.page--high .high-change .high-change-pagination .slick-dots li {
  display: flex;
  line-height: 0;
}
.page--high .high-change .high-change-pagination .high-change-dot {
  display: block;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.5;
  cursor: pointer;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .page--high .high-change .high-change-pagination .high-change-dot {
    width: 0.5856515373vw;
    height: 0.5856515373vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high .high-change .high-change-pagination .high-change-dot {
    width: 1.9323671498vw;
    height: 1.9323671498vw;
  }
}
.page--high .high-change .high-change-pagination .slick-active .high-change-dot {
  opacity: 1;
}
.page--high .high-info .high-info-inr {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page--high .high-info .high-info-inr {
    display: flex;
    flex-wrap: wrap;
  }
}
.page--high .high-info .high-info-item {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page--high .high-info .high-info-item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .page--high .high-info .high-info-item {
    width: 100%;
  }
}
.page--high .high-info .high-info-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid #ff4aa5;
  opacity: 0;
  display: block;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .page--high .high-info .high-info-item::before {
    border-width: 1.4641288433vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high .high-info .high-info-item::before {
    border-width: 4.8309178744vw;
  }
}
.page--high .high-info .high-info-item:hover::before {
  opacity: 1;
}
.page--high .high-info .high-info-item img {
  width: 100%;
}

/* -----------------------
  changed
----------------------- */
.page-high-changed {
  background: #ffb9dc;
}
.page-high-changed .high-changed-kv {
  position: relative;
  z-index: 1;
}
.page-high-changed .high-changed-kv .high-changed-kv-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
}
.page-high-changed .high-changed-kv .high-changed-kv-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-high-changed .high-changed-kv .high-changed-kv-inr {
  position: relative;
  z-index: 1;
}
.page-high-changed .high-changed-kv .high-changed-kv-inr .high-changed-kv-item {
  position: relative;
  width: 100%;
  height: 100vh;
}
.page-high-changed .high-changed-kv .high-changed-kv-inr .high-changed-kv-item .high-changed-kv-item-bg {
  width: 100%;
  height: 100%;
}
.page-high-changed .high-changed-kv .high-changed-kv-inr .high-changed-kv-item .high-changed-kv-item-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page-high-changed .high-changed-kv .high-changed-kv-inr .high-changed-kv-item .high-changed-kv-item-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .page-high-changed .high-changed-kv .high-changed-kv-inr .high-changed-kv-item.high-changed-kv-item-01 .high-changed-kv-item-ttl {
    top: 50%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .page-high-changed .high-changed-kv .high-changed-kv-inr .high-changed-kv-item.high-changed-kv-item-01 .high-changed-kv-item-ttl {
    width: 86.9565217391vw;
    top: 53%;
  }
}
.page-high-changed .high-changed-kv .high-changed-kv-inr .high-changed-kv-item.high-changed-kv-item-01 .high-changed-kv-item-ttl h3 {
  font-family: "A1GothicStdN", sans-serif;
  letter-spacing: 0.06em;
  color: #FF4AA5;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .page-high-changed .high-changed-kv .high-changed-kv-inr .high-changed-kv-item.high-changed-kv-item-01 .high-changed-kv-item-ttl h3 {
    font-size: 5.8565153734vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-changed .high-changed-kv .high-changed-kv-inr .high-changed-kv-item.high-changed-kv-item-01 .high-changed-kv-item-ttl h3 {
    font-size: 10.1449275362vw;
  }
}
.page-high-changed .high-changed-kv .high-changed-kv-inr .high-changed-kv-item.high-changed-kv-item-01 .high-changed-kv-item-ttl-tx {
  position: relative;
}
.page-high-changed .high-changed-kv .high-changed-kv-inr .high-changed-kv-item.high-changed-kv-item-01 .high-changed-kv-item-ttl-tx::before {
  content: "BEFORE";
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FF4AA5;
  color: #ffffff;
  font-family: "A1GothicStdN", sans-serif;
  font-weight: 500;
  border-radius: 999px;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .page-high-changed .high-changed-kv .high-changed-kv-inr .high-changed-kv-item.high-changed-kv-item-01 .high-changed-kv-item-ttl-tx::before {
    top: -4.39238653vw;
    left: 0.2196193265vw;
    font-size: 1.317715959vw;
    padding: 0.2928257687vw 0.7320644217vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-changed .high-changed-kv .high-changed-kv-inr .high-changed-kv-item.high-changed-kv-item-01 .high-changed-kv-item-ttl-tx::before {
    top: -8.6956521739vw;
    left: 0;
    font-size: 3.3816425121vw;
    padding: 1.4492753623vw 3.6231884058vw;
  }
}
@media screen and (min-width: 768px) {
  .page-high-changed .high-changed-kv .high-changed-kv-inr .high-changed-kv-item.high-changed-kv-item-02 .high-changed-kv-item-ttl {
    top: 55%;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .page-high-changed .high-changed-kv .high-changed-kv-inr .high-changed-kv-item.high-changed-kv-item-02 .high-changed-kv-item-ttl {
    width: 55.5555555556vw;
    top: 53%;
    text-align: center;
    line-height: 1.357;
  }
}
.page-high-changed .high-changed-kv .high-changed-kv-inr .high-changed-kv-item.high-changed-kv-item-02 .high-changed-kv-item-ttl h3 {
  font-family: "A1GothicStdN", sans-serif;
  color: #FF4AA5;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .page-high-changed .high-changed-kv .high-changed-kv-inr .high-changed-kv-item.high-changed-kv-item-02 .high-changed-kv-item-ttl h3 {
    font-size: 5.8565153734vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-changed .high-changed-kv .high-changed-kv-inr .high-changed-kv-item.high-changed-kv-item-02 .high-changed-kv-item-ttl h3 {
    font-size: 10.1449275362vw;
  }
}
.page-high-changed .high-changed-kv .high-changed-kv-inr .high-changed-kv-item.high-changed-kv-item-02 .high-changed-kv-item-ttl-tx {
  position: relative;
}
.page-high-changed .high-changed-kv .high-changed-kv-inr .high-changed-kv-item.high-changed-kv-item-02 .high-changed-kv-item-ttl-tx::before {
  content: "AFTER";
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FF4AA5;
  color: #ffffff;
  font-family: "A1GothicStdN", sans-serif;
  font-weight: 0;
  border-radius: 999px;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .page-high-changed .high-changed-kv .high-changed-kv-inr .high-changed-kv-item.high-changed-kv-item-02 .high-changed-kv-item-ttl-tx::before {
    top: -4.39238653vw;
    left: 22%;
    font-size: 1.317715959vw;
    padding: 0.2928257687vw 0.7320644217vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-changed .high-changed-kv .high-changed-kv-inr .high-changed-kv-item.high-changed-kv-item-02 .high-changed-kv-item-ttl-tx::before {
    top: -10.38647343vw;
    left: 0;
    font-size: 3.3816425121vw;
    padding: 1.4492753623vw 3.6231884058vw;
  }
}
@media screen and (min-width: 768px) {
  .page-high-changed .high-changed-kv .high-changed-kv-inr .high-changed-kv-item.high-changed-kv-item-03 .high-changed-kv-item-ttl {
    top: 45%;
    width: 57.5402635432vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-changed .high-changed-kv .high-changed-kv-inr .high-changed-kv-item.high-changed-kv-item-03 .high-changed-kv-item-ttl {
    width: 64.2512077295vw;
    top: 46.5%;
  }
}
.page-high-changed .high-changed-kv .high-changed-kv-inr .high-changed-kv-item.high-changed-kv-item-05 .high-changed-kv-item-ttl {
  width: 100%;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page-high-changed .high-changed-kv .high-changed-kv-inr .high-changed-kv-item.high-changed-kv-item-05 .high-changed-kv-item-ttl {
    top: 57%;
  }
}
@media screen and (max-width: 767px) {
  .page-high-changed .high-changed-kv .high-changed-kv-inr .high-changed-kv-item.high-changed-kv-item-05 .high-changed-kv-item-ttl {
    top: 51%;
  }
}
.page-high-changed .high-changed-kv .high-changed-kv-inr .high-changed-kv-item.high-changed-kv-item-05 .high-changed-kv-item-ttl .TL {
  font-family: "MidashiGoPro-MB31", sans-serif;
  font-weight: 700;
  line-height: 1.9;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-high-changed .high-changed-kv .high-changed-kv-inr .high-changed-kv-item.high-changed-kv-item-05 .high-changed-kv-item-ttl .TL {
    font-size: 3.3674963397vw;
    letter-spacing: 0.03em;
    margin-bottom: 3.8799414348vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-changed .high-changed-kv .high-changed-kv-inr .high-changed-kv-item.high-changed-kv-item-05 .high-changed-kv-item-ttl .TL {
    font-size: 5.7971014493vw;
    letter-spacing: 0.1em;
    margin-bottom: 7.4879227053vw;
  }
}
.page-high-changed .high-changed-kv .high-changed-kv-inr .high-changed-kv-item.high-changed-kv-item-05 .high-changed-kv-item-ttl .TX {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-high-changed .high-changed-kv .high-changed-kv-inr .high-changed-kv-item.high-changed-kv-item-05 .high-changed-kv-item-ttl .TX {
    width: 56.2957540264vw;
    font-size: 1.317715959vw;
    line-height: 1.8;
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 767px) {
  .page-high-changed .high-changed-kv .high-changed-kv-inr .high-changed-kv-item.high-changed-kv-item-05 .high-changed-kv-item-ttl .TX {
    width: 87.6811594203vw;
    font-size: 3.3816425121vw;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
.page-high-changed .high-changed {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .page-high-changed .high-changed {
    padding-block: 4.6852122987vw 9.3704245974vw;
    background-image: url("../img/high/high-change-bg-pc.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .page-high-changed .high-changed {
    padding-block: 18.5990338164vw 16.1835748792vw;
    border-radius: 2.4154589372vw;
    background-image: url("../img/high/high-change-bg-sp.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .page-high-changed .high-changed .ttl {
    margin-bottom: 1.1713030747vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-changed .high-changed .ttl {
    margin-bottom: 4.1062801932vw;
  }
}
.page-high-changed .high-changed .ttl .TL {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-high-changed .high-changed .ttl .TL {
    width: 20.5710102489vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-changed .high-changed .ttl .TL {
    width: 48.309178744vw;
  }
}
.page-high-changed .high-changed .high-changed-contents .high-changed-contents-item {
  display: block;
}
@media screen and (min-width: 768px) {
  .page-high-changed .high-changed .high-changed-contents .high-changed-contents-item {
    width: 72.6207906296vw;
    margin-inline: 1.8301610542vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-changed .high-changed .high-changed-contents .high-changed-contents-item {
    width: 81.1594202899vw;
    margin-inline: 1.9323671498vw;
  }
}
.page-high-changed .high-changed .high-changed-contents .high-changed-contents-item picture,
.page-high-changed .high-changed .high-changed-contents .high-changed-contents-item img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-high-changed .high-changed .high-changed-pagination {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-high-changed .high-changed .high-changed-pagination {
    display: none;
  }
}
.page-high-changed .high-changed .high-changed-pagination .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .page-high-changed .high-changed .high-changed-pagination .slick-dots {
    gap: 0.1464128843vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-changed .high-changed .high-changed-pagination .slick-dots {
    gap: 0.9661835749vw;
  }
}
.page-high-changed .high-changed .high-changed-pagination .slick-dots li {
  display: flex;
  line-height: 0;
}
.page-high-changed .high-changed .high-changed-pagination .high-changed-dot {
  display: block;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.5;
  cursor: pointer;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .page-high-changed .high-changed .high-changed-pagination .high-changed-dot {
    width: 0.5856515373vw;
    height: 0.5856515373vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-changed .high-changed .high-changed-pagination .high-changed-dot {
    width: 1.9323671498vw;
    height: 1.9323671498vw;
  }
}
.page-high-changed .high-changed .high-changed-pagination .slick-active .high-changed-dot {
  opacity: 1;
}

/* -----------------------
  why
----------------------- */
.page-high-why {
  background: #FCA3CF;
}
.page-high-why .high-why-kv {
  position: relative;
  height: 100vh;
}
.page-high-why .high-why-kv .high-why-kv-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.page-high-why .high-why-kv .high-why-kv-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-high-why .high-why-kv .high-why-kv-bg-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .page-high-why .high-why-kv .high-why-kv-bg-wrap {
    position: fixed;
  }
}
@media screen and (max-width: 767px) {
  .page-high-why .high-why-kv .high-why-kv-bg-wrap {
    position: absolute;
  }
}
.page-high-why .high-why-kv .high-why-kv-bg-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-high-why .high-why-kv .high-why-kv-ttl {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .page-high-why .high-why-kv .high-why-kv-ttl {
    width: 47.5841874085vw;
    top: 55%;
  }
}
@media screen and (max-width: 767px) {
  .page-high-why .high-why-kv .high-why-kv-ttl {
    width: 74.6376811594vw;
    top: 54%;
  }
}
.page-high-why .high-why-concept {
  position: relative;
}
.page-high-why .high-why-concept .high-why-concept-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page-high-why .high-why-concept .high-why-concept-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.page-high-why .high-why-concept .high-why-concept-inr {
  position: relative;
  z-index: 2;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-high-why .high-why-concept .high-why-concept-inr {
    display: flex;
    flex-direction: column;
    gap: 26.5007320644vw;
    padding-block: 8.1991215227vw 15.1537335286vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-why .high-why-concept .high-why-concept-inr {
    padding: 12.5603864734vw 0 22.9468599034vw 4.8309178744vw;
  }
}
.page-high-why .high-why-concept .high-why-concept-inr .TX {
  width: 100%;
  color: #FFF;
  font-family: "MidashiGoPro-MB31", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .page-high-why .high-why-concept .high-why-concept-inr .TX {
    text-align: center;
    font-size: 1.9033674963vw;
    line-height: 2.81;
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 767px) {
  .page-high-why .high-why-concept .high-why-concept-inr .TX {
    font-size: 4.8309178744vw;
    line-height: 2.11;
    letter-spacing: 0.1em;
    text-box-trim: unset;
  }
}
.page-high-why .high-why-contents {
  position: relative;
  z-index: 3;
}
.page-high-why .high-why-contents .high-why-item {
  position: relative;
}
.page-high-why .high-why-contents .high-why-item .high-why-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page-high-why .high-why-contents .high-why-item .high-why-item-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-high-why .high-why-contents .high-why-item .high-why-item-inr {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .page-high-why .high-why-contents .high-why-item .high-why-item-inr {
    padding: 7.6134699854vw 8.78477306vw 6.9546120059vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-why .high-why-contents .high-why-item .high-why-item-inr {
    padding: 29.7101449275vw 0 29.7101449275vw;
  }
}
@media screen and (min-width: 768px) {
  .page-high-why .high-why-contents .high-why-item .high-why-item-inr .TOP {
    width: 10.1756954612vw;
    margin-bottom: 3.6603221083vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-why .high-why-contents .high-why-item .high-why-item-inr .TOP {
    width: 28.0193236715vw;
    margin-bottom: 10.1449275362vw;
    margin-inline: auto;
  }
}
.page-high-why .high-why-contents .high-why-item .high-why-item-inr .TL {
  color: #FFF;
  font-family: "MidashiGoPro-MB31", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .page-high-why .high-why-contents .high-why-item .high-why-item-inr .TL {
    margin-bottom: 4.0263543192vw;
    font-size: 3.953147877vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-why .high-why-contents .high-why-item .high-why-item-inr .TL {
    text-align: center;
    margin-bottom: 10.1449275362vw;
    font-size: 8.6956521739vw;
  }
}
.page-high-why .high-why-contents .high-why-item .high-why-item-inr .TX {
  color: #FFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .page-high-why .high-why-contents .high-why-item .high-why-item-inr .TX {
    line-height: 2;
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-why .high-why-contents .high-why-item .high-why-item-inr .TX {
    text-align: center;
    line-height: 2.15;
    font-size: 3.8647342995vw;
  }
}
@media screen and (min-width: 768px) {
  .page-high-why .high-why-contents .high-why-item.high-why-item-02 .high-why-item-inr {
    padding: 9.1508052709vw 8.78477306vw 5.710102489vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-why .high-why-contents .high-why-item.high-why-item-02 .high-why-item-inr .TL {
    transform: translateX(0.5em);
  }
}
@media screen and (max-width: 767px) {
  .page-high-why .high-why-contents .high-why-item.high-why-item-03 .high-why-item-inr .TL {
    transform: translateX(0.5em);
  }
}
@media screen and (max-width: 767px) {
  .page-high-why .high-why-contents .high-why-item.high-why-item-04 .high-why-item-inr .TL {
    transform: translateX(0.3em);
  }
}
.page-high-why .high-why-more_check {
  position: relative;
  z-index: 3;
  background-color: #FC9CCC;
}
@media screen and (min-width: 768px) {
  .page-high-why .high-why-more_check {
    padding-block: 14.6412884334vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-why .high-why-more_check {
    padding-block: 13.768115942vw 12.5603864734vw;
  }
}

/* -----------------------
  course
----------------------- */
.page-high-course .high-course-kv {
  position: relative;
  z-index: 1;
}
.page-high-course .high-course-kv .high-course-kv-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.page-high-course .high-course-kv .high-course-kv-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-high-course .high-course-kv .high-course-kv-inr {
  position: relative;
  z-index: 2;
}
.page-high-course .high-course-kv .high-course-kv-inr .high-course-kv-ttl {
  position: relative;
  height: 100vh;
}
.page-high-course .high-course-kv .high-course-kv-inr .high-course-kv-ttl .TL {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-high-course .high-course-kv .high-course-kv-inr .high-course-kv-ttl .TL {
    width: 60.7613469985vw;
    top: 21%;
  }
}
@media screen and (max-width: 767px) {
  .page-high-course .high-course-kv .high-course-kv-inr .high-course-kv-ttl .TL {
    width: 66.4251207729vw;
    top: 44%;
  }
}
.page-high-course .high-course-kv .high-course-kv-inr .high-course-kv-txt {
  position: relative;
  height: 100vh;
}
.page-high-course .high-course-kv .high-course-kv-inr .high-course-kv-txt .TX {
  position: absolute;
  left: 0;
  width: 100%;
  font-family: "MidashiGoPro-MB31", sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.13em;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-high-course .high-course-kv .high-course-kv-inr .high-course-kv-txt .TX {
    top: 18.5%;
    font-size: 1.756954612vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-course .high-course-kv .high-course-kv-inr .high-course-kv-txt .TX {
    top: 37.5%;
    font-size: 4.347826087vw;
  }
}
.page-high-course .high-course-stage {
  position: relative;
  z-index: 2;
}
.page-high-course .high-course-stage .high-course-stage-top {
  position: relative;
}
.page-high-course .high-course-stage .high-course-stage-top .high-course-stage-top-bg {
  width: 100%;
}
.page-high-course .high-course-stage .high-course-stage-top .high-course-stage-top-bg img {
  width: 100%;
}
.page-high-course .high-course-stage .high-course-stage-top .high-course-stage-top-inr {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-high-course .high-course-stage .high-course-stage-top .high-course-stage-top-inr {
    top: 30%;
  }
}
@media screen and (max-width: 767px) {
  .page-high-course .high-course-stage .high-course-stage-top .high-course-stage-top-inr {
    top: 20%;
  }
}
.page-high-course .high-course-stage .high-course-stage-top .high-course-stage-top-inr .TL {
  margin-inline: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-high-course .high-course-stage .high-course-stage-top .high-course-stage-top-inr .TL {
    margin-bottom: 4.7584187408vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-course .high-course-stage .high-course-stage-top .high-course-stage-top-inr .TL {
    margin-bottom: 10.38647343vw;
  }
}
.page-high-course .high-course-stage .high-course-stage-top .high-course-stage-top-inr .TX {
  color: #fff;
  font-family: "MidashiGoPro-MB31", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .page-high-course .high-course-stage .high-course-stage-top .high-course-stage-top-inr .TX {
    text-align: center;
    font-size: 1.317715959vw;
    line-height: 2;
    letter-spacing: 0.13em;
  }
}
@media screen and (max-width: 767px) {
  .page-high-course .high-course-stage .high-course-stage-top .high-course-stage-top-inr .TX {
    font-size: 3.6231884058vw;
    padding-inline: 9.6618357488vw;
    line-height: 2.15;
    letter-spacing: 0.09em;
  }
}
.page-high-course .high-course-stage .high-course-stage-contents {
  background-image: url("../img/high-course/high-course-stage-contents-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center top;
  background-repeat: repeat-y;
}
@media screen and (min-width: 768px) {
  .page-high-course .high-course-stage .high-course-stage-contents {
    background-size: 100%;
    padding: 9.663250366vw 0 11.9326500732vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-course .high-course-stage .high-course-stage-contents {
    background-size: 360vw;
    padding: 15.2173913043vw 0 32.3671497585vw;
  }
}
.page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-contents-list .high-course-stage-contents-item {
  display: flex;
}
@media screen and (min-width: 768px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-contents-list .high-course-stage-contents-item {
    flex-direction: row-reverse;
    gap: 3.074670571vw;
    margin-bottom: 7.1742313324vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-contents-list .high-course-stage-contents-item {
    flex-direction: column;
    gap: 7.729468599vw;
    margin-bottom: 35.7487922705vw;
    margin-inline: auto;
    width: 80.6763285024vw;
  }
}
.page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-contents-list .high-course-stage-contents-item .item-img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-contents-list .high-course-stage-contents-item .item-img {
    width: 58.1259150805vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-contents-list .high-course-stage-contents-item .item-img {
    width: 100%;
  }
}
.page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-contents-list .high-course-stage-contents-item .item-img .item-img-inr {
  position: relative;
  z-index: 2;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-contents-list .high-course-stage-contents-item .item-img .item-img-inr img {
    border-radius: 0.878477306vw 0 0 0.878477306vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-contents-list .high-course-stage-contents-item .item-img .item-img-inr img {
    border-radius: 2.4154589372vw;
  }
}
.page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-contents-list .high-course-stage-contents-item .item-img .item-img-deco {
  position: absolute;
  z-index: 1;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-contents-list .high-course-stage-contents-item .item-img .item-img-deco {
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-contents-list .high-course-stage-contents-item .item-img .item-img-deco {
    width: 94.4444444444vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-contents-list .high-course-stage-contents-item .item-sent {
    width: 30.0146412884vw;
    padding-top: 7.3206442167vw;
    display: flex;
    flex-direction: column;
    gap: 2.9282576867vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-contents-list .high-course-stage-contents-item .item-sent {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-contents-list .high-course-stage-contents-item .item-sent .PT {
    width: 9.7364568082vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-contents-list .high-course-stage-contents-item .item-sent .PT {
    width: 22.9468599034vw;
  }
}
.page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-contents-list .high-course-stage-contents-item .item-sent .TL {
  color: #fff;
  font-family: "MidashiGoPro-MB31", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-contents-list .high-course-stage-contents-item .item-sent .TL {
    font-size: 2.5622254758vw;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 767px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-contents-list .high-course-stage-contents-item .item-sent .TL {
    font-size: 5.7971014493vw;
    line-height: 1.9;
    letter-spacing: 0.07em;
    margin-top: 7.0048309179vw;
  }
}
.page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-contents-list .high-course-stage-contents-item .item-sent .TX {
  color: #fff;
  font-family: "MidashiGoPro-MB31", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-contents-list .high-course-stage-contents-item .item-sent .TX {
    font-size: 1.0980966325vw;
    line-height: 2.1;
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 767px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-contents-list .high-course-stage-contents-item .item-sent .TX {
    font-size: 3.3816425121vw;
    line-height: 2;
    letter-spacing: 0.1em;
    margin-top: 7.2463768116vw;
  }
}
@media screen and (min-width: 768px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-contents-list .high-course-stage-contents-item:nth-child(even) {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-contents-list .high-course-stage-contents-item:nth-child(even) .item-img .item-img-inr img {
    border-radius: 0 0.878477306vw 0.878477306vw 0;
  }
}
.page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-contents-list .high-course-stage-contents-item:last-child {
  margin-bottom: 0 !important;
}
.page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-curriculum-wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-curriculum-wrap .high-course-stage-curriculum-sc-icon {
    position: absolute;
    bottom: calc(100% + 3.1400966184vw);
    right: 9.6618357488vw;
    width: 14.7342995169vw;
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-curriculum-wrap .high-course-stage-curriculum {
    margin-top: 9.8828696925vw;
    margin-inline: auto;
    width: 82.5036603221vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-curriculum-wrap .high-course-stage-curriculum {
    overflow-x: scroll;
    margin-top: 8.6956521739vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-curriculum-wrap .high-course-stage-curriculum .high-course-stage-curriculum-inr .high-course-stage-curriculum-accordion {
    padding: 0 11.5942028986vw;
  }
}
.page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-curriculum-wrap .high-course-stage-curriculum .high-course-stage-curriculum-inr .high-course-stage-curriculum-accordion .high-course-stage-curriculum-accordion-body {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-curriculum-wrap .high-course-stage-curriculum .high-course-stage-curriculum-inr .high-course-stage-curriculum-accordion .high-course-stage-curriculum-accordion-body {
    border-radius: 2.9282576867vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-curriculum-wrap .high-course-stage-curriculum .high-course-stage-curriculum-inr .high-course-stage-curriculum-accordion .high-course-stage-curriculum-accordion-body {
    border-radius: 7.2463768116vw;
  }
}
.page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-curriculum-wrap .high-course-stage-curriculum .high-course-stage-curriculum-inr .high-course-stage-curriculum-accordion .high-course-stage-curriculum-accordion-body .accordion-body-ttl {
  background-color: #FF6AB5;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-curriculum-wrap .high-course-stage-curriculum .high-course-stage-curriculum-inr .high-course-stage-curriculum-accordion .high-course-stage-curriculum-accordion-body .accordion-body-ttl {
    padding: 1.6105417277vw 0 1.8301610542vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-curriculum-wrap .high-course-stage-curriculum .high-course-stage-curriculum-inr .high-course-stage-curriculum-accordion .high-course-stage-curriculum-accordion-body .accordion-body-ttl {
    padding: 2.8985507246vw 0 3.1400966184vw;
  }
}
.page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-curriculum-wrap .high-course-stage-curriculum .high-course-stage-curriculum-inr .high-course-stage-curriculum-accordion .high-course-stage-curriculum-accordion-body .accordion-body-ttl .ttl .TX {
  text-align: center;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-curriculum-wrap .high-course-stage-curriculum .high-course-stage-curriculum-inr .high-course-stage-curriculum-accordion .high-course-stage-curriculum-accordion-body .accordion-body-ttl .ttl .TX {
    font-size: 1.6105417277vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-curriculum-wrap .high-course-stage-curriculum .high-course-stage-curriculum-inr .high-course-stage-curriculum-accordion .high-course-stage-curriculum-accordion-body .accordion-body-ttl .ttl .TX {
    font-size: 3.6231884058vw;
  }
}
.page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-curriculum-wrap .high-course-stage-curriculum .high-course-stage-curriculum-inr .high-course-stage-curriculum-accordion .high-course-stage-curriculum-accordion-body .accordion-body-ttl .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
}
@media screen and (min-width: 768px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-curriculum-wrap .high-course-stage-curriculum .high-course-stage-curriculum-inr .high-course-stage-curriculum-accordion .high-course-stage-curriculum-accordion-body .accordion-body-ttl .icon {
    right: 2.4890190337vw;
    width: 2.4158125915vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-curriculum-wrap .high-course-stage-curriculum .high-course-stage-curriculum-inr .high-course-stage-curriculum-accordion .high-course-stage-curriculum-accordion-body .accordion-body-ttl .icon {
    right: 3.8647342995vw;
    width: 4.5893719807vw;
  }
}
.page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-curriculum-wrap .high-course-stage-curriculum .high-course-stage-curriculum-inr .high-course-stage-curriculum-accordion .high-course-stage-curriculum-accordion-body .accordion-body-item {
  display: none;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-curriculum-wrap .high-course-stage-curriculum .high-course-stage-curriculum-inr .high-course-stage-curriculum-accordion .high-course-stage-curriculum-accordion-body .accordion-body-item {
    padding: 6.2225475842vw 5.6368960469vw 6.7349926794vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-curriculum-wrap .high-course-stage-curriculum .high-course-stage-curriculum-inr .high-course-stage-curriculum-accordion .high-course-stage-curriculum-accordion-body .accordion-body-item {
    padding: 6.7632850242vw 5.0724637681vw 8.4541062802vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-curriculum-wrap.is-active .high-course-stage-curriculum-sc-icon {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-curriculum-wrap.is-active .high-course-stage-curriculum {
    margin-top: 18.5990338164vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-curriculum-wrap.is-active .high-course-stage-curriculum .high-course-stage-curriculum-inr {
    width: 185.2657004831vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-curriculum-wrap.is-active .high-course-stage-curriculum .high-course-stage-curriculum-inr .high-course-stage-curriculum-accordion {
    padding: 0 4.8309178744vw;
  }
}
@media screen and (min-width: 768px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-curriculum-wrap.is-active .high-course-stage-curriculum .high-course-stage-curriculum-inr .high-course-stage-curriculum-accordion .high-course-stage-curriculum-accordion-body {
    border-radius: 0.7320644217vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-curriculum-wrap.is-active .high-course-stage-curriculum .high-course-stage-curriculum-inr .high-course-stage-curriculum-accordion .high-course-stage-curriculum-accordion-body {
    border-radius: 2.4154589372vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-curriculum-wrap.is-active .high-course-stage-curriculum .high-course-stage-curriculum-inr .high-course-stage-curriculum-accordion .high-course-stage-curriculum-accordion-body .accordion-body-ttl .ttl {
    width: 95.4106280193vw;
  }
}
.page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-curriculum-wrap.is-active .high-course-stage-curriculum .high-course-stage-curriculum-inr .high-course-stage-curriculum-accordion .high-course-stage-curriculum-accordion-body .accordion-body-ttl .icon {
  transform: translateY(-50%) rotate(180deg);
}
.page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-curriculum-wrap.is-active .high-course-stage-curriculum .high-course-stage-curriculum-inr .high-course-stage-curriculum-accordion .high-course-stage-curriculum-accordion-body .accordion-body-item {
  display: block;
}
.page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-banner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-banner {
    margin-top: 13.4699853587vw;
    gap: 3.2942898975vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-banner {
    margin-top: 25.3623188406vw;
    gap: 8.9371980676vw;
  }
}
.page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-banner .high-course-stage-banner-item {
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-banner .high-course-stage-banner-item {
    width: 81.9180087848vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-banner .high-course-stage-banner-item {
    width: 91.3043478261vw;
  }
}
@media screen and (min-width: 768px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-more_check {
    margin-top: 13.3967789165vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-course .high-course-stage .high-course-stage-contents .high-course-stage-more_check {
    margin-top: 20.2898550725vw;
  }
}
.page-high-course .high-course-stage.high-course-standard {
  background-color: #FF9BCD;
}
@media screen and (min-width: 768px) {
  .page-high-course .high-course-stage.high-course-standard .high-course-stage-contents .high-course-stage-contents-list .high-course-stage-contents-item:nth-child(2) {
    margin-bottom: 7.2474377745vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-course .high-course-stage.high-course-standard .high-course-stage-contents .high-course-stage-contents-list .high-course-stage-contents-item:nth-child(2) {
    margin-bottom: 33.8164251208vw;
  }
}
.page-high-course .high-course-stage.high-course-premium {
  background-color: #FFAABE;
}
@media screen and (min-width: 768px) {
  .page-high-course .high-course-stage.high-course-premium .high-course-stage-contents {
    padding-bottom: 13.4699853587vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-course .high-course-stage.high-course-premium .high-course-stage-contents {
    padding: 14.4927536232vw 0 30.193236715vw;
  }
}
@media screen and (min-width: 768px) {
  .page-high-course .high-course-stage.high-course-premium .high-course-stage-contents .high-course-stage-contents-list .high-course-stage-contents-item:nth-child(even) {
    gap: 5.3440702782vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-course .high-course-stage.high-course-premium .high-course-stage-contents .high-course-stage-contents-list .high-course-stage-contents-item:nth-child(1) {
    margin-bottom: 33.8164251208vw;
  }
}
@media screen and (min-width: 768px) {
  .page-high-course .high-course-stage.high-course-premium .high-course-stage-contents .high-course-stage-contents-list .high-course-stage-contents-item:nth-child(2) {
    margin-bottom: 7.2474377745vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-course .high-course-stage.high-course-premium .high-course-stage-contents .high-course-stage-contents-list .high-course-stage-contents-item:nth-child(2) {
    margin-bottom: 27.0531400966vw;
  }
}
@media screen and (min-width: 768px) {
  .page-high-course .high-course-stage.high-course-premium .high-course-stage-contents .high-course-stage-contents-list .high-course-stage-contents-item:nth-child(3) {
    margin-bottom: 7.5402635432vw;
  }
}
@media screen and (max-width: 767px) {
  .page-high-course .high-course-stage.high-course-premium .high-course-stage-contents .high-course-stage-contents-list .high-course-stage-contents-item:nth-child(3) {
    margin-bottom: 41.5458937198vw;
  }
}
.page-high-course .high-course-stage.high-course-premium .high-course-stage-contents .high-course-stage-curriculum-wrap .high-course-stage-curriculum .high-course-stage-curriculum-inr .high-course-stage-curriculum-accordion .high-course-stage-curriculum-accordion-body .accordion-body-ttl {
  background-color: #FF809C;
}

/* -----------------------
  career
----------------------- */
.page--high-career {
  background-color: #FFB9DC;
}
.page--high-career .high-career-kv {
  position: relative;
  z-index: 1;
  height: 100vh;
}
.page--high-career .high-career-kv .high-career-kv-ttl {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page--high-career .high-career-kv .high-career-kv-ttl {
    width: 52.3426061493vw;
    margin-left: auto;
    background-image: url("../img/high-career/high-career-kv-bg-pc.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page--high-career .high-career-kv .high-career-kv-ttl {
    background-image: url("../img/high-career/high-career-kv-bg-sp.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 45.0340136054%;
  }
}
.page--high-career .high-career-kv .high-career-kv-ttl .TL {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .page--high-career .high-career-kv .high-career-kv-ttl .TL {
    top: 39%;
    right: 7.3938506589vw;
    width: 37.9941434846vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-career .high-career-kv .high-career-kv-ttl .TL {
    top: 39%;
    right: 50%;
    transform: translateX(50%);
    width: 74.8792270531vw;
  }
}
@media screen and (min-width: 768px) {
  .page--high-career .high-career-kv .high-career-fix-img {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 47.8770131772vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-career .high-career-kv .high-career-fix-img {
    height: 54.9659863946%;
  }
}
.page--high-career .high-career-kv .high-career-fix-img img {
  height: 100%;
  object-fit: cover;
}
.page--high-career .high-career-contents {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page--high-career .high-career-contents {
    width: 52.3426061493vw;
    margin-left: auto;
    padding: 4.39238653vw 4.39238653vw 12.2254758419vw 6.588579795vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-career .high-career-contents {
    padding: 12.077294686vw 2.4154589372vw 33.0917874396vw 4.8309178744vw;
  }
}
.page--high-career .high-career-contents .high-career-contents-inr {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .page--high-career .high-career-contents .high-career-contents-inr {
    gap: 9.5168374817vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-career .high-career-contents .high-career-contents-inr {
    gap: 27.2946859903vw;
  }
}
.page--high-career .high-career-contents .high-career-contents-inr .high-career-contents-wrap .list-ttl {
  color: #FFF;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.15em;
  position: relative;
  font-family: "A1GothicStdN", sans-serif;
}
@media screen and (min-width: 768px) {
  .page--high-career .high-career-contents .high-career-contents-inr .high-career-contents-wrap .list-ttl {
    padding-left: 4.1727672035vw;
    font-size: 1.9765739385vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-career .high-career-contents .high-career-contents-inr .high-career-contents-wrap .list-ttl {
    padding-left: 9.6618357488vw;
    font-size: 4.8309178744vw;
  }
}
.page--high-career .high-career-contents .high-career-contents-inr .high-career-contents-wrap .list-ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/high-career/high-career-contents-kuso-icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .page--high-career .high-career-contents .high-career-contents-inr .high-career-contents-wrap .list-ttl::before {
    width: 2.7086383602vw;
    height: 2.2693997072vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-career .high-career-contents .high-career-contents-inr .high-career-contents-wrap .list-ttl::before {
    width: 7.0048309179vw;
    height: 6.038647343vw;
  }
}
.page--high-career .high-career-contents .high-career-contents-inr .high-career-contents-wrap .list-contents {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .page--high-career .high-career-contents .high-career-contents-inr .high-career-contents-wrap .list-contents {
    gap: 3.4407027818vw 1.4641288433vw;
    margin-top: 4.2459736457vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-career .high-career-contents .high-career-contents-inr .high-career-contents-wrap .list-contents {
    gap: 10.6280193237vw 2.4154589372vw;
    margin-top: 8.4541062802vw;
  }
}
@media screen and (min-width: 768px) {
  .page--high-career .high-career-contents .high-career-contents-inr .high-career-contents-wrap .list-contents .content-item {
    width: calc((100% - 1.4641288433vw) * 0.5);
  }
}
@media screen and (max-width: 767px) {
  .page--high-career .high-career-contents .high-career-contents-inr .high-career-contents-wrap .list-contents .content-item {
    width: calc(61.3333333333% - 2.4154589372vw);
  }
}
@media screen and (max-width: 767px) {
  .page--high-career .high-career-contents .high-career-contents-inr .high-career-contents-wrap .list-contents .content-item:nth-child(2n) {
    width: 38.4%;
  }
}
.page--high-career .high-career-contents .high-career-contents-inr .high-career-contents-wrap .list-contents .content-item .NM {
  color: #FFF;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.18em;
  font-family: "A1GothicStdN", sans-serif;
}
@media screen and (min-width: 768px) {
  .page--high-career .high-career-contents .high-career-contents-inr .high-career-contents-wrap .list-contents .content-item .NM {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-career .high-career-contents .high-career-contents-inr .high-career-contents-wrap .list-contents .content-item .NM {
    font-size: 3.8647342995vw;
  }
}
.page--high-career .high-career-contents .high-career-contents-inr .high-career-contents-wrap .list-contents .content-item .FC {
  color: #FFF;
  font-weight: 400;
  line-height: 1.7;
  font-family: "A1GothicStdN", sans-serif;
}
@media screen and (min-width: 768px) {
  .page--high-career .high-career-contents .high-career-contents-inr .high-career-contents-wrap .list-contents .content-item .FC {
    font-size: 1.0248901903vw;
    margin-top: 1.4641288433vw;
    letter-spacing: 0.18em;
  }
}
@media screen and (max-width: 767px) {
  .page--high-career .high-career-contents .high-career-contents-inr .high-career-contents-wrap .list-contents .content-item .FC {
    font-size: 3.3816425121vw;
    margin-top: 2.6570048309vw;
    letter-spacing: 0.12em;
  }
}
.page--high-career .high-career-contents .high-career-contents-inr .high-career-contents-wrap .point-txt {
  color: #FFF;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.18em;
  font-family: "A1GothicStdN", sans-serif;
}
@media screen and (min-width: 768px) {
  .page--high-career .high-career-contents .high-career-contents-inr .high-career-contents-wrap .point-txt {
    font-size: 1.1713030747vw;
    margin-top: 4.0263543192vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-career .high-career-contents .high-career-contents-inr .high-career-contents-wrap .point-txt {
    font-size: 3.3816425121vw;
    margin-top: 10.38647343vw;
  }
}
.page--high-career .high-career-contents .high-career-contents-inr .high-career-contents-wrap .point-txt:empty {
  display: none;
}
.page--high-career .high-career-more_check {
  position: relative;
  z-index: 2;
  background-color: #FFB9DC;
  background-image: url("../img/high-career/high-career-more_check-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center top;
  background-repeat: repeat-y;
}
@media screen and (min-width: 768px) {
  .page--high-career .high-career-more_check {
    padding: 10.980966325vw 0 12.0790629575vw;
    background-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page--high-career .high-career-more_check {
    padding: 20.0483091787vw 0 19.806763285vw;
    background-size: 360vw;
  }
}

/* -----------------------
  admission
----------------------- */
.page--high-admission {
  background-color: #ffb9dc;
}
.page--high-admission .high-admission-kv {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page--high-admission .high-admission-kv {
    width: 72.8404099561vw;
    margin-left: auto;
    height: 100vh;
    padding-top: 4.6852122987vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .high-admission-kv {
    padding-top: 13.2850241546vw;
  }
}
@media screen and (min-width: 768px) {
  .page--high-admission .high-admission-kv .high-admission-kv-bg {
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .page--high-admission .high-admission-kv .high-admission-kv-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.page--high-admission .high-admission-kv .high-admission-kv-ttl {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .page--high-admission .high-admission-kv .high-admission-kv-ttl {
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .high-admission-kv .high-admission-kv-ttl {
    top: 55%;
  }
}
@media screen and (min-width: 768px) {
  .page--high-admission .high-admission-kv .high-admission-kv-ttl .TL {
    width: 12.8843338214vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .high-admission-kv .high-admission-kv-ttl .TL {
    width: 46.3768115942vw;
  }
}
@media screen and (min-width: 768px) {
  .page--high-admission .high-admission-aside {
    background-color: #ff76bb;
    width: 27.1595900439vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .high-admission-aside {
    background-color: #f785c0;
    padding: 5.5555555556vw 4.8309178744vw 5.5555555556vw 10.38647343vw;
  }
}
@media screen and (min-width: 768px) {
  .page--high-admission .high-admission-aside .high-admission-aside-inner {
    position: absolute;
    top: 54.5%;
    left: 51%;
    transform: translate(-50%, -50%);
    width: 18.8140556369vw;
  }
}
.page--high-admission .high-admission-aside .high-admission-aside-inner .aside-ttl {
  margin-bottom: 2.635431918vw;
  font-family: "MidashiGoPro-MB31", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 2.196193265vw;
}
@media screen and (max-width: 767px) {
  .page--high-admission .high-admission-aside .high-admission-aside-inner .aside-nav .aside-nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4.8309178744vw 0;
  }
}
@media screen and (min-width: 768px) {
  .page--high-admission .high-admission-aside .high-admission-aside-inner .aside-nav .aside-nav-list .aside-nav-list-item {
    border-bottom: solid 0.0732064422vw rgba(255, 255, 255, 0.3);
    padding: 1.3909224012vw 0 1.2445095168vw 2.7086383602vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .high-admission-aside .high-admission-aside-inner .aside-nav .aside-nav-list .aside-nav-list-item {
    padding-left: 6.5217391304vw;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .page--high-admission .high-admission-aside .high-admission-aside-inner .aside-nav .aside-nav-list .aside-nav-list-item:first-child {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .high-admission-aside .high-admission-aside-inner .aside-nav .aside-nav-list .aside-nav-list-item:nth-child(odd) {
    width: 48%;
  }
}
.page--high-admission .high-admission-aside .high-admission-aside-inner .aside-nav .aside-nav-list .aside-nav-list-item .aside-nav-list-item-link {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  display: block;
}
@media screen and (min-width: 768px) {
  .page--high-admission .high-admission-aside .high-admission-aside-inner .aside-nav .aside-nav-list .aside-nav-list-item .aside-nav-list-item-link {
    font-size: 1.1713030747vw;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .high-admission-aside .high-admission-aside-inner .aside-nav .aside-nav-list .aside-nav-list-item .aside-nav-list-item-link {
    font-size: 3.3816425121vw;
    letter-spacing: 0.1em;
  }
}
.page--high-admission .high-admission-aside .high-admission-aside-inner .aside-nav .aside-nav-list .aside-nav-list-item .aside-nav-list-item-link::before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  background-image: url("../img/high-admission/aside-nav-list-item-link-aho.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .page--high-admission .high-admission-aside .high-admission-aside-inner .aside-nav .aside-nav-list .aside-nav-list-item .aside-nav-list-item-link::before {
    width: 1.6837481698vw;
    height: 1.4641288433vw;
    left: -18%;
    top: 59%;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .high-admission-aside .high-admission-aside-inner .aside-nav .aside-nav-list .aside-nav-list-item .aside-nav-list-item-link::before {
    width: 4.347826087vw;
    height: 3.8647342995vw;
    left: -18%;
    top: 59%;
  }
}
.page--high-admission .high-admission-aside .high-admission-aside-inner .aside-nav .aside-nav-list .aside-nav-list-item .aside-nav-list-sub {
  margin-top: 0.9516837482vw;
  display: flex;
  flex-direction: column;
  gap: 0.5856515373vw;
}
.page--high-admission .high-admission-aside .high-admission-aside-inner .aside-nav .aside-nav-list .aside-nav-list-item .aside-nav-list-sub .aside-nav-list-item-sub .aside-nav-list-item-link-sub {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  letter-spacing: 0.2em;
  display: block;
  font-size: 1.0248901903vw;
}
.page--high-admission .high-admission-sec-ttl {
  margin-inline: auto;
  position: relative;
  width: fit-content;
}
.page--high-admission .high-admission-sec-ttl .high-admission-sec-ttl-bg {
  background-image: url("../img/high-admission/high-admission-sec-ttl-bg.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .page--high-admission .high-admission-sec-ttl .high-admission-sec-ttl-bg {
    width: 16.5446559297vw;
    height: 6.8814055637vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .high-admission-sec-ttl .high-admission-sec-ttl-bg {
    width: 48.7922705314vw;
    height: 20.2898550725vw;
  }
}
.page--high-admission .high-admission-sec-ttl .TL {
  position: absolute;
  transform: translate(-50%, -50%);
  font-family: "A1GothicStdN", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .page--high-admission .high-admission-sec-ttl .TL {
    letter-spacing: 0.1em;
    font-size: 1.9765739385vw;
    top: 50%;
    left: 49%;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .high-admission-sec-ttl .TL {
    letter-spacing: 0.15em;
    font-size: 5.3140096618vw;
    top: 54%;
    left: 51%;
  }
}
@media screen and (min-width: 768px) {
  .page--high-admission .page--high-admission-contents-wrap {
    width: 72.8404099561vw;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting .high-admission-recruiting-ttl {
    padding-block: 4.4655929722vw 3.8067349927vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting .high-admission-recruiting-ttl {
    padding-block: 7.9710144928vw 10.1449275362vw;
  }
}
.page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting .high-admission-recruiting-inr {
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting .high-admission-recruiting-inr {
    padding: 8.2723279649vw 9.4436310395vw 9.663250366vw 9.7364568082vw;
    gap: 3.3674963397vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting .high-admission-recruiting-inr {
    padding: 12.077294686vw 0vw 11.1111111111vw 9.4202898551vw;
    gap: 12.3188405797vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting .high-admission-recruiting-inr .recruiting-item {
    padding-right: 9.6618357488vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting .high-admission-recruiting-inr .recruiting-item.pd-r-sp {
    padding-right: 4.347826087vw;
  }
}
.page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting .high-admission-recruiting-inr .recruiting-item .recruiting-item-TL {
  font-family: "A1GothicStdN", sans-serif;
  font-weight: 400;
  color: #ff4aa5;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting .high-admission-recruiting-inr .recruiting-item .recruiting-item-TL {
    letter-spacing: 0.14em;
    font-size: 1.0980966325vw;
    margin-bottom: 1.4641288433vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting .high-admission-recruiting-inr .recruiting-item .recruiting-item-TL {
    letter-spacing: 0.15em;
    font-size: 3.6231884058vw;
    margin-bottom: 4.347826087vw;
  }
}
.page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting .high-admission-recruiting-inr .recruiting-item .recruiting-item-txt .TX {
  font-family: "A1GothicStdN", sans-serif;
  font-weight: 400;
  color: #292929;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting .high-admission-recruiting-inr .recruiting-item .recruiting-item-txt .TX {
    letter-spacing: 0.15em;
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting .high-admission-recruiting-inr .recruiting-item .recruiting-item-txt .TX {
    letter-spacing: 0.08em;
    font-size: 3.6231884058vw;
  }
}
.page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting .high-admission-recruiting-inr .recruiting-item .recruiting-item-txt .TX a {
  color: #292929;
  text-decoration: underline;
}
.page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting .high-admission-recruiting-inr .recruiting-item .recruiting-item-txt .TX-wrap-list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting .high-admission-recruiting-inr .recruiting-item .recruiting-item-txt .TX-wrap-list {
    gap: 0.7320644217vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting .high-admission-recruiting-inr .recruiting-item .recruiting-item-txt .TX-wrap-list {
    gap: 3.8647342995vw;
  }
}
.page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting .high-admission-recruiting-inr .recruiting-item .recruiting-item-txt .TX-wrap-list .TX-wrap {
  display: flex;
}
@media screen and (max-width: 767px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting .high-admission-recruiting-inr .recruiting-item .recruiting-item-txt .TX-wrap-list .TX-wrap {
    gap: 2.4154589372vw;
  }
}
@media screen and (min-width: 768px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting .high-admission-recruiting-inr .recruiting-item .recruiting-item-txt .TX-wrap-list .TX-wrap.flex-none {
    margin-top: 0.439238653vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting .high-admission-recruiting-inr .recruiting-item .recruiting-item-txt .TX-wrap-list .TX-wrap.flex-none {
    flex-direction: column;
  }
}
.page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting .high-admission-recruiting-inr .recruiting-item .recruiting-item-txt .TX-wrap-list .TX-wrap .TX-ttl {
  flex-shrink: 0;
}
.page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting .high-admission-recruiting-inr .recruiting-item .recruiting-item-txt .TX-wrap-list .TX-wrap .table-img {
  width: 100%;
}
.page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting .high-admission-recruiting-inr .recruiting-item .recruiting-item-txt .TL-wrap-list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting .high-admission-recruiting-inr .recruiting-item .recruiting-item-txt .TL-wrap-list {
    gap: 2.196193265vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting .high-admission-recruiting-inr .recruiting-item .recruiting-item-txt .TL-wrap-list {
    gap: 9.4202898551vw;
  }
}
.page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting .high-admission-recruiting-inr .recruiting-item .recruiting-item-txt .TL-wrap-list .TL-wrap .TL {
  font-family: "A1GothicStdN", sans-serif;
  font-weight: 500;
  color: #292929;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting .high-admission-recruiting-inr .recruiting-item .recruiting-item-txt .TL-wrap-list .TL-wrap .TL {
    letter-spacing: 0.14em;
    font-size: 1.0980966325vw;
    margin-bottom: 1.317715959vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting .high-admission-recruiting-inr .recruiting-item .recruiting-item-txt .TL-wrap-list .TL-wrap .TL {
    letter-spacing: 0.15em;
    font-size: 3.6231884058vw;
    margin-bottom: 4.347826087vw;
  }
}
.page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting .high-admission-recruiting-inr .recruiting-item .recruiting-item-txt .TL-wrap-list .TL-wrap .TL-txt-flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting .high-admission-recruiting-inr .recruiting-item .recruiting-item-txt .TL-wrap-list .TL-wrap .TL-txt-flex {
    gap: 0.7320644217vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting .high-admission-recruiting-inr .recruiting-item .recruiting-item-txt .TL-wrap-list .TL-wrap .TL-txt-flex {
    gap: 2.1739130435vw;
  }
}
.page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting .high-admission-recruiting-inr .recruiting-item .recruiting-item-txt .TL-wrap-list .TL-wrap .TL-txt-flex .TL-txt-flex-item {
  display: flex;
}
.page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting .high-admission-recruiting-inr .recruiting-item .recruiting-item-txt .TL-wrap-list .TL-wrap .TL-txt-flex .TL-txt-flex-item .TX-ttl {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-scholarship .high-admission-scholarship-ttl {
    padding-block: 8.78477306vw 3.8067349927vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-scholarship .high-admission-scholarship-ttl {
    padding-block: 10.38647343vw 8.4541062802vw;
  }
}
.page--high-admission .page--high-admission-contents-wrap .high-admission-scholarship .high-admission-scholarship-inr {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-scholarship .high-admission-scholarship-inr {
    padding-top: 4.2459736457vw;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-scholarship .high-admission-scholarship-inr {
    display: flex;
    flex-direction: column;
    gap: 5.3140096618vw;
  }
}
.page--high-admission .page--high-admission-contents-wrap .high-admission-scholarship .high-admission-scholarship-inr .scholarship-item .scholarship-tab {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #ff4aa5;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
  background-color: #ffeaf4;
}
@media screen and (min-width: 768px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-scholarship .high-admission-scholarship-inr .scholarship-item .scholarship-tab {
    position: absolute;
    top: 0;
    width: 25%;
    height: 4.2459736457vw;
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-scholarship .high-admission-scholarship-inr .scholarship-item .scholarship-tab {
    height: 14.0096618357vw;
    font-size: 3.6231884058vw;
    position: relative;
  }
  .page--high-admission .page--high-admission-contents-wrap .high-admission-scholarship .high-admission-scholarship-inr .scholarship-item .scholarship-tab::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8.6956521739vw;
    display: block;
    aspect-ratio: 1;
    width: 3.3816425121vw;
    background-image: url("../img/high-admission/high-admission-scholarship-tab-open.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-scholarship .high-admission-scholarship-inr .scholarship-item:nth-child(1) .scholarship-tab {
    left: 0%;
  }
}
@media screen and (min-width: 768px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-scholarship .high-admission-scholarship-inr .scholarship-item:nth-child(2) .scholarship-tab {
    left: 25%;
  }
}
@media screen and (min-width: 768px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-scholarship .high-admission-scholarship-inr .scholarship-item:nth-child(3) .scholarship-tab {
    left: 50%;
  }
}
@media screen and (min-width: 768px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-scholarship .high-admission-scholarship-inr .scholarship-item:nth-child(4) .scholarship-tab {
    left: 75%;
  }
}
.page--high-admission .page--high-admission-contents-wrap .high-admission-scholarship .high-admission-scholarship-inr .scholarship-item .scholarship-contents {
  flex-direction: column;
  display: none;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-scholarship .high-admission-scholarship-inr .scholarship-item .scholarship-contents {
    padding: 6.8814055637vw 9.5168374817vw;
    gap: 5.6368960469vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-scholarship .high-admission-scholarship-inr .scholarship-item .scholarship-contents {
    padding: 10.38647343vw 0 10.8695652174vw;
    gap: 12.3188405797vw;
  }
}
.page--high-admission .page--high-admission-contents-wrap .high-admission-scholarship .high-admission-scholarship-inr .scholarship-item .scholarship-contents .scholarship-contents-item .ttl {
  color: #ff4aa5;
  font-family: "A1GothicStdN", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 768px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-scholarship .high-admission-scholarship-inr .scholarship-item .scholarship-contents .scholarship-contents-item .ttl {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-scholarship .high-admission-scholarship-inr .scholarship-item .scholarship-contents .scholarship-contents-item .ttl {
    padding-inline: 4.347826087vw 4.8309178744vw;
    font-size: 3.6231884058vw;
  }
}
.page--high-admission .page--high-admission-contents-wrap .high-admission-scholarship .high-admission-scholarship-inr .scholarship-item .scholarship-contents .scholarship-contents-item .TX {
  color: #292929;
  font-family: "A1GothicStdN", sans-serif;
  font-weight: 400;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 768px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-scholarship .high-admission-scholarship-inr .scholarship-item .scholarship-contents .scholarship-contents-item .TX {
    font-size: 1.0980966325vw;
    margin-top: 2.196193265vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-scholarship .high-admission-scholarship-inr .scholarship-item .scholarship-contents .scholarship-contents-item .TX {
    font-size: 3.6231884058vw;
    margin-top: 4.5893719807vw;
    padding-inline: 4.347826087vw 4.8309178744vw;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-scholarship .high-admission-scholarship-inr .scholarship-item .scholarship-contents .scholarship-contents-item .img-wrap {
    margin-top: 1.4641288433vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-scholarship .high-admission-scholarship-inr .scholarship-item .scholarship-contents .scholarship-contents-item .img-wrap {
    margin-top: 5.0724637681vw;
  }
}
.page--high-admission .page--high-admission-contents-wrap .high-admission-scholarship .high-admission-scholarship-inr .scholarship-item .scholarship-contents .scholarship-contents-item .img-wrap .scroll {
  width: 14.7342995169vw;
  margin: 0 3.3816425121vw 2.8985507246vw auto;
}
.page--high-admission .page--high-admission-contents-wrap .high-admission-scholarship .high-admission-scholarship-inr .scholarship-item .scholarship-contents .scholarship-contents-item .img-wrap .img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-scholarship .high-admission-scholarship-inr .scholarship-item .scholarship-contents .scholarship-contents-item .img-wrap .img {
    overflow-y: scroll;
    padding-inline: 4.8309178744vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-scholarship .high-admission-scholarship-inr .scholarship-item .scholarship-contents .scholarship-contents-item .img-wrap .img img {
    width: 177.5362318841vw;
  }
}
@media screen and (min-width: 768px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-scholarship .high-admission-scholarship-inr .scholarship-item .scholarship-contents .scholarship-contents-item .TX-point {
    margin-top: 3.2942898975vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-scholarship .high-admission-scholarship-inr .scholarship-item .scholarship-contents .scholarship-contents-item .TX-point {
    margin-top: 7.0048309179vw;
  }
}
@media screen and (min-width: 768px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-scholarship .high-admission-scholarship-inr .scholarship-item.is-active .scholarship-tab {
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-scholarship .high-admission-scholarship-inr .scholarship-item.is-active .scholarship-contents {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-scholarship .high-admission-scholarship-inr .scholarship-item.is-active-sp .scholarship-tab::before {
    background-image: url("../img/high-admission/high-admission-scholarship-tab-close.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-scholarship .high-admission-scholarship-inr .scholarship-item.is-active-sp .scholarship-contents {
    display: flex;
  }
}
.page--high-admission .page--high-admission-contents-wrap .high-admission-scholarship .igh-admission-scholarship-point {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-scholarship .igh-admission-scholarship-point {
    margin-top: 3.2210834553vw;
    width: 53.7335285505vw;
    margin-inline: auto;
    gap: 1.4641288433vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-scholarship .igh-admission-scholarship-point {
    margin-top: 7.9710144928vw;
    padding-inline: 4.8309178744vw;
    gap: 2.8985507246vw;
  }
}
.page--high-admission .page--high-admission-contents-wrap .high-admission-scholarship .igh-admission-scholarship-point .TX {
  color: #fff;
  font-family: "A1GothicStdN", sans-serif;
  font-weight: 400;
  letter-spacing: 0.12em;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-scholarship .igh-admission-scholarship-point .TX {
    font-size: 1.0980966325vw;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-scholarship .igh-admission-scholarship-point .TX {
    font-size: 3.6231884058vw;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-student .high-admission-student-ttl {
    padding-block: 9.5168374817vw 3.8067349927vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-student .high-admission-student-ttl {
    padding-block: 17.6328502415vw 9.6618357488vw;
  }
}
.page--high-admission .page--high-admission-contents-wrap .high-admission-student .high-admission-student-inr {
  display: flex;
}
@media screen and (min-width: 768px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-student .high-admission-student-inr {
    gap: 1.0980966325vw;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-student .high-admission-student-inr {
    flex-direction: column;
    gap: 6.2801932367vw;
    align-items: center;
  }
}
.page--high-admission .page--high-admission-contents-wrap .high-admission-student .high-admission-student-inr a {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-student .high-admission-student-inr a {
    width: 20.4245973646vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-student .high-admission-student-inr a {
    width: 57.9710144928vw;
  }
}
.page--high-admission .page--high-admission-contents-wrap .high-admission-student .high-admission-student-inr a .defo {
  width: 100%;
}
.page--high-admission .page--high-admission-contents-wrap .high-admission-student .high-admission-student-inr a .hov {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.page--high-admission .page--high-admission-contents-wrap .high-admission-student .high-admission-student-inr a:hover .hov {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-faq .high-admission-faq-ttl {
    padding-block: 10.2489019034vw 3.8067349927vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-faq .high-admission-faq-ttl {
    padding-block: 25.6038647343vw 7.9710144928vw;
  }
}
.page--high-admission .page--high-admission-contents-wrap .high-admission-faq .high-admission-faq-inr {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-faq .high-admission-faq-inr {
    gap: 0.1464128843vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-faq .high-admission-faq-inr {
    gap: 1.2077294686vw;
  }
}
.page--high-admission .page--high-admission-contents-wrap .high-admission-faq .high-admission-faq-inr .faq-item .item-q {
  position: relative;
  background-color: #ff4aa5;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-faq .high-admission-faq-inr .faq-item .item-q {
    padding-inline: 9.5168374817vw;
    padding-block: 0.7320644217vw;
    min-height: 5.710102489vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-faq .high-admission-faq-inr .faq-item .item-q {
    padding-inline: 21.0144927536vw;
    padding-block: 1.2077294686vw;
    min-height: 13.5265700483vw;
  }
}
.page--high-admission .page--high-admission-contents-wrap .high-admission-faq .high-admission-faq-inr .faq-item .item-q::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background-image: url("../img/high-admission/high-admission-faq-q.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-faq .high-admission-faq-inr .faq-item .item-q::before {
    left: 3.8067349927vw;
    width: 3.2942898975vw;
    height: 2.8550512445vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-faq .high-admission-faq-inr .faq-item .item-q::before {
    left: 4.347826087vw;
    width: 9.1787439614vw;
    height: 7.9710144928vw;
  }
}
.page--high-admission .page--high-admission-contents-wrap .high-admission-faq .high-admission-faq-inr .faq-item .item-q::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background-image: url("../img/high-admission/high-admission-faq-open.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-faq .high-admission-faq-inr .faq-item .item-q::after {
    right: 3.6603221083vw;
    width: 1.9765739385vw;
    height: 1.9765739385vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-faq .high-admission-faq-inr .faq-item .item-q::after {
    right: 4.347826087vw;
    width: 6.5217391304vw;
    height: 6.5217391304vw;
  }
}
.page--high-admission .page--high-admission-contents-wrap .high-admission-faq .high-admission-faq-inr .faq-item .item-q .TL {
  color: #fff;
  font-family: "A1GothicStdN", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 768px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-faq .high-admission-faq-inr .faq-item .item-q .TL {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-faq .high-admission-faq-inr .faq-item .item-q .TL {
    font-size: 4.347826087vw;
  }
}
.page--high-admission .page--high-admission-contents-wrap .high-admission-faq .high-admission-faq-inr .faq-item .item-a {
  background-color: #fff;
  display: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-faq .high-admission-faq-inr .faq-item .item-a {
    padding: 3.953147877vw 9.5168374817vw 5.8565153734vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-faq .high-admission-faq-inr .faq-item .item-a {
    padding: 17.1497584541vw 4.5893719807vw 12.077294686vw;
  }
}
.page--high-admission .page--high-admission-contents-wrap .high-admission-faq .high-admission-faq-inr .faq-item .item-a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../img/high-admission/high-admission-faq-a.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-faq .high-admission-faq-inr .faq-item .item-a::before {
    width: 3.2942898975vw;
    height: 2.8550512445vw;
    top: 3.074670571vw;
    left: 3.8067349927vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-faq .high-admission-faq-inr .faq-item .item-a::before {
    width: 9.6618357488vw;
    height: 8.4541062802vw;
    top: 4.8309178744vw;
    left: 4.347826087vw;
  }
}
.page--high-admission .page--high-admission-contents-wrap .high-admission-faq .high-admission-faq-inr .faq-item .item-a .TX {
  font-family: "A1GothicStdN", sans-serif;
  font-weight: 400;
  color: #292929;
  letter-spacing: 0.14em;
  font-size: 1.0980966325vw;
}
@media screen and (min-width: 768px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-faq .high-admission-faq-inr .faq-item .item-a .TX {
    line-height: 1.8;
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-faq .high-admission-faq-inr .faq-item .item-a .TX {
    line-height: 2;
    font-size: 3.3816425121vw;
  }
}
.page--high-admission .page--high-admission-contents-wrap .high-admission-faq .high-admission-faq-inr .faq-item .item-a .TX.point {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-faq .high-admission-faq-inr .faq-item .item-a .TX.point {
    letter-spacing: 0.125em;
  }
}
@media screen and (max-width: 767px) {
  .page--high-admission .page--high-admission-contents-wrap .high-admission-faq .high-admission-faq-inr .faq-item .item-a .TX.point {
    letter-spacing: 0.1em;
  }
}
.page--high-admission .page--high-admission-contents-wrap .high-admission-faq .high-admission-faq-inr .faq-item.is-active .item-q::after {
  background-image: url("../img/high-admission/high-admission-faq-close.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.page--high-admission .page--high-admission-contents-wrap .high-admission-faq .high-admission-faq-inr .faq-item.is-active .item-a {
  display: block;
}

@media screen and (min-width: 768px) {
  .footer--admission {
    width: 72.8404099561vw;
    margin-left: auto;
  }
}

.scholarship-item .TX-wrap {
  display: flex;
}

.is-high .scholarship-item:nth-child(2) .scholarship-tab {
  white-space: nowrap;
}

.junior-admission-schedule-table-wrap {
  width: 100%;
}

.junior-admission-schedule-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media screen and (min-width: 768px) {
  .junior-admission-schedule-table {
    border: 0.0732064422vw solid var(--school);
  }
}
@media screen and (max-width: 767px) {
  .junior-admission-schedule-table {
    border: 0.2415458937vw solid var(--school);
  }
}
.junior-admission-schedule-table td {
  vertical-align: middle;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .junior-admission-schedule-table td {
    border: 0.0732064422vw solid var(--school);
    font-size: 1.0980966325vw;
    letter-spacing: 0.15em;
    padding: 0.7320644217vw 0.878477306vw;
  }
}
@media screen and (max-width: 767px) {
  .junior-admission-schedule-table td {
    border: 0.2415458937vw solid var(--school);
    font-size: 3.6231884058vw;
    letter-spacing: 0.08em;
    padding-block: 3.8647342995vw;
  }
}
.junior-admission-schedule-table-time {
  width: 50%;
  background-color: color-mix(in srgb, var(--school) 12%, transparent);
}
@media screen and (min-width: 768px) {
  .junior-admission-schedule-table-time {
    padding-left: 6.7349926794vw !important;
  }
}
@media screen and (max-width: 767px) {
  .junior-admission-schedule-table-time {
    padding-left: 4.8309178744vw !important;
  }
}
.junior-admission-schedule-table-content {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .junior-admission-schedule-table-content {
    padding-left: 4.6120058565vw !important;
  }
}
@media screen and (max-width: 767px) {
  .junior-admission-schedule-table-content {
    padding-left: 4.8309178744vw !important;
  }
}

/* -----------------------
  life
----------------------- */
.page--high-life {
  background-color: #FFB9DC;
}
.page--high-life .high-life-sec-ttl {
  margin-inline: auto;
  position: relative;
  width: fit-content;
}
.page--high-life .high-life-sec-ttl .high-life-sec-ttl-bg {
  background-image: url("../img/high-admission/high-admission-sec-ttl-bg.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .page--high-life .high-life-sec-ttl .high-life-sec-ttl-bg {
    width: 16.5446559297vw;
    height: 6.8814055637vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-life .high-life-sec-ttl .high-life-sec-ttl-bg {
    width: 48.7922705314vw;
    height: 20.2898550725vw;
  }
}
.page--high-life .high-life-sec-ttl .TL {
  position: absolute;
  transform: translate(-50%, -50%);
  font-family: "A1GothicStdN", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .page--high-life .high-life-sec-ttl .TL {
    letter-spacing: 0.1em;
    font-size: 1.9765739385vw;
    top: 50%;
    left: 49%;
  }
}
@media screen and (max-width: 767px) {
  .page--high-life .high-life-sec-ttl .TL {
    letter-spacing: 0.15em;
    font-size: 5.3140096618vw;
    top: 54%;
    left: 51%;
  }
}
.page--high-life .high-life-kv {
  position: relative;
  height: 100vh;
}
.page--high-life .high-life-kv .high-life-kv-bg {
  height: 100vh;
}
.page--high-life .high-life-kv .high-life-kv-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.page--high-life .high-life-kv .TL {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .page--high-life .high-life-kv .TL {
    width: 44.9487554905vw;
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  .page--high-life .high-life-kv .TL {
    width: 81.6425120773vw;
    top: 54%;
  }
}
@media screen and (min-width: 768px) {
  .page--high-life .high-life-schedule .high-life-schedule-ttl {
    padding-block: 3.4407027818vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-life .high-life-schedule .high-life-schedule-ttl {
    padding-block: 11.3526570048vw 6.5217391304vw;
  }
}
@media screen and (min-width: 768px) {
  .page--high-life .high-life-schedule .high-life-schedule-inr {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .page--high-life .high-life-schedule .high-life-schedule-inr {
    width: 90.3381642512vw;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .page--high-life .high-life-schedule .high-life-schedule-inr .high-life-schedule-item {
    display: flex;
    flex-direction: row-reverse;
    width: 50%;
    height: 23.2064421669vw;
  }
}
.page--high-life .high-life-schedule .high-life-schedule-inr .high-life-schedule-item .item-img {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .page--high-life .high-life-schedule .high-life-schedule-inr .high-life-schedule-item .item-img {
    width: 27.3792093704vw;
    flex-shrink: 0;
  }
}
.page--high-life .high-life-schedule .high-life-schedule-inr .high-life-schedule-item .item-img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page--high-life .high-life-schedule .high-life-schedule-inr .high-life-schedule-item .item-img img {
    height: 100%;
    object-fit: cover;
  }
}
.page--high-life .high-life-schedule .high-life-schedule-inr .high-life-schedule-item .item-txt {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page--high-life .high-life-schedule .high-life-schedule-inr .high-life-schedule-item .item-txt {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page--high-life .high-life-schedule .high-life-schedule-inr .high-life-schedule-item .item-txt {
    min-height: 40.0966183575vw;
    padding-block: 1.2077294686vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-life .high-life-schedule .high-life-schedule-inr .high-life-schedule-item .item-txt .item-txt-inr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .page--high-life .high-life-schedule .high-life-schedule-inr .high-life-schedule-item .item-txt .item-txt-inr .MM {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11.4934114202vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-life .high-life-schedule .high-life-schedule-inr .high-life-schedule-item .item-txt .item-txt-inr .MM {
    width: 21.2560386473vw;
    margin-inline: auto;
  }
}
.page--high-life .high-life-schedule .high-life-schedule-inr .high-life-schedule-item .item-txt .item-txt-inr .TX {
  text-align: center;
  color: #fff;
  font-family: "A1GothicStdN", sans-serif;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .page--high-life .high-life-schedule .high-life-schedule-inr .high-life-schedule-item .item-txt .item-txt-inr .TX {
    font-size: 0.9516837482vw;
    width: 100%;
    position: absolute;
    bottom: 9%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .page--high-life .high-life-schedule .high-life-schedule-inr .high-life-schedule-item .item-txt .item-txt-inr .TX {
    font-size: 3.3816425121vw;
    margin-top: 4.347826087vw;
  }
}
.page--high-life .high-life-schedule .high-life-schedule-inr .high-life-schedule-item.high-life-schedule-item-01 .item-txt, .page--high-life .high-life-schedule .high-life-schedule-inr .high-life-schedule-item.high-life-schedule-item-07 .item-txt {
  background-color: #D55093;
}
.page--high-life .high-life-schedule .high-life-schedule-inr .high-life-schedule-item.high-life-schedule-item-02 .item-txt, .page--high-life .high-life-schedule .high-life-schedule-inr .high-life-schedule-item.high-life-schedule-item-08 .item-txt {
  background-color: #FF007F;
}
.page--high-life .high-life-schedule .high-life-schedule-inr .high-life-schedule-item.high-life-schedule-item-03 .item-txt, .page--high-life .high-life-schedule .high-life-schedule-inr .high-life-schedule-item.high-life-schedule-item-09 .item-txt {
  background-color: #FA8BC3;
}
.page--high-life .high-life-schedule .high-life-schedule-inr .high-life-schedule-item.high-life-schedule-item-04 .item-txt, .page--high-life .high-life-schedule .high-life-schedule-inr .high-life-schedule-item.high-life-schedule-item-10 .item-txt {
  background-color: #FF4AA5;
}
.page--high-life .high-life-schedule .high-life-schedule-inr .high-life-schedule-item.high-life-schedule-item-05 .item-txt, .page--high-life .high-life-schedule .high-life-schedule-inr .high-life-schedule-item.high-life-schedule-item-11 .item-txt {
  background-color: #D9006D;
}
.page--high-life .high-life-schedule .high-life-schedule-inr .high-life-schedule-item.high-life-schedule-item-06 .item-txt, .page--high-life .high-life-schedule .high-life-schedule-inr .high-life-schedule-item.high-life-schedule-item-12 .item-txt {
  background-color: #FFB9DC;
}
@media screen and (max-width: 767px) {
  .page--high-life .high-life-schedule .high-life-schedule-inr .high-life-schedule-item.high-life-schedule-item-06 .item-txt, .page--high-life .high-life-schedule .high-life-schedule-inr .high-life-schedule-item.high-life-schedule-item-12 .item-txt {
    background-color: #EF94C5;
  }
}
@media screen and (min-width: 768px) {
  .page--high-life .high-life-day .high-life-day-ttl {
    padding-block: 12.5183016105vw 3.3674963397vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-life .high-life-day .high-life-day-ttl {
    padding-block: 19.806763285vw 9.6618357488vw;
  }
}
@media screen and (min-width: 768px) {
  .page--high-life .high-life-day .high-life-day-inr {
    display: flex;
  }
}
.page--high-life .high-life-day .high-life-day-inr .high-life-day-img-area {
  width: 50%;
  position: relative;
}
.page--high-life .high-life-day .high-life-day-inr .high-life-day-img-area .img-item {
  height: calc(100vh - 4.6852122987vw);
  position: sticky;
  top: 4.6852122987vw;
  left: 0;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.page--high-life .high-life-day .high-life-day-inr .high-life-day-img-area .img-item.is-opa {
  opacity: 0;
}
.page--high-life .high-life-day .high-life-day-inr .high-life-day-img-area .img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area {
    width: 50%;
  }
}
.page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area .txt-item {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area .txt-item {
    height: calc(100vh - 4.6852122987vw);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6.7349926794vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area .txt-item {
    display: flex;
    flex-direction: column;
    gap: 7.2463768116vw;
  }
}
@media screen and (min-width: 768px) {
  .page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area .txt-item:nth-child(4) .txt-item-box .TM {
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 768px) {
  .page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area .txt-item:nth-child(4) .txt-item-box .TX {
    padding-right: 5.4172767204vw;
  }
}
.page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area .txt-item:nth-child(2) .txt-item-box .mark, .page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area .txt-item:nth-child(3) .txt-item-box .mark, .page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area .txt-item:nth-child(4) .txt-item-box .mark {
  position: absolute;
  background-image: url("../img/high-life/high-life-day-item-point.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area .txt-item:nth-child(2) .txt-item-box .mark::after, .page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area .txt-item:nth-child(3) .txt-item-box .mark::after, .page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area .txt-item:nth-child(4) .txt-item-box .mark::after {
  content: "";
  position: absolute;
  height: 100vh;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area .txt-item:nth-child(2) .txt-item-box .mark::after, .page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area .txt-item:nth-child(3) .txt-item-box .mark::after, .page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area .txt-item:nth-child(4) .txt-item-box .mark::after {
    width: 0.1098096633vw;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area .txt-item:nth-child(2) .txt-item-box .mark::after, .page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area .txt-item:nth-child(3) .txt-item-box .mark::after, .page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area .txt-item:nth-child(4) .txt-item-box .mark::after {
    width: 0.3623188406vw;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area .txt-item:last-child {
    gap: 12.8843338214vw;
    padding-bottom: 14.6412884334vw;
  }
}
.page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area .txt-item:last-child .txt-item-box .mark {
  position: absolute;
  background-image: url("../img/high-life/high-life-day-item-point.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area .txt-item:last-child .txt-item-box .mark.mark_R::before {
  display: none;
}
.page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area .txt-item:last-child .txt-item-box .mark.mark_L::before {
  top: unset;
  bottom: 0;
}
.page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area .txt-item .txt-item-box {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area .txt-item .txt-item-box {
    display: flex;
    flex-direction: column;
    gap: 1.756954612vw;
    padding-left: 12.0790629575vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area .txt-item .txt-item-box {
    display: flex;
    flex-direction: column;
    gap: 2.4154589372vw;
    padding-left: 16.6666666667vw;
    padding-right: 1.690821256vw;
  }
}
.page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area .txt-item .txt-item-box .mark {
  position: absolute;
  background-image: url("../img/high-life/high-life-day-item-point.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area .txt-item .txt-item-box .mark.mark_L {
    width: 2.196193265vw;
    top: 1.2445095168vw;
    left: 6.7349926794vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area .txt-item .txt-item-box .mark.mark_L {
    width: 7.2463768116vw;
    top: 0.2415458937vw;
    left: 5.0724637681vw;
  }
}
@media screen and (min-width: 768px) {
  .page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area .txt-item .txt-item-box .mark.mark_R {
    width: 1.1713030747vw;
    top: 0.0732064422vw;
    left: 7.2474377745vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area .txt-item .txt-item-box .mark.mark_R {
    width: 4.5893719807vw;
    top: 1.4492753623vw;
    left: 6.5217391304vw;
  }
}
.page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area .txt-item .txt-item-box .mark::before {
  content: "";
  position: absolute;
  height: 100vh;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area .txt-item .txt-item-box .mark::before {
    width: 0.1098096633vw;
    top: 0.1464128843vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area .txt-item .txt-item-box .mark::before {
    width: 0.3623188406vw;
    top: 0.4830917874vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area .txt-item .txt-item-box .TM {
  color: #fff;
  font-family: "A1GothicStdN", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area .txt-item .txt-item-box .TM {
    font-size: 4.7584187408vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area .txt-item .txt-item-box .TM {
    order: 2;
    font-size: 6.7632850242vw;
  }
}
.page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area .txt-item .txt-item-box .TG {
  color: #fff;
  font-family: "A1GothicStdN", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #FF4AA5;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area .txt-item .txt-item-box .TG {
    border-radius: 3.6603221083vw;
    font-size: 1.4641288433vw;
    padding: 0.6588579795vw 1.8301610542vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area .txt-item .txt-item-box .TG {
    border-radius: 12.077294686vw;
    font-size: 3.3816425121vw;
    padding: 1.9323671498vw 5.5555555556vw;
    order: 1;
  }
}
.page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area .txt-item .txt-item-box .TX {
  color: #fff;
  font-family: "A1GothicStdN", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area .txt-item .txt-item-box .TX {
    line-height: 2;
    letter-spacing: 0.15em;
    font-size: 1.1713030747vw;
    padding-right: 6.5153733529vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area .txt-item .txt-item-box .TX {
    order: 3;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-size: 3.8647342995vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-life .high-life-day .high-life-day-inr .high-life-day-txt-area .txt-item .txt-item-box .img {
    width: 78.7439613527vw;
    margin: 2.4154589372vw 0 3.6231884058vw;
    order: 4;
  }
}
@media screen and (min-width: 768px) {
  .page--high-life .high-life-more_check {
    padding-block: 12.4450951684vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-life .high-life-more_check {
    padding-block: 29.2270531401vw 26.0869565217vw;
  }
}

/* -----------------------
  club
----------------------- */
.page--high-club {
  background-color: #FFB9DC;
}
.page--high-club .high-club-kv {
  position: relative;
  height: 100vh;
}
.page--high-club .high-club-kv .high-club-kv-bg {
  height: 100vh;
}
.page--high-club .high-club-kv .high-club-kv-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.page--high-club .high-club-kv .TL {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .page--high-club .high-club-kv .TL {
    width: 58.5651537335vw;
    top: 59%;
  }
}
@media screen and (max-width: 767px) {
  .page--high-club .high-club-kv .TL {
    width: 78.9855072464vw;
    top: 50%;
  }
}
@media screen and (min-width: 768px) {
  .page--high-club .high-club-activity {
    display: flex;
    flex-wrap: wrap;
  }
}
.page--high-club .high-club-activity .activity-item {
  width: 100%;
  position: relative;
}
.page--high-club .high-club-activity .activity-item .activity-item-content-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
}
@media screen and (min-width: 768px) {
  .page--high-club .high-club-activity .activity-item .activity-item-content-wrap {
    padding: 0 0 4.0995607613vw 3.513909224vw;
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .page--high-club .high-club-activity .activity-item .activity-item-content-wrap {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding-block: 13.2850241546vw 5.3140096618vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-club .high-club-activity .activity-item .activity-item-content-wrap .activity-item-content {
    padding-inline: 4.8309178744vw;
  }
}
.page--high-club .high-club-activity .activity-item .activity-item-content-wrap .activity-item-content .ttl .TL {
  font-family: "A1GothicStdN", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .page--high-club .high-club-activity .activity-item .activity-item-content-wrap .activity-item-content .ttl .TL {
    font-size: 4.9780380673vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-club .high-club-activity .activity-item .activity-item-content-wrap .activity-item-content .ttl .TL {
    font-size: 10.1449275362vw;
  }
}
.page--high-club .high-club-activity .activity-item .activity-item-content-wrap .activity-item-content .ttl .EN {
  font-family: "A1GothicStdN", sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .page--high-club .high-club-activity .activity-item .activity-item-content-wrap .activity-item-content .ttl .EN {
    font-size: 1.4641288433vw;
    margin-top: 1.1713030747vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-club .high-club-activity .activity-item .activity-item-content-wrap .activity-item-content .ttl .EN {
    font-size: 3.3816425121vw;
    margin-top: 2.4154589372vw;
  }
}
.page--high-club .high-club-activity .activity-item .activity-item-content-wrap .activity-item-content .TX {
  font-family: "A1GothicStdN", sans-serif;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page--high-club .high-club-activity .activity-item .activity-item-content-wrap .activity-item-content .TX {
    font-size: 1.0980966325vw;
    margin-top: 2.5622254758vw;
    letter-spacing: 0.14em;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .page--high-club .high-club-activity .activity-item .activity-item-content-wrap .activity-item-content .TX {
    font-size: 3.3816425121vw;
    margin-top: 7.4879227053vw;
    letter-spacing: 0.09em;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .page--high-club .high-club-activity .activity-item .activity-item-content-wrap .activity-item-tag {
    overflow-x: scroll;
  }
}
.page--high-club .high-club-activity .activity-item .activity-item-content-wrap .activity-item-tag .tag-wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .page--high-club .high-club-activity .activity-item .activity-item-content-wrap .activity-item-tag .tag-wrap {
    gap: 1.6837481698vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-club .high-club-activity .activity-item .activity-item-content-wrap .activity-item-tag .tag-wrap {
    gap: 3.8647342995vw;
    padding-inline: 4.8309178744vw;
  }
}
.page--high-club .high-club-activity .activity-item .activity-item-content-wrap .activity-item-tag .tag-wrap .tag {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .page--high-club .high-club-activity .activity-item .activity-item-content-wrap .activity-item-tag .tag-wrap .tag {
    width: 12.737920937vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-club .high-club-activity .activity-item .activity-item-content-wrap .activity-item-tag .tag-wrap .tag {
    width: 31.1594202899vw;
  }
}
@media screen and (min-width: 768px) {
  .page--high-club .high-club-activity .activity-item:nth-child(1) .activity-item-content-wrap {
    gap: 3.6603221083vw;
  }
}
@media screen and (min-width: 768px) {
  .page--high-club .high-club-activity .activity-item:nth-child(1) .activity-item-content-wrap .activity-item-content .TX {
    width: 49.1947291362vw;
  }
}
@media screen and (min-width: 768px) {
  .page--high-club .high-club-activity .activity-item:nth-child(2) .activity-item-content-wrap {
    gap: 1.2445095168vw;
  }
}
@media screen and (min-width: 768px) {
  .page--high-club .high-club-activity .activity-item:nth-child(2) .activity-item-content-wrap .activity-item-content .TX {
    width: 33.6749633968vw;
  }
}
@media screen and (min-width: 768px) {
  .page--high-club .high-club-activity .activity-item:nth-child(3) .activity-item-content-wrap {
    gap: 3.4407027818vw;
  }
}
@media screen and (min-width: 768px) {
  .page--high-club .high-club-activity .activity-item:nth-child(3) .activity-item-content-wrap .activity-item-content {
    display: flex;
    gap: 3.4407027818vw;
  }
}
@media screen and (min-width: 768px) {
  .page--high-club .high-club-activity .activity-item:nth-child(3) .activity-item-content-wrap .activity-item-content .TX {
    line-height: 2;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .page--high-club .high-club-activity .activity-item:nth-child(4) .activity-item-content-wrap .activity-item-content {
    display: flex;
    gap: 3.6603221083vw;
  }
}
@media screen and (min-width: 768px) {
  .page--high-club .high-club-activity .activity-item:nth-child(4) .activity-item-content-wrap .activity-item-content .TX {
    line-height: 2;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .page--high-club .high-club-activity .activity-item:nth-child(n+5) {
    width: 50%;
  }
}
.page--high-club .high-club-activity .activity-item:nth-child(n+5) .activity-item-content-wrap .activity-item-content .ttl .TL {
  letter-spacing: -0.08em;
}
@media screen and (min-width: 768px) {
  .page--high-club .high-club-activity .activity-item:nth-child(n+5) .activity-item-content-wrap .activity-item-content .ttl .TL {
    font-size: 4.9780380673vw;
  }
}
.page--high-club .high-club-activity .activity-item:nth-child(n+5) .activity-item-content-wrap .activity-item-content .TX {
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .page--high-club .high-club-activity .activity-item:nth-child(n+5) .activity-item-content-wrap .activity-item-content .TX {
    font-size: 1.1713030747vw;
  }
}
@media screen and (min-width: 768px) {
  .page--high-club .high-club-more_check {
    padding-block: 14.6412884334vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-club .high-club-more_check {
    padding-block: 16.6666666667vw 21.0144927536vw;
  }
}

/* -----------------------
  feature
----------------------- */
.page--high-feature {
  background-color: #FFB9DC;
}
.page--high-feature .high-feature-kv {
  position: relative;
  height: 100vh;
}
.page--high-feature .high-feature-kv .high-feature-kv-bg {
  height: 100vh;
}
.page--high-feature .high-feature-kv .high-feature-kv-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.page--high-feature .high-feature-kv .TL {
  position: absolute;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .page--high-feature .high-feature-kv .TL {
    width: 40.8491947291vw;
    top: 53%;
    left: 70%;
  }
}
@media screen and (max-width: 767px) {
  .page--high-feature .high-feature-kv .TL {
    width: 70.5314009662vw;
    top: 33%;
    left: 61%;
  }
}
@media screen and (min-width: 768px) {
  .page--high-feature .high-feature-content .high-feature-content-inr .content-item {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .page--high-feature .high-feature-content .high-feature-content-inr .content-item:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .page--high-feature .high-feature-content .high-feature-content-inr .content-item:last-child .content-item-txt {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .page--high-feature .high-feature-content .high-feature-content-inr .content-item .content-item-img {
    width: 50%;
    height: 50.6588579795vw;
  }
}
@media screen and (min-width: 768px) {
  .page--high-feature .high-feature-content .high-feature-content-inr .content-item .content-item-img img {
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  .page--high-feature .high-feature-content .high-feature-content-inr .content-item .content-item-txt {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .page--high-feature .high-feature-content .high-feature-content-inr .content-item .content-item-txt {
    padding-block: 15.9420289855vw;
  }
}
@media screen and (min-width: 768px) {
  .page--high-feature .high-feature-content .high-feature-content-inr .content-item .content-item-txt .TG {
    width: 8.8579795022vw;
    margin-left: 7.8330893119vw;
    margin-bottom: 3.074670571vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-feature .high-feature-content .high-feature-content-inr .content-item .content-item-txt .TG {
    width: 22.9468599034vw;
    margin-left: 9.6618357488vw;
    margin-bottom: 7.9710144928vw;
  }
}
.page--high-feature .high-feature-content .high-feature-content-inr .content-item .content-item-txt .TL {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page--high-feature .high-feature-content .high-feature-content-inr .content-item .content-item-txt .TL {
    margin-bottom: 3.6603221083vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-feature .high-feature-content .high-feature-content-inr .content-item .content-item-txt .TL {
    margin-bottom: 10.8695652174vw;
  }
}
.page--high-feature .high-feature-content .high-feature-content-inr .content-item .content-item-txt .TX {
  color: #fff;
  font-family: "A1GothicStdN", sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 768px) {
  .page--high-feature .high-feature-content .high-feature-content-inr .content-item .content-item-txt .TX {
    padding-inline: 7.8330893119vw 3.6603221083vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-feature .high-feature-content .high-feature-content-inr .content-item .content-item-txt .TX {
    padding-inline: 9.6618357488vw 9.6618357488vw;
    font-size: 3.3816425121vw;
  }
}
@media screen and (min-width: 768px) {
  .page--high-feature .high-feature-number {
    padding-block: 17.7891654466vw 0;
  }
}
@media screen and (max-width: 767px) {
  .page--high-feature .high-feature-number {
    padding-block: 21.9806763285vw 0;
  }
}
.page--high-feature .high-feature-number .TL {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page--high-feature .high-feature-number .TL {
    width: 59.5900439239vw;
    margin-bottom: 5.270863836vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-feature .high-feature-number .TL {
    width: 85.0241545894vw;
    margin-bottom: 10.6280193237vw;
  }
}
.page--high-feature .high-feature-number .high-feature-number-content {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page--high-feature .high-feature-number .high-feature-number-content {
    width: 83.0893118594vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-feature .high-feature-number .high-feature-number-content {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .page--high-feature .high-feature-more_check {
    padding-block: 11.2005856515vw 13.9092240117vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-feature .high-feature-more_check {
    padding-block: 22.2222222222vw;
  }
}

/* -----------------------
  openschool
----------------------- */
.page--high-openschool {
  background-color: #FFB9DC;
}
.page--high-openschool .high-openschool-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.page--high-openschool .high-openschool-bg .high-openschool-bg-inr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
}
.page--high-openschool .high-openschool-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page--high-openschool .high-openschool-inr {
  position: relative;
  z-index: 2;
}
.page--high-openschool .high-openschool-kv {
  position: relative;
  height: 100vh;
}
.page--high-openschool .high-openschool-kv .TL {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
}
@media screen and (min-width: 768px) {
  .page--high-openschool .high-openschool-kv .TL {
    width: 72.2547584187vw;
    top: 53%;
  }
}
@media screen and (max-width: 767px) {
  .page--high-openschool .high-openschool-kv .TL {
    width: 90.3381642512vw;
    top: 50%;
  }
}
.page--high-openschool .high-openschool-kv .high-openschool-kv-schedule {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .page--high-openschool .high-openschool-kv .high-openschool-kv-schedule {
    flex-wrap: wrap;
    bottom: 1.0980966325vw;
    gap: 2.5622254758vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-openschool .high-openschool-kv .high-openschool-kv-schedule {
    flex-direction: column;
    bottom: 3.6231884058vw;
    gap: 3.3816425121vw;
  }
}
.page--high-openschool .high-openschool-kv .high-openschool-kv-schedule .kv-schedule-item {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .page--high-openschool .high-openschool-kv .high-openschool-kv-schedule .kv-schedule-item {
    gap: 0.9516837482vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-openschool .high-openschool-kv .high-openschool-kv-schedule .kv-schedule-item {
    gap: 1.9323671498vw;
  }
}
.page--high-openschool .high-openschool-kv .high-openschool-kv-schedule .kv-schedule-item .tg {
  background-color: #fff;
  color: #F45A92;
  font-family: "A1GothicStdN", sans-serif;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .page--high-openschool .high-openschool-kv .high-openschool-kv-schedule .kv-schedule-item .tg {
    border-radius: 3.6603221083vw;
    padding: 0.5856515373vw 1.4641288433vw 0.6588579795vw;
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-openschool .high-openschool-kv .high-openschool-kv-schedule .kv-schedule-item .tg {
    border-radius: 12.077294686vw;
    padding: 1.2077294686vw 2.1739130435vw 1.4492753623vw;
    font-size: 2.8985507246vw;
  }
}
.page--high-openschool .high-openschool-kv .high-openschool-kv-schedule .kv-schedule-item .TM-wrap {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .page--high-openschool .high-openschool-kv .high-openschool-kv-schedule .kv-schedule-item .TM-wrap {
    gap: 3.5871156662vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-openschool .high-openschool-kv .high-openschool-kv-schedule .kv-schedule-item .TM-wrap {
    gap: 4.5893719807vw;
    flex-wrap: wrap;
  }
}
.page--high-openschool .high-openschool-kv .high-openschool-kv-schedule .kv-schedule-item .TM-wrap .TM {
  color: #fff;
  font-family: "A1GothicStdN", sans-serif;
  font-weight: 500;
  line-height: 1;
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .page--high-openschool .high-openschool-kv .high-openschool-kv-schedule .kv-schedule-item .TM-wrap .TM {
    font-size: 3.074670571vw;
    padding-right: 1.8301610542vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-openschool .high-openschool-kv .high-openschool-kv-schedule .kv-schedule-item .TM-wrap .TM {
    font-size: 7.2463768116vw;
    padding-right: 2.6570048309vw;
  }
}
.page--high-openschool .high-openschool-kv .high-openschool-kv-schedule .kv-schedule-item .TM-wrap .TM span {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .page--high-openschool .high-openschool-kv .high-openschool-kv-schedule .kv-schedule-item .TM-wrap .TM span {
    font-size: 1.317715959vw;
    transform: translate(20%, -50%) rotate(-90deg);
  }
}
@media screen and (max-width: 767px) {
  .page--high-openschool .high-openschool-kv .high-openschool-kv-schedule .kv-schedule-item .TM-wrap .TM span {
    font-size: 2.6570048309vw;
    transform: translate(35%, -50%) rotate(-90deg);
  }
}
.page--high-openschool .high-openschool-kv .high-openschool-kv-schedule .kv-schedule-item .TM-wrap .TM::before {
  content: "/";
  font-weight: 300;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 768px) {
  .page--high-openschool .high-openschool-kv .high-openschool-kv-schedule .kv-schedule-item .TM-wrap .TM::before {
    font-size: 3.1478770132vw;
    left: calc(100% + 0.7320644217vw);
  }
}
@media screen and (max-width: 767px) {
  .page--high-openschool .high-openschool-kv .high-openschool-kv-schedule .kv-schedule-item .TM-wrap .TM::before {
    font-size: 7.2463768116vw;
    left: calc(100% + 0.9661835749vw);
  }
}
.page--high-openschool .high-openschool-kv .high-openschool-kv-schedule .kv-schedule-item .TM-wrap .TM:last-child::before {
  display: none;
}
.page--high-openschool .high-openschool-kv .high-openschool-kv-schedule .kv-schedule-item .TM-wrap .TM.is-end {
  color: rgba(255, 255, 255, 0.3843137255);
  position: relative;
}
.page--high-openschool .high-openschool-kv .high-openschool-kv-schedule .kv-schedule-item .TM-wrap .TM.is-end::before {
  color: #fff;
}
.page--high-openschool .high-openschool-kv .high-openschool-kv-schedule .kv-schedule-item .TM-wrap .TM.is-end::after {
  content: "終了しました";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FF4AA5;
  color: #fff;
  font-family: "A1GothicStdN", sans-serif;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page--high-openschool .high-openschool-kv .high-openschool-kv-schedule .kv-schedule-item .TM-wrap .TM.is-end::after {
    padding: 0.1464128843vw 0.5856515373vw 0.0732064422vw;
    font-size: 1.0248901903vw;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .page--high-openschool .high-openschool-kv .high-openschool-kv-schedule .kv-schedule-item .TM-wrap .TM.is-end::after {
    padding: 0.4830917874vw 1.9323671498vw 0.2415458937vw;
    font-size: 2.8985507246vw;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 768px) {
  .page--high-openschool .high-openschool-txt {
    padding-block: 18.3016105417vw 19.6925329429vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-openschool .high-openschool-txt {
    padding: 22.2222222222vw 0 26.8115942029vw 4.8309178744vw;
  }
}
.page--high-openschool .high-openschool-txt .TX {
  font-family: "A1GothicStdN", sans-serif;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 768px) {
  .page--high-openschool .high-openschool-txt .TX {
    text-align: center;
    font-size: 1.9033674963vw;
    line-height: 2.78;
  }
}
@media screen and (max-width: 767px) {
  .page--high-openschool .high-openschool-txt .TX {
    font-size: 4.8309178744vw;
    line-height: 2.2;
  }
}
.page--high-openschool .high-openschool-date .high-openschool-date-ttl {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page--high-openschool .high-openschool-date .high-openschool-date-ttl {
    width: 16.5446559297vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-openschool .high-openschool-date .high-openschool-date-ttl {
    width: 33.8164251208vw;
  }
}
.page--high-openschool .high-openschool-date .high-openschool-date-items {
  margin-inline: auto;
  display: flex;
}
@media screen and (min-width: 768px) {
  .page--high-openschool .high-openschool-date .high-openschool-date-items {
    margin-top: 4.6120058565vw;
    width: 51.3909224012vw;
    flex-wrap: wrap;
    gap: 1.756954612vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-openschool .high-openschool-date .high-openschool-date-items {
    flex-direction: column;
    margin-top: 4.8309178744vw;
    gap: 3.6231884058vw;
    padding-inline: 4.8309178744vw;
  }
}
.page--high-openschool .high-openschool-date .high-openschool-date-items .date-item {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page--high-openschool .high-openschool-date .high-openschool-date-items .date-item {
    width: calc((100% - 1.756954612vw) * 1 / 2);
    border-radius: 0.7320644217vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-openschool .high-openschool-date .high-openschool-date-items .date-item {
    width: 100%;
    border-radius: 2.4154589372vw;
  }
}
.page--high-openschool .high-openschool-date .high-openschool-date-items .date-item .date-item-inr {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page--high-openschool .high-openschool-date .high-openschool-date-items .date-item .date-item-inr {
    padding: 2.4158125915vw 0.7320644217vw 2.9282576867vw 2.196193265vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-openschool .high-openschool-date .high-openschool-date-items .date-item .date-item-inr {
    padding: 3.6231884058vw 2.4154589372vw 4.8309178744vw;
  }
}
.page--high-openschool .high-openschool-date .high-openschool-date-items .date-item .date-item-inr .TG {
  color: #FF4AA5;
  font-family: "A1GothicStdN", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  border: solid #FF4AA5;
  display: block;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .page--high-openschool .high-openschool-date .high-openschool-date-items .date-item .date-item-inr .TG {
    margin-bottom: 0.439238653vw;
    font-size: 1.0248901903vw;
    border-radius: 3.6603221083vw;
    padding: 0.5856515373vw 1.0980966325vw 0.6588579795vw;
    border-width: 0.0732064422vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-openschool .high-openschool-date .high-openschool-date-items .date-item .date-item-inr .TG {
    margin-inline: auto;
    margin-bottom: 1.2077294686vw;
    font-size: 2.8985507246vw;
    border-radius: 12.077294686vw;
    padding: 1.2077294686vw 7.0048309179vw 1.2077294686vw;
    border-width: 0.2415458937vw;
  }
}
.page--high-openschool .high-openschool-date .high-openschool-date-items .date-item .date-item-inr .DD-INFO-wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .page--high-openschool .high-openschool-date .high-openschool-date-items .date-item .date-item-inr .DD-INFO-wrap {
    flex-direction: column;
    gap: 0.439238653vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-openschool .high-openschool-date .high-openschool-date-items .date-item .date-item-inr .DD-INFO-wrap {
    justify-content: center;
    align-items: center;
    gap: 16.9082125604vw;
  }
}
.page--high-openschool .high-openschool-date .high-openschool-date-items .date-item .date-item-inr .DD-INFO-wrap .DD {
  color: #FF4AA5;
  font-family: "A1GothicStdN", sans-serif;
  font-weight: 500;
  line-height: 1;
  display: block;
  width: fit-content;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page--high-openschool .high-openschool-date .high-openschool-date-items .date-item .date-item-inr .DD-INFO-wrap .DD {
    font-size: 6.588579795vw;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 767px) {
  .page--high-openschool .high-openschool-date .high-openschool-date-items .date-item .date-item-inr .DD-INFO-wrap .DD {
    font-size: 14.0096618357vw;
    letter-spacing: -0.01em;
  }
}
.page--high-openschool .high-openschool-date .high-openschool-date-items .date-item .date-item-inr .DD-INFO-wrap .DD span {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #FF4AA5;
  font-family: "A1GothicStdN", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05em;
  display: block;
  transform: translate(92%, -34%);
}
@media screen and (min-width: 768px) {
  .page--high-openschool .high-openschool-date .high-openschool-date-items .date-item .date-item-inr .DD-INFO-wrap .DD span {
    font-size: 2.8550512445vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-openschool .high-openschool-date .high-openschool-date-items .date-item .date-item-inr .DD-INFO-wrap .DD span {
    font-size: 5.3140096618vw;
  }
}
.page--high-openschool .high-openschool-date .high-openschool-date-items .date-item .date-item-inr .DD-INFO-wrap .INFO {
  color: #FF4AA5;
  font-family: "A1GothicStdN", sans-serif;
  font-weight: 500;
  letter-spacing: -0.08em;
  display: block;
  padding-left: 0.5em;
}
@media screen and (min-width: 768px) {
  .page--high-openschool .high-openschool-date .high-openschool-date-items .date-item .date-item-inr .DD-INFO-wrap .INFO {
    font-size: 1.6837481698vw;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .page--high-openschool .high-openschool-date .high-openschool-date-items .date-item .date-item-inr .DD-INFO-wrap .INFO {
    font-size: 3.6231884058vw;
    line-height: 1.6;
  }
}
.page--high-openschool .high-openschool-date .high-openschool-date-items .date-item .date-item-end {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  background-color: rgba(255, 255, 255, 0.7);
}
.page--high-openschool .high-openschool-date .high-openschool-date-items .date-item .date-item-end .TX {
  background-color: #FF4AA5;
  color: #fff;
  font-family: "A1GothicStdN", sans-serif;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page--high-openschool .high-openschool-date .high-openschool-date-items .date-item .date-item-end .TX {
    padding: 0.8052708638vw 2.5622254758vw 0.7320644217vw;
    font-size: 1.3909224012vw;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .page--high-openschool .high-openschool-date .high-openschool-date-items .date-item .date-item-end .TX {
    padding: 2.4154589372vw 8.4541062802vw 2.1739130435vw;
    font-size: 3.6231884058vw;
    letter-spacing: 0em;
  }
}
.page--high-openschool .high-openschool-date .high-openschool-date-items .date-item.is-end .date-item-end {
  display: flex;
}
@media screen and (min-width: 768px) {
  .page--high-openschool .high-openschool-agenda {
    padding-top: 16.1054172767vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-openschool .high-openschool-agenda {
    padding-top: 15.4589371981vw;
  }
}
.page--high-openschool .high-openschool-agenda .high-openschool-agenda-ttl {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page--high-openschool .high-openschool-agenda .high-openschool-agenda-ttl {
    width: 19.3265007321vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-openschool .high-openschool-agenda .high-openschool-agenda-ttl {
    width: 37.922705314vw;
  }
}
.page--high-openschool .high-openschool-agenda .high-openschool-agenda-items {
  margin-inline: auto;
  display: flex;
}
@media screen and (min-width: 768px) {
  .page--high-openschool .high-openschool-agenda .high-openschool-agenda-items {
    width: 67.0571010249vw;
    margin-top: 4.4655929722vw;
    flex-wrap: wrap;
    gap: 1.9765739385vw 2.196193265vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-openschool .high-openschool-agenda .high-openschool-agenda-items {
    flex-direction: column;
    gap: 6.038647343vw;
    padding-inline: 4.8309178744vw;
    margin-top: 6.5217391304vw;
  }
}
.page--high-openschool .high-openschool-agenda .high-openschool-agenda-items .agenda-item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page--high-openschool .high-openschool-agenda .high-openschool-agenda-items .agenda-item {
    width: calc((100% - 2.196193265vw) * 1 / 2);
  }
}
@media screen and (max-width: 767px) {
  .page--high-openschool .high-openschool-agenda .high-openschool-agenda-items .agenda-item {
    width: 100%;
  }
}
.page--high-openschool .high-openschool-agenda .high-openschool-agenda-items .agenda-item .agenda-item-bg {
  width: 100%;
}
.page--high-openschool .high-openschool-agenda .high-openschool-agenda-items .agenda-item .agenda-item-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .page--high-openschool .high-openschool-form {
    padding-block: 13.0307467057vw 13.17715959vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-openschool .high-openschool-form {
    padding-block: 20.2898550725vw 0;
  }
}
.page--high-openschool .high-openschool-form .high-openschool-form-ttl {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page--high-openschool .high-openschool-form .high-openschool-form-ttl {
    width: 22.1083455344vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-openschool .high-openschool-form .high-openschool-form-ttl {
    width: 46.6183574879vw;
  }
}
@media screen and (min-width: 768px) {
  .page--high-openschool .high-openschool-form .p-openschool-form {
    margin-top: 4.39238653vw;
  }
}
@media screen and (max-width: 767px) {
  .page--high-openschool .high-openschool-form .p-openschool-form {
    margin-top: 6.038647343vw;
  }
}

/* -----------------------

----------------------- */
/* -----------------------
  front（中学校）
----------------------- */
@media screen and (min-width: 768px) {
  .page--junior.page--high .high-hiro .TL {
    width: 82.4304538799vw;
    bottom: 4.5387994143vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior.page--high .high-hiro .TL {
    width: 84.0579710145vw;
    bottom: 8.6956521739vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior.page--high .high-news_banner-wrap {
    padding-bottom: 13.768115942vw;
  }
}
.page--junior.page--high .high-change {
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .page--junior.page--high .high-change {
    background-image: url("../img/junior/junior-change-bg-pc.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-block: 7.3206442167vw 10.6149341142vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior.page--high .high-change {
    background-image: url("../img/junior/junior-change-bg-sp.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-block: 24.154589372vw;
  }
}
@media screen and (min-width: 768px) {
  .page--junior.page--high .high-change .ttl {
    margin-bottom: 1.5373352855vw;
  }
}
@media screen and (min-width: 768px) {
  .page--junior.page--high .high-change .ttl .TL {
    width: 65.8857979502vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior.page--high .high-change .ttl .TL {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 121.7391304348vw;
  }
}
.page--junior.page--high .high-change-contents .slick-track {
  display: flex;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  .page--junior.page--high .high-change-contents-item {
    width: 36.0175695461vw !important;
    min-width: 36.0175695461vw !important;
  }
}
@media screen and (max-width: 767px) {
  .page--junior.page--high .high-change-contents-item {
    width: 104.8309178744vw;
    min-width: 104.8309178744vw;
  }
}
@media screen and (min-width: 768px) {
  .page--junior.page--high .high-change-pagination {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page--junior.page--high .high-change-pagination {
    margin-top: 12.5603864734vw;
  }
}
.page--junior .junior-news_banner-wrap .junior-banner .junior-banner-item {
  position: relative;
  display: block;
}
.page--junior .junior-news_banner-wrap .junior-banner .junior-banner-item::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  transform: translateZ(0);
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .page--junior .junior-news_banner-wrap .junior-banner .junior-banner-item::before {
    border: 1.4641288433vw solid #FF4AA5;
  }
}
@media screen and (max-width: 767px) {
  .page--junior .junior-news_banner-wrap .junior-banner .junior-banner-item::before {
    border: 2.8985507246vw solid #FF4AA5;
  }
}
.page--junior .junior-news_banner-wrap .junior-banner .junior-banner-item:hover::before {
  opacity: 1;
}

/* -----------------------
 students（夢中学生）
----------------------- */
.page--junior-students .junior-students-hiro {
  position: relative;
}
@media screen and (max-width: 767px) {
  .page--junior-students .junior-students-hiro {
    margin-bottom: 8.2125603865vw;
  }
}
.page--junior-students .junior-students-hiro .junior-students-hiro-bg {
  width: 100%;
}
.page--junior-students .junior-students-hiro .junior-students-hiro-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page--junior-students .junior-students-hiro .junior-students-hiro-inr {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .page--junior-students .junior-students-hiro .junior-students-hiro-inr {
    top: 16.3250366032vw;
    left: 8.78477306vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-students .junior-students-hiro .junior-students-hiro-inr {
    top: 111.1111111111vw;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    white-space: nowrap;
  }
}
.page--junior-students .junior-students-hiro .junior-students-hiro-inr .TL {
  font-family: "A1GothicStdN", sans-serif;
  color: #FF4A74;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .page--junior-students .junior-students-hiro .junior-students-hiro-inr .TL {
    font-size: 3.953147877vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-students .junior-students-hiro .junior-students-hiro-inr .TL {
    font-size: 9.1787439614vw;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  .page--junior-students .junior-students-hiro .junior-students-hiro-inr .TX {
    margin-top: 4.39238653vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-students .junior-students-hiro .junior-students-hiro-inr .TX {
    margin-top: 6.7632850242vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.6570048309vw;
  }
}
@media screen and (min-width: 768px) {
  .page--junior-students .junior-students-hiro .junior-students-hiro-inr .TX .label {
    width: 6.8081991215vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-students .junior-students-hiro .junior-students-hiro-inr .TX .label {
    width: 16.4251207729vw;
  }
}
.page--junior-students .junior-students-hiro .junior-students-hiro-inr .TX .label img {
  width: 100%;
  object-fit: contain;
}
.page--junior-students .junior-students-hiro .junior-students-hiro-inr .TX .name {
  font-family: "A1GothicStdN", sans-serif;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .page--junior-students .junior-students-hiro .junior-students-hiro-inr .TX .name {
    font-size: 1.9033674963vw;
    margin-top: 1.4641288433vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-students .junior-students-hiro .junior-students-hiro-inr .TX .name {
    font-size: 4.347826087vw;
  }
}
.page--junior-students .junior-students-contents .junior-students-contents-item {
  position: relative;
  width: 100%;
}
.page--junior-students .junior-students-contents .junior-students-contents-item img {
  width: 100%;
  object-fit: contain;
}
.page--junior-students .junior-students-contents .junior-students-contents-item-inr {
  position: absolute;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .page--junior-students .junior-students-contents .junior-students-contents-item-inr {
    top: 6.7349926794vw;
    left: 14.494875549vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-students .junior-students-contents .junior-students-contents-item-inr {
    top: 15.2173913043vw;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
  }
}
.page--junior-students .junior-students-contents .junior-students-contents-item-inr .icon-box {
  display: flex;
  align-items: center;
}
.page--junior-students .junior-students-contents .junior-students-contents-item-inr .icon-box-text {
  font-family: "A1GothicStdN", sans-serif;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .page--junior-students .junior-students-contents .junior-students-contents-item-inr .icon-box-text {
    font-size: 1.9033674963vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-students .junior-students-contents .junior-students-contents-item-inr .icon-box-text {
    font-size: 4.347826087vw;
  }
}
@media screen and (min-width: 768px) {
  .page--junior-students .junior-students-contents .junior-students-contents-item-inr .icon-box-img {
    width: 5.270863836vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-students .junior-students-contents .junior-students-contents-item-inr .icon-box-img {
    width: 13.2850241546vw;
  }
}
.page--junior-students .junior-students-contents .junior-students-contents-item-inr .TL {
  font-family: "A1GothicStdN", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .page--junior-students .junior-students-contents .junior-students-contents-item-inr .TL {
    font-size: 3.953147877vw;
    line-height: 1.7;
    margin-top: 2.0497803807vw;
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-students .junior-students-contents .junior-students-contents-item-inr .TL {
    font-size: 8.2125603865vw;
    line-height: 1.7;
    margin-top: 8.4541062802vw;
    letter-spacing: 0.09em;
  }
}
.page--junior-students .junior-students-contents .junior-students-contents-item-inr .TX {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .page--junior-students .junior-students-contents .junior-students-contents-item-inr .TX {
    margin-top: 2.0497803807vw;
    font-size: 1.317715959vw;
    line-height: 2.5;
    width: 36.0175695461vw;
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-students .junior-students-contents .junior-students-contents-item-inr .TX {
    margin-top: 8.4541062802vw;
    font-size: 3.6231884058vw;
    line-height: 2;
    letter-spacing: 0.15em;
    width: 80.6763285024vw;
  }
}
@media screen and (min-width: 768px) {
  .page--junior-students .junior-students-contents .junior-students-contents-item.item-left .junior-students-contents-item-inr {
    left: unset;
    right: 9.9560761347vw;
  }
}
@media screen and (min-width: 768px) {
  .page--junior-students .high-change {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-students .high-change {
    padding-block: 0 17.8743961353vw !important;
  }
}
@media screen and (min-width: 768px) {
  .page--junior-students .high-change .ttl .TL {
    width: 11.7862371889vw !important;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-students .high-change .ttl .TL {
    position: static !important;
    left: unset !important;
    transform: unset !important;
    width: 38.8888888889vw !important;
  }
}
.page--junior-students .high-change .ttl .TL img {
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .page--junior-students .high-change-pagination {
    display: none !important;
  }
}

/* -----------------------
 declaration（全校生徒の好きを応援する宣言）
----------------------- */
.page--junior-declaration h1,
.page--junior-declaration h2,
.page--junior-declaration h3,
.page--junior-declaration h4,
.page--junior-declaration ul,
.page--junior-declaration ol,
.page--junior-declaration dl,
.page--junior-declaration li,
.page--junior-declaration dt,
.page--junior-declaration dd,
.page--junior-declaration p,
.page--junior-declaration div,
.page--junior-declaration span,
.page--junior-declaration img,
.page--junior-declaration a,
.page--junior-declaration table,
.page--junior-declaration tr,
.page--junior-declaration th,
.page--junior-declaration td {
  text-box-trim: trim-both;
}
@media screen and (min-width: 768px) {
  .page--junior-declaration {
    padding-top: 4.6852122987vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-declaration {
    padding-top: 13.2850241546vw;
  }
}
.page--junior-declaration-inner {
  width: 100%;
  background-position: top !important;
}
@media screen and (min-width: 768px) {
  .page--junior-declaration-inner {
    background-image: url("../img/junior-declaration/junior-declaration-bg-pc.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 16.1786237189vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-declaration-inner {
    background-image: url("../img/junior-declaration/junior-declaration-bg-sp.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 29.7101449275vw;
  }
}
@media screen and (min-width: 768px) {
  .page--junior-declaration .junior-declaration-hiro {
    padding-top: 9.224011713vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-declaration .junior-declaration-hiro {
    padding-top: 40.0966183575vw;
  }
}
.page--junior-declaration .junior-declaration-hiro .TL-top {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page--junior-declaration .junior-declaration-hiro .TL-top {
    width: 16.1054172767vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-declaration .junior-declaration-hiro .TL-top {
    width: 43.2367149758vw;
  }
}
.page--junior-declaration .junior-declaration-hiro .TL-top img {
  width: 100%;
  object-fit: contain;
}
.page--junior-declaration .junior-declaration-hiro .TL {
  color: #ffffff;
  font-family: "A1GothicStdN", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  width: fit-content;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .page--junior-declaration .junior-declaration-hiro .TL {
    font-size: 7.3206442167vw;
    margin: 2.9282576867vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-declaration .junior-declaration-hiro .TL {
    font-size: 11.5942028986vw;
    margin: 4.8309178744vw auto 0;
    width: fit-content;
  }
}
@media screen and (min-width: 768px) {
  .page--junior-declaration .junior-declaration-message {
    margin-top: 8.8579795022vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-declaration .junior-declaration-message {
    margin-top: 73.6714975845vw;
  }
}
.page--junior-declaration .junior-declaration-message-inr {
  margin: 0 auto;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .page--junior-declaration .junior-declaration-message-inr {
    width: 73.2064421669vw;
    border: 0.7320644217vw solid #FF4A74;
    border-radius: 1.4641288433vw;
    padding: 11.4934114202vw 8.6383601757vw 9.0775988287vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-declaration .junior-declaration-message-inr {
    width: 100%;
    border: 2.4154589372vw solid #FF4A74;
    border-radius: 2.4154589372vw;
    padding: 18.5990338164vw 9.6618357488vw 17.6328502415vw;
  }
}
.page--junior-declaration .junior-declaration-message-inr .message-text {
  font-family: "A1GothicStdN", sans-serif;
  font-weight: 500;
  line-height: 2.6;
}
@media screen and (min-width: 768px) {
  .page--junior-declaration .junior-declaration-message-inr .message-text {
    font-size: 1.9033674963vw;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-declaration .junior-declaration-message-inr .message-text {
    font-size: 4.1062801932vw;
    line-height: 2.4;
  }
}
@media screen and (min-width: 768px) {
  .page--junior-declaration .junior-declaration-message-inr .message-img {
    width: 43.411420205vw;
    margin: 6.3689604685vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-declaration .junior-declaration-message-inr .message-img {
    width: 56.5217391304vw;
    margin: 14.4927536232vw auto 0;
  }
}
.page--junior-declaration .junior-declaration-message-inr img {
  width: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .page--junior-declaration .junior-declaration-content {
    margin-top: 10.2489019034vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-declaration .junior-declaration-content {
    margin-top: 24.154589372vw;
  }
}
.page--junior-declaration .junior-declaration-content-inr {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page--junior-declaration .junior-declaration-content-inr {
    width: 73.2064421669vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-declaration .junior-declaration-content-inr {
    width: 100%;
  }
}
.page--junior-declaration .junior-declaration-content-TL {
  font-family: "A1GothicStdN", sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page--junior-declaration .junior-declaration-content-TL {
    font-size: 2.9282576867vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-declaration .junior-declaration-content-TL {
    font-size: 7.2463768116vw;
  }
}
.page--junior-declaration .junior-declaration-content-list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .page--junior-declaration .junior-declaration-content-list {
    gap: 1.4641288433vw;
    margin-top: 2.7818448023vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-declaration .junior-declaration-content-list {
    gap: 2.4154589372vw;
    margin-top: 9.1787439614vw;
  }
}
.page--junior-declaration .junior-declaration-content-list-item {
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .page--junior-declaration .junior-declaration-content-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 1.4641288433vw;
    border: 0.7320644217vw solid #FF4A74;
    padding-inline: 5.5636896047vw 1.4641288433vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-declaration .junior-declaration-content-list-item {
    border-radius: 4.8309178744vw;
    border: 2.4154589372vw solid #FF4A74;
    padding-block: 9.6618357488vw 4.8309178744vw;
  }
}
.page--junior-declaration .junior-declaration-content-list-item .text-wrap .top-textbox-text {
  display: flex;
  align-items: center;
  color: #FF4A74;
  font-family: "A1GothicStdN", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .page--junior-declaration .junior-declaration-content-list-item .text-wrap .top-textbox-text {
    font-size: 1.8301610542vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-declaration .junior-declaration-content-list-item .text-wrap .top-textbox-text {
    justify-content: center;
    font-size: 3.6231884058vw;
  }
}
.page--junior-declaration .junior-declaration-content-list-item .text-wrap .top-textbox-number {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .page--junior-declaration .junior-declaration-content-list-item .text-wrap .top-textbox-number {
    width: 4.831625183vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-declaration .junior-declaration-content-list-item .text-wrap .top-textbox-number {
    width: 8.9371980676vw;
  }
}
.page--junior-declaration .junior-declaration-content-list-item .text-wrap .top-textbox-number img {
  width: 100%;
  object-fit: contain;
}
.page--junior-declaration .junior-declaration-content-list-item .text-wrap .TL {
  font-family: "A1GothicStdN", sans-serif;
  font-weight: 500;
  color: #FF4A74;
}
@media screen and (min-width: 768px) {
  .page--junior-declaration .junior-declaration-content-list-item .text-wrap .TL {
    font-size: 3.953147877vw;
    margin-top: 1.8301610542vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-declaration .junior-declaration-content-list-item .text-wrap .TL {
    text-align: center;
    line-height: 1.5;
    font-size: 7.729468599vw;
    margin-top: 6.7632850242vw;
    letter-spacing: 0.1em;
  }
}
.page--junior-declaration .junior-declaration-content-list-item .text-wrap .TX {
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .page--junior-declaration .junior-declaration-content-list-item .text-wrap .TX {
    font-size: 1.317715959vw;
    margin-top: 1.6105417277vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-declaration .junior-declaration-content-list-item .text-wrap .TX {
    text-align: center;
    font-size: 3.6231884058vw;
    margin-top: 5.7971014493vw;
    letter-spacing: 0.05em;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  .page--junior-declaration .junior-declaration-content-list-item .img {
    width: 25.1098096633vw;
    height: 20.3513909224vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-declaration .junior-declaration-content-list-item .img {
    width: 54.8309178744vw;
    height: 43.4782608696vw;
    margin: 0 auto;
  }
}
.page--junior-declaration .junior-declaration-content-list-item .img.img01 {
  background-image: url("../img/junior-declaration/junior-declaration-content-img01.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.page--junior-declaration .junior-declaration-content-list-item .img.img02 {
  background-image: url("../img/junior-declaration/junior-declaration-content-img02.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.page--junior-declaration .junior-declaration-content-list-item .img.img03 {
  background-image: url("../img/junior-declaration/junior-declaration-content-img03.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.page--junior-declaration .junior-declaration-content-list-item .img.img04 {
  background-image: url("../img/junior-declaration/junior-declaration-content-img04.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .junior-declaration-next {
    margin: 13.4699853587vw auto 0;
    width: 82.3572474378vw;
  }
}
@media screen and (max-width: 767px) {
  .junior-declaration-next {
    margin: 18.3574879227vw auto 0;
    width: 90.3381642512vw;
  }
}
.junior-declaration-next-TL {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .junior-declaration-next-TL {
    width: 27.1595900439vw;
  }
}
@media screen and (max-width: 767px) {
  .junior-declaration-next-TL {
    width: 62.3188405797vw;
  }
}
.junior-declaration-next-TL img {
  width: 100%;
  object-fit: contain;
}
.junior-declaration-next-bnr {
  position: relative;
}
@media screen and (min-width: 768px) {
  .junior-declaration-next-bnr {
    margin-top: 1.4641288433vw;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .junior-declaration-next-bnr {
    margin-top: 4.8309178744vw;
    width: 100%;
  }
}
.junior-declaration-next-bnr img {
  width: 100%;
  object-fit: contain;
}
.junior-declaration-next-bnr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .junior-declaration-next-bnr::before {
    border-radius: 0.7320644217vw;
  }
}
@media screen and (max-width: 767px) {
  .junior-declaration-next-bnr::before {
    border-radius: 2.4154589372vw;
  }
}
.junior-declaration-next-bnr:hover::before {
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

/* -----------------------
  admission
----------------------- */
.page--junior-admission.page--high-admission {
  background-color: #f8acbd;
}
.page--junior-admission.page--high-admission .high-admission-aside {
  background-color: #ff7494;
}
@media screen and (min-width: 768px) {
  .page--junior-admission.page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting-ttl {
    padding-block: 9.0043923865vw 9.0775988287vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-admission.page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting-ttl {
    padding-block: 19.3236714976vw 19.3236714976vw;
  }
}
@media screen and (min-width: 768px) {
  .page--junior-admission.page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting-ttl .TL {
    width: 15.8857979502vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-admission.page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting-ttl .TL {
    width: 38.1642512077vw;
  }
}
.page--junior-admission.page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting-ttl .TL img {
  width: 100%;
  object-fit: contain;
}
.page--junior-admission.page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting-inr {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page--junior-admission.page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting-inr {
    display: block;
    padding: 4.2459736457vw 0 0;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-admission.page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting-inr {
    display: flex;
    flex-direction: column;
    gap: 5.3140096618vw;
    padding: 0;
    background: #f8acbd;
  }
}
.page--junior-admission.page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting-inr .recruiting-item-TL {
  color: #FF4A74 !important;
}
.page--junior-admission.page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting-inr .scholarship-item .scholarship-tab {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "A1GothicStdN", sans-serif;
  font-weight: 400;
  color: #FF4A74;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
  background-color: #fdebef;
}
@media screen and (min-width: 768px) {
  .page--junior-admission.page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting-inr .scholarship-item .scholarship-tab {
    position: absolute;
    top: 0;
    width: 33.3333333333%;
    height: 4.2459736457vw;
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-admission.page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting-inr .scholarship-item .scholarship-tab {
    height: 14.0096618357vw;
    font-size: 3.6231884058vw;
    position: relative;
  }
  .page--junior-admission.page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting-inr .scholarship-item .scholarship-tab::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8.6956521739vw;
    display: block;
    aspect-ratio: 1;
    width: 3.3816425121vw;
    background-image: url("../img/high-admission/high-admission-scholarship-tab-open.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .page--junior-admission.page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting-inr .scholarship-item:nth-child(1) .scholarship-tab {
    left: 0%;
  }
}
@media screen and (min-width: 768px) {
  .page--junior-admission.page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting-inr .scholarship-item:nth-child(2) .scholarship-tab {
    left: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .page--junior-admission.page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting-inr .scholarship-item:nth-child(3) .scholarship-tab {
    left: 66.6666666667%;
  }
}
.page--junior-admission.page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting-inr .scholarship-item .scholarship-contents {
  display: none;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .page--junior-admission.page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting-inr .scholarship-item .scholarship-contents {
    padding: 4.0263543192vw 9.7364568082vw 9.663250366vw 9.4436310395vw;
    gap: 3.3674963397vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-admission.page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting-inr .scholarship-item .scholarship-contents {
    gap: 12.3188405797vw;
    background: #fff;
    padding: 12.077294686vw 7.2463768116vw 11.1111111111vw;
  }
}
@media screen and (min-width: 768px) {
  .page--junior-admission.page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting-inr .scholarship-item.is-active .scholarship-tab {
    background-color: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .page--junior-admission.page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting-inr .scholarship-item.is-active .scholarship-contents {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-admission.page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting-inr .scholarship-item.is-active-sp .scholarship-tab::before {
    background-image: url("../img/high-admission/high-admission-scholarship-tab-close.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-admission.page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting-inr .scholarship-item.is-active-sp .scholarship-contents {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-admission.page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting-inr .recruiting-item {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-admission.page--high-admission .page--high-admission-contents-wrap .high-admission-recruiting-inr .recruiting-item.pd-r-sp {
    padding-right: 0;
  }
}
.page--junior-admission.page--high-admission .page--high-admission-contents-wrap .recruiting-content-TL {
  color: #FF4A74;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page--junior-admission.page--high-admission .page--high-admission-contents-wrap .recruiting-content-TL {
    font-size: 1.6837481698vw;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-admission.page--high-admission .page--high-admission-contents-wrap .recruiting-content-TL {
    font-size: 4.8309178744vw;
    letter-spacing: 0.08em;
  }
}
.page--junior-admission.page--high-admission .page--high-admission-contents-wrap .junior-admission-schedule-table-wrap {
  width: 100%;
}
.page--junior-admission.page--high-admission .page--high-admission-contents-wrap .junior-admission-schedule-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media screen and (min-width: 768px) {
  .page--junior-admission.page--high-admission .page--high-admission-contents-wrap .junior-admission-schedule-table {
    border: 0.0732064422vw solid #FF4A74;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-admission.page--high-admission .page--high-admission-contents-wrap .junior-admission-schedule-table {
    border: 0.2415458937vw solid #FF4A74;
  }
}
.page--junior-admission.page--high-admission .page--high-admission-contents-wrap .junior-admission-schedule-table td {
  vertical-align: middle;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .page--junior-admission.page--high-admission .page--high-admission-contents-wrap .junior-admission-schedule-table td {
    border: 0.0732064422vw solid #FF4A74;
    font-size: 1.0980966325vw;
    letter-spacing: 0.15em;
    padding: 0.7320644217vw 0.878477306vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-admission.page--high-admission .page--high-admission-contents-wrap .junior-admission-schedule-table td {
    border: 0.2415458937vw solid #FF4A74;
    font-size: 3.6231884058vw;
    letter-spacing: 0.08em;
    padding-block: 3.8647342995vw;
  }
}
.page--junior-admission.page--high-admission .page--high-admission-contents-wrap .junior-admission-schedule-table-time {
  width: 50%;
  background-color: #ffedf0;
}
@media screen and (min-width: 768px) {
  .page--junior-admission.page--high-admission .page--high-admission-contents-wrap .junior-admission-schedule-table-time {
    padding-left: 6.7349926794vw !important;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-admission.page--high-admission .page--high-admission-contents-wrap .junior-admission-schedule-table-time {
    padding-left: 4.8309178744vw !important;
  }
}
.page--junior-admission.page--high-admission .page--high-admission-contents-wrap .junior-admission-schedule-table-content {
  padding-left: 4.6120058565vw !important;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .page--junior-admission.page--high-admission .page--high-admission-contents-wrap .junior-admission-schedule-table-content {
    padding-left: 4.8309178744vw !important;
  }
}
@media screen and (min-width: 768px) {
  .page--junior-admission.page--high-admission .high-admission-scholarship .high-admission-scholarship-ttl {
    padding-block: 14.7144948755vw 9.8096632504vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-admission.page--high-admission .high-admission-scholarship .high-admission-scholarship-ttl {
    padding-block: 19.3236714976vw 19.3236714976vw;
  }
}
@media screen and (min-width: 768px) {
  .page--junior-admission.page--high-admission .high-admission-scholarship .high-admission-scholarship-ttl .high-admission-sec-ttl .TL {
    width: 15.8857979502vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-admission.page--high-admission .high-admission-scholarship .high-admission-scholarship-ttl .high-admission-sec-ttl .TL {
    width: 38.1642512077vw;
  }
}
.page--junior-admission.page--high-admission .high-admission-scholarship .high-admission-scholarship-ttl .high-admission-sec-ttl .TL img {
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .page--junior-admission.page--high-admission .high-admission-scholarship-inr .scholarship-item .scholarship-tab {
    background-color: #fdebef !important;
  }
}
.page--junior-admission.page--high-admission .high-admission-scholarship .scholarship-contents-item .img-wrap {
  background: #ffe5ea;
}
@media screen and (min-width: 768px) {
  .page--junior-admission.page--high-admission .high-admission-scholarship .scholarship-contents-item .img-wrap {
    padding: 2.3426061493vw 2.7818448023vw 2.3426061493vw 2.9282576867vw;
    border-radius: 0.439238653vw;
    margin-top: 2.196193265vw !important;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-admission.page--high-admission .high-admission-scholarship .scholarship-contents-item .img-wrap {
    padding: 7.729468599vw 4.8309178744vw 7.729468599vw 4.8309178744vw;
    margin-inline: 4.8309178744vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-admission.page--high-admission .high-admission-scholarship .scholarship-contents-item .img {
    padding: 0 !important;
    overflow-y: unset !important;
  }
}
.page--junior-admission.page--high-admission .high-admission-scholarship .scholarship-contents-item .img-text {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .page--junior-admission.page--high-admission .high-admission-scholarship .scholarship-contents-item .img-text {
    gap: 0.7320644217vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-admission.page--high-admission .high-admission-scholarship .scholarship-contents-item .img-text {
    gap: 3.8647342995vw;
  }
}
.page--junior-admission.page--high-admission .high-admission-scholarship .scholarship-contents-item .img-text .TX {
  margin-top: 0 !important;
}
@media screen and (min-width: 768px) {
  .page--junior-admission.page--high-admission .high-admission-scholarship .scholarship-contents-item .img-text .TX {
    font-size: 1.0980966325vw;
  }
}
.page--junior-admission.page--high-admission .high-admission-scholarship .scholarship-contents-item .img-text .TX-wrap {
  display: flex;
}
.page--junior-admission.page--high-admission .high-admission-scholarship .scholarship-contents-item .img-text .TX-wrap .TX-ttl {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .page--junior-admission.page--high-admission .high-admission-scholarship .scholarship-contents-item .img-text .TX-wrap .TX-ttl {
    padding: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .page--junior-admission.page--high-admission .high-admission-student .high-admission-student-ttl {
    padding-block: 14.7144948755vw 9.8096632504vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-admission.page--high-admission .high-admission-student .high-admission-student-ttl {
    padding-block: 37.922705314vw 19.3236714976vw;
  }
}
@media screen and (min-width: 768px) {
  .page--junior-admission.page--high-admission .high-admission-student .high-admission-student-ttl .TL {
    width: 15.8857979502vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-admission.page--high-admission .high-admission-student .high-admission-student-ttl .TL {
    width: 38.1642512077vw;
  }
}
.page--junior-admission.page--high-admission .high-admission-student .high-admission-student-ttl .TL img {
  width: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .page--junior-admission.page--high-admission .high-admission-faq-ttl {
    padding-block: 14.7144948755vw 9.8096632504vw !important;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-admission.page--high-admission .high-admission-faq-ttl {
    padding-block: 37.6811594203vw 19.3236714976vw !important;
  }
}
@media screen and (min-width: 768px) {
  .page--junior-admission.page--high-admission .high-admission-faq-ttl .TL {
    width: 15.8857979502vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-admission.page--high-admission .high-admission-faq-ttl .TL {
    width: 38.1642512077vw;
  }
}
.page--junior-admission.page--high-admission .high-admission-faq-inr .faq-item .item-q {
  background-color: #ff4a74 !important;
}

@media screen and (min-width: 768px) {
  .scholarship-tab {
    padding: 0 2.196193265vw;
  }
}

/* -----------------------
  life
----------------------- */
.page--junior-life.page--high-life {
  background-color: #F8ACBD;
}
@media screen and (min-width: 768px) {
  .page--junior-life.page--high-life {
    padding-bottom: 13.6896046852vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-life.page--high-life {
    padding-bottom: 21.0144927536vw;
  }
}
@media screen and (min-width: 768px) {
  .page--junior-life.page--high-life .high-life-kv .TL {
    width: 61.7862371889vw;
  }
}
@media screen and (min-width: 768px) {
  .page--junior-life .high-life-schedule-ttl {
    padding-block: 10.3221083455vw 9.7364568082vw !important;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-life .high-life-schedule-ttl {
    padding-block: 19.5652173913vw 18.8405797101vw !important;
  }
}
@media screen and (min-width: 768px) {
  .page--junior-life .high-life-schedule-ttl .TL {
    width: 15.8857979502vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-life .high-life-schedule-ttl .TL {
    width: 38.1642512077vw;
  }
}
.page--junior-life .high-life-schedule-inr .high-life-schedule-item.high-life-schedule-item-04 .item-txt, .page--junior-life .high-life-schedule-inr .high-life-schedule-item.high-life-schedule-item-10 .item-txt {
  background-color: #FF4A74 !important;
}
.page--junior-life .high-life-schedule-inr .high-life-schedule-item.high-life-schedule-item-05 .item-txt, .page--junior-life .high-life-schedule-inr .high-life-schedule-item.high-life-schedule-item-11 .item-txt {
  background-color: #CB3D5E !important;
}
.page--junior-life .high-life-schedule-inr .high-life-schedule-item.high-life-schedule-item-06 .item-txt, .page--junior-life .high-life-schedule-inr .high-life-schedule-item.high-life-schedule-item-12 .item-txt {
  background-color: #F8ACBD !important;
}
.page--junior-life .high-life-schedule-inr .high-life-schedule-item.high-life-schedule-item-07 .item-txt, .page--junior-life .high-life-schedule-inr .high-life-schedule-item.high-life-schedule-item-01 .item-txt {
  background-color: #FF6C9F !important;
}
.page--junior-life .high-life-schedule-inr .high-life-schedule-item.high-life-schedule-item-08 .item-txt, .page--junior-life .high-life-schedule-inr .high-life-schedule-item.high-life-schedule-item-02 .item-txt {
  background-color: #D55D78 !important;
}
.page--junior-life .high-life-schedule-inr .high-life-schedule-item.high-life-schedule-item-09 .item-txt, .page--junior-life .high-life-schedule-inr .high-life-schedule-item.high-life-schedule-item-03 .item-txt {
  background-color: #FF91AA !important;
}
@media screen and (min-width: 768px) {
  .page--junior-life .high-life-day-ttl {
    padding-block: 18.3748169839vw 9.7364568082vw !important;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-life .high-life-day-ttl {
    padding-block: 31.6425120773vw 19.806763285vw !important;
  }
}
@media screen and (min-width: 768px) {
  .page--junior-life .high-life-day-ttl .TL {
    width: 15.8857979502vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-life .high-life-day-ttl .TL {
    width: 38.1642512077vw;
  }
}
.page--junior-life .high-life-day-txt-area .txt-item .txt-item-box {
  position: relative;
}
.page--junior-life .high-life-day-txt-area .txt-item .txt-item-box .TG {
  background-color: #FF6085 !important;
}

/* -----------------------
  club
----------------------- */
.page--junior-club.page--high-club {
  background-color: #F8ACBD;
}
@media screen and (min-width: 768px) {
  .page--junior-club.page--high-club {
    padding-bottom: 13.6896046852vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-club.page--high-club {
    padding-bottom: 21.0144927536vw;
  }
}
@media screen and (min-width: 768px) {
  .page--junior-club.page--high-club .high-club-kv .TL {
    max-width: 73.2064421669vw;
  }
}
@media screen and (min-width: 768px) {
  .page--junior-club.page--high-club .high-club-activity .activity-item:nth-child(2) .activity-item-content-wrap {
    gap: 5.710102489vw;
  }
}
@media screen and (min-width: 768px) {
  .page--junior-club.page--high-club .high-club-activity .activity-item:nth-child(2) .activity-item-content-wrap .activity-item-content .TX {
    width: 16.6178623719vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-club.page--high-club .high-club-activity .activity-item:nth-child(2) .activity-item-content-wrap .activity-item-tag .tag-wrap {
    padding-left: 2.4154589372vw;
    gap: 2.6570048309vw;
  }
}

/* -----------------------
  openschool
----------------------- */
@media screen and (min-width: 768px) {
  .page--junior-openschool.page--high-openschool .high-openschool-inr .high-openschool-kv .TL {
    width: 44.6559297218vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-openschool.page--high-openschool .high-openschool-inr .high-openschool-kv .TL {
    width: 72.9468599034vw;
  }
}
.page--junior-openschool.page--high-openschool .high-openschool-inr .high-openschool-kv-schedule .kv-schedule-item .tg {
  color: #F97EA3;
}
.page--junior-openschool.page--high-openschool .high-openschool-inr .high-openschool-kv-schedule .kv-schedule-item .TM-wrap .TM.is-end::after {
  background-color: #FF4A74;
}
.page--junior-openschool.page--high-openschool .high-openschool-date .high-openschool-date-items .date-item-inr .TG {
  color: #FF4A74;
  border: solid #FF4A74;
}
.page--junior-openschool.page--high-openschool .high-openschool-date .high-openschool-date-items .date-item-inr .DD-INFO-wrap .DD {
  color: #FF4A74;
}
.page--junior-openschool.page--high-openschool .high-openschool-date .high-openschool-date-items .date-item-inr .DD-INFO-wrap .DD span {
  color: #FF4A74;
}
.page--junior-openschool.page--high-openschool .high-openschool-date .high-openschool-date-items .date-item-inr .DD-INFO-wrap .INFO {
  color: #FF4A74;
}
.page--junior-openschool.page--high-openschool .high-openschool-date .high-openschool-date-items .date-item-end .TX {
  background-color: #FF4A74;
}
.page--junior-openschool.page--high-openschool .high-openschool-date-txt {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .page--junior-openschool.page--high-openschool .high-openschool-date-txt {
    text-align: center;
    font-size: 1.1713030747vw;
    line-height: 2;
    margin-top: 4.6120058565vw;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-openschool.page--high-openschool .high-openschool-date-txt {
    width: 90.5797101449vw;
    margin: 5.3140096618vw auto 0;
    font-size: 2.8985507246vw;
    line-height: 2;
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 768px) {
  .page--junior-openschool.page--high-openschool .p-openschool-form {
    margin-top: 4.39238653vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-openschool.page--high-openschool .p-openschool-form {
    margin-top: 6.038647343vw;
  }
}
@media screen and (max-width: 767px) {
  .page--junior-openschool .p-form__submits {
    background-color: #fff !important;
    margin-top: 0 !important;
    padding-bottom: 13.768115942vw !important;
  }
}
.page--feature {
  background-color: #f8acbd;
}

.p-feature-fv {
  position: relative;
}

.p-feature-fv__bg picture,
.p-feature-fv__bg img {
  display: block;
  width: 100%;
  height: auto;
}

.p-feature-fv__ttl {
  position: absolute;
  top: 52%;
  left: 23%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-feature-fv__ttl {
    width: 56.8814055637vw;
  }
}
@media screen and (max-width: 767px) {
  .p-feature-fv__ttl {
    top: 36%;
    width: 48.309178744vw;
  }
}
.p-feature-fv__ttl img {
  width: 100%;
  height: auto;
  display: block;
}

.p-feature__row {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-feature__row {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__row {
    grid-template-columns: 1fr;
  }
}

.p-feature__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: initial;
  aspect-ratio: 1/1;
}

.p-feature__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .p-feature__text {
    width: 34.7730600293vw;
    margin: auto;
    padding: 9.9560761347vw 0 9.9560761347vw;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__text {
    padding: 14.4927536232vw 9.6618357488vw 20.7729468599vw;
    aspect-ratio: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-feature__label {
    margin-bottom: 3.953147877vw;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__label {
    margin-bottom: 7.729468599vw;
  }
}
.p-feature__label img {
  width: auto;
  height: 2.7086383602vw;
}
@media screen and (max-width: 767px) {
  .p-feature__label img {
    height: 5.3140096618vw;
  }
}

.p-feature__ttl {
  font-family: "A1GothicStdN", sans-serif;
  color: #fff;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-feature__ttl {
    font-size: 3.513909224vw;
    margin-bottom: 3.6603221083vw;
    letter-spacing: 0.07em;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__ttl {
    font-size: 7.2463768116vw;
    margin-bottom: 8.6956521739vw;
    letter-spacing: 0.1em;
  }
}

.p-feature__num {
  display: inline-block;
  font-family: "A1GothicStdN", sans-serif;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-feature__num {
    font-size: 5.4904831625vw;
    letter-spacing: 0.07em;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__num {
    font-size: 12.077294686vw;
    letter-spacing: 0.1em;
  }
}

.p-feature__desc {
  font-family: "A1GothicStdN", sans-serif;
  color: #fff;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .p-feature__desc {
    font-size: 1.1713030747vw;
    letter-spacing: 0.14em;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__desc {
    font-size: 3.3816425121vw;
    letter-spacing: 0.075em;
  }
}

@media screen and (max-width: 767px) {
  .p-feature__row--reverse .p-feature__img {
    order: 1;
  }
  .p-feature__row--reverse .p-feature__text {
    order: 2;
  }
  .p-feature__row .p-feature__img {
    order: 1;
  }
  .p-feature__row .p-feature__text {
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  .p-number {
    padding: 14.6412884334vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-number {
    padding: 13.5265700483vw 0;
  }
}

.p-number__ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-number__ttl {
    width: 40.1171303075vw;
    margin: 0 auto 4.39238653vw;
  }
}
@media screen and (max-width: 767px) {
  .p-number__ttl {
    width: 68.115942029vw;
    margin: 0 auto 29.7101449275vw;
  }
}
.p-number__ttl img {
  width: 100%;
  height: auto;
  display: block;
}

.p-number__body {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-number__body {
    width: 83.8945827233vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-number__body {
    width: 100%;
  }
}

.p-number__hearts img {
  display: block;
  width: 100%;
  height: auto;
}

.p-number__person {
  position: absolute;
  z-index: 2;
}
.p-number__person img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 768px) {
  .p-number__person--01 {
    top: -10.7613469985vw;
    left: -7.1742313324vw;
    width: 21.9619326501vw;
  }
}
@media screen and (max-width: 767px) {
  .p-number__person--01 {
    top: -21.7391304348vw;
    left: 39.61352657vw;
    width: 60.1449275362vw;
  }
}

@media screen and (min-width: 768px) {
  .p-number__person--02 {
    top: 27.4524158126vw;
    right: -5.8565153734vw;
    width: 22.0351390922vw;
  }
}
@media screen and (max-width: 767px) {
  .p-number__person--02 {
    top: 235.7487922705vw;
    right: 4.1062801932vw;
    width: 80.6763285024vw;
  }
}

@media screen and (min-width: 768px) {
  .p-number__person--03 {
    bottom: 20.2049780381vw;
    left: -4.39238653vw;
    width: 18.3016105417vw;
  }
}
@media screen and (max-width: 767px) {
  .p-number__person--03 {
    bottom: 116.9082125604vw;
    left: 41.0628019324vw;
    width: 60.1449275362vw;
  }
}

@media screen and (min-width: 768px) {
  .page--feature .junior-declaration-next {
    margin-top: 0;
    padding-bottom: 13.3235724744vw;
  }
}
@media screen and (max-width: 767px) {
  .page--feature .junior-declaration-next {
    padding-bottom: 4.347826087vw;
  }
}

/* -----------------------
  anime
----------------------- */
.hover-opa {
  transition: 0.3s;
}
.hover-opa:hover {
  opacity: 0.6;
}

.hover-scale {
  transition: 0.3s;
}
.hover-scale:hover {
  transform: scale(1.05);
}

.up {
  opacity: 0;
  transform: translateY(100%);
}
.up.show {
  animation: up 0.5s ease forwards;
}
@keyframes up {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.down {
  opacity: 0;
  transform: translateY(-100%);
}
.down.show {
  animation: down ease forwards;
}
@keyframes down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.left {
  opacity: 0;
  transform: translateX(100%);
}
.left.show {
  animation: left ease forwards;
}
@keyframes left {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.right {
  opacity: 0;
  transform: translateX(-100%);
}
.right.show {
  animation: right ease forwards;
}
@keyframes right {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.pop {
  opacity: 0;
  transform: scale(0.5);
}
.pop.show {
  animation: pop ease forwards;
}
@keyframes pop {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.loadUp {
  opacity: 0;
  transform: translateY(100%);
}
.loadUp.show {
  animation: loadUp ease forwards;
}
@keyframes loadUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.loadDown {
  opacity: 0;
  transform: translateY(-100%);
}
.loadDown.show {
  animation: loadDown ease forwards;
}
@keyframes loadDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.loadLeft {
  opacity: 0;
  transform: translateX(100%);
}
.loadLeft.show {
  animation: loadLeft ease forwards;
}
@keyframes loadLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.loadRight {
  opacity: 0;
  transform: translateX(-100%);
}
.loadRight.show {
  animation: loadRight ease forwards;
}
@keyframes loadRight {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.loadPop {
  opacity: 0;
  transform: scale(0.5);
}
.loadPop.show {
  animation: loadPop ease forwards;
}
@keyframes loadPop {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.delay-01 {
  animation-delay: 0.1s !important;
}

.delay-02 {
  animation-delay: 0.2s !important;
}

.delay-03 {
  animation-delay: 0.3s !important;
}

.delay-04 {
  animation-delay: 0.4s !important;
}

.delay-05 {
  animation-delay: 0.5s !important;
}

.delay-06 {
  animation-delay: 0.6s !important;
}

.delay-07 {
  animation-delay: 0.7s !important;
}

.delay-08 {
  animation-delay: 0.8s !important;
}

.delay-09 {
  animation-delay: 0.9s !important;
}

.delay-10 {
  animation-delay: 1s !important;
}

.delay-15 {
  animation-delay: 1.5s !important;
}

.duration-01 {
  animation-duration: 0.1s !important;
}

.duration-02 {
  animation-duration: 0.2s !important;
}

.duration-03 {
  animation-duration: 0.3s !important;
}

.duration-04 {
  animation-duration: 0.4s !important;
}

.duration-05 {
  animation-duration: 0.5s !important;
}

.duration-06 {
  animation-duration: 0.6s !important;
}

.duration-07 {
  animation-duration: 0.7s !important;
}

.duration-08 {
  animation-duration: 0.8s !important;
}

.duration-09 {
  animation-duration: 0.9s !important;
}

.duration-10 {
  animation-duration: 1s !important;
}

.duration-15 {
  animation-duration: 1.5s !important;
}

.js-fade {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}
.js-fade.show {
  opacity: 1;
  transform: translateY(0);
}

/*# sourceMappingURL=main.css.map */
