.header,.header-wrapper,.header-wrapper ul {
  background-color: #fcf5f5;
}
main {
  background-color: #fcf5f5;
  padding: 0 100px 20px;
}
.title-section {
  padding: 100px 0 150px;
}
.title-section h2 {
  color: #ee9aa2;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 20px;
}
h3 {
  color: #999;
  font-size: 3.6rem;
  font-weight: 500;
}
@media (max-width:970px) {
  .title-section {
    padding: 60px 0;
  }
  .title-section h2 {
    font-size: 2.4rem;
    line-height: 3.6rem;
    width: 90%;
    margin: 0 auto 10px;
  }
  .title-section h3 {
    font-size: 3rem;
  }
}
.course-section {
  background-color: #fff;
  border-radius: 20px;
  padding: 100px;
  margin-bottom: 100px;
}
.course-section .pink-circle {
  height: 20px;
  width: 20px;
  margin-bottom: 0;
}
.course-section h4 {
  display: inline-block;
  width: 900px;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: left;
}
.course-section p {
  display: block;
  width: 900px;
  text-align: left;
  margin: 0 auto 100px;
}
.course-section h5 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 40px;
}
.course-section img {
  margin-bottom: 100px;
}
.course-section__features-image {
  height: auto;
  width: 90%;
  max-width: 1020px;
}
.course-section__contents-image {
  height: auto;
  width: 90%;
  max-width: 860px;
}
.course-section .course-section__contents-image {
  margin-bottom: 20px;
}
.course-section .course-section__small {
  margin-bottom: 100px;
}
.course-section h6 {
  font-size: 2rem;
  font-weight: 500;
  color: #ee9aa2;
  border-bottom: #e2e2e2 solid 2px;
  padding: 0 40px 20px;
  display: inline-block;
}
.course-section p.course-section__cost {
  display: block;
  width: auto;
  text-align: center;
  margin: 20px auto 10px;    /* 下に余白 */
  font-size: 2rem;
  font-weight: 600;
}
.course-section__cost span {
  font-family: Quicksand;
  font-size: 3.6rem;
}
.course-section small {
  display: block;
  font-weight: 500;
  margin-bottom: 40px;
}
.course-section ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 70px;
}
.course-section ul li img {
  height: 200px;
  width: auto;
  margin-bottom: 0;
}
.course-section .course-section__text {
  display: block;
  margin-bottom: 60px;
}
.course-section__anker {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 40px;
}
.course-section a {
  display: inline-block;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  background-color: #ee9aa2;
  border-radius: 30px;
  padding: 15px 40px;
  width: 350px;
  height: 60px;
}
.course-section__anker-line {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.course-section__anker-line img {
  height: 25px;
  width: 210px;
  margin-bottom: 10px;
}
.course-section__anker-line a {
  background-color: #4cc37d;
}
@media (max-width:970px) {
  .course-section {
    border-radius: 60px 60px 0 0;
    margin-top: -40px;
    padding: 70px 24px 90px;
  }
  .course-section h4 {
    font-size: 2rem;
    margin-bottom: 50px;
  }
  .course-section p {
    width: 90%;
    max-width: 700px;
    margin-bottom: 60px;
  }
  .course-section ul {
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 10% 20px;
  }
  .course-section ul li img {
    margin-bottom: 0;
  }
  .course-section .course-section__features-illust {
    height: 300px;
    width: auto;
    margin-bottom: 40px;
  }
  .course-section .course-section__contents-image-sp {
    height: auto;
    width: 90%;
    max-width: 327px;
  }
  .course-section .course-section__ribbon-image {
    margin-top: 50px;
  }
  .course-section .course-section__benefits-image {
    width: 90%;
    max-width: 660px;
    height: auto;
  }
}