@charset "UTF-8";

/* about-test リニューアルページ専用 */
/* 背景画像・位置・サイズ・上下余白は about.css の .secAboutMain をそのまま使用 */
.aboutTestPage .aboutTestMain {
  display: block;
  width: 100%;
  max-width: none;
  overflow: hidden;
}

.aboutTestPage,
.aboutTestPage .aboutTestMain,
.aboutTestPage .aboutTestMain * {
  box-sizing: border-box;
}

/* 冒頭セクション：既存の .secAboutMain / .wrapL / .aboutFlex を流用 */
.aboutTestPage .aboutTestHero__content {
  padding-top: 0;
}

.aboutTestPage .aboutTestHero__title {
  margin-bottom: 34px;
}

.aboutTestPage .aboutTestHero__lead {
  margin: 0 0 27px;
  color: #000;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.55 !important;
  letter-spacing: .01em;
}

.aboutTestPage .aboutTestHero__description {
  width: 580px;
  margin: 0 0 29px;
  color: #333;
  font-size: 1.5rem;
  line-height: 2 !important;
}

.aboutTestPage .aboutTestHero__stats {
  display: flex;
  width: 580px;
  margin: 0;
  padding: 23px 0 0;
  border-top: 1px solid #d8dde3;
}

.aboutTestPage .aboutTestHero__stat {
  width: 33.333%;
  text-align: center;
}

.aboutTestPage .aboutTestHero__stat dt,
.aboutTestPage .aboutTestHero__stat dd {
  margin: 0;
}

.aboutTestPage .aboutTestHero__stat dt {
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #12355f;
  line-height: 1;
  white-space: nowrap;
}

.aboutTestPage .aboutTestHero__stat strong {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: -.02em;
}

.aboutTestPage .aboutTestHero__stat dt span {
  margin-left: 4px;
  color: #8490a0;
  font-size: 1.3rem;
  font-weight: 400;
}

.aboutTestPage .aboutTestHero__stat dd {
  margin-top: 15px;
  color: #12355f;
  font-size: 1.3rem;
  font-weight: 500;
}

.aboutTestPage .aboutTestHero__visual {
  padding-top: 40px;
}

.aboutTestPage .aboutTestHero__visual img {
  display: block;
  width: 492px;
  max-width: 100%;
  height: auto;
}

/* 既存のWordPress企業ロゴスライダーを維持 */
.aboutTestPage .secAboutSlide {
  min-width: 0;
}

@media only screen and (max-width: 767px) {
  .aboutTestPage .aboutTestHero__title {
    margin-bottom: 28px;
  }

  .aboutTestPage .aboutTestHero__lead {
    font-size: 2.4rem;
    line-height: 1.55 !important;
  }

  .aboutTestPage .aboutTestHero__description {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.9 !important;
  }

  .aboutTestPage .aboutTestHero__stats {
    width: 100%;
    padding-top: 20px;
  }

  .aboutTestPage .aboutTestHero__stat strong {
    font-size: clamp(2.5rem, 8vw, 3.2rem);
  }

  .aboutTestPage .aboutTestHero__stat dt span,
  .aboutTestPage .aboutTestHero__stat dd {
    font-size: 1.1rem;
  }

  .aboutTestPage .aboutTestHero__stat dd {
    margin-top: 10px;
  }

  .aboutTestPage .aboutTestHero__visual {
    padding-top: 30px;
  }

  .aboutTestPage .aboutTestHero__visual img {
    width: 100%;
    max-width: 492px;
    margin: 0 auto;
  }
}

/* cokiとは？ */
.aboutTestPage .aboutTestIntro {
  padding: 114px 20px 108px;
  background: #fff;
  color: #10263d;
}

.aboutTestPage .aboutTestIntro__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.aboutTestPage .aboutTestIntro__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 29px;
  margin: 0 0 25px;
  color: #00a58d;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.aboutTestPage .aboutTestIntro__eyebrow::before,
.aboutTestPage .aboutTestIntro__eyebrow::after {
  width: 21px;
  height: 1px;
  background: currentColor;
  content: "";
}

.aboutTestPage .aboutTestIntro__title {
  margin: 0;
  color: #10263d;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: .02em;
  text-align: center;
}

.aboutTestPage .aboutTestIntro__lead {
  margin: 38px 0 0;
  color: #333;
  font-size: 1.5rem;
  line-height: 2.05;
  text-align: center;
}

.aboutTestPage .aboutTestIntro__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  margin-top: 43px;
}

.aboutTestPage .aboutTestIntro__card {
  position: relative;
  min-height: 420px;
  padding: 102px 40px 42px;
  overflow: hidden;
  border: 1px solid #bed1e3;
  border-radius: 19px;
  background: #fff;
}

