.skillcheck span.marker {
  padding: 0 10px;
  background: linear-gradient(transparent 50%, #00A8CC4D 30%);
  color: #1E2954;
  font-weight: 700;
}

.skillcheck .sp-only {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .skillcheck .sp-only {
    display: block;
  }
}

/**
 * MV
 */
.skillcheck .skillcheck-mv {
  background-image: url(../img/skillcheck_img01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 40px;
  padding: 160px 0 320px;
  text-align: right;
}
.skillcheck .skillcheck-mv .wrapper {
  display: flex;
  justify-content: end;
}
.skillcheck .skillcheck-mv h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .skillcheck .skillcheck-mv {
    padding: 0 0 20px 0;
    background-image: none;
    text-align: left;
  }
  .skillcheck .skillcheck-mv .wrapper {
    display: block;
  }
}

/**
 * EP-Proスキルチェックとは？
 */
.skillcheck .skillcheck-about {
  margin-bottom: 100px;
}
.skillcheck .skillcheck-about h2 {
  margin-bottom: 60px;
}
.skillcheck .skillcheck-about h3 {
  margin-bottom: 64px;
  font-size: 1.8rem;
  color: #1E2954;
  text-align: center;
}
.skillcheck .skillcheck-about-lead {
  margin-bottom: 64px;
  font-weight: 700;
  font-size: 2rem;
}
.skillcheck .skillcheck-about-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  margin-bottom: 64px;
}
.skillcheck .skillcheck-about-content img {
  max-width: 40%;
}
.skillcheck .skillcheck-about-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.skillcheck .skillcheck-about-list li {
  list-style: disc;
  margin-left: 20px;
  padding: 5px 0;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .skillcheck .skillcheck-about {
    margin-bottom: 60px;
  }
  .skillcheck .skillcheck-about-content {
    flex-wrap: wrap;
  }
  .skillcheck .skillcheck-about-content img {
    max-width: 100%;
  }
  .skillcheck .skillcheck-about-lead {
    font-size: 1.6rem;
  }
  .skillcheck .skillcheck-about-list li {
    font-size: 1.6rem;
  }
}

/**
 * EP-Proスキルチェックのメリット
 */
.skillcheck .skillcheck-merits-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 100px;
  gap: 25px 0;
}
.skillcheck .skillcheck-merits-list li {
  width: 50%;
  list-style: none;
  text-align: center;
  font-size: 2.4rem;
}
@media screen and (max-width: 767.9px) {
  .skillcheck .skillcheck-merits-list {
    margin-bottom: 60px;
  }
  .skillcheck .skillcheck-merits-list li {
    width: 100%;
    font-size: 1.8rem;
  }
}

/**
 * CTA
 */
.skillcheck .skillcheck-cta {
  text-align: center;
  background-color: #008891;
  margin-bottom: 100px;
  padding: 64px 0;
  border-radius: 8px;
}
.skillcheck .skillcheck-cta.last {
  margin-bottom: 0;
}
.skillcheck .skillcheck-cta h2 {
  margin: 0 0 50px;
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
}
.skillcheck .skillcheck-cta p {
  margin-bottom: 50px;
  font-size: 3rem;
  font-weight: 300;
  color: #fff;
}
.skillcheck .skillcheck-cta a {
  display: inline-block;
  padding: 16px 32px;
  background-color: #fff;
  color: #1E2954;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 32px;
}
@media screen and (max-width: 767.9px) {
  .skillcheck .skillcheck-cta {
    margin-bottom: 60px;
    padding: 32px 0;
  }
  .skillcheck .skillcheck-cta h2 {
    margin: 0 0 30px;
    font-size: 2.4rem;
  }
  .skillcheck .skillcheck-cta p {
    margin-bottom: 30px;
    font-size: 2rem;
  }
  .skillcheck .skillcheck-cta a {
    padding: 10px 16px;
    font-size: 1.4rem;
  }
}

/**
 * 目的で選べる2つのEP-Proスキルチェック
 */
