<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* - - - - - - - - - .opencampus-course - - - - - - - - - */
.opencampus-course {
  background: rgba(208, 166, 204, 0.3);
}

.opencampus-course__wrap {
  position: relative;
  padding: 121px 0 62px;
  background: url(/assets/img/opencampus/trial/opencampus-course_bg.svg) center center no-repeat;
	background-size: cover;
  width: 100%;
  height: 100%;
}

.opencampus-course__title {
  padding-left: 20px;
}

.opencampus-course__cards {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.6%;
  row-gap: 30px;
}

.opencampus-course__card {
  width: 31.6%;
}

.opencampus-course__card-img {
  margin-top: 50px;
}

.opencampus-course__card-img img {
  max-width: 345px;
  width: 100%;
}

/* - - - - - - - - - .card - - - - - - - - - */

.card__lead {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: #fff;
  width: 90%;
  margin: 0 auto 0;
  border-radius: 32px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, .1);
  padding: 9px 0;
  position: relative;
}

.card__lead::before {
  content: "";
  position: absolute;
  clip-path: polygon(0 47%, 0% 100%, 50% 50%);
  bottom: -12px;
  left: 55%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  z-index: 0;
}
.card__lead.card__bg-pink1::before {
  background: #F09CC0;
}
.card__lead.card__bg-orange::before {
  background: #F4B0A0;
}
.card__lead.card__bg-sky-blue::before {
  background: #80CCD0;
}
.card__lead.card__bg-purple1::before {
  background: #BB8DC0;
}
.card__lead.card__bg-purple2::before {
  background: #B0A6D0;
}
.card__lead.card__bg-blue::before {
  background: #60C0F0;
}
.card__lead.card__bg-green::before {
  background: #A8D880;
}

.card__box {
  margin-top: 0;
  background: #fff;
  border-radius: 15px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .10);
  margin-top: -15px;
  padding-bottom: 12px;
}

.card__img {
  border-radius: 15px 15px 0 0;
}

.card__img img {
  max-width: 346px;
  width: 100%;
  border-radius: 15px 15px 0 0;
}

.card__titles {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 15px 0 0 15px;

}

.card__alphabet {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.card__tittle {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  line-height: 1.3888;
  font-weight: 700;
}

.card__desc {
  margin-top: 0;
  font-size: 14px;
  line-height: 1.7857;
  font-weight: 400;
  margin: 8px 15px 0;
}

.card__desc2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 1.7857;
  font-weight: 500;
  color: #FF9000;
  margin: 4px 15px -4px;
}

.card__desc3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 1.7857;
  font-weight: 700;
  margin: 4px 15px -4px;
}

.card__tags {
  margin: 8px 15px 0;
  display: flex;
  gap: 9px;
}

.card__tag {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2857;
  letter-spacing: 0.1em;
  padding: 5px 15px;
  border-radius: 15px;
}

.card__btn {
  margin-top: 15px;
  text-align: center;
}

.card__btn-body {
  max-width: 196px;
  width: 100%;
  margin: auto;
}

/* .cardã®å…±é€šãƒ‘ãƒ¼ãƒ„ */
.card__bg-pink1 {
  background: #F09CC0;
}
.card__bg-pink2 {
  background: #F0B4D0;
}
.card__bg-orange {
  background: #F4B0A0;
}
.card__bg-sky-blue {
  background: #80CCD0;
}
.card__bg-purple1 {
  background: #BB8DC0;
}
.card__bg-purple2 {
  background: #B0A6D0;
}
.card__bg-purple3 {
  background: #D0A6CC;
}
.card__bg-blue {
  background: #60C0F0;
}
.card__bg-green {
  background: #A8D880;
}

.card__c-pink {
  color: #F09CC0;
}
.card__c-orange {
  color: #F4B0A0;
}
.card__c-sky-blue {
  color: #80CCD0;
}
.card__c-purple1 {
  color: #BB8DC0;
}
.card__c-purple2 {
  color: #B0A6D0;
}
.card__c-blue {
  color: #60C0F0;
}
.card__c-green {
  color: #A8D880;
}