.aboutTestPage .aboutTestIntro__cardEn {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  margin: 0;
  color: #f0f4f7;
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.aboutTestPage .aboutTestIntro__card h3 {
  position: relative;
  margin: 0 0 31px;
  color: #10263d;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.aboutTestPage .aboutTestIntro__card > p:last-child {
  position: relative;
  margin: 0;
  color: #333;
  font-size: 1.4rem;
  line-height: 2.08;
}

.aboutTestPage .aboutTestIntro__symbol {
  display: flex;
  align-items: flex-start;
  gap: 36px;
  margin-top: 62px;
  padding: 36px 46px 39px;
  border: 1px solid #bed1e3;
  border-radius: 18px;
  background: #f2f6fa;
}

.aboutTestPage .aboutTestIntro__symbolImage {
  flex: 0 0 94px;
  padding-top: 2px;
}

.aboutTestPage .aboutTestIntro__symbolImage img {
  display: block;
  width: 94px;
  height: auto;
}

.aboutTestPage .aboutTestIntro__symbolText {
  flex: 1;
  min-width: 0;
}

.aboutTestPage .aboutTestIntro__symbolText h3 {
  margin: 0 0 9px;
  color: #10263d;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.aboutTestPage .aboutTestIntro__symbolText p {
  margin: 0;
  color: #333;
  font-size: 1.4rem;
  line-height: 2.05;
}

@media only screen and (max-width: 767px) {
  .aboutTestPage .aboutTestIntro {
    padding: 72px 20px 70px;
  }

  .aboutTestPage .aboutTestIntro__eyebrow {
    gap: 18px;
    margin-bottom: 20px;
    font-size: 1.3rem;
  }

  .aboutTestPage .aboutTestIntro__eyebrow::before,
  .aboutTestPage .aboutTestIntro__eyebrow::after {
    width: 18px;
  }

  .aboutTestPage .aboutTestIntro__title {
    font-size: 2.4rem;
    line-height: 1.65;
  }

  .aboutTestPage .aboutTestIntro__lead {
    margin-top: 27px;
    font-size: 1.4rem;
    line-height: 1.9;
    text-align: left;
  }

  .aboutTestPage .aboutTestIntro__cards {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 34px;
  }

  .aboutTestPage .aboutTestIntro__card {
    min-height: 0;
    padding: 82px 24px 30px;
    border-radius: 15px;
  }

  .aboutTestPage .aboutTestIntro__cardEn {
    top: 22px;
    font-size: clamp(3.4rem, 11vw, 4.5rem);
  }

  .aboutTestPage .aboutTestIntro__card h3 {
    margin-bottom: 22px;
    font-size: 2rem;
  }

  .aboutTestPage .aboutTestIntro__card > p:last-child {
    font-size: 1.4rem;
    line-height: 1.9;
  }

  .aboutTestPage .aboutTestIntro__symbol {
    display: block;
    margin-top: 32px;
    padding: 28px 24px 30px;
    border-radius: 15px;
  }

  .aboutTestPage .aboutTestIntro__symbolImage {
    width: 94px;
    margin: 0 auto 22px;
  }

  .aboutTestPage .aboutTestIntro__symbolText h3 {
    font-size: 1.6rem;
    text-align: center;
  }

  .aboutTestPage .aboutTestIntro__symbolText p {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

/* cokiの記事について */
.aboutTestPage .aboutTestArticles {
  padding: 118px 20px 50px;
  background: #f2f5f8;
  color: #272C50;
}

.aboutTestPage .aboutTestArticles__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.aboutTestPage .aboutTestArticles__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 29px;
  margin: 0 0 27px;
  color: #00a58d;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.aboutTestPage .aboutTestArticles__eyebrow::before,
.aboutTestPage .aboutTestArticles__eyebrow::after {
  width: 21px;
  height: 1px;
  background: currentColor;
  content: "";
}

.aboutTestPage .aboutTestArticles__title {
  margin: 0;
  color: #272C50;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: .02em;
  text-align: center;
}

.aboutTestPage .aboutTestArticles__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  margin-top: 64px;
}

.aboutTestPage .aboutTestArticles__card {
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
}

.aboutTestPage .aboutTestArticles__card h3 {
  margin: 0;
  padding: 18px 20px 17px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.aboutTestPage .aboutTestArticles__card--news h3 {
  background: #272C50;
}

.aboutTestPage .aboutTestArticles__card--stakeholder h3 {
  background: #30bda7;
}

.aboutTestPage .aboutTestArticles__card > img {
  display: block;
  width: 100%;
  height: auto;
}

.aboutTestPage .aboutTestArticles__body {
  padding: 27px 30px 41px;
}

.aboutTestPage .aboutTestArticles__body > p {
  min-height: 111px;
  margin: 0;
  color: #333;
  font-size: 1.4rem;
  line-height: 2.05;
}

.aboutTestPage .aboutTestArticles__body ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.aboutTestPage .aboutTestArticles__body li {
  margin: 0;
  padding: 9px 16px;
  border-radius: 999px;
  color: #263747;
  font-size: 1.4rem;
  line-height: 1.35;
  text-align: center;
}

.aboutTestPage .aboutTestArticles__card--news li {
  background: #e2e7ef;
}

.aboutTestPage .aboutTestArticles__card--stakeholder li {
  background: #d9f2ed;
}

@media only screen and (max-width: 767px) {
  .aboutTestPage .aboutTestArticles {
    padding: 72px 20px 34px;
  }

  .aboutTestPage .aboutTestArticles__eyebrow {
    gap: 18px;
    margin-bottom: 20px;
    font-size: 1.3rem;
  }

  .aboutTestPage .aboutTestArticles__eyebrow::before,
  .aboutTestPage .aboutTestArticles__eyebrow::after {
    width: 18px;
  }

  .aboutTestPage .aboutTestArticles__title {
    font-size: 2.4rem;
    line-height: 1.65;
  }

  .aboutTestPage .aboutTestArticles__cards {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 38px;
  }

  .aboutTestPage .aboutTestArticles__card {
    border-radius: 15px;
  }

  .aboutTestPage .aboutTestArticles__card h3 {
    padding: 15px 14px;
    font-size: 2rem;
  }

  .aboutTestPage .aboutTestArticles__body {
    padding: 23px 22px 29px;
  }

  .aboutTestPage .aboutTestArticles__body > p {
    min-height: 0;
    font-size: 1.4rem;
    line-height: 1.9;
  }

  .aboutTestPage .aboutTestArticles__body li {
    padding: 9px 12px;
    font-size: 1.2rem;
  }
}

/* cokiとは？ 個別調整 */
.aboutTestPage .aboutTestIntro__cardEn {
  top: 10px;
}

.aboutTestPage .aboutTestIntro__card h3 {
  font-size: 2.6rem;
}

@media only screen and (max-width: 767px) {
  .aboutTestPage .aboutTestIntro__cardEn {
    top: 2px;
  }

  .aboutTestPage .aboutTestIntro__card h3 {
    font-size: 2.2rem;
  }
}

/* 掲載記事例・法人検索 */
.aboutTestPage .aboutTestExamples {
  padding: 50px 20px 118px;
  background: #f2f5f8;
  color: #272C50;
}

.aboutTestPage .aboutTestExamples__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.aboutTestPage .aboutTestExamples__title {
  margin: 0;
  color: #111;
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.aboutTestPage .aboutTestExamples__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 53px 0 0;
  padding: 0 83px;
  list-style: none;
}

.aboutTestPage .aboutTestExamples__list li,
.aboutTestPage .aboutTestExamples__list a {
  min-width: 0;
}

.aboutTestPage .aboutTestExamples__list a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.aboutTestPage .aboutTestExamples__list h3 {
  margin: 0 0 12px;
  color: #222;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.aboutTestPage .aboutTestExamples__list img {
  display: block;
  width: 100%;
  aspect-ratio: 260 / 157;
  object-fit: cover;
}

.aboutTestPage .aboutTestExamples__list p {
  min-height: 50px;
  margin: 12px 0 0;
  color: #222;
  font-size: 1.4rem;
  line-height: 1.55;
  text-align: center;
}

.aboutTestPage .aboutTestCompanySearch {
  margin-top: 67px;
  padding: 40px 60px 47px;
  border-radius: 18px;
  background: #272C50;
  color: #fff;
  text-align: center;
}

.aboutTestPage .aboutTestCompanySearch__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin: 0 0 27px;
  color: #00a78f;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

.aboutTestPage .aboutTestCompanySearch__eyebrow::before,
.aboutTestPage .aboutTestCompanySearch__eyebrow::after {
  width: 22px;
  height: 1px;
  background: currentColor;
  content: "";
}

.aboutTestPage .aboutTestCompanySearch__title {
  margin: 0;
  color: #fff;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .02em;
}

.aboutTestPage .aboutTestCompanySearch__form {
  display: flex;
  width: 100%;
  max-width: 570px;
  height: 58px;
  margin: 25px auto 0;
  overflow: hidden;
  border-radius: 3px;
  background: #fff;
}

.aboutTestPage .aboutTestCompanySearch__form input[type="search"] {
  flex: 1 1 auto;
  min-width: 0;
  height: 100%;
  margin: 0;
  padding: 0 20px;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #222;
  font-size: 1.4rem;
  line-height: 1;
  box-shadow: none;
  appearance: none;
}

.aboutTestPage .aboutTestCompanySearch__form input[type="search"]::placeholder {
  color: #a6a6aa;
  opacity: 1;
}

.aboutTestPage .aboutTestCompanySearch__form button {
  flex: 0 0 165px;
  height: 100%;
  margin: 0;
  padding: 0 15px;
  border: 0;
  border-radius: 0;
  background: #50b1b3;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
}

.aboutTestPage .aboutTestCompanySearch__description {
  margin: 27px 0 0;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.9;
}

.aboutTestPage .aboutTestCompanySearch__description strong {
  padding-bottom: 2px;
  border-bottom: 2px solid #e3dc64;
  color: inherit;
  font-weight: 700;
}

.aboutTestPage .aboutTestCompanySearch__points {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 27px 0 0;
  padding: 0;
  list-style: none;
}

.aboutTestPage .aboutTestCompanySearch__points li {
  min-width: 120px;
  margin: 0;
  padding: 8px 23px;
  border: 1px solid #fff;
  border-radius: 999px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .aboutTestPage .aboutTestExamples {
    padding: 34px 20px 72px;
  }

  .aboutTestPage .aboutTestExamples__title {
    font-size: 24px !important;
  }

  .aboutTestPage .aboutTestExamples__list {
    grid-template-columns: 1fr;
    gap: 31px;
    margin-top: 35px;
    padding: 0;
  }

  .aboutTestPage .aboutTestExamples__list h3 {
    margin-bottom: 10px;
    font-size: 1.7rem;
  }

  .aboutTestPage .aboutTestExamples__list p {
    min-height: 0;
    margin-top: 10px;
    font-size: 1.4rem;
  }

  .aboutTestPage .aboutTestCompanySearch {
    margin-top: 52px;
    padding: 34px 20px 37px;
    border-radius: 15px;
  }

  .aboutTestPage .aboutTestCompanySearch__eyebrow {
    gap: 16px;
    margin-bottom: 19px;
    font-size: 1.3rem;
  }

  .aboutTestPage .aboutTestCompanySearch__eyebrow::before,
  .aboutTestPage .aboutTestCompanySearch__eyebrow::after {
    width: 18px;
  }

  .aboutTestPage .aboutTestCompanySearch__title {
    font-size: 2.35rem;
    line-height: 1.55;
  }

  .aboutTestPage .aboutTestCompanySearch__form {
    display: block;
    height: auto;
    margin-top: 24px;
    overflow: visible;
    background: transparent;
  }

  .aboutTestPage .aboutTestCompanySearch__form input[type="search"] {
    display: block;
    width: 100%;
    height: 52px;
    padding: 0 15px;
    border-radius: 3px 3px 0 0;
    font-size: 1.3rem;
  }

  .aboutTestPage .aboutTestCompanySearch__form button {
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 0 0 3px 3px;
    font-size: 1.5rem;
  }

  .aboutTestPage .aboutTestCompanySearch__description {
    margin-top: 24px;
    font-size: 1.35rem;
    line-height: 1.9;
    text-align: left;
  }

  .aboutTestPage .aboutTestCompanySearch__points {
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 24px;
  }

  .aboutTestPage .aboutTestCompanySearch__points li {
    min-width: 0;
    padding: 7px 15px;
    font-size: 1.2rem;
  }
}


/* 登録を検討中の法人の方へ・評価集計の仕組み */
.aboutTestPage .aboutTestFreeIntro {
  padding: 95px 20px 92px;
  background: #142f57;
  color: #fff;
}

.aboutTestPage .aboutTestFreeIntro__inner,
.aboutTestPage .aboutTestEvaluation__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.aboutTestPage .aboutTestFreeIntro__eyebrow,
.aboutTestPage .aboutTestEvaluation__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin: 0;
  color: #00a78f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.aboutTestPage .aboutTestFreeIntro__eyebrow::before,
.aboutTestPage .aboutTestFreeIntro__eyebrow::after,
.aboutTestPage .aboutTestEvaluation__eyebrow::before,
.aboutTestPage .aboutTestEvaluation__eyebrow::after {
  width: 22px;
  height: 1px;
  background: currentColor;
  content: "";
}

.aboutTestPage .aboutTestFreeIntro__title {
  margin: 27px 0 0;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .03em;
}

.aboutTestPage .aboutTestEvaluation {
  padding: 92px 20px 108px;
  background: #fff;
  color: #102338;
}

.aboutTestPage .aboutTestEvaluation__title {
  margin: 28px 0 0;
  color: #102338;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: .02em;
}

.aboutTestPage .aboutTestEvaluation__image {
  display: block;
  width: 734px;
  max-width: 100%;
  height: auto;
  margin: 65px auto 0;
}

@media only screen and (max-width: 767px) {
  .aboutTestPage .aboutTestFreeIntro {
    padding: 62px 20px 60px;
  }

  .aboutTestPage .aboutTestFreeIntro__eyebrow,
  .aboutTestPage .aboutTestEvaluation__eyebrow {
    gap: 15px;
    font-size: 13px;
  }

  .aboutTestPage .aboutTestFreeIntro__eyebrow::before,
  .aboutTestPage .aboutTestFreeIntro__eyebrow::after,
  .aboutTestPage .aboutTestEvaluation__eyebrow::before,
  .aboutTestPage .aboutTestEvaluation__eyebrow::after {
    width: 18px;
  }

  .aboutTestPage .aboutTestFreeIntro__title {
    margin-top: 20px;
    font-size: 27px;
  }

  .aboutTestPage .aboutTestEvaluation {
    padding: 62px 20px 74px;
  }

  .aboutTestPage .aboutTestEvaluation__title {
    margin-top: 22px;
    font-size: 24px;
    line-height: 1.7;
  }

  .aboutTestPage .aboutTestEvaluation__image {
    margin-top: 42px;
  }
}

/* ご利用ステップ／スコア化のプロセス */
.aboutTestPage .aboutTestFlow {
  padding: 92px 20px 112px;
  background: #f1f4f8;
  color: #102338;
}

.aboutTestPage .aboutTestFlow__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.aboutTestPage .aboutTestFlow__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin: 0;
  color: #00a78f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.aboutTestPage .aboutTestFlow__eyebrow::before,
.aboutTestPage .aboutTestFlow__eyebrow::after {
  width: 22px;
  height: 1px;
  background: currentColor;
  content: "";
}

.aboutTestPage .aboutTestFlow__title {
  margin: 25px 0 0;
  color: #102338;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .02em;
}

.aboutTestPage .aboutTestFlow__lead {
  margin: 27px 0 0;
  color: #222;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.7;
}

.aboutTestPage .aboutTestFlow__note {
  margin: 13px 0 0;
  color: #333;
  font-size: 14px;
  line-height: 1.8;
}

.aboutTestPage .aboutTestFlow__visual {
  margin: 62px auto 0;
  overflow: hidden;
}

.aboutTestPage .aboutTestFlow__visual img {
  display: block;
  width: 1000px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.aboutTestPage .aboutTestFlow__details {
  margin: 60px 0 0;
  padding: 0;
  border-top: 1px solid #d7dce2;
  list-style: none;
  text-align: left;
}

.aboutTestPage .aboutTestFlow__details > li {
  display: grid;
  grid-template-columns: 72px 220px minmax(0, 1fr);
  align-items: center;
  min-height: 135px;
  padding: 28px 20px;
  border-bottom: 1px solid #d7dce2;
  column-gap: 24px;
}

.aboutTestPage .aboutTestFlow__number {
  color: #00305a;
  line-height: 1;
}

.aboutTestPage .aboutTestFlow__number span {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
}

.aboutTestPage .aboutTestFlow__number strong {
  display: block;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: .02em;
}

.aboutTestPage .aboutTestFlow__details h3 {
  margin: 0;
  color: #222;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.aboutTestPage .aboutTestFlow__details p {
  margin: 0;
  color: #333;
  font-size: 14px;
  line-height: 1.9;
}

@media only screen and (max-width: 767px) {
  .aboutTestPage .aboutTestFlow {
    padding: 62px 20px 76px;
  }

  .aboutTestPage .aboutTestFlow__eyebrow {
    gap: 15px;
    font-size: 13px;
  }

  .aboutTestPage .aboutTestFlow__eyebrow::before,
  .aboutTestPage .aboutTestFlow__eyebrow::after {
    width: 18px;
  }

  .aboutTestPage .aboutTestFlow__title {
    margin-top: 20px;
    font-size: 27px;
  }

  .aboutTestPage .aboutTestFlow__lead {
    margin-top: 22px;
    font-size: 17px;
    line-height: 1.65;
  }

  .aboutTestPage .aboutTestFlow__note {
    margin-top: 10px;
    font-size: 13px;
  }

  .aboutTestPage .aboutTestFlow__visual {
    width: calc(100% + 40px);
    margin: 38px -20px 0;
    padding: 0 20px 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .aboutTestPage .aboutTestFlow__visual img {
    width: 760px;
    max-width: none;
  }

  .aboutTestPage .aboutTestFlow__details {
    margin-top: 35px;
  }

  .aboutTestPage .aboutTestFlow__details > li {
    grid-template-columns: 58px 1fr;
    min-height: 0;
    padding: 25px 0;
    column-gap: 17px;
  }

  .aboutTestPage .aboutTestFlow__number {
    grid-row: 1 / span 2;
    align-self: start;
  }

  .aboutTestPage .aboutTestFlow__number span {
    font-size: 12px;
  }

  .aboutTestPage .aboutTestFlow__number strong {
    font-size: 29px;
  }

  .aboutTestPage .aboutTestFlow__details h3 {
    font-size: 16px;
  }

  .aboutTestPage .aboutTestFlow__details p {
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.8;
  }
}

/* STEP01〜05 詳細画像 */
.aboutTestPage .aboutTestFlow__detailsImage {
  display: block;
  width: 100%;
  margin: 60px auto 0;
}

.aboutTestPage .aboutTestFlow__detailsImage img {
  display: block;
  width: 1000px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .aboutTestPage .aboutTestFlow__detailsImage {
    margin-top: 35px;
  }

  .aboutTestPage .aboutTestFlow__detailsImage img {
    width: 100%;
  }
}

/* 法人登録でできること／評価の仕組み */
.aboutTestPage .aboutTestRanking {
  padding: 105px 20px 115px;
  background: #fff;
  color: #102338;
}
.aboutTestPage .aboutTestRanking__inner,
.aboutTestPage .aboutTestTransparency__inner,
.aboutTestPage .aboutTestCases__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.aboutTestPage .aboutTestRanking__eyebrow,
.aboutTestPage .aboutTestTransparency__eyebrow,
.aboutTestPage .aboutTestCases__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin: 0;
  color: #00a78f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.aboutTestPage .aboutTestRanking__eyebrow::before,
.aboutTestPage .aboutTestRanking__eyebrow::after,
.aboutTestPage .aboutTestTransparency__eyebrow::before,
.aboutTestPage .aboutTestTransparency__eyebrow::after,
.aboutTestPage .aboutTestCases__eyebrow::before,
.aboutTestPage .aboutTestCases__eyebrow::after {
  width: 22px;
  height: 1px;
  background: currentColor;
  content: "";
}
.aboutTestPage .aboutTestRanking__title,
.aboutTestPage .aboutTestTransparency__title,
.aboutTestPage .aboutTestCases__title {
  margin: 27px 0 0;
  color: #102338;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: .02em;
  text-align: center;
}
.aboutTestPage .aboutTestRanking__lead,
.aboutTestPage .aboutTestTransparency__lead {
  margin: 28px 0 0;
  color: #333;
  font-size: 14px;
  line-height: 1.9;
  text-align: center;
}
.aboutTestPage .aboutTestRanking__benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 50px;
}
.aboutTestPage .aboutTestRanking__benefit {
  position: relative;
  min-height: 282px;
  padding: 30px 18px 24px;
  border: 3px solid #5bb7b1;
  border-radius: 18px;
  background: #fff;
  text-align: center;
}
.aboutTestPage .aboutTestRanking__free {
  position: absolute;
  top: -17px;
  left: 50%;
  min-width: 82px;
  padding: 7px 18px;
  border-radius: 999px;
  background: #65bbb6;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  transform: translateX(-50%);
}
.aboutTestPage .aboutTestRanking__benefit img {
  display: block;
  width: 200px;
  max-width: 100%;
  height: 95px;
  margin: 5px auto 0;
  object-fit: contain;
}
.aboutTestPage .aboutTestRanking__benefit h3 {
  margin: 13px 0 0;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.aboutTestPage .aboutTestRanking__benefit p {
  margin: 15px 0 0;
  color: #333;
  font-size: 14px;
  line-height: 1.9;
  text-align: left;
}
.aboutTestPage .aboutTestRanking__mechanism {
  margin-top: 58px;
  padding: 63px 45px 65px;
  border-radius: 20px;
  background: #f1f4f8;
  text-align: center;
}
.aboutTestPage .aboutTestRanking__mechanism > h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}
.aboutTestPage .aboutTestRanking__mechanism > h4 {
  margin: 20px 0 0;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.5;
}
.aboutTestPage .aboutTestRanking__stakeholders {
  display: block;
  width: 681px;
  max-width: 100%;
  height: auto;
  margin: 35px auto 0;
}
.aboutTestPage .aboutTestRanking__scoreTypes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 38px;
}
.aboutTestPage .aboutTestRanking__scoreTypes article {
  overflow: hidden;
  border-radius: 16px;
  background: #e7e7e7;
  text-align: left;
}
.aboutTestPage .aboutTestRanking__scoreTypes h5 {
  margin: 0;
  padding: 18px 20px;
  background: #153761;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.aboutTestPage .aboutTestRanking__scoreTypes article:nth-child(2) h5 { background: #31bea9; }
.aboutTestPage .aboutTestRanking__scoreTypes p {
  margin: 0;
  padding: 23px 22px 28px;
  color: #333;
  font-size: 14px;
  line-height: 1.9;
}
.aboutTestPage .aboutTestRanking__scoreNote {
  margin: 45px 0 0;
  color: #222;
  font-size: 17px;
  font-weight: 700;
}
.aboutTestPage .aboutTestRanking__scoreImage {
  display: block;
  width: 834px;
  max-width: 100%;
  height: auto;
  margin: 28px auto 0;
}

/* 評価の透明性 */
.aboutTestPage .aboutTestTransparency {
  padding: 95px 20px 120px;
  background: #fff;
  color: #102338;
}
.aboutTestPage .aboutTestTransparency__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 48px;
}
.aboutTestPage .aboutTestTransparency__card {
  overflow: hidden;
  border: 3px solid #e2e4e9;
  border-radius: 17px;
  background: #fff;
}
.aboutTestPage .aboutTestTransparency__card header {
  min-height: 94px;
  padding: 18px 18px 15px;
  background: #e5e6eb;
  color: #222;
  text-align: center;
}
.aboutTestPage .aboutTestTransparency__card header small,
.aboutTestPage .aboutTestTransparency__card header strong { display: block; }
.aboutTestPage .aboutTestTransparency__card header small { font-size: 13px; }
.aboutTestPage .aboutTestTransparency__card header strong {
  margin-top: 5px;
  font-size: 18px;
  line-height: 1.45;
}
.aboutTestPage .aboutTestTransparency__card ul {
  margin: 0;
  padding: 22px 20px 27px;
  list-style: none;
}
.aboutTestPage .aboutTestTransparency__card li {
  position: relative;
  margin-top: 15px;
  padding-left: 32px;
  color: #333;
  font-size: 14px;
  line-height: 1.65;
}
.aboutTestPage .aboutTestTransparency__card li:first-child { margin-top: 0; }
.aboutTestPage .aboutTestTransparency__card li::before {
  position: absolute;
  top: .1em;
  left: 0;
  color: #f00;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  content: "×";
}
.aboutTestPage .aboutTestTransparency__card.is-positive {
  border-color: #4faeaa;
}
.aboutTestPage .aboutTestTransparency__card.is-positive header {
  background: #4faeaa;
  color: #fff;
}
.aboutTestPage .aboutTestTransparency__card.is-positive li {
  font-weight: 700;
}
.aboutTestPage .aboutTestTransparency__card.is-positive li::before {
  top: .25em;
  color: #25afa7;
  font-size: 23px;
  content: "◎";
}

/* 掲載した法人の声 */
.aboutTestPage .aboutTestCases {
  padding: 95px 20px 110px;
  background: #f1f4f8;
  color: #102338;
}
.aboutTestPage .aboutTestCases__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin-top: 62px;
}
.aboutTestPage .aboutTestCases__card { min-width: 0; }
.aboutTestPage .aboutTestCases__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.62 / 1;
  background: #dfe4e9;
}
.aboutTestPage .aboutTestCases__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutTestPage .aboutTestCases__noImage {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: #153761;
  font-size: 30px;
  font-weight: 700;
}
.aboutTestPage .aboutTestCases__company {
  margin: 15px 0 0;
  color: #333;
  font-size: 12px;
  line-height: 1.5;
}
.aboutTestPage .aboutTestCases__tag {
  display: inline-block;
  margin-top: 8px;
  padding: 3px 10px;
  background: #8a3126;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}
.aboutTestPage .aboutTestCases__card h3 {
  min-height: 60px;
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
}
.aboutTestPage .aboutTestCases__card h3 a { color: #222; }
.aboutTestPage .aboutTestCases__excerpt {
  position: relative;
  min-height: 72px;
  margin: 16px 0 0;
  padding: 14px;
  border-radius: 4px;
  background: #dfe3e9;
  color: #333;
  font-size: 12px;
  line-height: 1.7;
}
.aboutTestPage .aboutTestCases__excerpt::before {
  position: absolute;
  top: -9px;
  left: 30px;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #dfe3e9;
  border-left: 9px solid transparent;
  content: "";
}
.aboutTestPage .aboutTestCases__people {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
}
.aboutTestPage .aboutTestCases__people span {
  width: 42px;
  height: 42px;
  border: 1px solid #cbd2d9;
  border-radius: 50%;
  background: #fff;
}
.aboutTestPage .aboutTestCases__people i {
  color: #c8cdd3;
  font-size: 23px;
  font-style: normal;
  letter-spacing: .12em;
}
.aboutTestPage .aboutTestCases__more {
  margin-top: 58px;
  text-align: right;
}
.aboutTestPage .aboutTestCases__more a {
  position: relative;
  padding-left: 32px;
  color: #222;
  font-size: 13px;
  text-decoration: underline;
}
.aboutTestPage .aboutTestCases__more a::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: grid;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #102338;
  color: #fff;
  content: ">";
  place-items: center;
  transform: translateY(-50%);
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .aboutTestPage .aboutTestRanking,
  .aboutTestPage .aboutTestTransparency,
  .aboutTestPage .aboutTestCases {
    padding: 68px 20px 76px;
  }
  .aboutTestPage .aboutTestRanking__eyebrow,
  .aboutTestPage .aboutTestTransparency__eyebrow,
  .aboutTestPage .aboutTestCases__eyebrow {
    gap: 15px;
    font-size: 13px;
  }
  .aboutTestPage .aboutTestRanking__eyebrow::before,
  .aboutTestPage .aboutTestRanking__eyebrow::after,
  .aboutTestPage .aboutTestTransparency__eyebrow::before,
  .aboutTestPage .aboutTestTransparency__eyebrow::after,
  .aboutTestPage .aboutTestCases__eyebrow::before,
  .aboutTestPage .aboutTestCases__eyebrow::after { width: 18px; }
  .aboutTestPage .aboutTestRanking__title,
  .aboutTestPage .aboutTestTransparency__title,
  .aboutTestPage .aboutTestCases__title {
    margin-top: 20px;
    font-size: 26px;
    line-height: 1.6;
  }
  .aboutTestPage .aboutTestRanking__lead,
  .aboutTestPage .aboutTestTransparency__lead {
    margin-top: 20px;
    font-size: 13px;
    text-align: left;
  }
  .aboutTestPage .aboutTestRanking__lead br { display: none; }
  .aboutTestPage .aboutTestRanking__benefits,
  .aboutTestPage .aboutTestTransparency__cards,
  .aboutTestPage .aboutTestCases__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 42px;
  }
  .aboutTestPage .aboutTestRanking__benefit { min-height: 0; }
  .aboutTestPage .aboutTestRanking__mechanism {
    margin-top: 42px;
    padding: 42px 18px 40px;
    border-radius: 14px;
  }
  .aboutTestPage .aboutTestRanking__mechanism > h3 { font-size: 23px; }
  .aboutTestPage .aboutTestRanking__mechanism > h4 {
    margin-top: 14px;
    font-size: 21px;
  }
  .aboutTestPage .aboutTestRanking__stakeholders { margin-top: 28px; }
  .aboutTestPage .aboutTestRanking__scoreTypes {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }
  .aboutTestPage .aboutTestRanking__scoreTypes h5 { font-size: 16px; }
  .aboutTestPage .aboutTestRanking__scoreNote {
    margin-top: 34px;
    font-size: 15px;
  }
  .aboutTestPage .aboutTestTransparency__cards { margin-top: 36px; }
  .aboutTestPage .aboutTestCases__grid { gap: 38px; }
  .aboutTestPage .aboutTestCases__card h3 { min-height: 0; }
  .aboutTestPage .aboutTestCases__excerpt { min-height: 0; }
  .aboutTestPage .aboutTestCases__more {
    margin-top: 42px;
    text-align: center;
  }
}

/* section07 requested refinements */
.aboutTestPage .aboutTestRanking {
  padding-bottom: 55px;
}

.aboutTestPage .aboutTestRanking__benefit:nth-child(2) h3 {
  font-size: 18px;
  white-space: nowrap;
}

.aboutTestPage .aboutTestRanking__scoreNote {
  font-size: 20px;
}

.aboutTestPage .aboutTestTransparency {
  padding-top: 65px;
}

.aboutTestPage .aboutTestTransparency__card header {
  display: flex;
  min-height: 112px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 14px;
}

.aboutTestPage .aboutTestTransparency__card header small {
  color: #222;
  font-size: 13px;
  line-height: 1.4;
}

.aboutTestPage .aboutTestTransparency__card header strong {
  display: block !important;
  margin-top: 8px;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  visibility: visible !important;
  opacity: 1 !important;
}

.aboutTestPage .aboutTestTransparency__card.is-positive header small,
.aboutTestPage .aboutTestTransparency__card.is-positive header strong {
  color: #fff;
}

.aboutTestPage .aboutTestTransparency__card li {
  min-height: 24px;
  padding-left: 34px;
}

.aboutTestPage .aboutTestTransparency__card li::before {
  top: 0.18em;
  width: 21px;
  height: 21px;
  background: url('../img/about-test/hyouka_batsu.webp') center / contain no-repeat;
  color: transparent;
  font-size: 0;
  content: "";
}

.aboutTestPage .aboutTestTransparency__card.is-positive li::before {
  top: 0.18em;
  width: 21px;
  height: 21px;
  background-image: url('../img/about-test/hyouka_maru.webp');
  color: transparent;
  font-size: 0;
  content: "";
}

@media only screen and (max-width: 767px) {
  .aboutTestPage .aboutTestRanking {
    padding-bottom: 40px;
  }

  .aboutTestPage .aboutTestRanking__benefit:nth-child(2) h3 {
    font-size: 17px;
    white-space: normal;
  }

  .aboutTestPage .aboutTestRanking__scoreNote {
    font-size: 20px;
  }

  .aboutTestPage .aboutTestTransparency {
    padding-top: 50px;
  }
}


/* transparency card headings: use dedicated div to avoid global header styles */
.aboutTestPage .aboutTestTransparency__cardHead {
  display: flex !important;
  min-height: 112px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 16px 14px;
  background: #e5e6eb;
  color: #222;
  text-align: center;
  visibility: visible !important;
  opacity: 1 !important;
}
.aboutTestPage .aboutTestTransparency__cardType,
.aboutTestPage .aboutTestTransparency__cardName {
  position: static !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #222 !important;
  text-indent: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}
.aboutTestPage .aboutTestTransparency__cardType {
  font-size: 13px !important;
  font-weight: 400;
  line-height: 1.4;
}
.aboutTestPage .aboutTestTransparency__cardName {
  margin-top: 8px !important;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.45;
}
.aboutTestPage .aboutTestTransparency__card.is-positive .aboutTestTransparency__cardHead {
  background: #4faeaa;
}
.aboutTestPage .aboutTestTransparency__card.is-positive .aboutTestTransparency__cardType,
.aboutTestPage .aboutTestTransparency__card.is-positive .aboutTestTransparency__cardName {
  color: #fff !important;
}


/* 掲載した法人の声：背景は画面幅いっぱい、一覧は既存aboutの導入事例をそのまま使用 */
.aboutTestPage .aboutTestCases {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: #f3f6fa;
}
.aboutTestPage .aboutTestCases__inner {
  box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 105px;
  padding-bottom: 115px;
}
.aboutTestPage .aboutTestCases__inner > .flexListPost {
  margin-top: 64px;
}
.aboutTestPage .aboutTestCases__more {
  margin-top: 38px;
}

/* 人物画像部分は inc/list.php と共通 style.css の既存指定に完全に委ねる */
.aboutTestPage .aboutTestCases .listFooter__thanks-to li,
.aboutTestPage .aboutTestCases .listFooter__thanks-from li,
.aboutTestPage .aboutTestCases .listFooter__thanks-to li img,
.aboutTestPage .aboutTestCases .listFooter__thanks-from li img,
.aboutTestPage .aboutTestCases .listFooter__thanks-arrow img {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .aboutTestPage .aboutTestCases__inner {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 68px;
    padding-bottom: 76px;
  }
  .aboutTestPage .aboutTestCases__inner > .flexListPost {
    margin-top: 36px;
  }
  .aboutTestPage .aboutTestCases__more {
    margin-top: 24px;
  }
}

/* 掲載した法人の声：デザインに合わせた最終調整 */
.aboutTestPage .aboutTestCases {
  position: relative;
  left: 50%;
  width: 100vw !important;
  max-width: none !important;
  margin-right: -50vw !important;
  margin-left: -50vw !important;
  background-color: #f1f4f8 !important;
}
.aboutTestPage .aboutTestCases__inner.wrapL.aboutJirei {
  box-sizing: border-box;
  width: 100% !important;
  max-width: 1140px !important;
  margin: 0 auto !important;
  padding: 92px 0 105px !important;
  background: transparent !important;
}
.aboutTestPage .aboutTestCases__inner.aboutJirei .aboutTestCases__title {
  display: block !important;
  float: none !important;
  position: static !important;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  margin: 27px 0 0 !important;
  color: #102338 !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  letter-spacing: .02em !important;
  text-align: center !important;
}
.aboutTestPage .aboutTestCases__inner > .flexListPost {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 32px !important;
  align-items: start !important;
  width: 100% !important;
  margin: 68px 0 0 !important;
}
.aboutTestPage .aboutTestCases__inner > .flexListPost::before,
.aboutTestPage .aboutTestCases__inner > .flexListPost::after {
  display: none !important;
  content: none !important;
}
.aboutTestPage .aboutTestCases .flexList__post {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.aboutTestPage .aboutTestCases .flexList__post .listThumbnail,
.aboutTestPage .aboutTestCases .flexList__post .listThumbnail img:first-child {
  width: 100% !important;
}
.aboutTestPage .aboutTestCases .flexList__post .listThumbnail img:first-child {
  height: auto !important;
  aspect-ratio: 255 / 153;
  object-fit: cover !important;
}
.aboutTestPage .aboutTestCases__more {
  margin-top: 42px !important;
}

@media screen and (max-width: 767px) {
  .aboutTestPage .aboutTestCases__inner.wrapL.aboutJirei {
    width: auto !important;
    margin: 0 20px !important;
    padding: 65px 0 75px !important;
  }
  .aboutTestPage .aboutTestCases__inner.aboutJirei .aboutTestCases__title {
    font-size: 28px !important;
  }
  .aboutTestPage .aboutTestCases__inner > .flexListPost {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
    margin-top: 38px !important;
  }
}

/* 掲載した法人の声：共通 .wrapL / .aboutJirei h2 との競合を構造ごと回避 */
.aboutTestPage section.aboutTestCases > .aboutTestCases__inner {
  display: block !important;
  box-sizing: border-box !important;
  width: calc(100% - 40px) !important;
  max-width: 1140px !important;
  margin: 0 auto !important;
  padding: 92px 0 105px !important;
}
.aboutTestPage section.aboutTestCases .aboutTestCases__title {
  position: static !important;
  display: block !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  margin: 27px 0 0 !important;
  padding: 0 !important;
  color: #102338 !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  letter-spacing: .02em !important;
  text-align: center !important;
  text-indent: 0 !important;
  transform: none !important;
}
.aboutTestPage section.aboutTestCases .aboutTestCases__listWrap {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.aboutTestPage section.aboutTestCases .aboutTestCases__listWrap > .flexListPost {
  margin-top: 68px !important;
}
@media screen and (max-width: 767px) {
  .aboutTestPage section.aboutTestCases > .aboutTestCases__inner {
    width: calc(100% - 40px) !important;
    padding: 65px 0 75px !important;
  }
  .aboutTestPage section.aboutTestCases .aboutTestCases__title {
    font-size: 28px !important;
  }
}

/* 有料サービスのご案内 */
.aboutTestPage .aboutTestPaidIntro { width: 100%; }
.aboutTestPage .aboutTestPaidIntro__inner { box-sizing: border-box; width: calc(100% - 40px); max-width: 1000px; margin: 0 auto; }
.aboutTestPage .aboutTestPaidIntro__head { background: #142f57; color: #fff; }
.aboutTestPage .aboutTestPaidIntro__headInner { box-sizing: border-box; width: calc(100% - 40px); max-width: 1000px; margin: 0 auto; padding: 95px 0 92px; text-align: center; }
.aboutTestPage .aboutTestPaidIntro__eyebrow,
.aboutTestPage .aboutTestPaidIntro__label { margin: 0; color: #00a98f; font-size: 16px; font-weight: 700; line-height: 1.5; text-align: center; }
.aboutTestPage .aboutTestPaidIntro__eyebrow span { display: inline-flex; align-items: center; gap: 18px; }
.aboutTestPage .aboutTestPaidIntro__eyebrow span::before,
.aboutTestPage .aboutTestPaidIntro__eyebrow span::after { content: ""; width: 22px; height: 1px; background: #00a98f; }
.aboutTestPage .aboutTestPaidIntro__title { margin: 24px 0 0; color: #fff; font-size: 36px; font-weight: 700; line-height: 1.45; text-align: center; }
.aboutTestPage .aboutTestPaidIntro__worry { background: #f1f4f8; }
.aboutTestPage .aboutTestPaidIntro__worry .aboutTestPaidIntro__inner { padding: 50px 0 72px; }
.aboutTestPage .aboutTestPaidIntro__subTitle { margin: 10px 0 34px; color: #102338; font-size: 24px; font-weight: 700; line-height: 1.5; text-align: center; }
.aboutTestPage .aboutTestPaidIntro__messages { display: flex; flex-direction: column; gap: 28px; }
.aboutTestPage .aboutTestPaidIntro__message { display: flex; align-items: center; gap: 22px; }
.aboutTestPage .aboutTestPaidIntro__message.is-right { justify-content: flex-end; }
.aboutTestPage .aboutTestPaidIntro__message img { flex: 0 0 64px; width: 64px; height: 65px; object-fit: contain; }
.aboutTestPage .aboutTestPaidIntro__message p { position: relative; box-sizing: border-box; width: calc(100% - 100px); max-width: 760px; margin: 0; padding: 22px 28px; border: 1px solid #d7dce3; border-radius: 4px; background: #fff; color: #102338; font-size: 16px; font-weight: 700; line-height: 1.75; }
.aboutTestPage .aboutTestPaidIntro__message.is-left p::before,
.aboutTestPage .aboutTestPaidIntro__message.is-right p::after { content: ""; position: absolute; top: 50%; width: 14px; height: 14px; border-bottom: 1px solid #d7dce3; border-left: 1px solid #d7dce3; background: #fff; }
.aboutTestPage .aboutTestPaidIntro__message.is-left p::before { left: -8px; transform: translateY(-50%) rotate(45deg); }
.aboutTestPage .aboutTestPaidIntro__message.is-right p::after { right: -8px; transform: translateY(-50%) rotate(225deg); }
.aboutTestPage .aboutTestPaidIntro__answer { position: relative; background: #f4faf9; }
.aboutTestPage .aboutTestPaidIntro__arrow { position: absolute; top: 0; left: 50%; width: 52px; height: 52px; transform: translate(-50%, -50%); }
.aboutTestPage .aboutTestPaidIntro__answer .aboutTestPaidIntro__inner { padding: 68px 0 84px; text-align: center; }
.aboutTestPage .aboutTestPaidIntro__answerLead { margin: 16px 0 0; color: #102338; font-size: 24px; font-weight: 700; line-height: 1.5; }
.aboutTestPage .aboutTestPaidIntro__answerMain { display: inline-block; margin: 42px 0 0; padding: 0 0 8px; border-bottom: 2px solid #d5ae47; color: #12a58f; font-size: 48px; font-weight: 700; line-height: 1.35; letter-spacing: .02em; }
.aboutTestPage .aboutTestPaidIntro__answerText { margin: 44px 0 0; color: #102338; font-size: 20px; font-weight: 700; line-height: 2; }

@media screen and (max-width: 767px) {
  .aboutTestPage .aboutTestPaidIntro__headInner { padding: 64px 0 62px; }
  .aboutTestPage .aboutTestPaidIntro__title { margin-top: 18px; font-size: 28px; }
  .aboutTestPage .aboutTestPaidIntro__worry .aboutTestPaidIntro__inner { padding: 42px 0 58px; }
  .aboutTestPage .aboutTestPaidIntro__subTitle { font-size: 22px; }
  .aboutTestPage .aboutTestPaidIntro__messages { gap: 22px; }
  .aboutTestPage .aboutTestPaidIntro__message,
  .aboutTestPage .aboutTestPaidIntro__message.is-right { align-items: flex-start; gap: 12px; }
  .aboutTestPage .aboutTestPaidIntro__message img { flex-basis: 46px; width: 46px; height: auto; }
  .aboutTestPage .aboutTestPaidIntro__message p { width: calc(100% - 58px); padding: 16px 18px; font-size: 14px; line-height: 1.7; }
  .aboutTestPage .aboutTestPaidIntro__answer .aboutTestPaidIntro__inner { padding: 58px 0 62px; }
  .aboutTestPage .aboutTestPaidIntro__answerLead { font-size: 20px; }
  .aboutTestPage .aboutTestPaidIntro__answerMain { margin-top: 30px; font-size: 32px; }
  .aboutTestPage .aboutTestPaidIntro__answerText { margin-top: 30px; font-size: 16px; line-height: 1.8; }
}

/* section08追加後の導入事例レイアウト補正 */
.aboutTestPage section.aboutTestCases .aboutTestCases__listWrap > .flexListPost {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  column-gap: 32px !important;
  row-gap: 32px !important;
  align-items: start !important;
  width: 100% !important;
  max-width: none !important;
  margin: 68px 0 0 !important;
  padding: 0 !important;
}
.aboutTestPage section.aboutTestCases .aboutTestCases__listWrap > .flexListPost::before,
.aboutTestPage section.aboutTestCases .aboutTestCases__listWrap > .flexListPost::after {
  display: none !important;
  content: none !important;
}
.aboutTestPage section.aboutTestCases .aboutTestCases__listWrap > .flexListPost > .flexList__post {
  float: none !important;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
}
.aboutTestPage section.aboutTestCases .aboutTestCases__listWrap .listThumbnail,
.aboutTestPage section.aboutTestCases .aboutTestCases__listWrap .listThumbnail > a,
.aboutTestPage section.aboutTestCases .aboutTestCases__listWrap .listThumbnail img:first-child {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
}
.aboutTestPage section.aboutTestCases .aboutTestCases__listWrap .listThumbnail img:first-child {
  height: auto !important;
  aspect-ratio: 255 / 153;
  object-fit: cover !important;
}

/* 有料サービス ANSWER 文字サイズ */
.aboutTestPage .aboutTestPaidIntro__answerMain {
  font-size: 52px !important;
}
.aboutTestPage .aboutTestPaidIntro__answerText {
  font-size: 24px !important;
}

@media screen and (max-width: 767px) {
  .aboutTestPage section.aboutTestCases .aboutTestCases__listWrap > .flexListPost {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
    margin-top: 38px !important;
  }
  .aboutTestPage .aboutTestPaidIntro__answerMain {
    font-size: 32px !important;
  }
  .aboutTestPage .aboutTestPaidIntro__answerText {
    font-size: 18px !important;
  }
}

/* WORRY 1行目 */
.aboutTestPage .aboutTestPaidIntro__message:first-child p {
  font-size: 18px !important;
}

/* 実際の画面で見る */
.aboutTestPage .aboutTestPaidFlow {
  width: 100%;
  background: #fff;
}
.aboutTestPage .aboutTestPaidFlow__inner {
  box-sizing: border-box;
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
  padding: 112px 0 125px;
}
.aboutTestPage .aboutTestPaidFlow__eyebrow {
  margin: 0;
  color: #00a98f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.aboutTestPage .aboutTestPaidFlow__eyebrow span {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}
.aboutTestPage .aboutTestPaidFlow__eyebrow span::before,
.aboutTestPage .aboutTestPaidFlow__eyebrow span::after {
  content: "";
  width: 22px;
  height: 1px;
  background: #00a98f;
}
.aboutTestPage .aboutTestPaidFlow__title {
  margin: 26px 0 0;
  color: #102338;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: .02em;
  text-align: center;
}
.aboutTestPage .aboutTestPaidFlow__lead {
  margin: 43px 0 0;
  color: #102338;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.aboutTestPage .aboutTestPaidFlow__text {
  margin: 24px 0 0;
  color: #4d5660;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}
.aboutTestPage .aboutTestPaidFlow__steps {
  position: relative;
  width: 100%;
  max-width: 850px;
  margin: 70px auto 0;
}
.aboutTestPage .aboutTestPaidFlow__steps::before {
  content: "";
  position: absolute;
  top: 27px;
  bottom: 27px;
  left: 27px;
  border-left: 3px dotted #12a58f;
}
.aboutTestPage .aboutTestPaidFlow__step {
  position: relative;
  margin: 0 0 72px;
  padding-left: 76px;
}
.aboutTestPage .aboutTestPaidFlow__step:last-child { margin-bottom: 0; }
.aboutTestPage .aboutTestPaidFlow__step.is-last::before {
  content:"";
  position:absolute;
  left:26px;
  top:27px;
  bottom:0;
  width:6px;
  background:#fff;
  z-index:0;
}
.aboutTestPage .aboutTestPaidFlow__number{position:relative;z-index:1;}
.aboutTestPage .aboutTestPaidFlow__stepHead {
  display: flex;
  align-items: flex-start;
  min-height: 56px;
  margin: 0 0 26px -76px;
}
.aboutTestPage .aboutTestPaidFlow__number {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 0 0 56px;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-right: 22px;
  border-radius: 50%;
  background: #12a58f;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
.aboutTestPage .aboutTestPaidFlow__stepHead h3 {
  margin: 1px 0 0;
  color: #102338;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.35;
}
.aboutTestPage .aboutTestPaidFlow__stepHead p {
  margin: 5px 0 0;
  color: #102338;
  font-size: 16px;
  line-height: 1.6;
}
.aboutTestPage .aboutTestPaidFlow__step > img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: none;
  filter: none;
}
.aboutTestPage .aboutTestPaidFlow__placeholder {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 300px;
  padding: 30px;
  border: 1px solid #555;
  border-radius: 18px;
  color: #f00;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .aboutTestPage .aboutTestPaidIntro__message:first-child p {
    font-size: 16px !important;
  }
  .aboutTestPage .aboutTestPaidFlow__inner { padding: 72px 0 82px; }
  .aboutTestPage .aboutTestPaidFlow__title { font-size: 28px; line-height: 1.55; }
  .aboutTestPage .aboutTestPaidFlow__lead { margin-top: 30px; font-size: 19px; }
  .aboutTestPage .aboutTestPaidFlow__text { margin-top: 18px; font-size: 14px; text-align: left; }
  .aboutTestPage .aboutTestPaidFlow__steps { margin-top: 48px; }
  .aboutTestPage .aboutTestPaidFlow__steps::before {
  content: "";
  position: absolute;
  top: 27px;
  bottom: 27px;
  left: 27px;
  border-left: 3px dotted #12a58f;
}
  .aboutTestPage .aboutTestPaidFlow__step { margin-bottom: 54px; padding-left: 58px; }
  .aboutTestPage .aboutTestPaidFlow__step.is-last::before {
  content:"";
  position:absolute;
  left:26px;
  top:27px;
  bottom:0;
  width:6px;
  background:#fff;
  z-index:0;
}
.aboutTestPage .aboutTestPaidFlow__number{position:relative;z-index:1;}
.aboutTestPage .aboutTestPaidFlow__stepHead { min-height: 48px; margin: 0 0 20px -58px; }
  .aboutTestPage .aboutTestPaidFlow__number { flex-basis: 48px; width: 48px; height: 48px; margin-right: 12px; font-size: 18px; }
  .aboutTestPage .aboutTestPaidFlow__stepHead h3 { font-size: 21px; }
  .aboutTestPage .aboutTestPaidFlow__stepHead p { font-size: 14px; }
  .aboutTestPage .aboutTestPaidFlow__placeholder { min-height: 190px; font-size: 17px; }
}

/* PRICE / 料金プラン */
.aboutTestPage .aboutTestPrice{background:#f1f4f8;color:#111b29;}
.aboutTestPage .aboutTestPrice__inner{box-sizing:border-box;width:calc(100% - 40px);max-width:1000px;margin:0 auto;padding:120px 0 126px;}
.aboutTestPage .aboutTestPrice__eyebrow{margin:0;color:#05a58f;font-size:14px;font-weight:700;line-height:1;text-align:center;letter-spacing:.02em;}
.aboutTestPage .aboutTestPrice__eyebrow span{display:inline-flex;align-items:center;gap:17px;}
.aboutTestPage .aboutTestPrice__eyebrow span:before,.aboutTestPage .aboutTestPrice__eyebrow span:after{content:"";width:22px;height:1px;background:#05a58f;}
.aboutTestPage .aboutTestPrice__title{margin:30px 0 0;font-size:36px;line-height:1.35;text-align:center;font-weight:700;}
.aboutTestPage .aboutTestPrice__lead{margin:34px 0 0;font-size:19px;line-height:1.6;text-align:center;font-weight:700;}
.aboutTestPage .aboutTestPrice__serviceCards{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:84px;}
.aboutTestPage .aboutTestPrice__serviceCard{box-sizing:border-box;min-height:330px;padding:42px 35px 31px;border:3px solid #2baaa9;border-radius:20px;background:#e7f6f7;text-align:center;}
.aboutTestPage .aboutTestPrice__serviceCard.is-membership{border-color:#c8b661;background:#fffbea;}
.aboutTestPage .aboutTestPrice__serviceCard img{display:block;width:112px;height:auto;margin:0 auto 7px;}
.aboutTestPage .aboutTestPrice__serviceType{margin:0;font-size:14px;line-height:1.6;}
.aboutTestPage .aboutTestPrice__serviceCard h3{margin:8px 0 29px;font-size:24px;line-height:1.4;}
.aboutTestPage .aboutTestPrice__serviceCard>p:last-child{margin:0;font-size:15px;line-height:2;}
.aboutTestPage .aboutTestPrice__notice{display:flex;align-items:flex-start;gap:17px;margin-top:52px;}
.aboutTestPage .aboutTestPrice__notice img{width:30px;height:27px;margin-top:3px;}
.aboutTestPage .aboutTestPrice__notice strong{display:block;color:#f00;font-size:19px;line-height:1.5;}
.aboutTestPage .aboutTestPrice__notice p{margin:11px 0 0;font-size:14px;line-height:1.8;}
.aboutTestPage .aboutTestPrice__writing{margin-top:160px;}
.aboutTestPage .aboutTestPrice__sectionHead{text-align:center;}
.aboutTestPage .aboutTestPrice__sectionHead img{display:block;width:112px;height:auto;margin:0 auto 8px;}
.aboutTestPage .aboutTestPrice__sectionHead p{margin:0;font-size:14px;line-height:1.5;}
.aboutTestPage .aboutTestPrice__sectionHead h3{margin:9px 0 0;font-size:24px;line-height:1.4;}
.aboutTestPage .aboutTestPrice__articleCards{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:70px;}
.aboutTestPage .aboutTestPrice__articleCards article{box-sizing:border-box;min-height:362px;padding:42px 29px 40px;border:1px solid #bbb;border-radius:20px;background:#fff;text-align:center;}
.aboutTestPage .aboutTestPrice__articleCards article.is-paid{border:3px solid #2879aa;padding:40px 27px 38px;}
.aboutTestPage .aboutTestPrice__articleCards h4{margin:0;font-size:24px;line-height:1.35;}
.aboutTestPage .aboutTestPrice__articleSub{margin:15px 0 0;font-size:14px;}
.aboutTestPage .aboutTestPrice__articleCatch{margin:15px 0 0;font-size:14px;}
.aboutTestPage .aboutTestPrice__articleText{margin:38px 0 0;font-size:14px;line-height:2;text-align:left;}
.aboutTestPage .aboutTestPrice__articleNote{margin:18px 0 0;padding:9px 14px;border-radius:30px;background:#f6f7fa;font-size:13px;line-height:1.5;}
.aboutTestPage .aboutTestPrice__membership{margin-top:118px;}
.aboutTestPage .aboutTestPrice__membershipLead{max-width:740px;margin:62px auto 0;font-size:14px;line-height:2;text-align:center;}
.aboutTestPage .aboutTestPrice__membershipLead strong{text-decoration:underline;}
.aboutTestPage .aboutTestPrice__plans{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin-top:66px;}
.aboutTestPage .aboutTestPrice__plans>article{position:relative;overflow:visible;box-sizing:border-box;min-width:0;border:1px solid #d6d6d6;border-radius:6px;background:#fff;}
.aboutTestPage .aboutTestPrice__plans>article.is-free{border:2px solid #25aaa9;}
.aboutTestPage .aboutTestPrice__plans>article.is-recommended{border:2px solid #2879aa;}
.aboutTestPage .aboutTestPrice__plans .aboutTestPrice__planHead{box-sizing:border-box;min-height:127px;padding:23px 8px 15px;background:#fafafa;text-align:center;}
.aboutTestPage .aboutTestPrice__plans .is-free .aboutTestPrice__planHead{background:#e3f7f4;}
.aboutTestPage .aboutTestPrice__plans .is-recommended .aboutTestPrice__planHead{background:#e8f4fb;}
.aboutTestPage .aboutTestPrice__plans .is-large .aboutTestPrice__planHead{background:#f6efdf;}
.aboutTestPage .aboutTestPrice__plans .aboutTestPrice__planHead>span{display:block;font-size:11px;font-weight:700;}
.aboutTestPage .aboutTestPrice__plans .aboutTestPrice__planHead h4{margin:4px 0 7px;font-size:20px;line-height:1.2;white-space:nowrap;}
.aboutTestPage .aboutTestPrice__plans .aboutTestPrice__planHead small{font-size:13px;}
.aboutTestPage .aboutTestPrice__plans .aboutTestPrice__planHead p{margin:0;font-size:11px;line-height:1.45;}
.aboutTestPage .aboutTestPrice__plans ul{margin:0;padding:23px 10px 25px;list-style:none;}
.aboutTestPage .aboutTestPrice__plans li{display:flex;align-items:center;gap:10px;position:relative;margin:0 0 18px;font-size:13px;font-weight:700;line-height:1.55;}
.aboutTestPage .aboutTestPrice__plans li:before{content:"";flex:0 0 18px;width:18px;height:18px;background:url('../img/about-test/price_maru.webp') center/18px 18px no-repeat;}
.aboutTestPage .aboutTestPrice__plans li.is-disabled{color:#999999;font-weight:400;}
.aboutTestPage .aboutTestPrice__plans li.is-disabled:before{content:"";background:none;}
.aboutTestPage .aboutTestPrice__recommend{position:absolute;z-index:2;top:-16px;left:50%;transform:translateX(-50%);min-width:85px;padding:7px 12px;border-radius:20px;background:#2879aa;color:#fff;font-size:12px;font-weight:700;text-align:center;}
.aboutTestPage .aboutTestPrice__features{margin:98px 0 0;border-top:1px solid #d9dde2;}
.aboutTestPage .aboutTestPrice__features>div{display:grid;grid-template-columns:260px 1fr;gap:40px;padding:30px 0 29px;border-bottom:1px solid #d9dde2;}
.aboutTestPage .aboutTestPrice__features dt{font-size:18px;font-weight:700;line-height:1.55;}
.aboutTestPage .aboutTestPrice__features dd{margin:0;font-size:14px;line-height:2;}
.aboutTestPage .aboutTestPrice__features dd.is-placeholder{color:#f00;}
@media(max-width:767px){
.aboutTestPage .aboutTestPrice__inner{width:calc(100% - 30px);padding:74px 0 80px;}
.aboutTestPage .aboutTestPrice__title{font-size:28px;margin-top:22px}.aboutTestPage .aboutTestPrice__lead{font-size:16px;margin-top:24px}
.aboutTestPage .aboutTestPrice__serviceCards,.aboutTestPage .aboutTestPrice__articleCards{grid-template-columns:1fr;gap:22px;margin-top:48px}
.aboutTestPage .aboutTestPrice__serviceCard{min-height:0;padding:30px 20px}.aboutTestPage .aboutTestPrice__notice{margin-top:30px}
.aboutTestPage .aboutTestPrice__writing{margin-top:90px}.aboutTestPage .aboutTestPrice__membership{margin-top:80px}
.aboutTestPage .aboutTestPrice__articleCards article{min-height:0;padding:32px 20px}.aboutTestPage .aboutTestPrice__articleCards article.is-paid{padding:30px 18px}
.aboutTestPage .aboutTestPrice__membershipLead{margin-top:40px;text-align:left}
.aboutTestPage .aboutTestPrice__plans{display:flex;overflow-x:auto;gap:10px;margin:52px -15px 0;padding:15px 15px 18px;scroll-snap-type:x mandatory}
.aboutTestPage .aboutTestPrice__plans>article{flex:0 0 205px;scroll-snap-align:start}
.aboutTestPage .aboutTestPrice__features{margin-top:60px}.aboutTestPage .aboutTestPrice__features>div{grid-template-columns:1fr;gap:6px;padding:24px 0}.aboutTestPage .aboutTestPrice__features dt{font-size:17px}.aboutTestPage .aboutTestPrice__features dd{font-size:13px}
}

/* section10 precision fixes: source images are exported at 2x */
.aboutTestPage .aboutTestPrice__serviceCard img,
.aboutTestPage .aboutTestPrice__sectionHead img{
  width:168px;
  height:85px;
  max-width:none;
  object-fit:contain;
}
.aboutTestPage .aboutTestPrice__notice img{
  width:30px;
  height:27px;
  max-width:none;
}

/* Pricing table head: use a dedicated class to avoid global theme header styles */
.aboutTestPage .aboutTestPrice__plans .aboutTestPrice__planHead{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  box-sizing:border-box;
  width:100%;
  min-height:127px;
  padding:19px 8px 14px;
  background:#fafafa;
  color:#111b29;
  text-align:center;
}
.aboutTestPage .aboutTestPrice__plans .is-free .aboutTestPrice__planHead{background:#e3f7f4;}
.aboutTestPage .aboutTestPrice__plans .is-recommended .aboutTestPrice__planHead{background:#e8f4fb;}
.aboutTestPage .aboutTestPrice__plans .is-large .aboutTestPrice__planHead{background:#f6efdf;}
.aboutTestPage .aboutTestPrice__plans .aboutTestPrice__planHead>span{display:block;margin:0 0 4px;font-size:11px;font-weight:700;line-height:1.2;}
.aboutTestPage .aboutTestPrice__plans .aboutTestPrice__planHead h4{display:block;margin:0 0 7px;font-size:20px;font-weight:700;line-height:1.2;white-space:nowrap;color:#111b29;}
.aboutTestPage .aboutTestPrice__plans .aboutTestPrice__planHead small{font-size:13px;color:inherit;}
.aboutTestPage .aboutTestPrice__plans .aboutTestPrice__planHead p{display:block;margin:0;font-size:11px;line-height:1.45;color:#111b29;}
.aboutTestPage .aboutTestPrice__plans .is-free .aboutTestPrice__planHead>span{color:#25aaa9;}
.aboutTestPage .aboutTestPrice__plans .is-recommended .aboutTestPrice__planHead>span,
.aboutTestPage .aboutTestPrice__plans .is-recommended .aboutTestPrice__planHead h4{color:#2879aa;}
.aboutTestPage .aboutTestPrice__plans .is-large .aboutTestPrice__planHead>span,
.aboutTestPage .aboutTestPrice__plans .is-large .aboutTestPrice__planHead h4{color:#76643d;}
.aboutTestPage .aboutTestPrice__plans li.is-disabled{color:#999999 !important;}

@media(max-width:767px){
  .aboutTestPage .aboutTestPrice__serviceCard img,
  .aboutTestPage .aboutTestPrice__sectionHead img{width:168px;height:85px;}
}

/* section10 pricing table refinements */
.aboutTestPage .aboutTestPrice__plans .aboutTestPrice__planHead{
  border-radius:5px 5px 0 0;
}
.aboutTestPage .aboutTestPrice__plans>article.is-free .aboutTestPrice__planHead,
.aboutTestPage .aboutTestPrice__plans>article.is-recommended .aboutTestPrice__planHead{
  border-radius:4px 4px 0 0;
}
.aboutTestPage .aboutTestPrice__plans li:before{
  content:"";
  position:absolute;
  left:0;
  top:3px;
  width:18px;
  height:18px;
  background:url('../img/about-test/price_maru.webp') center/18px 18px no-repeat;
}
.aboutTestPage .aboutTestPrice__plans li.is-disabled:before{
  content:none;
  background:none;
}

/* section10 pricing list alignment fix */
.aboutTestPage .aboutTestPrice__plans li{
  display:flex;
  align-items:center;
  gap:6px;
}
.aboutTestPage .aboutTestPrice__plans li::before{
  position:static;
  top:auto;
  left:auto;
  display:block;
  flex:0 0 18px;
  width:18px;
  height:18px;
  margin:0;
  align-self:center;
  transform:none;
  background:url('../img/about-test/price_maru.webp') center center / 18px 18px no-repeat;
}
.aboutTestPage .aboutTestPrice__plans .aboutTestPrice__planItemText{
  display:block;
  position:relative;
  top:2px;
  min-width:0;
}
.aboutTestPage .aboutTestPrice__plans li.is-disabled::before{
  content:none;
  display:none;
}

/* section11 / 掲載後の変化 */
.aboutTestPage .aboutTestBenefits{
  background:#1f4266;
  color:#102338;
}
.aboutTestPage .aboutTestBenefits__inner{
  box-sizing:border-box;
  width:calc(100% - 40px);
  max-width:1000px;
  margin:0 auto;
  padding:116px 0 126px;
}
.aboutTestPage .aboutTestBenefits__eyebrow{
  margin:0;
  color:#08a990;
  font-size:14px;
  font-weight:700;
  line-height:1;
  text-align:center;
  letter-spacing:.01em;
}
.aboutTestPage .aboutTestBenefits__eyebrow span{
  display:inline-flex;
  align-items:center;
  gap:22px;
}
.aboutTestPage .aboutTestBenefits__eyebrow span::before,
.aboutTestPage .aboutTestBenefits__eyebrow span::after{
  content:"";
  display:block;
  width:22px;
  height:1px;
  background:#08a990;
}
.aboutTestPage .aboutTestBenefits__title{
  margin:31px 0 0;
  color:#fff;
  font-size:36px;
  font-weight:700;
  line-height:1.35;
  text-align:center;
  letter-spacing:.01em;
}
.aboutTestPage .aboutTestBenefits__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-items:stretch;
  gap:64px 38px;
  margin-top:74px;
}
.aboutTestPage .aboutTestBenefits__card{
  box-sizing:border-box;
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:790px;
  padding:46px 28px 42px;
  border-radius:24px;
  background:#fff;
  text-align:center;
}
.aboutTestPage .aboutTestBenefits__number{
  margin:0;
  color:#1f4266;
  font-size:44px;
  font-weight:700;
  line-height:1;
  letter-spacing:-.03em;
}
.aboutTestPage .aboutTestBenefits__card h3{
  margin:18px 0 0;
  color:#111b29;
  font-size:30px;
  font-weight:700;
  line-height:1.35;
}
.aboutTestPage .aboutTestBenefits__image{
  display:flex;
  align-items:center;
  justify-content:center;
  height:132px;
  margin-top:22px;
}
.aboutTestPage .aboutTestBenefits__image img{
  display:block;
  width:230px;
  max-width:100%;
  height:auto;
  max-height:none;
  margin:0;
  object-fit:contain;
}
.aboutTestPage .aboutTestBenefits__current{
  position:relative;
  box-sizing:border-box;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:107px;
  margin-top:10px;
  padding:29px 20px 15px;
  border-radius:3px;
  background:#f0f0f0;
}
.aboutTestPage .aboutTestBenefits__currentLabel{
  position:absolute;
  top:-16px;
  left:50%;
  box-sizing:border-box;
  width:160px;
  height:31px;
  margin:0;
  padding:5px 10px 4px;
  transform:translateX(-50%);
  border:2px solid #b8dce9;
  border-radius:20px;
  background:#fff;
  color:#183f62;
  font-size:14px;
  font-weight:700;
  line-height:18px;
  text-align:center;
}
.aboutTestPage .aboutTestBenefits__currentLabel::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-8px;
  width:0;
  height:0;
  transform:translateX(-50%);
  border-top:8px solid #b8dce9;
  border-right:8px solid transparent;
  border-left:8px solid transparent;
}
.aboutTestPage .aboutTestBenefits__currentLabel::before{
  content:"";
  position:absolute;
  z-index:1;
  left:50%;
  bottom:-5px;
  width:0;
  height:0;
  transform:translateX(-50%);
  border-top:6px solid #fff;
  border-right:6px solid transparent;
  border-left:6px solid transparent;
}
.aboutTestPage .aboutTestBenefits__current>p:last-child{
  margin:0;
  color:#222;
  font-size:15px;
  font-weight:700;
  line-height:2;
}
.aboutTestPage .aboutTestBenefits__changeLabel{
  position:relative;
  box-sizing:border-box;
  width:222px;
  min-height:31px;
  margin:28px auto 0;
  padding:6px 16px 5px;
  border-radius:20px;
  background:#bddfed;
  color:#183f62;
  font-size:14px;
  font-weight:700;
  line-height:20px;
  text-align:center;
}
.aboutTestPage .aboutTestBenefits__changeLabel::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-8px;
  width:0;
  height:0;
  transform:translateX(-50%);
  border-top:8px solid #bddfed;
  border-right:8px solid transparent;
  border-left:8px solid transparent;
}
.aboutTestPage .aboutTestBenefits__card h4{
  margin:23px 0 0;
  color:#2a2a2a;
  font-size:28px;
  font-weight:700;
  line-height:1.55;
  letter-spacing:.01em;
}
.aboutTestPage .aboutTestBenefits__body{
  margin:27px 0 0;
  color:#333;
  font-size:15px;
  font-weight:400;
  line-height:2;
  text-align:left;
}

@media screen and (max-width:767px){
  .aboutTestPage .aboutTestBenefits__inner{
    width:calc(100% - 30px);
    padding:76px 0 82px;
  }
  .aboutTestPage .aboutTestBenefits__eyebrow{
    font-size:13px;
  }
  .aboutTestPage .aboutTestBenefits__eyebrow span{
    gap:12px;
  }
  .aboutTestPage .aboutTestBenefits__eyebrow span::before,
  .aboutTestPage .aboutTestBenefits__eyebrow span::after{
    width:17px;
  }
  .aboutTestPage .aboutTestBenefits__title{
    margin-top:25px;
    font-size:28px;
    line-height:1.55;
  }
  .aboutTestPage .aboutTestBenefits__grid{
    grid-template-columns:1fr;
    gap:28px;
    margin-top:48px;
  }
  .aboutTestPage .aboutTestBenefits__card{
    min-height:0;
    padding:34px 20px 36px;
    border-radius:20px;
  }
  .aboutTestPage .aboutTestBenefits__number{
    font-size:38px;
  }
  .aboutTestPage .aboutTestBenefits__card h3{
    margin-top:14px;
    font-size:24px;
  }
  .aboutTestPage .aboutTestBenefits__image{
    height:112px;
    margin-top:16px;
  }
  .aboutTestPage .aboutTestBenefits__image img{
    width:230px;
    max-width:100%;
    height:auto;
    max-height:none;
  }
  .aboutTestPage .aboutTestBenefits__current{
    min-height:104px;
    margin-top:9px;
    padding:29px 13px 15px;
  }
  .aboutTestPage .aboutTestBenefits__current>p:last-child{
    font-size:13px;
    line-height:1.9;
  }
  .aboutTestPage .aboutTestBenefits__changeLabel{
    width:210px;
    margin-top:27px;
    font-size:13px;
  }
  .aboutTestPage .aboutTestBenefits__card h4{
    margin-top:21px;
    font-size:23px;
    line-height:1.55;
  }
  .aboutTestPage .aboutTestBenefits__body{
    margin-top:22px;
    font-size:14px;
    line-height:1.9;
  }
}

/* section11 / design precision adjustments */
@media screen and (min-width:768px){
  .aboutTestPage .aboutTestBenefits{
    background:#1d3b5b;
  }
  .aboutTestPage .aboutTestBenefits__grid{
    grid-template-columns:repeat(2, minmax(0, 480px));
    justify-content:center;
    column-gap:40px;
    row-gap:50px;
  }
  .aboutTestPage .aboutTestBenefits__card{
    position:relative;
    display:block;
    width:480px;
    height:808px !important;
    min-height:808px !important;
    margin:0 !important;
    padding:0 !important;
    overflow:hidden;
    border-radius:24px;
    background:#fff;
  }
  .aboutTestPage .aboutTestBenefits__number{
    position:absolute;
    top:46px;
    left:0;
    width:100%;
    height:44px;
    margin:0 !important;
    padding:0 !important;
    color:#1d3b5b;
    font-size:44px;
    font-weight:700;
    line-height:44px !important;
  }
  .aboutTestPage .aboutTestBenefits__card h3{
    position:absolute;
    top:104px;
    left:30px;
    width:420px;
    height:41px;
    margin:0 !important;
    padding:0 !important;
    color:#0e1c2a;
    font-size:30px;
    font-weight:700;
    line-height:41px !important;
  }
  .aboutTestPage .aboutTestBenefits__image{
    position:absolute;
    left:50%;
    display:block;
    width:auto;
    height:auto;
    margin:0 !important;
    padding:0 !important;
    transform:translateX(-50%);
  }
  .aboutTestPage .aboutTestBenefits__image img{
    display:block;
    max-width:none !important;
    max-height:none !important;
    margin:0 !important;
    padding:0 !important;
    object-fit:contain;
  }
  .aboutTestPage .aboutTestBenefits__card:nth-child(1) .aboutTestBenefits__image,
  .aboutTestPage .aboutTestBenefits__card:nth-child(2) .aboutTestBenefits__image,
  .aboutTestPage .aboutTestBenefits__card:nth-child(3) .aboutTestBenefits__image,
  .aboutTestPage .aboutTestBenefits__card:nth-child(4) .aboutTestBenefits__image{
    top:153px;
    width:230px;
    height:120px;
    overflow:visible;
  }
  .aboutTestPage .aboutTestBenefits__card:nth-child(1) .aboutTestBenefits__image img,
  .aboutTestPage .aboutTestBenefits__card:nth-child(2) .aboutTestBenefits__image img,
  .aboutTestPage .aboutTestBenefits__card:nth-child(3) .aboutTestBenefits__image img,
  .aboutTestPage .aboutTestBenefits__card:nth-child(4) .aboutTestBenefits__image img{
    width:230px !important;
    height:auto !important;
    max-width:none !important;
    max-height:none !important;
    object-fit:contain !important;
  }
  .aboutTestPage .aboutTestBenefits__current{
    position:absolute;
    top:335px;
    left:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    width:420px;
    height:111px;
    min-height:111px;
    margin:0 !important;
    padding:29px 20px 15px !important;
    border-radius:3px;
    background:#eee;
  }
  .aboutTestPage .aboutTestBenefits__currentLabel{
    top:-16px;
    width:160px;
    height:31px;
    margin:0 !important;
    padding:5px 10px 4px !important;
    border-color:#c0dde9;
    color:#1d3b5b;
    line-height:18px !important;
  }
  .aboutTestPage .aboutTestBenefits__currentLabel::after{border-top-color:#c0dde9;}
  .aboutTestPage .aboutTestBenefits__current>p:last-child{
    margin:0 !important;
    padding:0 !important;
    color:#333;
    font-size:15px;
    font-weight:700;
    line-height:30px !important;
  }

  .aboutTestPage .aboutTestBenefits__card:nth-child(2) .aboutTestBenefits__current>p:last-child{
    white-space:normal;
    word-break:normal;
    line-break:strict;
  }
  .aboutTestPage .aboutTestBenefits__changeLabel{
    position:absolute;
    top:476px;
    left:50%;
    width:230px;
    height:32px;
    min-height:32px;
    margin:0 !important;
    padding:6px 16px !important;
    transform:translateX(-50%);
    background:#c0dde9;
    color:#1d3b5b;
    line-height:20px !important;
  }
  .aboutTestPage .aboutTestBenefits__changeLabel::after{border-top-color:#c0dde9;}
  .aboutTestPage .aboutTestBenefits__card h4{
    position:absolute;
    top:530px;
    left:30px;
    width:420px;
    height:87px;
    margin:0 !important;
    padding:0 !important;
    color:#333;
    font-size:28px;
    font-weight:700;
    line-height:1.55 !important;
  }
  .aboutTestPage .aboutTestBenefits__body{
    position:absolute;
    top:644px;
    left:30px;
    width:420px;
    height:120px;
    margin:0 !important;
    padding:0 !important;
    color:#333;
    font-size:15px;
    font-weight:400;
    line-height:30px !important;
    text-align:left;
  }
}

@media screen and (min-width:768px){
  .aboutTestPage .aboutTestBenefits__eyebrow{color:#27a187;}
  .aboutTestPage .aboutTestBenefits__eyebrow span::before,
  .aboutTestPage .aboutTestBenefits__eyebrow span::after{background:#27a187;}
  .aboutTestPage .aboutTestBenefits__grid{margin-top:78px;}
}

/* SP heading scale adjustment: section headings are unified to the compact About-page size */
@media only screen and (max-width: 767px) {
  .aboutTestPage .aboutTestHero__lead,
  .aboutTestPage .aboutTestIntro__title,
  .aboutTestPage .aboutTestArticles__title,
  .aboutTestPage .aboutTestExamples__title,
  .aboutTestPage .aboutTestCompanySearch__title,
  .aboutTestPage .aboutTestFreeIntro__title,
  .aboutTestPage .aboutTestEvaluation__title,
  .aboutTestPage .aboutTestFlow__title,
  .aboutTestPage .aboutTestRanking__title,
  .aboutTestPage .aboutTestTransparency__title,
  .aboutTestPage .aboutTestCases__title,
  .aboutTestPage .aboutTestPaidIntro__title,
  .aboutTestPage .aboutTestPaidFlow__title,
  .aboutTestPage .aboutTestPrice__title,
  .aboutTestPage .aboutTestBenefits__title {
    font-size: 22px !important;
    line-height: 1.55 !important;
    letter-spacing: .01em;
  }
}

/* SP: score process — hide the overview artwork and render the detailed steps as text */
.aboutTestPage .aboutTestFlow__details--sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .aboutTestPage .aboutTestFlow__visual,
  .aboutTestPage .aboutTestFlow__detailsImage {
    display: none !important;
  }

  .aboutTestPage .aboutTestFlow__details--sp {
    display: block;
    width: 100%;
    margin: 42px 0 0;
    padding: 0;
    border-top: 1px solid #d7dce2;
    list-style: none;
    text-align: left;
  }

  .aboutTestPage .aboutTestFlow__details--sp > li {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    grid-template-areas:
      "number title"
      "body body";
    align-items: center;
    min-height: 0;
    padding: 29px 5px 31px;
    border-bottom: 1px solid #d7dce2;
    column-gap: 18px;
    row-gap: 21px;
  }

  .aboutTestPage .aboutTestFlow__details--sp .aboutTestFlow__number {
    grid-area: number;
    align-self: center;
    color: #00305a;
    line-height: 1;
  }

  .aboutTestPage .aboutTestFlow__details--sp .aboutTestFlow__number span {
    display: block;
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
  }

  .aboutTestPage .aboutTestFlow__details--sp .aboutTestFlow__number strong {
    display: block;
    margin: 0;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .02em;
  }

  .aboutTestPage .aboutTestFlow__details--sp h3 {
    grid-area: title;
    margin: 0;
    color: #222;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
  }

  .aboutTestPage .aboutTestFlow__details--sp p {
    grid-area: body;
    margin: 0;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0;
  }
}

/* section12 SP text refinements */
.aboutTestPage .aboutTestSpOnly {
  display: none;
}

@media screen and (max-width: 767px) {
  .aboutTestPage .aboutTestSpOnly {
    display: block;
  }

  .aboutTestPage .aboutTestPaidIntro__answerMain {
    line-height: 1.5em !important;
  }

  .aboutTestPage .aboutTestPaidIntro__answerText {
    text-align: left;
  }
}

/* Footer connection: preserve the original About page overlap below the contact section. */
.aboutTestPage .aboutTestMain {
  overflow: visible;
}

/* ============================================
   「制作実績」ボタン（SERVICE 02 データブック）
   ============================================ */
.aboutTestPage .aboutTestWorksBtnWrap {
  text-align: center;
  margin: 24px 0 40px;
}

.aboutTestPage .aboutTestWorksBtn {
  display: inline-block;
  min-width: 260px;
  padding: 15px 40px;
  border-radius: 39px;
  background-color: #ED7D15;
  color: #FFFFFF;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
}

.aboutTestPage .aboutTestWorksBtn::after {
  content: '→';
  margin-left: 14px;
}

@media screen and (max-width: 767px) {
  .aboutTestPage .aboutTestWorksBtnWrap {
    margin: 20px 0 32px;
  }
  .aboutTestPage .aboutTestWorksBtn {
    display: block;
    width: 100%;
    min-width: 0;
    padding: 14px 20px;
    font-size: 1.6rem;
  }
}

/* ============================================
   STEP 04 の画像（PC＝横長 ／ スマホ＝縦長）
   ============================================
   <picture> を使うため、img が step の直接の子ではなくなる。
   既存の `.aboutTestPaidFlow__step > img` と同じ見た目になるよう指定する。
   ============================================ */
.aboutTestPage .aboutTestPaidFlow__step > picture {
  display: block;
}

.aboutTestPage .aboutTestPaidFlow__step > picture > img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: none;
  filter: none;
}