.skillcheck .skillcheck-compare {
  margin-bottom: 100px;
}
.skillcheck .skillcheck-compare h2 {
  margin-bottom: 60px;
}
.skillcheck .skillcheck-compare-content {
  display: flex;
  justify-content: space-between;
}
.skillcheck .skillcheck-compare-content-box {
  width: 46.4%;
  padding: 30px 10px;
  border: 8px solid;
  border-radius: 8px;
  text-align: center;
}
.skillcheck .skillcheck-compare-content-box.basicSounds {
  border-color: #00A8CC;
}
.skillcheck .skillcheck-compare-content-box.naturalReading {
  border-color: #3B7AB5;
}
.skillcheck .skillcheck-compare-content-box h3 {
  margin: 0 0 18px;
  font-size: 3rem;
  font-weight: 700;
}
.skillcheck .skillcheck-compare-content-box.basicSounds h3 {
  color: #00A8CC;
}
.skillcheck .skillcheck-compare-content-box.naturalReading h3 {
  color: #3B7AB5;
}
.skillcheck .skillcheck-compare-content-box-lead {
  margin-bottom: 16px;
}
@media screen and (max-width: 767.9px) {
  .skillcheck .skillcheck-compare {
    margin-bottom: 50px;
  }
  .skillcheck .skillcheck-compare-content {
    flex-wrap: wrap;
    gap: 40px;
  }
  .skillcheck .skillcheck-compare-content-box {
    width: 100%;
    padding: 15px;
  }
  .skillcheck .skillcheck-compare-content-box h3 {
    font-size: 2.4rem;
  }
  .skillcheck .skillcheck-compare-content-box-lead {
    font-size: 1.8rem;
  }
}

/**
 * テーブル
 */
.skillcheck .skillcheck-table {
  overflow-x: auto;
  margin-bottom: 100px;
}
.skillcheck .skillcheck-table table {
  min-width: 1100px;
  width: 100%;
  border-collapse: collapse;
}
.skillcheck .skillcheck-table th,
.skillcheck .skillcheck-table td {
  border: 1px solid #000;
  padding: 16px;
  font-weight: 500;
  font-size: 1.4rem;
}
.skillcheck .skillcheck-table th.basicSounds {
  font-weight: 700;
  font-size: 2.4rem;
  color: #00A8CC;
  text-align: center;
}
.skillcheck .skillcheck-table th.naturalReading {
  font-weight: 700;
  font-size: 2.4rem;
  color: #3B7AB5;
  text-align: center;
}
.skillcheck .skillcheck-table p {
  margin-top: 10px;
}
.skillcheck .skillcheck-table p:first-child {
  margin-top: 0;
}
.skillcheck .skillcheck-table li {
  list-style: disc;
  margin-left: 20px;
  padding: 0;
}
@media screen and (max-width: 767.9px) {
  .skillcheck .skillcheck-table {
    margin-bottom: 50px;
  }
  .skillcheck .skillcheck-table th,
  .skillcheck .skillcheck-table td {
    padding: 8px;
  }
}

/**
 * フィードバック
 */
