/* Box sizing のリセット */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* マージンのリセット */
* {
  margin: 0;
  list-style-type: none;
}

/* body の基本設定 */
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  max-width: 500px;
  margin: auto;
  /* font-family: "FOT-筑紫明朝 Pr6 B"; */
  font-family: "FOT-筑紫ゴシック Pr5 M";
  color: #111;
}

/* メディア要素のレスポンシブ対応 */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
/* フォームコントロールのフォント継承 */
input,
button,
textarea,
select {
  font: inherit;
}
ul {
  padding: 0;
}
li {
  list-style: none;
}
/* テキストの折り返し */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/* root の isolation */
#root,
#__next {
  isolation: isolate;
}
header {
  padding: 12px 0 0 11px;

  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
h1 {
  font-size: 19px;
  max-width: 500px;
  margin: auto;
}
h1 img {
  width: 112px;
}
.fv {
  position: relative;
}
.fv__title {
  position: absolute;
  left: 26px;
  top: 57px;
  font-family: "FOT-筑紫ゴシック Pro B";

  font-size: 18px;
}
.fv__title img {
  width: 184px;
  margin: auto;
  display: block;
}
.cta-area__content {
  position: relative;
}
.cta-area__button {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 350px;
}
.cta-button {
  background: linear-gradient(180deg, #06c755 35%, #005724 100%);
  display: block;
  padding: 10px 0;
  align-items: center;
  justify-content: center;
  border-radius: 80px;
  font-family: "FOT-筑紫ゴシック Pro B";
  color: #fff;
  font-size: 14px;
  text-align: center;
  height: 68px;
}
.cta-button .yellow {
  color: #ffc700;
  font-size: 20px;
}
.cta-button .big {
  font-size: 20px;
}

.cta-button::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 25px;
  height: 25px;
  background: url(../img/button-arrow.svg);
}
.cta-button::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 36px;
  height: 36px;
  background: url(../img/line-icon.svg);
  background-size: cover;
}

.cta-area__note {
  font-size: 9px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  width: 100%;
}
/* フローティングボタン */
.floating-button {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 350px;
  height: 68px;
}

.floating-button__button {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s,
    -webkit-transform 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s,
    -webkit-transform 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s,
    transform 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s,
    transform 0.3s,
    -webkit-transform 0.3s;
}
.floating-button__button.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.floating-button__note {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s,
    -webkit-transform 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s,
    -webkit-transform 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s,
    transform 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s,
    transform 0.3s,
    -webkit-transform 0.3s;
  font-size: 9px;
  text-align: center;
}
.floating-button__note.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.career-coaching {
  padding: 25px 0 12px;
  font-size: 24px;
  text-align: center;
  font-family: FOT-筑紫ゴシック Pro B;
}
.career-coaching img {
  width: 200px;
  display: block;
  margin: auto;
}
.about {
}
.about__title {
  background: #dc5f1f;
  color: #fff;
  font-size: 24px;
  line-height: 1.7;
  text-align: center;
  padding: 20px 0;
}
.about__title span {
  font-family: FOT-筑紫ゴシック Pro B;
}
.about p {
  font-size: 16px;
  font-family: FOT-筑紫ゴシック Pro B;
  line-height: 2;
  text-align: center;
  padding: 20px 0;
}
.about__contents {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 0 25px;
  margin-top: 25px;
}
.what {
  padding: 22px 0 29px;
}

.what__title {
  font-size: 28px;
  color: #fff;
  background: #000;
  font-family: FOT-筑紫ゴシック Pro B;

  text-align: center;
  line-height: 2;
  padding-top: 30px;
}
.what__title .orange {
  background: #dc5f1f;
  display: inline-block;
  line-height: 1.7;
  padding: 0 10px 4px;
}
.what__text01 {
  padding: 20px 20px 32px;
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  background: #000;
  font-family: FOT-筑紫ゴシック Pro B;

  text-align: center;
}
.what__text01::after {
  position: absolute;
  content: "";
  width: 194px;
  height: 55px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  background-image: url(../img/what__text01-arrow.png);
  background-size: cover;
}

.what__text02 {
  padding: 46px 0 26px;
  font-size: 20px;
  font-family: FOT-筑紫ゴシック Pro B;
  line-height: 1.8;
  text-align: center;
}
.what__text02 span {
  color: #dc5f1f;
}
.what__content {
}
.achievements {
  padding: 30px 0 20px;
  background: #000;
}

.achievements__title {
  font-size: 22px;
  font-family: FOT-筑紫ゴシック Pro B;
  text-align: center;
  color: #fff;
}

