@charset "UTF-8";
/* ---------------------------------------------
  admission intro
  --------------------------------------------- */
.header {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1), 0 0 20px rgba(0, 0, 0, 0.1);
}

.admission {
  padding-bottom: 0;
  overflow: hidden;
  background-color: #F7F7F7;
}
@media screen and (max-width: 767px) {
  .admission .container {
    padding: 0 1.125rem;
  }
}

.p-admission__intro {
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-admission__intro {
    margin-top: 0;
  }
}

.p-admission__intro__block {
  background-color: #2C2CB1;
  padding: 60px 32px 80px;
}
@media screen and (max-width: 767px) {
  .p-admission__intro__block {
    padding: 40px 20px 60px;
  }
}

.p-admission {
  position: relative;
}
.p-admission__box {
  background-color: #2C2CB1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 40px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-admission__box {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
  }
}
.p-admission__box .icon {
  width: 16%;
  max-width: 110px;
}
@media screen and (max-width: 767px) {
  .p-admission__box .icon {
    width: 11%;
    max-width: 80px;
  }
}
.p-admission__box .text {
  margin: 0;
  font-size: 2.25rem;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .p-admission__box .text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-admission__box .text {
    font-size: 1.1875rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
  }
}
.p-admission__lead {
  font-size: 1.25rem;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
  padding: 0 32px;
}
@media screen and (max-width: 767px) {
  .p-admission__lead {
    font-size: 0.9375rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.8;
    padding: 0;
  }
}

.admission .p-admission__ttl {
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 30px;
  margin-bottom: 50px;
  position: relative;
  border-top: none;
  color: #2C2CB1;
}
@media screen and (max-width: 767px) {
  .admission .p-admission__ttl {
    gap: 10px;
    margin-bottom: 40px;
  }
}
.admission .p-admission__ttl::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url("../img/mark_blue.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .admission .p-admission__ttl::before {
    width: 40px;
    height: 40px;
  }
}
.admission .p-admission__ttl .text {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .admission .p-admission__ttl .text {
    font-size: 1.1875rem;
    margin-bottom: 10px;
  }
}
.admission .p-admission__ttl::after {
  content: "";
  display: block;
  -ms-flex: 1;
      flex: 1;
  height: 1px;
  background-color: rgba(44, 44, 177, 0.3);
}
@media screen and (max-width: 767px) {
  .admission .p-admission__ttl::after {
    position: absolute;
    width: calc(100% - 60px);
    top: 30px;
    left: 50px;
  }
}
.admission .c-ttl__box {
  border: 1px solid #2C2CB1;
  color: #2C2CB1;
  padding: 12px 32px;
  font-size: 1.6875rem;
  line-height: 1.5;
  margin-bottom: 24px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .admission .c-ttl__box {
    font-size: 1.1875rem;
    padding: 12px 16px;
    line-height: 1.6;
  }
}
.admission .c-ttl__box .num {
  display: inline-block;
  font-size: 2rem;
  margin-right: 10px;
  -ms-transform: translateY(4px);
      transform: translateY(4px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .admission .c-ttl__box .num {
    font-size: 1.25rem;
    margin-right: 6px;
    vertical-align: initial;
  }
}

/* ---------------------------------------------
  admission policy
  --------------------------------------------- */
.p-admission__policy {
  position: relative;
}
.p-admission__policy::before {
  content: "";
  position: absolute;
  right: -10%;
  top: -13%;
  width: 40%;
  aspect-ratio: 712/596;
  background: url(../img/bg_circle_02.png) no-repeat center/100%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-admission__policy::before {
    right: -17%;
    top: 0;
    bottom: initial;
    width: 50%;
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
  }
}
.p-admission__policy .c-ttl__bg {
  margin-bottom: 30px;
}
.p-admission__policy .lead {
  font-size: 1.75rem;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #2C2CB1;
  margin-bottom: 60px;
  padding: 0 0 0 32px;
}
@media screen and (max-width: 992px) {
  .p-admission__policy .lead {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-admission__policy .lead {
    font-size: 1.1875rem;
    margin-bottom: 50px;
    padding: 0 0 0 16px;
  }
}
.p-admission__policy .block:not(:first-of-type) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-admission__policy .block:not(:first-of-type) {
    margin-top: 40px;
  }
}
.p-admission__policy .list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0 32px;
}
@media screen and (max-width: 767px) {
  .p-admission__policy .list {
    padding: 0 16px;
  }
}
.p-admission__policy .list li {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-admission__policy .list li {
    font-size: 0.875rem;
  }
}
.p-admission__policy .list li:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-admission__policy .list li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.p-admission__policy .list li::before {
  content: "−";
  display: inline-block;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .p-admission__policy .list li::before {
    margin-right: 10px;
  }
}