/* - - - - - - - - - .opencampus-schedule - - - - - - - - - */
.opencampus-schedule__wrap {
  padding: 124px 0 61px;
}

.opencampus-schedule__l-box {
  display: flex;
  gap: 2.8%;
  margin-top: 36px;
}

.opencampus-schedule__m-box {
  width: 31.5%;
  border-radius: 15px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}

.opencampus-schedule__m-box--no-bg {
  background: none;
  border-radius: 0;
  padding: 0;
}

.opencampus-schedule__m-box--bg-white {
  background: #fff;
  padding: 15px;
}

.opencampus-schedule__img01 img {
  max-width: 345px;
  width: 100%;
}
.opencampus-schedule__img02 img {
  max-width: 1095px;
  width: 100%;
}

.opencampus-schedule__img02 {
  margin-top: 26px;
}

.opencampus-schedule__s-title {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  color: #606060;
}

.opencampus-schedule__s-title::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 4px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: #F8C4B0;
}

.opencampus-schedule__m-text {
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 34px;
}

.opencampus-schedule__btn {
  margin-top: 15px;
}

.opencampus-schedule__btn-body1 {
  max-width: 224px;
  width: 100%;
  margin: auto;
}
.opencampus-schedule__btn-body2 {
  max-width: 194px;
  width: 100%;
  margin: auto;
}

.opencampus-schedule__list {
  margin-top: 13px;
}

.opencampus-schedule__item {
  font-size: 18px;
  line-height: 1.5555;
  font-weight: 700;
  color: #FF9000;
  border: 2px solid #FF9000;
  border-radius: 5px;
  padding: 5px 0;
}

.opencampus-schedule__item + .opencampus-schedule__item {
  margin-top: 10px;
}

.opencampus-schedule__note {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.7857;
  font-weight: 400;
  text-align: left;
}

.opencampus-schedule__s-box {
  background: #fff;
  border-radius: 15px;
  padding: 15px;
}

.opencampus-schedule__s-box + .opencampus-schedule__s-box {
  margin-top: 27px;
}

.opencampus-schedule__s-text {
  font-size: 14px;
  line-height: 1.7857;
  font-weight: 400;
  text-align: left;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  /* - - - - - - - - - .opencampus-course - - - - - - - - - */
  .opencampus-course {
    background: rgba(208, 166, 204, 0.3);
  }

  .opencampus-course__wrap {
    padding: 79px 0 62px;
    background: url(/assets/img/opencampus/trial/opencampus-course_bg-sp.svg) center center no-repeat;
    background-size: cover;
  }

  .opencampus-course__title {
    padding-left: 0;
  }

  .opencampus-course__cards {
    display: block;
    margin-top: 30px;
  }

  .opencampus-course__card {
    width: 100%;
  }

  .opencampus-course__card + .opencampus-course__card {
    margin-top: 31px;
  }

  /* - - - - - - - - - .card - - - - - - - - - */
  .card__lead {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    color: #fff;
    width: 90%;
    margin: 0 auto 0;
    border-radius: 32px;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, .1);
    padding: 9px 0;
    position: relative;
  }

  .card__img img {
    max-width: 100%;
  }

  /* - - - - - - - - - .opencampus-schedule - - - - - - - - - */
  .opencampus-schedule__wrap {
    padding: 118px 0 61px;
  }

  .opencampus-schedule__l-box {
    display: block;
    margin-top: 32px;
  }

  .opencampus-schedule__m-box {
    width: 100%;
  }

  .opencampus-schedule__m-box + .opencampus-schedule__m-box {
    margin-top: 28px;
  }

  .opencampus-schedule__img01 img {
    max-width: 100%;
  }

}

/*# sourceMappingURL=maps/opencampus_trial.css.map */
</pre></body></html>