.achievements__contents {
  margin-top: 20px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.achievements__content {
}

.clients {
  background: #000;
  padding-bottom: 20px;
}

.clients__title {
  color: #fff;
  font-family: FOT-筑紫ゴシック Pro B;
  text-align: center;
}

.clients__companies {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 0 24px;
  margin-top: 30px;
}
.cta-note {
  padding: 28px 0 68px;
  text-align: center;
  font-size: 24px;
  font-family: FOT-筑紫ゴシック Pro B;
  position: relative;
}
.cta-note span {
  color: #dc5f1f;
}
.cta-note::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 40px;
  background: url(../img/arrow.svg);
}
.coach {
  background: #000;
  padding-top: 170px;
}
.coach__title {
  position: relative;
  color: #fff;
  text-align: center;
  font-family: FOT-筑紫ゴシック Pro B;

  font-size: 20px;
}
.coach__title::after {
  position: absolute;
  content: "";
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 272px;
  height: 121px;
  background: url(../img/pass-rate.svg);
}
.coach__lists {
  margin-top: 46px;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding-bottom: 40px;
}
.coach__lists li {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.trial-session__title {
  background: #dc5f1f;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
  color: #fff;
  padding: 40px 0 66px;
  text-align: center;
  font-family: FOT-筑紫ゴシック Pro B;

  font-size: 24px;
}
.trial-session__steps {
  margin-top: 46px;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding-bottom: 14px;
}
.trial-session__attention {
  text-align: center;
  font-family: FOT-筑紫ゴシック Pro B;
  font-size: 16px;
}

.step {
  background: #000;
}
.step__title {
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
  color: #000;
  padding: 40px 0;
  font-family: FOT-筑紫ゴシック Pro B;

  text-align: center;
  font-size: 24px;
}
.step__lists {
  margin-top: -14px;

  display: grid;
  grid-template-columns: 1fr;

  padding-bottom: 14px;
}
.step__list:not(:first-child) {
  margin-top: -65px;
}

.company {
  padding: 0 20px 40px;
  background: #000;
}

.company__title {
  background: #dc5f1f;
  color: #fff;

  text-align: center;
  padding: 20px 0;
  font-family: FOT-筑紫ゴシック Pro B;

  line-height: 1.7;
  font-size: 24px;
}

.company__logo {
  width: 278px;
  margin: 28px auto;
}

.company__explain {
  color: #fff;
}

.company__image {
  margin-top: 32px;
}
.media {
  padding: 30px 20px 30px;
}

.media__title {
  font-size: 22px;
  font-family: FOT-筑紫ゴシック Pro B;
  text-align: center;
}

.media__list {
  margin-top: 24px;
  position: relative;
}
.media__list::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.6px;
  background: #cacaca;
  left: 0;
  bottom: -20px;
}
.media__professor {
  margin-top: 37px;
}

.q-a {
  background: #eaeaea;
  padding: 40px 30px;
}

.q-a__title {
  font-size: 24px;
  text-align: center;

  font-family: FOT-筑紫ゴシック Pro B;
}

.q-a__lists {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 30px;
}
footer {
  padding: 20px 0;
}