.skillcheck .skillcheck-feedback {
  margin-bottom: 100px;
}
.skillcheck .skillcheck-feedback h2 {
  margin-bottom: 60px;
}
.skillcheck .skillcheck-feedback-lead {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 48px;
}
.skillcheck .skillcheck-feedback-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}
.skillcheck .skillcheck-feedback-content img {
  width: 50%;
  max-width: 375px;
  margin: 0 10%;
}
.skillcheck .skillcheck-feedback-attention {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  background-color: #E7E8DE99;
  padding: 32px;
  border-radius: 8px;
}
.skillcheck .skillcheck-feedback-attention h3 {
  margin: 0;
  font-size: 1.8rem;
}
.skillcheck .skillcheck-feedback-attention li {
  list-style: disc;
  margin-left: 20px;
  padding: 0;
}
@media screen and (max-width: 767.9px) {
  .skillcheck .skillcheck-feedback {
    margin-bottom: 50px;
  }
  .skillcheck .skillcheck-feedback-content {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
  .skillcheck .skillcheck-feedback-content img {
    width: 100%;
  }
  .skillcheck .skillcheck-feedback-attention {
    flex-wrap: wrap;
    gap: 16px;
  }
  .skillcheck .skillcheck-feedback-attention h3 {
    font-size: 1.6rem;
  }
  .skillcheck .skillcheck-feedback-attention li {
    font-size: 1.4rem;
  }
}

/**
 * フロー
 */
.skillcheck .skillcheck-flow {
  margin-bottom: 100px;
}
.skillcheck .skillcheck-flow h2 {
  margin-bottom: 60px;
}
.skillcheck .skillcheck-flow .flowWrap .flowStep .flowStepArrow {
  background-color: #008891;
}
.skillcheck .skillcheck-flow .flowWrap .flowStep::after {
  border-color: #008891 transparent transparent transparent;
}
.skillcheck .skillcheck-flow-lead {
  text-align: center;
  font-size: 2.4rem;
  color: #1E2954;
}
@media screen and (max-width: 767.9px) {
  .skillcheck .skillcheck-flow {
    margin-bottom: 50px;
  }
  .skillcheck .skillcheck-flow h2 {
    margin-bottom: 30px;
  }
  .skillcheck .skillcheck-flow-lead {
    font-size: 1.8rem;
  }
}

/**
 * 料金
 */
.skillcheck .skillcheck-price {
  margin-bottom: 100px;
}
.skillcheck .skillcheck-price h2 {
  margin-bottom: 60px;
}
.skillcheck .skillcheck-price-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}
.skillcheck .skillcheck-price-content-box {
  width: 46.4%;
  padding: 30px 10px;
  border: 8px solid;
  border-radius: 8px;
  text-align: center;
}
.skillcheck .skillcheck-price-content-box.basicSounds {
  border-color: #00A8CC;
}
.skillcheck .skillcheck-price-content-box.naturalReading {
  border-color: #3B7AB5;
}
.skillcheck .skillcheck-price-content-box h3 {
  margin: 0 0 18px;
  font-size: 3rem;
  font-weight: 700;
}
.skillcheck .skillcheck-price-content-box.basicSounds h3 {
  color: #00A8CC;
}
.skillcheck .skillcheck-price-content-box.naturalReading h3 {
  color: #3B7AB5;
}
.skillcheck .skillcheck-price-content-box-lead {
  margin-bottom: 16px;
}
.skillcheck .skillcheck-price-content-box-price {
  font-size: 3rem;
  font-weight: 700;
}
.skillcheck .skillcheck-price-cta {
  text-align: center;
  margin-top: 40px;
}
.skillcheck .skillcheck-price-cta a {
  display: inline-block;
  width: 100%;
  max-width: 350px;
  padding: 26px 16px;
  background-color: #008891;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 64px;
}
@media screen and (max-width: 767.9px) {
  .skillcheck .skillcheck-price {
    margin-bottom: 50px;
  }
  .skillcheck .skillcheck-price h2 {
    margin-bottom: 30px;
  }
  .skillcheck .skillcheck-price-content {
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 32px;
  }
  .skillcheck .skillcheck-price-content-box {
    width: 100%;
  }
  .skillcheck .skillcheck-price-content-box h3 {
    font-size: 2.4rem;
  }
  .skillcheck .skillcheck-price-content-box-price {
    font-size: 2rem;
  }
  .skillcheck .skillcheck-price-cta a {
    padding: 16px 16px;
    font-size: 1.6rem;
  }
}

/**
 * FAQ
 */
.skillcheck .skillcheck-faq {
  margin-bottom: 100px;
  padding: 64px 20px;
  background-color: #E7E8DE99;
  border-radius: 8px;
}
.skillcheck .skillcheck-faq h2 {
  margin: 0 0 60px;
  text-align: center;
}
.skillcheck .skillcheck-faq dl {
  max-width: 768px;
  margin: 0 auto;
}

/* アコーディオン用スタイル */
.skillcheck .skillcheck-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease;
  padding: 20px 0 20px;
  font-size: 1.8rem;
  font-weight: 700;
}
.skillcheck .skillcheck-faq-question:hover {
  opacity: 0.8;
}
.skillcheck .skillcheck-faq-icon {
  font-size: 1.6rem;
  color: #1E2954;
}
.skillcheck .skillcheck-faq-accordion .skillcheck-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 !important;
  margin: 0;
  border-bottom: 1px solid #E2E2E2;
}
.skillcheck .skillcheck-faq-accordion .skillcheck-faq-answer.active {
  max-height: 200px;
  padding: 0 0 20px !important;
}
@media screen and (max-width: 767.9px) {
  .skillcheck .skillcheck-faq {
    margin-bottom: 50px;
  }
  .skillcheck .skillcheck-faq h2 {
    margin-bottom: 30px;
  }
  .skillcheck .skillcheck-faq dl {
    flex-wrap: wrap;
    gap: 16px;
  }
}