@charset "UTF-8";
/*　入試全般 mv(main)
----------------------------------------------- */
.admission_main-hero {
  position: relative;
  z-index: 2;
}

.admission_main-hero__image {
  position: relative;
  z-index: 2;
  margin-right: 3.66032vw;
  margin-left: 3.66032vw;
  height: 71.01025vw;
}

.admission_main-hero__photo {
  height: 100%;
  width: 100%;
}

.admission_main-hero__photo > * {
  display: block;
  width: 100%;
  height: 100%;
}

.admission_main-hero__photo > * > * {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.admission_main-hero__deco {
  position: absolute;
  z-index: 2;
  width: auto;
  height: auto;
  right: auto;
  left: 0;
  left: 2.92826vw;
  top: auto;
  bottom: 0;
  bottom: 29.28258vw;
}

.admission_main-hero__text {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.admission_main-hero__title {
  position: relative;
  z-index: 3;
  margin-top: 38.06735vw;
  margin-left: 9.51684vw;
}

.admission_main-hero__line {
  position: absolute;
  top: 0;
  left: 0;
  top: 11.71303vw;
  left: 9.95608vw;
}

@media screen and (min-width: 700.9999px) {
  .admission_main-hero__image {
    height: 470px;
    margin-left: 140px;
    margin-right: 140px;
  }
  .admission_main-hero__deco {
    bottom: 208px;
    left: 21px;
  }
  .admission_main-hero__title {
    margin-top: 230px;
    margin-left: 220px;
  }
  .admission_main-hero__line {
    top: 65px;
    left: 240px;
  }
}

/*　入試全般 mv(sub)
----------------------------------------------- */
.admission_sub-hero {
  position: relative;
  z-index: 2;
}

.admission_sub-hero__image {
  position: relative;
}

.admission_sub-hero__logo {
  width: 43.92387vw;
  height: auto;
  margin-left: -7.32064vw;
}

.admission_sub-hero__deco {
  position: absolute;
  z-index: 2;
  width: auto;
  height: auto;
  top: 2.19619vw;
  left: auto;
  right: 33.38214vw;
}

.admission_sub-hero__text {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.admission_sub-hero__title {
  position: relative;
  z-index: 3;
  margin-top: 14.64129vw;
}

.admission_sub-hero__line {
  position: absolute;
  top: 9.51684vw;
  left: auto;
  right: 0.43924vw;
}

@media screen and (min-width: 700.9999px) {
  .admission_sub-hero__logo {
    width: 240px;
    margin-left: 110px;
  }
  .admission_sub-hero__deco {
    top: 40px;
    right: 378px;
  }
  .admission_sub-hero__title {
    margin-top: 90px;
    margin-left: 220px;
  }
  .admission_sub-hero__line {
    top: 85px;
    right: 144px;
  }
}

/*　入試全般
----------------------------------------------- */
.admission-info__link {
  display: block;
  padding-top: 3.66032vw;
  padding-bottom: 3.66032vw;
  position: relative;
}

.admission-info__link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #D6D6D6;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.admission-info__link::after {
  content: '';
  position: absolute;
  top: calc(50% + (10vw / 6.83));
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 10.2489vw;
  height: 10.2489vw;
  background-image: url(../../img/page/admission/admission_icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.admission-info__link--tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.14286vw;
  color: #ffffff;
  margin-left: -1.46413vw;
}

.admission-info__link--tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-clip-path: polygon(calc(100% - (10vw / 6.83)) 0%, 100% calc(10vw / 6.83), 100% 100%, 0 100%, 0 0);
          clip-path: polygon(calc(100% - (10vw / 6.83)) 0%, 100% calc(10vw / 6.83), 100% 100%, 0 100%, 0 0);
  padding-left: 1.46413vw;
  padding-right: 1.46413vw;
  height: 7.02782vw;
  margin-left: 1.46413vw;
}

.admission-info__link--tag.hs {
  background-color: #2c318d;
}

.admission-info__link--tag.exam {
  color: #2c318d;
  position: relative;
  -webkit-clip-path: none;
          clip-path: none;
}

.admission-info__link--tag.exam > * {
  position: relative;
  z-index: 2;
}

.admission-info__link--tag.exam::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #2c318d;
  -webkit-clip-path: polygon(calc(100% - (10vw / 6.83)) 0%, 100% calc((10vw / 6.83)), 100% 100%, 0 100%, 0 0);
          clip-path: polygon(calc(100% - (10vw / 6.83)) 0%, 100% calc((10vw / 6.83)), 100% 100%, 0 100%, 0 0);
}

.admission-info__link--tag.exam::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #2c318d;
  -webkit-clip-path: polygon(calc(100% - (10vw / 6.83) - 1px) 0%, 100% calc((10vw / 6.83) + 1px), 100% 100%, 0 100%, 0 0);
          clip-path: polygon(calc(100% - (10vw / 6.83) - 1px) 0%, 100% calc((10vw / 6.83) + 1px), 100% 100%, 0 100%, 0 0);
}