.footer__lists {
  display: flex;
  font-size: 10px;
  gap: 8px;
  justify-content: center;
  width: 85%;
  margin: auto;
}
footer p {
  text-align: center;
  margin-top: 5px;
}
.footer__lists li {
  width: fit-content;
}
.footer__lists li a {
  color: blue;
}
footer p {
  font-size: 10px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.area01 {
  position: relative;
}
.area01__title {
  position: absolute;
  color: #fff;
  font-size: 19px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  top: 53%;
}
.area03 {
  position: relative;
}
.area03__title {
  position: absolute;
  color: #0a1029;
  font-size: 17px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  top: 1%;
}
.area04 {
  position: relative;
}
.area04__title {
  position: absolute;
  color: #fff;
  font-size: 25px;
  padding: 0 23px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  top: 6%;
}
.area05 {
  position: relative;
}
.area05__title {
  position: absolute;
  color: #fff;
  font-size: 25px;
  left: 50%;
  padding: 0 23px;
  transform: translateX(-50%);
  width: 100%;
  top: 4%;
}
.area06 {
  position: relative;
}
.area06__title {
  position: absolute;
  color: #0a1029;
  font-size: 24px;
  left: 50%;
  padding: 0 23px;
  transform: translateX(-50%);
  width: 100%;
  top: 4%;
}
.area06__title .big {
  font-size: 35px;
}
.area06__title .red {
  color: #840000;
}
.area10 {
  position: relative;
}
.area10__title {
  position: absolute;
  color: #fff;
  font-size: 25px;
  padding: 0 23px;

  width: 100%;
  top: 7%;
}
.area13 {
  position: relative;
}
.area13__title {
  position: absolute;
  color: #0a0f28;
  font-size: 25px;
  padding: 0 23px;
  width: 100%;
  top: 3%;
}
.area14 {
  position: relative;
}
.area14__title {
  position: absolute;
  color: #fff;
  font-size: 25px;
  padding: 0 23px;
  width: 100%;
  top: 3%;
}
.area17 {
  position: relative;
}
.area17__title {
  position: absolute;
  color: #fff;
  font-size: 25px;
  padding: 0 23px;
  width: 100%;
  top: 3%;
}
.area18 {
  position: relative;
}
.area18__title {
  position: absolute;
  color: #0a0f28;
  font-size: 25px;
  padding: 0 23px;
  width: 100%;
  top: 3%;
}
.area16 {
  position: relative;
}
.area16__title {
  position: absolute;
  background: linear-gradient(180deg, #cfaf85 0%, #ebd0ab 33%, #eee2c3 63%, #cfaf85 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 25px;
  padding: 0 23px;
  width: 100%;
  top: 3%;
}
.cta-area__title {
  background: linear-gradient(to bottom, #840000 0%, #5b0000 100%);
  text-align: center;
  padding: 24px 0;
}
.cta-area__title h2 {
  display: inline-block;
  background: linear-gradient(180deg, #cfaf85 0%, #ebd0ab 33%, #eee2c3 63%, #cfaf85 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 25px;
}
.cta-area__title h2 .big {
  font-size: 35px;
}
.faq {
  background: #eaeaea;
  padding: 42px 0;
}

.faq__heading {
  margin: 0 0 24px;
  padding: 0 24px;
  font-size: 25px;
  text-align: center;
  letter-spacing: 0.08em;
  font-family: "FOT-筑紫ゴシック Pro B";
  color: #0a0f28;
}

.faq__list {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 20px;
  font-family: FOT-筑紫ゴシック Pro M;
}

.faq__item {
  background-color: #fff;
  border-radius: 4px;
  padding: 10px;
}

.faq__question,
.faq__answer {
  display: grid;
  grid-template-columns: 19px 1fr;
  align-items: start;
  column-gap: 16px;
  margin: 0;
}

.faq__question {
  font-size: 15px;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 0.6px solid #b4b4b4;
  color: #040000;
}
.faq__question::before,
.faq__question::after {
  content: "";
  background-color: #111;

  width: 12px;
  height: 1px;
  position: absolute;
  top: 7px;
  right: 0;
  transform-origin: center center;
}
.faq__question:before {
  width: 1px;
  height: 12px;
  top: 0;
  right: 5px;
  transition: transform 0.3s;
}
.faq__question-head {
  display: flex;
  font-family: "FOT-筑紫ゴシック Pro B";
}
.faq__answer {
  font-size: 14px;
  color: var(--color-text-muted);
  padding-top: 10px;
  height: 0;
}

.faq__label {
  font-weight: 600;
  line-height: 1;
  color: var(--color-label);
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  width: 23px;
  height: 23px;
  display: flex;
  padding-top: 2px;
  /* align-items: center; */
  justify-content: center;
}
.faq__label.question {
  background-color: #040000;
  margin-right: 10px;
}
.faq__label.answer {
  background-color: #ea5704;
  margin-right: 10px;
}
/* 答えは初期状態で非表示 */
.js-details-content {
  display: none;
}
/* アクティブ時にプラスマークを回転させてバツにする */
.js-details-summary.is-active::before {
  transform: rotate(90deg);
}

.steps {
  padding: 72px 0 42px;
}

.steps__heading {
  margin: 0 0 28px;
  padding: 0 24px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  font-family: "FOT-筑紫ゴシック Pro B";
  letter-spacing: 0.08em;
  color: #ea5504;
}
.steps__heading span {
  font-size: 30px;
}

/* ol のデフォルト番号・余白をリセット */
.steps__list {
  margin: 0;
  padding: 0 17px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.steps__item {
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
}

.steps__body {
  padding: 28px 24px 24px;
  text-align: center;
}

/* STEP 01 などの番号 */
.steps__num {
  margin: 0 0 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  color: #ea5704;
}

.steps__num-label {
  font-size: 15px;

  letter-spacing: 0.12em;
  font-family: "futura-pt";
}

.steps__num-value {
  font-size: 46px;
  font-weight: 700;
  font-family: "futura-pt";
}

.steps__title {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 700;
  font-family: "FOT-筑紫ゴシック Pro B";
  line-height: 1.5;
  color: #0a0f28;
}

.steps__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;

  color: #040000;
}

.steps__text--accent {
  color: #ea5704;
  font-weight: 700;
}

.steps__note {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.6;
}

.steps__figure {
  margin: 0;
}

.steps__figure img {
  display: block;
  width: 100%;
  height: auto;
}
.stats {
  padding: 40px 0 15px;
  background: #111111;
  position: relative;
}
.stats::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 100%;
  clip-path: polygon(0 0, 50% 100%, 100% 0); /* ココ */
  background-color: #111; /* デモは青色の部分 */
  left: 0;
  bottom: -30px; /* bottomにピッタリくっつけたいので三角の高さ分下にずらす */
}
.stats__heading {
  margin: 0 0 60px;
  padding: 0 24px;
  font-size: 24px;
  text-align: center;
  font-family: "FOT-筑紫ゴシック Pro B";
  color: #fff;
  position: relative;
}
.stats__heading::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 73px;
  height: 1px;
  background: #fff;
  bottom: -24px;
}
.criteria__heading-text {
  position: relative;
  z-index: 2;
  font-family: "FOT-筑紫ゴシック Pro B";
}
.criteria__heading-text::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  height: 10px;
  background: #fff;
  bottom: 0;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.1);
  z-index: -1;
}