/* ---------------------------------------------
  admission method
  --------------------------------------------- */
.p-admission__method {
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-admission__method {
    padding-bottom: 40px;
  }
  .p-admission__method .content__inner {
    margin-bottom: 0;
  }
}
.p-admission__method .content__inner {
  margin-bottom: 0;
}
.p-admission__method::before {
  content: "";
  position: absolute;
  left: -16%;
  top: 8%;
  width: 30%;
  aspect-ratio: 513/531;
  background: url(../img/bg_circle_03.png) no-repeat top center/100%;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .p-admission__method::before {
    background-image: url(../img/bg_circle_01.png);
    aspect-ratio: 164/174;
    bottom: inherit;
    left: initial;
    top: -3%;
    right: -8%;
    width: 40%;
  }
}
.p-admission__method .c-ttl__bg {
  margin-bottom: 30px;
}
.p-admission__method .c-ttl__bg:not(:first-of-type) {
  margin-top: 60px;
}
.p-admission__method .lead {
  font-size: 1.75rem;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #2C2CB1;
  margin-bottom: 60px;
  padding: 0 0 0 32px;
}
@media screen and (max-width: 992px) {
  .p-admission__method .lead {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-admission__method .lead {
    font-size: 1.1875rem;
    margin-bottom: 40px;
    text-indent: -8px;
    padding: 0 0 0 16px;
  }
  .p-admission__method .lead .wh {
    display: inline-block;
    padding: 0 6px;
  }
}
.p-admission__method .desc {
  font-size: 1.1875rem;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-bottom: 60px;
  font-weight: 400;
  padding: 0 0 0 32px;
  max-width: 1064px;
}
@media screen and (max-width: 767px) {
  .p-admission__method .desc {
    font-size: 0.9375rem;
    letter-spacing: 0;
    line-height: 1.9;
    margin-bottom: 40px;
    padding: 0 0 0 16px;
  }
}
.p-admission__method .list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-admission__method .list li {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75;
}
.p-admission__method .list li:not(:last-child) {
  margin-bottom: 16px;
}
.p-admission__method .method__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 20px;
  max-width: 1060px;
  padding-left: 32px;
  margin-bottom: 260px;
}
@media screen and (max-width: 767px) {
  .p-admission__method .method__list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
    padding: 0;
    margin-bottom: 120px;
  }
}
.p-admission__method .method__list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 1.875rem;
  letter-spacing: 0.02em;
  font-weight: 600;
  text-align: center;
  color: #fff;
  padding: 1.875rem 0;
  position: relative;
}
.p-admission__method .method__list li::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #F7F7F7;
  position: absolute;
  bottom: -1px;
  right: -1px;
}
.p-admission__method .method__list li .sm {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .p-admission__method .method__list li {
    font-size: 1.3125rem;
  }
  .p-admission__method .method__list li .sm {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 767px) {
  .p-admission__method .method__list li {
    padding: 1.5rem 0;
  }
}
.p-admission__method .method__list li:first-child {
  background: linear-gradient(90deg, rgb(0, 255, 176) 0%, rgb(34, 167, 217) 100%);
}
.p-admission__method .method__list li:nth-child(2) {
  background: linear-gradient(90deg, rgb(101, 163, 246) 0%, rgb(104, 105, 208) 100%);
}
.p-admission__method .method__list li:nth-child(3) {
  background: linear-gradient(90deg, rgb(219, 0, 119) 0%, rgb(229, 126, 74) 100%);
}
@media screen and (max-width: 767px) {
  .p-admission__method .method__list li:nth-child(3) {
    grid-column: span 2/span 2;
    line-height: 1.25;
  }
}
.p-admission__method .c-page__top {
  text-align: center;
  color: #2C2CB1;
  font-size: 1.25rem;
  text-decoration: none;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 160px auto 0;
  transition: 0.3s ease;
  font-family: sans-serif;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 6px;
}
@media screen and (max-width: 767px) {
  .p-admission__method .c-page__top {
    margin-top: 80px;
    font-size: 1rem;
  }
}
.p-admission__method .c-page__top:hover {
  opacity: 0.7;
}

.p-admission__banner {
  display: block;
  transition: 0.3s ease;
}
.p-admission__banner:hover {
  opacity: 0.7;
}
.p-admission__banner img {
  width: 100%;
}

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

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

/* ---------------------------------------------
  info
  --------------------------------------------- */
.info {
  background: #2c2cb1;
  color: #ffffff;
  padding: 70px 0 80px;
  position: relative;
}
.info .container {
  border-bottom: 1px solid #fff;
}

.info h3 {
  text-align: center;
  margin: 100px auto 30px;
  font-weight: 700;
}

.info h3 img {
  height: 50px;
}

.info__inner {
  max-width: 1200px;
  margin: 90px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.info-card {
  padding: 0;
  margin-bottom: 50px;
  position: relative;
  width: 48%;
  background: #fff;
  text-decoration: none;
  color: #2c2cb2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  transition: all 0.3s ease;
}

.info-card.coming-soon {
  pointer-events: none;
}
.info-card.coming-soon::after {
  display: none;
}

.info-card__head {
  text-align: center;
  padding: 24px;
  font-size: 30px;
  border-bottom: 1px solid #ddd;
  width: 100%;
  font-weight: 600;
}

.info-card__body {
  padding: 24px 10px;
  line-height: 1.8;
  text-align: center;
  font-weight: 700;
}

.info-card::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 32px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #3b39b8 url(../img/arrow_w.svg) no-repeat center;
  background-size: 20px;
  transition: all 0.3s ease;
}

.info-card:hover {
  box-shadow: 0 5px 24px rgba(0, 0, 0, 0.3);
}

.info-card:hover::after {
  -ms-transform: translateX(6px);
      transform: translateX(6px);
}

@media (max-width: 1199px) {
  .info-card__head {
    font-size: 24px;
  }
  .info-card::after {
    top: 23px;
    right: 18px;
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 767px) {
  .info {
    padding: 50px 0;
  }
  .info h3 {
    margin: 20px auto 20px;
  }
  .info h3 img {
    height: 30px;
  }
  .info__inner {
    margin: 30px auto;
  }
  .info-card__head {
    padding: 20px 20px 10px;
  }
  .info-card {
    width: 100%;
    margin-bottom: 20px;
  }
  .info-card::after {
    top: 20px;
    right: 26px;
  }
  .info-card__body {
    font-size: 0.75rem;
    padding: 12px 10px 16px;
  }
}
/* ------ footer ------ */
.footer .container {
  z-index: 2;
}

.footer {
  position: relative;
}
.footer::after {
  content: "";
  position: absolute;
  left: -10%;
  top: -30%;
  width: 48%;
  aspect-ratio: 990/973;
  background: url(../img/bg_circle_04.png) no-repeat center/100%;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .footer::after {
    width: 80%;
    aspect-ratio: 332/303;
    top: initial;
    bottom: 4%;
    left: -40%;
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
  }
}