/* ------------------------------------------------
   feature
*/


.bg-feature {
  background: #fff;
}

.page-feature-info {}

.page-feature-info-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page-feature-info-text p {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .page-feature-info-text p {
    max-width: 100%;
    font-size: 14px;
  }
}

.page-feature-info-text {
  /* width: 50%; */
}

.page-feature-info-img {
  width: 46%;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .page-feature-info-text {
    width: 100%;
    order: 1;
  }

  .page-feature-info-img {
    width: 100%;
    text-align: right;
    margin-bottom: 24px;
    order: 0;
  }
}

.page-feature-info-img .-img01 {
  width: 90%;
  margin-left: auto;
}

.page-feature-info-img .-img02 {
  width: 54%;
}

.page-feature-info-img .-img03 {
  width: 37%;
  margin-left: 24px;
  margin-top: 24px;
}

@media screen and (max-width: 767px) {

  .page-feature-info-img .-img02 {
    width: 56%;
  }

  .page-feature-info-img .-img03 {
    width: 39%;
    margin-left: 2vw;
    margin-top: 2vw;
  }
}

/* ------------------------ */

.page-feature-case-img img {
  width: 100%;
}

.page-feature-case-text {
  max-width: 620px;
  margin: auto;
}
.page-feature-case-text .p-sec-h {
  margin-bottom: 1.2em;
}
.page-feature-case-text .p-sec-h h3 {
  margin-top: 1.2em;
  font-size: 20px;
}

/* ------------------------ */
@media screen and (max-width: 767px) {
  .p-sec.feature-youtube {
    padding-bottom: 64px;
  }
}

/* ------------------------ */


/* .feature-block {
  background: #F6F6F6;
} */

.feature-block .p-block-body {
  font-size: inherit;
  line-height: 2;
}

.feature-block-ttl {
  color: var(--main-color);
} 

.page-feature .btn-arrow {
  position: relative;
  display: inline-block;
  margin-top: .5em;
}

.page-feature .btn-arrow::after {
  position: absolute;
  top: 2px;
  right: -30px;
  content: "";
  background: url(../images/arrow-r.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
}


@media screen and (max-width: 767px) {
  .page-feature .p-block:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {


  .page-feature .p-block:not(:last-child) {
    margin-bottom: 64px;
  }

  .page-feature .pctb-figcnt {
    align-items: center;
  }

  .feature-block .-fig {
    flex: 0 0 47%;
  }

  .feature-block .-fig img {
    aspect-ratio: 390/260;
    object-fit: cover;
  }

  .feature-block .-cnt {
    flex: 0 0 47%;
  }


}



/* ------------------------ */
.lead-lesson {
  background-color: #F5F2ED;
}


/* ------------------------------------------------
 */
.page .feature-nayami {
  margin: 50px 0;
  font-weight: bold;
}

.page .feature-nayami dt,
.page .feature-nayami dd {
  margin: 0;
}

.page .feature-nayami dt {
  text-align: center;
  margin-bottom: 10px;
}

.page .feature-nayami ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.feature-nayami li {
  padding: 2em;
  border-radius: .5em;
}

.page .feature-nayami li {
  background: #EFF3F5;
}

.page .feature-nayami::after {
  content: "";
  display: block;
  border-right: 27px solid transparent;
  border-top: 20px solid #EFF3F5;
  border-left: 27px solid transparent;
  width: 27px;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .page .feature-nayami dt {
    font-size: 24px;
  }

  .page .feature-nayami ul {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .page .feature-nayami dt {
    font-size: 20px;
  }

  .page .feature-nayami li {
    margin-bottom: 20px;
    text-align: center;
  }
}