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

/* マージンのリセット */
* {
  margin: 0;
}

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

/* メディア要素のレスポンシブ対応 */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* フォームコントロールのフォント継承 */
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;
}

.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;
}
.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;
}