.admission-info__link--heading {
  margin-top: 2.92826vw;
  width: 67.93558vw;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: 3.42857vw;
  width: 80%;
}

.admission-info__link--date {
  margin-top: 2.92826vw;
  font-family: "din-2014", sans-serif;
  color: #90919b;
}

.admission-info__link--button {
  margin-top: 8.78477vw;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (min-width: 700.9999px) {
  .admission-info__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 30px;
    padding-bottom: 26px;
    height: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .admission-info__link::after {
    top: calc(50% + 10px);
    background-image: url(../../img/page/admission/admission_icon_arrow.svg);
    width: 40px;
    height: 40px;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .admission-info__link:hover .admission-info__link--heading > * {
    border-bottom: 1px solid #000000;
  }
  .admission-info__link:hover::before {
    width: calc(100% + 20px);
  }
  .admission-info__link:hover::after {
    right: -20px;
    background-image: url(../../img/page/admission/admission_icon_arrow_hover.svg);
  }
  .admission-info__link--tags {
    margin-left: -5px;
    font-size: 14px;
    padding-left: 85px;
  }
  .admission-info__link--tag {
    padding-left: 5px;
    padding-right: 5px;
    -webkit-clip-path: polygon(calc(100% - 5px) 0%, 100% 5px, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(calc(100% - 5px) 0%, 100% 5px, 100% 100%, 0 100%, 0 0);
    margin-left: 5px;
    height: 24px;
  }
  .admission-info__link--tag.exam::before {
    -webkit-clip-path: polygon(calc(100% - 5px) 0%, 100% 5px, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(calc(100% - 5px) 0%, 100% 5px, 100% 100%, 0 100%, 0 0);
  }
  .admission-info__link--tag.exam::after {
    -webkit-clip-path: polygon(calc(100% - 5px - 1px) 0%, 100% calc(5px + 1px), 100% 100%, 0 100%, 0 0);
            clip-path: polygon(calc(100% - 5px - 1px) 0%, 100% calc(5px + 1px), 100% 100%, 0 100%, 0 0);
  }
  .admission-info__link--heading {
    font-size: 16px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 10px;
    letter-spacing: 0;
    font-weight: 500;
  }
  .admission-info__link--heading > * {
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom .5s;
    transition: border-bottom .5s;
  }
  .admission-info__link--date {
    margin-top: 2.92826vw;
    font-family: "din-2014", sans-serif;
    color: #90919b;
    margin-top: 0;
    position: absolute;
    top: calc(20px + 15px);
    left: 0;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 16px;
  }
  .admission-info__link--button {
    position: absolute;
    top: calc(400px - 48px);
    right: 0;
    margin-top: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}
/*# sourceMappingURL=admission.css.map */