:root {
  --bg-color-yellow: #F7F1DF;
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-22: 22px;
  --fs-24: 24px;
  --fs-28: 28px;
  --fs-32: 32px;
  --fs-40: 40px;
}

.text-bold {
  font-weight: 700;
}

/* jobtra-academy.cssに以下を追加 */
.c-fv-new-container{
  padding: 0 20px 30px;
}

@media (min-width: 768px) {
  .c-fv-new{
    padding-top: 40px;
  }
}
/* jobtra-academy.cssに以下を追加 ここまで*/

.bg-yellow {
  background-color: var(--bg-color-yellow);
}

.tokuhou-head-picture,
.tokuhou-price-picture,
.tokuhou-goukei-picture {
  display: block;
}

.tokuhou-head {
  display: block;
  width: 100%;
  max-width: 750px;
  height: auto;
  margin: 0 auto 16px;
}

.tokuhou-content {
  width: 80%;
  max-width: 375px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tokuhou-content img {
  display: block;
  width: 100%;
  height: auto;
}

.tokuhou-price {
  margin-bottom: 14px;
}

.tokuhou-goukei-wrap {
  width: 80%;
  max-width: 520px;
  margin: 0 auto;
}

.tokuhou-goukei {
  display: block;
  width: 100%;
  height: auto;
}

.tokuhou-message-area {
  width: 100%;
  margin-bottom: 18px;
  overflow-x: clip;
  overflow-y: visible;
}

.tokuhou-message-inner {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 56px;
  box-sizing: border-box;
}

.tokuhou-message-inner > .tokuhou-message-arrow {
  display: block;
  width: 56px;
  max-width: none;
  height: auto;
  margin: 0 auto 10px;
}

.tokuhou-message-text {
  margin: 0;
  text-align: center;
  color: #111827;
  font-size: var(--fs-18);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

.tokuhou-message-text .text-orange {
  font-size: var(--fs-22);
}

.tokuhou-cracker {
  position: absolute;
  width: 56px;
  height: auto;
  top: auto;
  bottom: 0;
}

.tokuhou-cracker--left {
  left: 0;
  transform: translateX(-20%);
}

.tokuhou-cracker--right {
  right: 0;
  transform: translateX(20%);
}

.tokuhou-step-list {
  width: 100%;
  max-width: 520px;
  margin: 0 auto 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tokuhou-step-card {
  background: #ffffff;
  border-radius: 30px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
  padding: 22px 17px 18px;
}

.tokuhou-step-label {
  margin: 0 auto 14px;
  width: fit-content;
  min-width: 261px;
  background: #e18c1e;
  color: #fff;
  text-align: center;
  border-radius: 999px;
  padding: 10px 20px;
  font-size: var(--fs-18);
  font-weight: 700;
  line-height: 1;
}

.tokuhou-step-headline {
  margin: 0 0 24px;
  text-align: center;
  color: #111827;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-size: var(--fs-20);
  font-weight: 700;
  line-height: 1.25;
}

.tokuhou-step-num {
  color: #ea4e46;
  font-size: var(--fs-32);
}

.tokuhou-step-detail {
  position: relative;
  background: #ffece9;
  border-radius: 10px;
  padding: 14px 12px;
}

.tokuhou-step-detail::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -11px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 11px solid #ffece9;
}

.tokuhou-step-detail--split .tokuhou-step-row + .tokuhou-step-row {
  border-top: 1px solid #e18c1e;
  margin-top: 8px;
  padding-top: 8px;
}

.tokuhou-step-row {
  display: flex;
  align-items: center;
  gap: 18px;
}

.tokuhou-step-rate {
  margin: 0;
  color: #ea4e46;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-size: var(--fs-28);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.tokuhou-step-rate span {
  font-size: var(--fs-18);
}

.tokuhou-step-text {
  margin: 0;
  color: #111827;
  font-size: var(--fs-16);
  font-weight: 700;
  line-height: 1.4;
}

.tokuhou-step-text--center {
  text-align: center;
}

.tokuhou-cta {
  width: 100%;
}

.tokuhou-cta .c-cta-button {
  margin: 0;
}

@media (max-width: 767px) {
  .tokuhou-head-picture {
    display: flex;
    justify-content: center;
    padding: 0 12px;
    box-sizing: border-box;
  }

  .tokuhou-head {
    width: 92%;
    max-width: 620px;
    margin-bottom: 14px;
  }
}

@media (min-width: 768px) {
  .tokuhou-head {
    width: 60%;
    max-width: none;
    margin-bottom: 20px;
  }

  .tokuhou-goukei-wrap {
    width: 70%;
    margin: 0 auto;
  }

  .tokuhou-content {
    max-width: 100%;
  }

  .tokuhou-price {
    width: 100%;
    margin-bottom: 18px;
  }

  .tokuhou-goukei {
    margin-bottom: 24px;
  }

  .tokuhou-message-area {
    max-width: 520px;
    margin: 0 auto 22px;
  }

  .tokuhou-message-inner {
    padding: 0 64px;
  }

  .tokuhou-message-inner > .tokuhou-message-arrow {
    width: 68px;
    max-width: none;
    margin-bottom: 12px;
  }

  .tokuhou-message-text {
    font-size: var(--fs-24);
  }

  .tokuhou-message-text .text-orange {
    font-size: var(--fs-28);
  }

  .tokuhou-cracker {
    width: 62px;
  }

  .tokuhou-cracker--left,
  .tokuhou-cracker--right {
    transform: none;
  }

  .tokuhou-step-list {
    max-width: 1100px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 24px;
  }

  .tokuhou-step-card {
    flex: 1;
    border: 4px solid #efe8d4;
    border-radius: 34px;
    padding: 22px 18px 18px;
    display: flex;
    flex-direction: column;
  }

  .tokuhou-step-card:first-child {
    flex: 1.15;
  }

  .tokuhou-step-card:last-child {
    flex: 0.85;
  }

  .tokuhou-step-label {
    min-width: 0;
    padding: 14px 16px;
  }

  .tokuhou-step-headline {
    margin-bottom: 24px;
    font-size: var(--fs-24);
    line-height: 1.35;
  }

  .tokuhou-step-num {
    font-size: var(--fs-40);
  }

  .tokuhou-step-detail {
    padding: 16px 18px;
    min-height: 126px;
    flex: 1 1 auto;
  }

  .tokuhou-step-detail--split {
    display: flex;
    gap: 0;
    padding: 12px 0;
  }

  .tokuhou-step-detail--split .tokuhou-step-row {
    flex: 1;
    min-width: 0;
    padding: 10px 22px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .tokuhou-step-detail--split .tokuhou-step-row + .tokuhou-step-row {
    border-top: 0;
    border-left: 1px solid #f3b4af;
    margin-top: 0;
    padding-top: 10px;
  }

  .tokuhou-step-row {
    gap: 12px;
  }

  .tokuhou-step-card:last-child .tokuhou-step-row {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .tokuhou-step-card:last-child .tokuhou-step-detail {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tokuhou-step-card:last-child .tokuhou-step-text {
    text-align: center;
  }

  .tokuhou-step-text {
    line-height: 1.45;
  }

  .tokuhou-step-text--center {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 94px;
    font-size: var(--fs-18);
  }

  .tokuhou-cta {
    max-width: 520px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tokuhou-message-area {
    max-width: 560px;
  }

  .tokuhou-message-inner {
    padding: 0 72px;
  }

  .tokuhou-cracker {
    width: 58px;
  }

  .tokuhou-cracker--left {
    left: 14px;
  }

  .tokuhou-cracker--right {
    right: 14px;
  }
}

.a-skill {
  padding-top: 130px;
  margin-bottom: 90px;
}

.a-section-title {
  font-size: var(--fs-24);
  text-align: center;
  margin: 0;
}

.a-section-title::after {
  content: "";
  display: block;
  height: 6px;
  width: 40px;
  margin: 16px auto 30px;
  background-color: #8dc7f2;
}

.a-skill-slider {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.a-skill-slider__viewport {
  overflow: hidden;
  width: 100%;
}

.a-skill-area {
  width: 100%;
  max-width: 100%;
}

.a-skill-slider__track {
  display: flex;
  transition: transform 0.45s ease;
}

.a-skill-slider__page {
  flex: 0 0 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.a-skill-card {
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  margin-bottom: 50px;
  overflow: hidden;
  width: 48%;
  min-height: 750px;
  height: 750px;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.a-skill-card__title {
  background-color: #d8efd5;
  display: flex;
}

.a-skill-card__title img {
  height: 40px;
  margin: 10px;
}

.a-skill-card__title-text {
  font-size: 22px;
  line-height: 60px;
  margin: 0;
}

.a-skill-card__body {
  padding: 50px;
  background-color: #fff;
  flex: 1;
}

.a-skill-card__sub {
  margin: 0;
  font-size: 16px;
  display: inline;
  line-height: 1.8;
  box-shadow: inset 0 -0.55em 0 #fff3a9;
}

.a-skill-card__list {
  margin: 12px 0 0;
  padding-left: 20px;
}

.a-skill-card__list + .a-skill-card__sub {
  margin-top: 14px;
}

.a-skill-card__item {
  line-height: 2;
  font-size: 16px;
}

.a-skill-card__item::marker {
  color: #57bf7a;
}

.a-skill-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 999px;
  cursor: pointer;
  z-index: 2;
}

.a-skill-slider__arrow::before {
  content: "";
  display: block;
  width: 16px;
  height: 26px;
  margin: 0 auto;
  background: url("../../img/academy/arrow2.svg") center / contain no-repeat;
}

.a-skill-slider__arrow--prev {
  left: 15px;
}

.a-skill-slider__arrow--prev::before {
  transform: rotate(180deg);
}

.a-skill-slider__arrow--next {
  right: 15px;
}

.a-skill-slider__arrow:disabled {
  opacity: 0.45;
  cursor: default;
}

.a-skill-slider__dots {
  position: absolute;
  left: 50%;
  bottom: 57px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.a-skill-slider__dot {
  width: 50px;
  height: 5px;
  border: 0;
  border-radius: 0;
  background: #e5e5e5;
  cursor: pointer;
}

.a-skill-slider__dot.is-active {
  background: #515151;
}

@media (max-width: 767px) {
  .a-container {
    width: min(100%, calc(100% - 36px));
  }

  .a-skill {
    margin-bottom: 30px;
    padding-top: 42px;
  }

  .a-section-title {
    font-size: 20px;
  }

  .a-section-title::after {
    width: 30px;
    height: 4px;
    margin: 10px auto 25px;
  }

  .a-skill-slider__page {
    display: block;
  }

  .a-skill-slider {
    padding-bottom: 86px;
  }

  .a-skill-card {
    width: 100%;
    max-width: 100%;
    height: 680px;
    min-height: 680px;
    border-radius: 30px;
    margin-bottom: 24px;
    box-shadow: 0 16px 24px rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
  }

  .a-skill-card__title-text {
    font-size: 18px;
    line-height: 1.4;
    padding: 18px 0;
  }

  .a-skill-card__body {
    padding: 34px 30px 28px;
  }

  .a-skill-card__item {
    font-size: 14px;
    line-height: 2;
  }

  .a-skill-slider__arrow {
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 54px;
    border: 0;
    border-radius: 0;
    background: transparent;
    opacity: 0.6;
  }

  .a-skill-slider__arrow::before {
    width: 18px;
    height: 24px;
  }

  .a-skill-slider__arrow--prev {
    left: 12px;
  }

  .a-skill-slider__arrow--next {
    right: 12px;
  }

  .a-skill-slider__dots {
    bottom: 10px;
    width: min(320px, calc(100% - 56px));
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 8px;
    row-gap: 6px;
  }

  .a-skill-slider__dot {
    flex: 0 0 auto;
    width: 48px;
    height: 5px;
  }
}

/* ===============================================
 * Comparison
 * ============================================= */
.j-comparison-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.j-comparison-table {
  --j-label-width: 120px;
  --j-academy-width: 200px;
  --j-training-width: 182px;
  --j-gap: 4px;
  width: calc(var(--j-label-width) + var(--j-academy-width) + var(--j-training-width) + (var(--j-gap) * 4));
  min-width: calc(var(--j-label-width) + var(--j-academy-width) + var(--j-training-width) + (var(--j-gap) * 4));
  border-collapse: separate;
  border-spacing: var(--j-gap);
  table-layout: fixed;
  position: relative;
  margin: 0 auto;
}

.j-comparison-table::after {
  content: "";
  position: absolute;
  top: var(--j-gap);
  bottom: var(--j-gap);
  left: calc(var(--j-label-width) + (var(--j-gap) * 2));
  width: var(--j-academy-width);
  border: 3px solid #62c27b;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 2;
}

.j-comparison-table th,
.j-comparison-table td {
  vertical-align: middle;
}

.j-comparison-empty {
  width: var(--j-label-width);
  height: 48px;
}

.j-comparison-header {
  height: 48px;
  padding: 0 9px;
}

.j-comparison-header--academy {
  width: var(--j-academy-width);
  background-color: #d9efd5;
}

.j-comparison-header--training {
  width: var(--j-training-width);
  background-color: #feeaa4;
}

.j-comparison-logo-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.j-comparison-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.j-comparison-logo img {
  width: 110px;
  height: auto;
  display: block;
}

.j-comparison-subtitle {
  display: block;
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.j-comparison-label {
  width: var(--j-label-width);
  height: 80px;
  padding: 12px 14px;
  background-color: #e8e8e8;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.j-comparison-cell {
  height: 80px;
  padding: 12px 14px;
  color: #000;
  font-size: var(--fs-14);
  font-weight: 500;
  line-height: 1.4;
}

.j-comparison-cell p {
  margin: 0;
}

.j-comparison-cell--academy {
  width: var(--j-academy-width);
  background-color: #f5faf4;
  font-weight: 700;
}

.j-comparison-cell--academy-last {
  border-bottom: none;
}

.j-comparison-cell--training {
  width: var(--j-training-width);
  background-color: #faf8f6;
}

.j-comparison-note {
  display: block;
  margin-top: 2px;
  font-size: var(--fs-14);
  font-weight: 500;
  line-height: 1.3;
}

.j-comparison-recommend {
  margin: 20px auto 0;
  width: 100%;
  max-width: 690px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.j-comparison-recommend-lead {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
}

.j-comparison-recommend-lead p {
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #111827;
}

.j-comparison-recommend-lead-illust {
  width: 52px;
  height: auto;
  flex-shrink: 0;
}

.j-comparison-recommend-arrow {
  width: 68px;
  height: 36px;
}

.j-comparison-recommend-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.j-comparison-recommend-title {
  margin: 0;
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
  color: #111827;
  padding-bottom: 20px;
}

.j-comparison-recommend-title span {
  font-size: 24px;
}

.j-comparison-recommend-title img {
  width: 200px;
  max-width: 65vw;
  vertical-align: middle;
}

.j-comparison-recommend-title-ga {
  position: relative;
  top: 2px;
  font-size: 16px;
  font-style: normal;
}

.j-comparison-recommend-card {
  width: 100%;
  border: 1px solid #60c179;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 20px;
}

.j-comparison-recommend-card-head {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background-color: #fff5d4;
  border-bottom: 1px solid #60c179;
  padding: 16px 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #111827;
}

.j-comparison-recommend-card-head img {
  width: 154px;
  max-width: 48vw;
}

.j-comparison-recommend-card-body {
  margin: 0;
  padding: 20px;
  color: #111827;
}

.j-comparison-recommend-bubbles {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.j-comparison-recommend-bubble {
  display: flex;
}

.j-comparison-recommend-bubble-illust {
  width: 100%;
  height: auto;
  display: block;
}

.j-comparison-recommend-note {
  margin: 4px 0 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #111827;
}

@media (max-width: 767px) {
  .j-comparison-wrapper {
    overflow-x: auto;
    width: 100%;
  }

  .j-comparison-table {
    min-width: calc(var(--j-label-width) + var(--j-academy-width) + var(--j-training-width) + (var(--j-gap) * 4));
  }
}

@media (min-width: 768px) {
  .j-comparison-wrapper {
    overflow-x: visible;
  }

  .j-comparison-table {
    --j-label-width: 170px;
    --j-academy-width: 290px;
    --j-training-width: 250px;
    min-width: calc(var(--j-label-width) + var(--j-academy-width) + var(--j-training-width) + (var(--j-gap) * 4));
    width: calc(var(--j-label-width) + var(--j-academy-width) + var(--j-training-width) + (var(--j-gap) * 4));
    max-width: none;
    margin: 0 auto;
  }

  .j-comparison-empty,
  .j-comparison-label {
    width: var(--j-label-width);
  }

  .j-comparison-header--academy,
  .j-comparison-cell--academy {
    width: var(--j-academy-width);
  }

  .j-comparison-header--training,
  .j-comparison-cell--training {
    width: var(--j-training-width);
  }

  .j-comparison-label {
    font-size: 18px;
  }

  .j-comparison-cell {
    font-size: 18px;
    height: 108px;
    padding: 14px 16px;
  }

  .j-comparison-header {
    height: 72px;
  }

  .j-comparison-logo img {
    width: 140px;
  }

  .j-comparison-subtitle {
    font-size: 18px;
  }

  .j-comparison-note {
    font-size: 14px;
  }

  .j-comparison-recommend {
    max-width: 860px;
    gap: 16px;
    margin-top: 32px;
  }

  .j-comparison-recommend-lead {
    gap: 24px;
  }

  .j-comparison-recommend-lead-illust {
    width: 72px;
  }

  .j-comparison-recommend-lead p {
    font-size: 24px;
  }

  .j-comparison-recommend-title {
    font-size: 24px;
  }

  .j-comparison-recommend-title img {
    width: 250px;
    max-width: none;
  }

  .j-comparison-recommend-card {
    max-width: 860px;
  }

  .j-comparison-recommend-card-head {
    font-size: 20px;
    padding: 18px;
  }

  .j-comparison-recommend-card-head img {
    width: 16vw;
    max-width: 200px;
  }

  .j-comparison-recommend-card-body {
    padding: 24px 28px;
    font-size: 18px;
  }

  .j-comparison-recommend-bubbles {
    flex-direction: row;
    justify-content: center;
    gap: 24px;
    max-width: 860px;
  }

  .j-comparison-recommend-bubble {
    flex: 1;
    max-width: 400px;
  }

  .j-comparison-recommend-bubble-illust {
    max-width: 100%;
  }

  .j-comparison-recommend-note {
    font-size: 20px;
  }

  .j-comparison-recommend-title-ga {
  position: relative;
  top: 2px;
  font-size: 20px;
  font-style: normal;
}
}

/* FAQ（よくある質問）- モバイルファースト */
.c-faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.c-faq-item {
  padding: 22px 20px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.43);
  background-color: #fff;
  border-radius: 16px;
}

.c-faq-question,
.c-faq-answer {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.c-faq-answer {
  gap: 13px;
}

.c-faq-icon {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  flex-shrink: 0;
}

.c-faq-icon--q {
  background-color: #5FC279;
  color: #fff;
}

.c-faq-icon--a {
  background-color: #F0FAF6;
  color: #5FC279;
}

.c-faq-text {
  font-size: var(--font-base);
  line-height: 30px;
  letter-spacing: 0.96px;
  flex: 1;
}

.c-faq-question .c-faq-text {
  font-size: var(--font-base);
  font-weight: bold;
}

.c-faq-answer .c-faq-text {
  font-size: var(--font-base);
  font-weight: 500;
  line-height: 32px;
}

.c-faq-divider {
  border: none;
  border-top: 1px solid #E0E0E0;
  margin: 19px 0;
}

@media (min-width: 768px) {
  .c-faq-item {
    padding: 40px 60px;
  }
  
  .c-faq-list {
    gap: 30px;
  }
  
  .c-faq-question .c-faq-text {
    font-size: var(--font-lg-pc);
  }
  
  .c-faq-answer .c-faq-text {
    font-size: var(--font-base-pc);
  }
}