.stats__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  padding: 0 25px;
}
.criteria__contents {
  padding: 0 24px;
}
.stats__text {
  font-size: 15px;
  line-height: 1.7;
  color: #fff;
  margin-top: 30px;
  padding: 0 24px;
}
.criteria {
  padding: 40px 0;
  background: #f2f1f1;
  position: relative;
}
.criteria::before {
  content: "";
  position: absolute;
  height: 60px;
  width: 100%;
  clip-path: polygon(0 0, 50% 100%, 100% 0); /* ココ */
  background-color: #f2f1f1; /* デモは青色の部分 */
  left: 0;
  bottom: -60px; /* bottomにピッタリくっつけたいので三角の高さ分下にずらす */
}
.criteria__heading {
  margin: 0 0 32px;
  padding: 0 24px;
  font-size: 24px;
  text-align: center;
  color: #111;
}
.criteria__list {
  margin-top: 32px;
  padding: 0 24px;
}
.criteria__item {
  display: flex;
  border-bottom: 1px dotted #c9c9c9;
  font-size: 15px;
  padding: 15px 0;
}
.criteria__item.--02 {
  padding-left: 4.3em;
  text-indent: -4.3em;
}
.criteria__item.--03 {
  padding-left: 4.3em;
  text-indent: -4.3em;
}
.criteria__item-label {
  width: fit-content;
}
.criteria__item-text {
  font-size: 15px;
  color: #111;
  width: 100%;
}

.worry {
  background: #f2f2f2;
  padding: 35px 20px 55px;
}

.worry__heading {
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  padding: 19px 0 14px;
  text-align: center;
  font-size: 21px;
  color: #111;
  font-family: FOT-筑紫ゴシック Pro B;
  line-height: 1.7;
}

