@charset "UTF-8";

#keyvisual-sub_blc {
    background: url(../img/common/mainV_beginner.jpg) no-repeat right center / contain;
}
@media screen and (max-width: 643px) {
    #keyvisual-sub_blc {
        background: url(../img/common/mainV_beginner._sp.jpg) no-repeat right center / contain;
    }
}



.ttl-style-group {
    margin-bottom: 6rem;
}
#about-blc .col-2-img-txt {
    margin-bottom: 20rem;
}

#about-blc .col-2-img-txt .txt-blc {
    width: 55%;
}
.step-flow {
  position: relative;
    padding-left: 25px;
  border-left: 2px solid #720000;
}

.step-item {
  position: relative;
  margin-bottom: 1rem;
}

.step-dot {
  position: absolute;
    left: -32px;
    top: 7px;
    width: 12px !important;
  height: 12px;
  background-color: #720000;
  transform: rotate(45deg);
  border: 1px solid #720000;
}

.step-text h4 {
  color: #720000;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.step-text p {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.6;
  margin: 0;
}

.step-item.final h4 {
  font-weight: bold;
  color: #720000;
  font-size: 1.1rem;
}
figure {
    height: 100%;

}
#about-blc .col-2-img-txt .img-blc img {
    object-fit: cover;
        height: 100%;
}


@media screen and (max-width:1000px) {
.ttl-style-group {
    margin-bottom: 3rem;
}
#about-blc .col-2-img-txt .txt-blc {
    width: 90%;
    margin: 3rem auto 0;
}
.step-item {
    margin-bottom: 1.5rem;
}
}