/* top */
.fv {
  background-image: url(../../education/image/pc/top_img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 70vh;
  width: 100%;
  position: relative;
}

.fv::after {
  content: "";
  background-image: url(../../concept/image/pc/fv-bottom.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 1rem;
  width: 100%;
  position: absolute;
  bottom: -1rem;
  left: 0;

}

@media (max-width: 767px) {
  .fv {
    background-image: url(../../education/image/pc/top_img-sp.png);
    height: 90vh;
    width: 100%;
    background-position: 42% 80%;
  }
}

/* education */
.education {
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .education {
    margin-top: 3rem;
  }
}

@media (max-width: 767px) {
  .education-container {
    padding: 0 20px;
  }
}

.education-top-text {
  text-align: center;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .education-top-text {
    font-size: .9rem;
	  text-align: left;
  }
}

.education-items {
  max-width: 950px;
  margin: 5rem auto 0;
  position: relative;
  margin-top: 9rem;
}

@media (max-width: 767px) {
  .education-items {
    margin-top: 3rem;
  }
}

.education-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7rem;
}

@media (max-width: 767px) {
  .education-item {
    display: block;
  }
}

@media (max-width: 767px) {
  .education-item {
    margin-bottom: 5rem;
  }
}

.education-title {
  margin-bottom: 1.3rem;
}

.education-img img {
  box-shadow: -30px -30px 1px 0px #DDC8BB;
  position: relative;
}

.education-img::after {
  content: "";
  background-image: url(../../education/image/pc/nami.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 30%;
  width: 30%;
  position: absolute;
  top: 80%;
  left: 23%;
}

@media (max-width: 767px) {
  .education-img::after {
    height: 15%;
    width: 50%;
    top: 34%;
    left: 50%;
  }
}


@media (max-width: 767px) {
  .education-img img {
    width: 95%;
    box-shadow: 20px 20px 1px 0px #DDC8BB;
  }
}

.education-content {
  position: relative;
}

@media (max-width: 767px) {
  .education-content {
    margin-top: 6rem;
  }
}

.education-content::before {
  content: "";
  background-image: url(../../education/image/pc/moya.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 24%;
  width: 20%;
  position: absolute;
  top: -30%;
  right: 15%;
}

@media (max-width: 767px) {
  .education-content::before {
    top: -10%;
    right: 0;
  }
}

.education-content::after {
  content: "";
  background-image: url(../../education/image/pc/top-image.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 160%;
  width: 120%;
  position: absolute;
  top: 13%;
  right: -50%;
}

@media (max-width: 767px) {
  .education-content::after {
    height: 80%;
    width: 50%;
    top: 85%;
    right: 0;
  }
}

.education-content h2 {
  margin-top: -2rem;
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  .education-content h2 {
    margin-top: -2rem;
    font-size: 1.25rem;
  }
}

.education-content h2 span {
  background: linear-gradient(transparent 50%, #FFF6B2 50%);
}

.education-text {
  line-height: 1.7;
  font-size: 1.1rem;
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .education-text {
    line-height: 1.7;
    font-size: .9rem;
  }
}

/* price */
.price {
  margin-top: 13rem;
}

@media (max-width: 767px) {
  .price {
    margin-top: 12rem;
  }
}

.price-container {
  max-width: 900px;
  margin: 5rem auto 0;
}

@media (max-width: 767px) {
  .price-container {
    padding: 0 20px;
  }
}

.price-top-text {
  font-weight: bold;
  margin-bottom: 2rem;
  margin-top: 7rem;
  font-size: 1.7rem;
}

@media (max-width: 767px) {
  .price-top-text {
    font-size: 1.2rem;
    margin-top: 4rem;

  }
}

.price-top-text-sub {
  font-weight: normal;
  font-size: 1.1rem;
  margin-top: 2rem;
  line-height: 1.5;
	text-align: left;
	margin-top: 4rem;
}

@media (max-width: 767px) {
  .price-top-text-sub {
    font-size: .8rem;
    margin-top: 3rem;
  }
}

.price-top-title {
  font-size: 1.4rem;
  background: #FAF4E4;
  font-weight: bold;
}

@media (max-width: 767px) {
  .price-top-title {
    font-size: .8rem;
  }
}

.price-top-title th {
  font-weight: bold;
}

table {
  table-layout: fixed;
  width: 100%;
  border: 1px solid #000;
}

tr {
  border: 1px solid #000;
}

th {
  border: 1px solid #000;
  padding: 20px 0;
  font-size: 1.2rem;
  font-weight: normal;
}

@media (max-width: 767px) {
  th {
    font-size: .8rem;
    vertical-align: middle;
    line-height: 1.5;
    padding: 10px 0;
  }
}
.price-btn {
  text-align: center;
}

@media (max-width: 767px) {
  .price-btn {
    margin-top: -2rem;
  }
}