@charset "UTF-8";
/* ブレイクポイント設定 */
/* 色設定 */
/* フォントサイズ */
/* 行間 */
/* 文字間隔 */
/* スタイル調整 */
/* transition */
/* ホバー */
.p-course {
  display: flex;
  height: 87.6rem;
  background: #fff;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-course {
    display: flex;
    flex-direction: column;
    height: auto;
  }
}

.p-course__aside {
  width: 30.8rem;
  height: 87.6rem;
  background: #F8FAFA;
  padding-top: 9.9rem;
  padding-left: 3.3rem;
}
@media screen and (max-width: 767px) {
  .p-course__aside {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 15.77rem;
    padding-top: 4rem;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-nav-scroll-course {
    overflow-x: scroll;
    padding-left: 4.684rem;
    padding-bottom: 4.2rem;
  }
}

.p-aside__contents--course {
  width: 23.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .p-aside__contents--course {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    font-size: 3.004rem;
  }
}

.p-content__all--course {
  position: relative;
  height: 3.6rem;
  padding: 0.35rem 0;
  padding-left: 2.4rem;
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-content__all--course {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6.759rem;
    padding: 0 2.2rem;
    margin-bottom: 0;
    margin-right: 2.6rem;
  }
}
.p-content__all--course::before {
  position: absolute;
  bottom: -0.6rem;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #A2A2A2;
}
@media screen and (max-width: 767px) {
  .p-content__all--course::before {
    display: none;
  }
}

.p-content__class--course {
  display: flex;
  flex-direction: column;
  row-gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-content__class--course {
    flex-direction: row;
    -moz-column-gap: 0.6rem;
         column-gap: 0.6rem;
  }
}

.p-class--course {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  padding-left: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-class--course {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding: 0 2.2rem;
  }
}

.p-course__main {
  width: calc(100% - 30.8rem);
  height: 100%;
  padding-top: 10.006rem;
  padding-left: 6.3rem;
}
@media screen and (max-width: 767px) {
  .p-course__main {
    width: 100%;
    padding-top: 4.506rem;
    padding-left: 0;
    padding-bottom: 33.79rem;
  }
}

.p-main__contents--course {
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-main__contents--course {
    flex-direction: column;
    align-items: center;
    row-gap: 4.8rem;
  }
}

.p-main__content--course {
  display: flex;
  flex-direction: column;
}

.content01--course {
  width: 32.533rem;
}
@media screen and (max-width: 767px) {
  .content01--course {
    width: 63.49rem;
  }
}

.content02--course {
  width: 32.533rem;
}
@media screen and (max-width: 767px) {
  .content02--course {
    width: 63.49rem;
  }
}

.content03--course {
  width: 32.575rem;
}
@media screen and (max-width: 767px) {
  .content03--course {
    width: 63.58rem;
  }
}

.p-content__title--course {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 0.9rem;
  margin-bottom: 1.8rem;
  margin-left: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-content__title--course {
    font-size: 3.755rem;
    margin-top: 1.69rem;
    margin-bottom: 3.38rem;
    margin-left: 1.69rem;
  }
}

.p-content__info {
  text-align: center;
  display: flex;
  justify-content: space-between;
  width: 14.6rem;
  height: 2rem;
  font-size: 1.2rem;
  font-weight: 500;
  margin-left: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-content__info {
    width: 28.494rem;
    height: 3.755rem;
    font-size: 2.253rem;
    margin-left: 1.69rem;
  }
}

.p-content__info--left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.4rem;
  border: solid 1px #2D2D2D;
  padding: 0.3rem;
}
@media screen and (max-width: 767px) {
  .p-content__info--left {
    width: 10.54rem;
    padding: 0.585rem 0;
  }
}

.p-content__info--right {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8rem;
  border: solid 1px #2D2D2D;
  padding: 0 0.3rem;
}
@media screen and (max-width: 767px) {
  .p-content__info--right {
    width: 15.61rem;
    padding: 0 0.585rem;
  }
}
.p-content__info--right::before {
  position: absolute;
  top: 50%;
  left: 0.3rem;
  transform: translateY(-50%);
  content: "";
  background: url(../images/formkit_time.webp) no-repeat 50% 50%/contain;
  width: 1.1rem;
  height: 1.1rem;
}
@media screen and (max-width: 767px) {
  .p-content__info--right::before {
    left: 0.585rem;
    width: 2.147rem;
    height: 2.147rem;
  }
}/*# sourceMappingURL=course.css.map */