@charset "utf-8";
/* CSS Document */
.flow_h .inner {
  max-width: 1280px;
  margin: 0 auto;
}

.flow_h .item {
  display: grid;
  grid-template-columns: clamp(260px, 32vw, 480px) 72px 1fr;
  column-gap: clamp(16px, 3vw, 40px);
  position: relative;
  padding-bottom: 60px;
  width: 100%;
}

.flow_h .item:last-child {
  padding-bottom: 0;
}

.flow_h .imgbox {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 8px;
}

.flow_h .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flow_h .col-num {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.flow_h .col-num::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 72px;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  border-left: 1px dotted #d8b6d8;
}

.flow_h .item:last-child .col-num::before {
  display: none;
}

.flow_h .circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #d8b6d8;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.flow_h .circle p {
  line-height: 1;
  letter-spacing: 0.08em;
  color: #B288A0;
      font-family: "Sen", "Noto Sans JP", "Noto Sans","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 20px;
}

.flow_h .circle p:first-child {
  font-size: 14px;
}

.flow_h .txtbox {
  margin-top: 12px;
}

.flow_h h3 {
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}

.flow_h .txtbox > p {
  letter-spacing: 0.08em;
}

.flow_h .more {
  justify-content: flex-start;
}



@media screen and (max-width: 768px) {
  .flow_h .item {
    grid-template-columns: 1fr;
    grid-template-areas:
      "col"
      "imgbox"
      "txtbox";
    gap: 16px;
    padding-bottom: 50px;
    max-width: 500px;
    margin: 0 auto;
  }

  .flow_h .col-num {
    grid-area: col;
    justify-content: flex-start;
  }

  .flow_h .imgbox {
    grid-area: imgbox;
  }

  .flow_h .txtbox {
    grid-area: txtbox;
    margin-top: 0;
  }

  .flow_h .col-num::before {
    display: none;
  }


}
.course_lead p {
  letter-spacing: 0.08em;
}

.course_wrap {
  max-width: 1280px;
  margin: 0 auto;
  gap: clamp(20px, 3vw, 45px);
  align-items: stretch;
}

.course_wrap .course_box {
  width: calc((100% - clamp(20px, 3vw, 45px) * 2) / 3);
  border: 1px solid #d8b6d8;
  border-radius: 8px;
  background: #F4EEF2;
  padding: clamp(24px, 3vw, 35px) clamp(10px, 2.4vw, 20px);
}

.course_wrap .head {
  margin-bottom: 22px;
}

.course_wrap .head .entitle3 {
  letter-spacing: 0.12em;
  line-height: 1;
  margin-bottom: 8px;
}

.course_wrap .imgbox {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}

.course_wrap .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course_wrap .txtbox h3 {
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.course_wrap .txtbox > p {
  letter-spacing: 0.08em;
}

.course_wrap .label {
  position: relative;
  margin: 24px 0 18px;
}

.course_wrap .label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  border-top: 1px dotted #d8b6d8;
}

.course_wrap .label p {
  position: relative;
  display: inline-block;
  padding: 5px 18px;
  border-radius: 999px;
  background: #B288A0;
  color: #fff;
  line-height: 1;
  z-index: 1;
}

.course_wrap .listbox {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.course_wrap .list_item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.course_wrap .list_item i {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  color: #D6B3C7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  flex-shrink: 0;
}

.course_wrap .list_item p {
  font-weight: 400;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1080px) {
  .course_wrap {
    flex-direction: column;
  }

  .course_wrap .course_box {
    width: 100%;
      max-width: 450px;
          margin-right: auto;
     margin-left: auto;
  }
}
.cate1{
  background: #F4EEF2;
}
.cate2 .course_wrap .course_box {
    background: #FAF8FA;
}


/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