.worry__heading-accent {
  display: inline-block;
  padding: 0 5px 4px;
  background: linear-gradient(to right, #ea5504 0%, #b12300 100%);
  color: #fff;
  line-height: 1.2;
}
.worry__list {
  margin-top: 28px;
  padding-left: 16px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.worry__item {
  background-color: #fff;
  border-radius: 5px;
  padding: 18px 30px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  position: relative;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.worry__item.--01 {
  background: #fff url(../img/worry-item01.png) no-repeat right center / contain;
}
.worry__item.--02 {
  background: #fff url(../img/worry-item02.png) no-repeat right center / contain;
}
.worry__item.--03 {
  background: #fff url(../img/worry-item03.png) no-repeat right center / contain;
}
.worry__item.--04 {
  background: #fff url(../img/worry-item04.png) no-repeat right center / contain;
}
/* チェックマーク（黒い円 + ✓） */
.worry__item::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #333;
  background-image: url("../img/check.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.worry__text {
  margin: 0;
  flex: 1;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #040000;
  font-family: "FOT-筑紫ゴシック Pro B";
}

.worry__figure {
  margin: 0;
  flex-shrink: 0;
}

.worry__figure img {
  display: block;
  width: 86px;
  height: 86px;
  object-fit: cover;
  border-radius: 4px;
}

/* 青い二重枠の装飾 */
.solution {
  padding: 44px 0;
  background-color: #fff;
  position: relative;
}
.solution::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 100%;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #fff;
  left: 0;
  bottom: -30px;
}

.solution__inner {
  padding: 0 35px;
}

.solution__lead {
  margin: 0 0 16px;
  font-size: 17px;
  font-weight: 700;
  font-family: "FOT-筑紫ゴシック Pro B";
  color: #0a0f28;
}

.solution__heading {
  margin: 0 0 24px;
}
.solution__heading img {
  width: 280px;
  display: block;
  margin: auto;
}
.solution__logo {
  display: block;
  width: 180px;
  height: auto;
  margin: 0 auto 16px;
}

.solution__heading-text {
  display: block;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.6;
  color: #0a0f28;
  text-align: center;
  font-family: "FOT-筑紫ゴシック Pro B";
  position: relative;
  margin-top: 60px;
  /* background: url(../img/solution-heading-bg.png) no-repeat center center / contain; */
}
.solution__heading-text img {
  position: absolute;
  width: 90%;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.solution__heading-text::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 44px;
  background: url(../img/triangle.svg) no-repeat center center / contain;
}

.solution__heading-accent {
  color: #ea5704;
  font-weight: 700;
}

.solution__figure {
  margin: 0 0 24px;
}

.solution__figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.solution__text {
  margin: 0 0 20px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.8;
  font-family: "FOT-筑紫ゴシック Pro B";
  color: #040000;
}

/* 蛍光ペン風マーカー（オレンジ背景に白文字） */
.solution__marker {
  background-color: #ea5704;
  color: #fff;
  font-weight: 700;
  padding: 2px 6px 5px;
  display: inline-block;
  line-height: 1;
}

/* 3つの円 */
.solution__circles {
  margin: 24px auto 0;
  padding: 0;
  list-style: none;
  position: relative;
  width: 280px;
  height: 250px;
}

.solution__circle {
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #2b2b2b;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.solution__circle--top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.solution__circle--left {
  bottom: 0;
  left: 0;
}

.solution__circle--right {
  bottom: 0;
  right: 0;
}

.coaches {
  background-color: #111;
  padding: 60px 0 40px;
  color: #fff;
}

.coaches__head {
  text-align: center;
  font-size: 17px;
}

.coaches__lead {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 700;
  font-family: "FOT-筑紫ゴシック Pro B";
}

.coaches__heading {
  display: inline-block;
  /* background: linear-gradient(to right, #FF9A63 0%, #F4864A 33%,  #EA5504 100%); */
  background: linear-gradient(to right, #ea5504 0%, #f4864a 33%, #ff9a63 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 25px;
  font-weight: 700;
  font-family: "FOT-筑紫ゴシック Pro B";
}

/* 採用率1.7% の行 */
.coaches__rate {
  display: block;
  font-size: 22px;
  color: #ea5704;
}

.coaches__rate-num {
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.coaches__rate-num img {
  width: 134px;
  display: inline;
  vertical-align: sub;
}
.coaches__rate-unit {
  font-size: 30px;
  font-weight: 700;
}

.coaches__heading-sub {
  display: block;
  font-size: 24px;
  color: #ea5704;
}

.coaches__figure {
  margin: 20px auto;
}

.coaches__text {
  margin: 0 0 20px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  font-family: "FOT-筑紫ゴシック Pro B";
}

/* 監修教授カード */
.coaches__supervisor {
  margin: 28px 20px 0;
  padding: 24px 20px;
  background-color: #fff;
  color: #040000;
  border-radius: 4px;
}

.coaches__supervisor-heading {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  font-family: "FOT-筑紫ゴシック Pro B";
  color: #0a0f28;
}

.coaches__supervisor-text {
  margin: 0 0 10px;
  font-size: 8px;
  line-height: 1.8;
  color: #555;
}

.coaches__profile {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #f2f2f2;
  padding: 12px 6px;
}

.coaches__profile img {
  width: 56px;
}

.coaches__profile-body {
  flex: 1;
}

.coaches__profile-name {
  margin: 0 0 4px;
  font-size: 8px;
  font-weight: 700;
  font-family: "FOT-筑紫ゴシック Pro B";
}

.coaches__profile-desc {
  margin: 0;
  font-size: 7px;
  line-height: 1.7;
}
/* ガイド */
.guide {
  padding: 50px 0;
  margin-top: 50px;
}

/* 見出し（オレンジの帯） */
.guide__head {
  text-align: center;
  padding: 0 24px;
}

.guide__heading {
  display: inline-block;
  margin: 0 0 24px;
  padding: 10px 28px;
  background-color: #ea5704;
  font-family: "FOT-筑紫ゴシック Pro B";
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 4px;
  background: url(../img/guide-heading-bg.svg) no-repeat center center / contain;
}

.guide__lead {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.6;
  color: #040000;
}

.guide__lead:last-child {
  margin-bottom: 0;
}

/* ステップリスト */
.guide__list {
  margin: 28px 0;
  padding: 0 20px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.guide__item.--01 .guide__card-head {
  background: url(../img/guide01.png) no-repeat right center / contain;
}

.guide__item.--02 .guide__card-head {
  background: url(../img/guide02.png) no-repeat left center / contain;
  text-align: right;
}

.guide__item.--03 .guide__card-head {
  background: url(../img/guide03.png) no-repeat right center / contain;
}
.guide__item {
  background-color: #fff;
  border-radius: 6px;

  overflow: hidden;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.3);
}

/* 番号・タイトル・画像が重なるヘッダー部 */
.guide__card-head {
  background: url(../img/guide-card-head-bg.svg) no-repeat center center / contain;
  padding: 18px 22px 62px;
}

/* STEP 02 は番号とタイトルを右側に */
.guide__item--reverse .guide__card-head {
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "img num"
    "img title";
  padding: 20px 24px 0 0;
}

.guide__num {
  grid-area: num;
  margin: 0;
  display: flex;
  flex-direction: column;
  line-height: 1;
  color: #ea5704;
}

.guide__item--reverse .guide__num {
  align-items: flex-end;
}

.guide__num-label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  width: 43px;
}
.guide__num-label.--02 {
  margin-left: auto;
}
.guide__num-value.--02 {
  margin-left: auto;
}
.guide__num-value {
  font-size: 42px;
  font-weight: 700;
  width: 36px;
  margin-top: 10px;
  display: inline-block;
}

.guide__title {
  display: inline-block;
  background: #fff;
  margin: 8px 0 0;
  font-size: 19px;
  font-family: "FOT-筑紫ゴシック Pro B";
  font-weight: 700;
  padding: 0 5px;
  line-height: 1.7;
  color: #ea5704;
}

.guide__figure {
  grid-area: img;
  margin: 0;
}

.guide__figure img {
  display: block;
  width: 100%;
  height: auto;
}

.guide__text {
  margin: 0;
  padding: 16px 24px 24px;
  font-size: 16px;

  line-height: 1.8;
  color: #040000;
}
.guide__text span {
  font-weight: 700;
  font-family: "FOT-筑紫ゴシック Pro B";
}
/* 締めの文 */
.guide__note {
  margin: 0 0 24px;
  padding: 0 24px;
  font-size: 15px;
  line-height: 1.8;
}

.guide__closing {
  margin: 0;
  padding: 0 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  font-family: "FOT-筑紫ゴシック Pro B";
}

.guide__closing-accent {
  color: #ea5704;
}
.achievement {
  padding: 83px 0 0;
}

.achievement__heading {
  margin: 0 0 24px;
  padding: 0 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  color: #0a0f28;
  font-family: "FOT-筑紫ゴシック Pro B";
}

/* 蛍光ペン風マーカー */
.achievement__marker {
  background: linear-gradient(to right, #ea5504 0%, #b12300 100%);
  color: #fff;
  font-weight: 700;
  padding: 2px 6px 6px;
  margin: 0 2px;
  line-height: 1;
  display: inline-block;
}

/* サムネイル横スクロール */
.achievement__list {
  margin: 0 0 28px;
  padding: 0 20px;
  list-style: none;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.achievement__item {
  flex: 0 0 auto;
  width: 170px;
}

.achievement__figure {
  margin: 0;
}

.achievement__figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.achievement__caption {
  margin: 3px 0 0;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: #040000;
  font-family: "FOT-筑紫ゴシック Pro B";
}

/* 本文 */
.achievement__body {
  padding: 0 24px 32px;
  text-align: center;
  margin-top: 40px;
}

.achievement__text {
  margin: 0 0 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.9;
  color: #040000;
  font-family: "FOT-筑紫ゴシック Pro B";
}

.achievement__text:last-child {
  margin-bottom: 0;
}

/* オレンジの料金バナー */
.achievement__price {
}

.splide01 .top-content {
  transform: translateX(-100px);
}
.splide03 {
  padding-left: 24px;
}
.splide04 {
  padding-left: 32px;
  margin-top: 24px;
}
.profile {
  padding: 42px 0;
}

.profile__heading {
  text-align: center;
  margin: 0 auto 24px;
  padding: 0px 40px;
  font-family: "FOT-筑紫ゴシック Pro B";
  font-size: 24px;
  font-weight: 700;
  width: 63%;
  letter-spacing: 0.08em;
  color: #0a0f28;
  border-top: 2px solid #ea5704;
  border-bottom: 2px solid #ea5704;
}

.profile__lead {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  color: #040000;
  font-family: "FOT-筑紫ゴシック Pro B";
}

.profile__lead--sub {
  font-size: 15px;
  font-family: "FOT-筑紫ゴシック Pro M";
}

.profile__lead--accent {
  margin-bottom: 0;
  color: #ea5704;
  font-family: "FOT-筑紫ゴシック Pro B";
}

.profile__rate {
  font-size: 21px;
  font-weight: 700;
}

/* カード横スクロール */
.profile__list {
  margin: 28px 0;
  padding: 0 0 0 20px;
  list-style: none;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.profile__item {
  flex: 0 0 auto;
  width: 86%;
  max-width: 340px;
}

/* ===== コーチ紹介カード ===== */
.profile__card {
  background-color: #f4f2ee;
  border-radius: 6px;
  padding: 10px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  position: relative;
}
.profile__card-body {
  border: 1px solid #000;
  padding: 16px 13px;
}
/* 名前ブロックと写真の横並び */
.profile__card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 14px;
}

.profile__name-group {
  margin: 0;
  padding-top: 4px;
}

.profile__name {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-family: "FOT-筑紫ゴシック Pro B";

  display: inline-block;

  background: linear-gradient(to right, #ea5504 0%, #b12300 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.profile__name-group--en {
  text-align: right;
}
.profile__name-en {
  margin: 6px 0 0;
  font-size: 12px;
  text-align: right;
  letter-spacing: 0.04em;

  display: inline-block;

  background: linear-gradient(to right, #ea5504 0%, #b12300 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 写真 */
.profile__photo {
  float: right;
  width: 117px;
  margin-left: 10px;
}

/* 右上の小さなアイコン */
.profile__card-icon {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 16px;
  height: auto;
}

/* 本文 */
.profile__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.95;
}

.profile__text span {
  font-weight: 700;
  font-family: "FOT-筑紫ゴシック Pro B";
}

/* 最後の信念の一文（太字＋濃色） */
.profile__quote {
  font-weight: 700;
  color: #1a1a1a;
}
.profile__closing {
  padding: 0 24px;
  line-height: 1.7;
  font-family: "FOT-筑紫ゴシック Pro B";
}

.target {
  padding: 42px 0;
}

.target__heading {
  margin: 0 0 28px;
  padding: 0 24px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
  font-family: "FOT-筑紫ゴシック Pro B";
  color: #0a0f28;
}

/* 対象者リスト */
.target__list {
  margin: 0 0 28px;
  padding: 0 20px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.target__item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.target__icon {
  flex-shrink: 0;
  width: fit-content;
}

.target__text {
  margin: 0;
  font-size: 18px;
  font-family: "FOT-筑紫ゴシック Pro B";
  font-weight: 700;
  line-height: 1.5;
  color: #040000;
}

/* リード文 */
.target__lead {
  margin: 0 0 24px;
  padding: 0 24px;
  font-size: 15px;
  line-height: 1.9;
  color: #040000;
}

/* インタビュー動画（横スクロール） */
.target__interviews {
  margin: 0;
  padding: 0 20px;
  list-style: none;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.target__interview {
  flex: 0 0 auto;
  width: 240px;
}

.target__interview-figure {
  margin: 0;
}

.target__interview-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.target__interview-caption {
  margin: 8px 0 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  color: #040000;
}
.details {
  font-size: 12px;
}
.details-summary {
  padding: 10px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
.details-summary .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
  width: 18px;
  height: 18px;
  transform-origin: center center;
  transition-duration: 0.2s;
}
.details-summary .btn::after,
.details-summary .btn::before {
  content: "";
  background-color: #000;
  border-radius: 10px;
  width: 12px;
  height: 1px;
  position: absolute;
  top: 6px;
  left: 0;
  transform-origin: center center;
}
.details-summary .btn::before {
  width: 1px;
  height: 12px;
  top: 0;
  left: 6px;
}

.details-summary.is-active .btn {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  right: 14px;
}
.details-summary.is-active .btn::after {
  top: 17px;
}
.details-summary.is-active .btn::before {
  content: none;
}
.details-content {
  background-color: #fff;
  padding: 0 10px 10px;
}
.details-summary.is-active + .details-content .faq__answer-content {
  border-top: 0.6px solid #b4b4b4;
}
.faq__answer-content {
  background-color: #fff;
  padding-top: 10px;
  display: flex;
}
.faq__answer-text {
  width: calc(100% - 36px);
}
.faq__answer-text strong {
  font-family: "FOT-筑紫ゴシック Pro B";
}

.voice {
  background-color: #1a1a1a;
  padding: 42px 0;
  color: #fff;
}

/* 見出し部分 */
.voice__head {
  padding: 0 24px;
  text-align: center;
}

.voice__lead {
  margin: 0 0 6px;
  font-size: 22px;

  line-height: 1.5;
  font-family: "FOT-筑紫ゴシック Pro B";
  background: linear-gradient(to right, #EA5504 0%, #FF9A63 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.voice__lead-sub {
  font-size: 16px;
}

.voice__rate {
  margin: 0 auto 28px;
  padding: 8px 0;
  width: 281px;
  color: #ea5704;
  line-height: 1;
}

.voice__rate-num {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.voice__rate-unit {
  font-size: 22px;
  font-weight: 700;
}

.voice__heading {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  font-family: "FOT-筑紫ゴシック Pro B";
  color: #fff;
}

.voice__text {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.8;

}

.voice__text:last-child {
  margin-bottom: 0;
}

/* 事例カード（横スクロール） */
.voice__list {
  margin: 28px 0;
  padding: 0 20px;
  list-style: none;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.voice__item {
  flex: 0 0 auto;
  width: 86%;
  max-width: 340px;
}

.voice__card {
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
  min-height: 400px;
  color: #040000;
}

/* カード上部：写真 + 肩書/キャッチ */
.voice__card-head {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 6px;
}

.voice__photo {
  margin: 0;
  flex-shrink: 0;
  width: 90px;
  height: 90px;
}

.voice__card-head-body {
  flex: 1;
  min-width: 0;
}

.voice__meta {
  margin: 0 0 6px;
  font-size: 12px;
  font-family: "FOT-筑紫ゴシック Pro B";
}

.voice__catch {
  margin: 0;
  padding: 3px 10px;
  font-family: "FOT-筑紫ゴシック Pro B";
  background-color: #ea5704;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 2px;
}

.voice__name {
  margin: 0 0 14px;
  font-size: 13px;
  text-align: right;
  color: #040000;
}

.voice__name-age {
  margin-right: 6px;
  font-weight: 400;
}

.voice__name-main {
  font-size: 16px;
  font-weight: 700;
}

/* BEFORE/AFTERブロック */
.voice__phase {
  padding: 17px 14px;
  border-radius: 2px;
}
.voice__phase--before {
  background-color: #E9E9E9;
  position: relative;
}

.voice__phase--after {
  background-color: #fff1e3;
  position: relative;
}

.voice__phase-label {
  display: inline-block;
  margin: 0 0 8px;
  padding: 3px 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-family: "FOT-筑紫ゴシック Pro B";

  position: absolute;
    top: -13px;
    left: 0;

}

.voice__phase--before .voice__phase-label {
  background-color: #7A7A7A;
  color: #fff;
}

.voice__phase--after .voice__phase-label {
  background-color: #ea5704;
  color: #fff;
}

.voice__phase-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 1.7;
}

.voice__phase-list li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 6px;
  font-size: 11.5px;
}

.voice__phase-list li:last-child {
  margin-bottom: 0;
}

.voice__phase-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background-color: #7A7A7A;
}

.voice__phase--after .voice__phase-list li::before {
  background-color: #EA5504;
}

.voice__phase--after .voice__phase-list strong {
  color: #EA5504;
  font-weight: 700;
}
.voice__phase-list li strong {
  font-family: "FOT-筑紫ゴシック Pro B";
  font-weight: 700;
  color: #EA5504;

}
/* 締めの文 */
.voice__closing {
  margin: 40px 0 0;
  padding: 0 30px;
  font-size: 15px;

}

.voice__closing-accent {
  font-family: "FOT-筑紫ゴシック Pro B";
  font-weight: 700;
  font-size: 18px;
}
