@charset "UTF-8";
/* fontサイズ */
/*
元のフォントサイズ*(3/4)
24px→18px
50px→37.5px
*/
/*z-index数値*/
/*menu割当て*/
/*CTA*/
/*TOPへ戻るボタン割当て*/
/* z-index コンテンツ*/
/*レスポンシブデザインコンポーネント*/
/* 使用カラー */
/* color */
/* ブランドカラー(暗め) */
/* ブランドカラー(明るめ) */
/* メインカラー青 */
/* メインカラー緑 */
/* monochrome */
/* monotone*/
/* gradation */
/*新色*/
/*4季色*/
/*春*/
/*夏*/
/*冬*/
.course-hs {
  width: 100%;
}
.course-hs .ralu-em {
  font-weight: bold;
  font-size: 1.5rem;
}
.course-hs .catch-copy {
  margin: 1rem 0;
}
.course-hs h3 {
  text-align: left;
  color: #2B9A98;
  font-weight: bold;
  font-size: 1.1rem;
  width: fit-content;
}
.course-hs .subject {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 1rem;
}
.course-hs .subject .subject-item {
  color: white;
  background: #A0A7A7;
  border-radius: 5px;
  padding: 2px 5px;
}
.course-hs__contents {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.course-hs__contents .p-list {
  position: relative;
  width: fit-content;
  margin-left: 20%;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .course-hs__contents .p-list {
    margin: auto;
    min-width: 300px;
    width: 70%;
  }
}
@media screen and (max-width: 428px) {
  .course-hs__contents .p-list {
    min-width: inherit;
    width: 100%;
  }
}
.course-hs__contents .p-list p {
  position: relative;
  margin: 0.5rem 0 0 2.5rem;
  font-weight: bold;
  width: fit-content;
}
.course-hs__contents .p-list p::before {
  content: url("../img/common_check_v-1-0.svg");
  position: absolute;
  left: -2rem;
  transform: scale(0.8);
}
@media screen and (max-width: 428px) {
  .course-hs__contents .p-list p::before {
    left: -2rem;
    transform: scale(0.8);
  }
}
.course-hs__contents .univ-frame {
  margin-top: 3rem;
}
.course-hs__contents .univ-frame .title {
  position: relative;
  margin-left: 3rem;
}
.course-hs__contents .univ-frame .title::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: -3rem;
  border-top: 2px solid;
  width: 2rem;
  height: 4px;
}
.course-hs__contents .univ-frame .title::after {
  content: "";
  position: absolute;
  top: 1rem;
  left: 5rem;
  border-top: 2px solid;
  width: 70%;
  height: 4px;
}
.course-hs__contents .univ-frame .univ-list {
  max-width: 500px;
  margin: auto;
}
.course-hs__contents .course-unit {
  padding: 3rem 0;
}
.course-hs__contents .course-unit .width-control {
  width: 60%;
  max-width: 900px;
  margin: auto;
  position: relative;
  padding: 2rem 3rem;
  border-radius: 15px;
}
@media screen and (max-width: 1200px) {
  .course-hs__contents .course-unit .width-control {
    width: 70vw;
  }
}
@media screen and (max-width: 900px) {
  .course-hs__contents .course-unit .width-control {
    width: 90vw;
    padding: 2rem 2rem;
  }
}
@media screen and (max-width: 428px) {
  .course-hs__contents .course-unit .width-control {
    width: 90vw;
  }
}
.course-hs__contents .course-unit .width-control h3 {
  margin-bottom: 2rem;
}
.course-hs__contents .course-unit .width-control .calc {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  text-align: center;
  gap: 1rem;
}
@media screen and (max-width: 900px) {
  .course-hs__contents .course-unit .width-control .calc {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 428px) {
  .course-hs__contents .course-unit .width-control .calc {
    font-size: 1rem;
  }
}
.course-hs__contents .course-unit .width-control .calc .calc-01 {
  background: #F5F7F7;
  border-radius: 50%;
  width: 210px;
  height: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .course-hs__contents .course-unit .width-control .calc .calc-01 {
    width: 170px;
    height: 170px;
  }
}
@media screen and (max-width: 428px) {
  .course-hs__contents .course-unit .width-control .calc .calc-01 {
    width: 130px;
    height: 130px;
  }
}
.course-hs__contents .course-unit .width-control .calc .calc-01 span {
  font-family: Avenir;
  font-weight: bold;
  font-size: 0.8rem;
}
.course-hs__contents .course-unit .width-control .calc .calc-03 {
  background: #2B9A98;
  color: white;
  border-radius: 50%;
  width: 210px;
  height: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .course-hs__contents .course-unit .width-control .calc .calc-03 {
    width: 170px;
    height: 170px;
  }
}
@media screen and (max-width: 428px) {
  .course-hs__contents .course-unit .width-control .calc .calc-03 {
    width: 130px;
    height: 130px;
  }
}
.course-hs__contents .course-unit .width-control .calc .calc-03 span {
  font-family: Avenir;
  font-weight: bold;
  font-size: 0.8rem;
}
.course-hs__contents .course-unit .width-control .price-frame {
  font-family: Avenir;
  position: absolute;
  right: 1rem;
  top: 1rem;
  background: #2B9A98;
  color: white;
  font-size: 1rem;
  padding: 1rem 1rem 0.5rem;
  border-radius: 15px;
}
@media screen and (max-width: 900px) {
  .course-hs__contents .course-unit .width-control .price-frame {
    top: -2rem;
  }
}
.course-hs__contents .course-unit .width-control .price-frame .price {
  font-weight: bold;
  font-size: 3rem;
}
@media screen and (max-width: 1200px) {
  .course-hs__contents .course-unit .width-control .price-frame .price {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 900px) {
  .course-hs__contents .course-unit .width-control .price-frame .price {
    font-size: 2rem;
  }
}
@media screen and (max-width: 428px) {
  .course-hs__contents .course-unit .width-control .price-frame .price {
    font-size: 1.5rem;
  }
}
.course-hs__contents .course-unit:nth-child(2n-1) {
  background: #F5F7F7;
}
.course-hs__contents .course-unit:nth-child(2n-1) .width-control {
  border: 2px solid;
  border-color: white;
}
.course-hs__contents .course-unit:nth-child(2n) {
  background: white;
}
.course-hs__contents .course-unit:nth-child(2n) .width-control {
  border: 2px solid;
  border-color: #F5F7F7;
}
.course-hs__contents .course-unit:last-child {
  background: #2B9A98;
}
.course-hs__contents .course-unit:last-child .width-control {
  background: white;
}
.course-hs__contents .course-unit .other-price {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
.course-hs__contents .course-unit .other-price h3 {
  margin: 0;
}/*# sourceMappingURL=course.css.map */