.p-mv {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #000;
}

.p-mv-img img {
  width: 100%;
  filter: blur(10px);
  transform: scale(1.2);
}

@media only screen and (max-width: 899px) {
  .p-index {
    padding-bottom: 60px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-index {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 899px) {
  .p-curriculum-merit {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-curriculum-merit {
    margin: auto;
    margin-top: 60px;
    width: 80%;
  }
}

@media print, screen and (min-width: 900px) {
  .p-curriculum-merit-txt {
    margin-bottom: 15px;
  }
}

.p-curriculum-merit-hl {
  margin-bottom: 20px;
}
@media only screen and (max-width: 899px) {
  .p-curriculum-merit-hl {
    font-size: 25px;
    font-size: 1.5625rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 900px) {
  .p-curriculum-merit-hl {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media only screen and (max-width: 899px) {
  .p-curriculum-merit-img {
    margin-top: 25px;
    width: 680px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-curriculum-merit-img {
    flex: 0 0 54.1666666667%;
  }
}
.p-curriculum-merit-img img {
  width: 100%;
}

.p-curriculum-table {
  position: relative;
  overflow: hidden;
  transition: height 0.5s;
}
@media only screen and (max-width: 899px) {
  .p-curriculum-table {
    margin-top: 30px;
    height: 400px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-curriculum-table {
    margin-top: 50px;
    height: 300px;
  }
}
.p-curriculum-table:after {
  content: "";
  display: block;
  width: 100%;
  height: 120px;
  background: linear-gradient(to bottom, transparent, #fff);
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-curriculum-table.is-open:after {
  opacity: 0;
  pointer-events: none;
}

@media print, screen and (min-width: 900px) {
  .p-curriculum-table-month {
    display: flex;
  }
  .p-curriculum-table-month:not(:first-child) {
    margin-top: 1px;
  }
  .p-curriculum-table-month:not(:first-child) .p-curriculum-table-detail-e > dt,
  .p-curriculum-table-month:not(:first-child) .p-curriculum-table-detail-m > dt,
  .p-curriculum-table-month:not(:first-child) .p-curriculum-table-detail-j > dt {
    display: none;
  }
  .p-curriculum-table-month:first-child .p-curriculum-table-month-hl {
    margin-top: 35px;
  }
}

.p-curriculum-table-month-hl {
  background: #697272;
  color: #fff;
  padding: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 899px) {
  .p-curriculum-table-month-hl {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 1px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-curriculum-table-month-hl {
    font-size: 16px;
    font-size: 1rem;
    flex: 0 0 calc((100% - 3px) * 0.13);
    margin-right: 1px;
  }
}

@media only screen and (max-width: 899px) {
  .p-curriculum-table-detail-e,
  .p-curriculum-table-detail-m,
  .p-curriculum-table-detail-j {
    display: flex;
    margin-top: 1px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-curriculum-table-detail-e,
  .p-curriculum-table-detail-m,
  .p-curriculum-table-detail-j {
    flex: 0 0 calc((100% - 3px) * 0.29);
    display: flex;
    flex-direction: column;
  }
  .p-curriculum-table-detail-e:not(:last-child),
  .p-curriculum-table-detail-m:not(:last-child),
  .p-curriculum-table-detail-j:not(:last-child) {
    margin-right: 1px;
  }
}
.p-curriculum-table-detail-e > dt,
.p-curriculum-table-detail-m > dt,
.p-curriculum-table-detail-j > dt {
  color: #fff;
}
@media only screen and (max-width: 899px) {
  .p-curriculum-table-detail-e > dt,
  .p-curriculum-table-detail-m > dt,
  .p-curriculum-table-detail-j > dt {
    flex: 0 0 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-curriculum-table-detail-e > dt,
  .p-curriculum-table-detail-m > dt,
  .p-curriculum-table-detail-j > dt {
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1px;
  }
}
.p-curriculum-table-detail-e > dd,
.p-curriculum-table-detail-m > dd,
.p-curriculum-table-detail-j > dd {
  line-height: 1.4;
}
@media only screen and (max-width: 899px) {
  .p-curriculum-table-detail-e > dd,
  .p-curriculum-table-detail-m > dd,
  .p-curriculum-table-detail-j > dd {
    flex: 1 1 auto;
    padding: 15px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-curriculum-table-detail-e > dd,
  .p-curriculum-table-detail-m > dd,
  .p-curriculum-table-detail-j > dd {
    flex: 1 1 auto;
    padding: 15px 20px;
  }
}

.p-curriculum-table-detail-e > dt {
  background: #ba356b;
}
.p-curriculum-table-detail-e > dd {
  background: rgba(186, 53, 107, 0.1);
}

.p-curriculum-table-detail-m > dt {
  background: #0866bc;
}
.p-curriculum-table-detail-m > dd {
  background: rgba(8, 102, 188, 0.1);
}

.p-curriculum-table-detail-j > dt {
  background: #ef7a06;
}
.p-curriculum-table-detail-j > dd {
  background: rgba(239, 122, 6, 0.1);
}

.p-curriculum-table-detail-other {
  line-height: 1.4;
  background: rgba(128, 128, 128, 0.1);
}
@media only screen and (max-width: 899px) {
  .p-curriculum-table-detail-other {
    flex: 1 1 auto;
    padding: 15px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-curriculum-table-detail-other {
    flex: 1 1 auto;
    padding: 15px 20px;
  }
}

@media only screen and (max-width: 899px) {
  .p-curriculum-table-list {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-curriculum-table-list {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-curriculum-table-list > dt:not(:first-child) {
  margin-top: 5px;
}
.p-curriculum-table-list > li,
.p-curriculum-table-list > dd {
  position: relative;
}
@media only screen and (max-width: 899px) {
  .p-curriculum-table-list > li,
  .p-curriculum-table-list > dd {
    padding-left: 12px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-curriculum-table-list > li,
  .p-curriculum-table-list > dd {
    padding-left: 15px;
  }
}
.p-curriculum-table-list > li:before,
.p-curriculum-table-list > dd:before {
  content: "";
  display: block;
  background: currentcolor;
  border-radius: 100%;
  position: absolute;
  top: 0.7em;
  left: 0;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 899px) {
  .p-curriculum-table-list > li:before,
  .p-curriculum-table-list > dd:before {
    width: 4px;
    height: 4px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-curriculum-table-list > li:before,
  .p-curriculum-table-list > dd:before {
    width: 6px;
    height: 6px;
  }
}

.p-curriculum-table-list i,
.p-curriculum-offer i {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  color: #fff;
  vertical-align: text-bottom;
  text-align: center;
  line-height: 1.2;
  margin-right: 1px;
  position: relative;
  top: -1px;
  text-indent: 0;
}
@media only screen and (max-width: 899px) {
  .p-curriculum-table-list i,
  .p-curriculum-offer i {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-curriculum-table-list i,
  .p-curriculum-offer i {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.p-curriculum-table-list .class-s,
.p-curriculum-offer .class-s {
  background: #11704e;
}
.p-curriculum-table-list .class-a,
.p-curriculum-offer .class-a {
  background: #22af72;
}
.p-curriculum-table-list .class-b,
.p-curriculum-offer .class-b {
  background: #199169;
}
.p-curriculum-table-list .txt-math01,
.p-curriculum-offer .txt-math01 {
  mix-blend-mode: multiply;
  height: 0.9em;
  width: auto;
  position: relative;
  top: 0.3em;
}
@media print, screen and (min-width: 900px) {
  .p-curriculum-table-btns {
    margin-left: 13%;
  }
}

.p-curriculum-table-btn {
  transition: margin 0.5s;
}
@media only screen and (max-width: 899px) {
  .p-curriculum-table-btn {
    margin-top: -40px;
    margin-inline: 15px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-curriculum-table-btn {
    margin-top: -50px;
    width: 300px;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 899px) {
  .p-curriculum-table-btn.is-open {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-curriculum-table-btn.is-open {
    margin-top: 20px;
  }
}/*# sourceMappingURL=index.css.map */