/* テストツール概要 */
.overview {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
  padding: 20px 0px 56px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.content {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.content_text {
  display: flex;
  flex-direction: column;
  width: 430px;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  border: 0px none;
}

.content_text--title {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 4px;
  position: relative;
}

.content_img {
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.tool-card-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.tool-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 20px 16px 16px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 8px;
  box-shadow: 0px 1px 4px #0000004c;
  cursor: pointer;
  text-decoration: none;
}

.tool-card__layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.tool-card__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 83px;
  flex: 0 0 auto;
}

.tool-card__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.tool-card__subtitle {
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #1462a0;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0px;
  line-height: 180%;
  font-style: normal;
}

.tab--red {
  color: white;
  background-color: #ce1a1a;
  border-radius: 24px;
  padding: 0 12px;
  text-align: center;
  width: fit-content;
  font-size: 12px;
  line-height: 180%;
  font-weight: 600;
  font-family: 'Noto Sans JP';
}

.arrow-down {
  position: relative;
  width: 16px;
  height: 16px;
  aspect-ratio: 1;
}

.t-dash-logo {
  width: 95px;
  aspect-ratio: 3.65;
  position: relative;
  height: 26px;
}

.qualityTracker-logo {
  width: 163px;
  aspect-ratio: 6.26;
  position: relative;
  height: 26px;
}

.anytest-logo {
  position: relative;
  width: 95px;
  height: 25px;
  aspect-ratio: 3.82;
}

.qumiasPlus-logo {
  width: 149px;
  height: 25px;
  position: relative;
  aspect-ratio: 5.93;
}

/* テストツール導入の3つのメリット */
.tools-merit-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 56px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.merit-articles__layout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.merit-article__layout {
  display: flex;
  align-items: center;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 8px;
  border-color: rgba(170, 170, 170, 1);
}

.merit-text__layout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.merit-text__line {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 0px 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-color: rgba(15, 88, 164, 1);
}

/* TODO: 導入事例企業ロゴ（初期リリースは非表示） */
.company-carousel {
  display: flex;
  position: relative;
  padding: 56px 0;
  overflow-x: hidden;
}

.carousel {
  display: flex;
  position: relative;
  gap: 24px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.eachCarousel {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 236.8px;
  height: 94px;
  margin: 0 12px;
}

.eachCarousel__img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

/* T-DASH */
.view-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 56px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.view {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.content--layout {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.content__img {
  position: relative;
  width: 560px;
  height: 290px;
  border-radius: 8px;
  background-size: cover;
  background-position: 50% 50%;
}

.content__textWrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.content__titleWrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.feature__layout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 8px;
}

.feature-text__layout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.feature-text__line {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0px 0px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-color: rgba(15, 88, 164, 1);
}

.feature-card-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.feature-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 24px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

.btn {
  all: unset;
  box-sizing: border-box;
  display: flex;
  width: 300px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  position: relative;
  flex: 0 0 auto;
  background-color: rgba(15, 88, 164, 1);
  border-radius: 8px;
  border-color: rgba(255, 255, 255, 1);
  cursor: pointer;
}

.img-link {
  position: relative;
  width: 24px;
  height: 24px;
  aspect-ratio: 1;
}

.t-dash-logo__content {
  position: relative;
  width: 183px;
  height: 50px;
}

/* QualityTracker */
.qualityTracker-logo__content {
  position: relative;
  width: 313px;
  height: 50px;
  aspect-ratio: 6.26;
}

/* AnyTest */
.anytest-logo__content {
  position: relative;
  width: 191px;
  height: 50px;
  aspect-ratio: 3.82;
}

/* QumiasPlus */
.content__textWrapper--unique {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.content__headWrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.qumiasPlus-logo__content {
  width: 296px;
  height: 50px;
  position: relative;
  aspect-ratio: 5.93;
}

.tab__big--red {
  color: white;
  background-color: #ce1a1a;
  border-radius: 24px;
  padding: 0 16px;
  text-align: center;
  width: fit-content;
  font-size: 16px;
  line-height: 180%;
  font-weight: 600;
  font-family: 'Noto Sans JP';
}

/* btn処理 */
.pcOnly-flex {
  display: flex;
}

.spOnly-flex {
  display: none;
}

/* Button focus improvements */
.btn:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

/* Link focus improvements */
a:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

/* テキスト */
.text__default-small--blue {
  position: relative;
  font-weight: 400;
  color: #1462a0;
  font-size: 16px;
  line-height: 28.8px;
  white-space: nowrap;
  width: fit-content;
  margin-top: -1.00px;
  letter-spacing: 0;
}

.text__title-bold--black {
  position: relative;
  align-self: stretch;
  font-weight: 700;
  color: rgba(51, 51, 51, 1);
  font-size: 32px;
  letter-spacing: 0px;
  line-height: 150%;
  font-style: normal;
}

.text__default-small--black {
  position: relative;
  align-self: stretch;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 180%;
  font-style: normal;
}

.text__subtitle-bold--blue {
  position: relative;
  flex: 1;
  margin-top: -4.00px;
  font-weight: 700;
  color: rgba(15, 88, 164, 1);
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 150%;
  font-style: normal;
}

.text__default-small--gray {
  align-self: stretch;
  color: rgba(85, 85, 85, 1);
  position: relative;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 180%;
  font-style: normal;
}

.text__default-small-bold--blue {
  position: relative;
  width: fit-content;
  align-self: stretch;
  font-weight: 700;
  color: #0f58a4;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 180%;
}

.text__default-small--white {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  text-align: center;
  letter-spacing: 0px;
  line-height: 180%;
  font-style: normal;
}

.text-position--center {
  text-align: center;
}

.no-wrap {
  white-space: nowrap;
}

/* 背景色 */
.background-blue {
  background-color: rgba(223, 240, 252, 1);
}

.card-bg-white {
  background-color: rgba(255, 255, 255, 1);
}

.card-bg-blue {
  background-color: rgba(237, 244, 250, 1);
}

/* レスポンシブデザイン */
@media screen and (max-width: 767px) {
  /* テストツール概要 */
  .overview {
    gap: 40px;
    padding: 40px 0px 40px;
  }

  .content {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .content_text {
    width: 100%;
  }

  .tool-card-wrapper {
    flex-direction: column;
  }

  .tool-card__header {
    height: auto;
  }

  /* テストツール導入の3つのメリット */
  .tools-merit-wrapper {
    padding: 48px 0px;
  }

  .merit-articles__layout {
    gap: 40px;
  }

  .merit-article__layout {
    flex-direction: column;
    gap:16px;
  }

  .merit-text__line {
    padding: 0px 0px 16px;
  }

  /* T-DASH */
  .view-wrapper {
    padding: 40px 0px;
  }

  .content--layout {
    gap: 32px;
  }

  .normal-order {
    flex-direction: column;
  }

  .content__img {
    width: 342px;
    height: 177px;
  }

  .feature__layout {
    gap: 20px;
  }

  .feature-card-wrapper {
    flex-direction: column;
    gap: 16px;
  }

  .btn {
    width: 100%;
  }

  /* QualityTracker */
  .reverse-order {
    flex-direction: column-reverse;
  }

  /* Qumias Plus */
  .content__headWrapper {
    gap: 14px;
  }

  .tab__big--red {
    font-size: 14px;
  }

  /* btn処理 */
  .pcOnly-flex {
    display: none;
  }

  .spOnly-flex {
    display: flex;
  }

  /* テキスト */
  .text__title-bold--black {
    font-size: 24px;
  }

  .sp-size-change {
    font-size: 20px;
  }
}