:root {
  --text-main-small-bold-font-family: "Noto Sans JP", Helvetica;
  --text-main-small-bold-font-weight: 700;
  --text-main-small-bold-font-size: 12px;
  --text-main-small-bold-letter-spacing: 0px;
  --text-main-small-bold-line-height: 180%;
  --text-main-small-bold-font-style: normal;
  --text-main-default-bold-font-family: "Noto Sans JP", Helvetica;
  --text-main-default-bold-font-weight: 700;
  --text-main-default-bold-font-size: 14px;
  --text-main-default-bold-letter-spacing: 0px;
  --text-main-default-bold-line-height: 180%;
  --text-main-default-bold-font-style: normal;
  --text-main-default-font-family: "Noto Sans JP", Helvetica;
  --text-main-default-font-weight: 400;
  --text-main-default-font-size: 14px;
  --text-main-default-letter-spacing: 0px;
  --text-main-default-line-height: 180%;
  --text-main-default-font-style: normal;
  --text-heading-h1-font-family: "Noto Sans JP", Helvetica;
  --text-heading-h1-font-weight: 700;
  --text-heading-h1-font-size: 40px;
  --text-heading-h1-letter-spacing: 0px;
  --text-heading-h1-line-height: 150%;
  --text-heading-h1-font-style: normal;
  --text-main-defaultbig-bold-font-family: "Noto Sans JP", Helvetica;
  --text-main-defaultbig-bold-font-weight: 700;
  --text-main-defaultbig-bold-font-size: 16px;
  --text-main-defaultbig-bold-letter-spacing: 0px;
  --text-main-defaultbig-bold-line-height: 180%;
  --text-main-defaultbig-bold-font-style: normal;
  --text-heading-h3-font-family: "Noto Sans JP", Helvetica;
  --text-heading-h3-font-weight: 700;
  --text-heading-h3-font-size: 24px;
  --text-heading-h3-letter-spacing: 0px;
  --text-heading-h3-line-height: 150%;
  --text-heading-h3-font-style: normal;
  --text-heading-h4-font-family: "Noto Sans JP", Helvetica;
  --text-heading-h4-font-weight: 700;
  --text-heading-h4-font-size: 20px;
  --text-heading-h4-letter-spacing: 0px;
  --text-heading-h4-line-height: 150%;
  --text-heading-h4-font-style: normal;
  --text-heading-h2-font-family: "Noto Sans JP", Helvetica;
  --text-heading-h2-font-weight: 700;
  --text-heading-h2-font-size: 32px;
  --text-heading-h2-letter-spacing: 0px;
  --text-heading-h2-line-height: 150%;
  --text-heading-h2-font-style: normal;
  --text-main-defaultbig-font-family: "Noto Sans JP", Helvetica;
  --text-main-defaultbig-font-weight: 400;
  --text-main-defaultbig-font-size: 16px;
  --text-main-defaultbig-letter-spacing: 0px;
  --text-main-defaultbig-line-height: 180%;
  --text-main-defaultbig-font-style: normal;
  --1-secondary-01: rgba(70, 149, 212, 1);
  --1-gray-04: rgba(255, 255, 255, 1);
  --1-secondary-01-duplicate: rgba(70, 149, 212, 1);
  --1-txt-02: rgba(85, 85, 85, 1);
  --1-txt-01: rgba(51, 51, 51, 1);
  --1-txt-03: rgba(112, 112, 112, 1);
  --1-primary-01: rgba(15, 88, 164, 1);
  --1-primary-02: rgba(33, 42, 103, 1);
  --1-secondary-02: rgba(190, 226, 255, 1);
  --1-gray-02: rgba(170, 170, 170, 1);
  --1-back-blue-02: rgba(223, 240, 252, 1);
  --1-back-blue-02-duplicate: rgba(223, 240, 252, 1);
  --1-back-blue-01: rgba(237, 244, 250, 1);
}

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

.contentsWrapper__main {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding: 80px 0;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.btn__bg--blue {
  all: unset;
  box-sizing: border-box;
  width: 280px;
  background-color: var(--1-primary-01);
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: space-between;
  padding: 8px 24px;
  position: relative;
  border-radius: 100px;
  border-color: var(--1-gray-04);
  cursor: pointer;
}

.btn__bg--white {
  all: unset;
  box-sizing: border-box;
  width: 160px;
  border: 1px solid;
  border-color: var(--1-primary-01);
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: space-between;
  padding: 8px 24px;
  position: relative;
  border-radius: 100px;
  background-color: var(--1-gray-04);
  cursor: pointer;
}

/* ファーストビュー */
.quintee-fv {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  background-color: #ffffff;
}

.quintee-fv__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 190px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--1-secondary-01-duplicate);
  background-image: url(../img/img-bg-fv-pc.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.quintee-fv__contentsWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  position: relative;
  align-self: stretch;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  flex: 0 0 auto;
}

.quintee-fv__contentsWrapper--left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

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

.text__title--white {
  align-self: stretch;
  font-weight: var(--text-heading-h1-font-weight);
  color: var(--1-gray-04);
  font-size: var(--text-heading-h1-font-size);
  line-height: var(--text-heading-h1-line-height);
  position: relative;
  font-family: var(--text-heading-h1-font-family);
  letter-spacing: var(--text-heading-h1-letter-spacing);
  font-style: var(--text-heading-h1-font-style);
}

.text__description--white {
  align-self: stretch;
  font-weight: var(--text-main-default-font-weight);
  color: var(--1-gray-04);
  font-size: var(--text-main-default-font-size);
  line-height: var(--text-main-default-line-height);
  position: relative;
  font-family: var(--text-main-default-font-family);
  letter-spacing: var(--text-main-default-letter-spacing);
  font-style: var(--text-main-default-font-style);
}

.text__defalut-bold--white {
  position: relative;
  width: fit-content;
  margin-top: -1.50px;
  font-family: var(--text-main-default-bold-font-family);
  font-weight: var(--text-main-default-bold-font-weight);
  color: var(--1-gray-04);
  font-size: var(--text-main-default-bold-font-size);
  letter-spacing: var(--text-main-default-bold-letter-spacing);
  line-height: var(--text-main-default-bold-line-height);
  white-space: nowrap;
  font-style: var(--text-main-default-bold-font-style);
}

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

.quintee-fv__imgWrapper {
  position: relative;
  width: 400px;
  height: 200px;
  border-radius: 20px;
}

/* テストプロセス */
.contentsWrapper__introduction {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  position: relative;
  flex: 0 0 auto;
}

.textWrapper__introduction {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.textWrapper__heading-title {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.text__default-bold--blue {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--text-main-default-bold-font-family);
  font-weight: var(--text-main-default-bold-font-weight);
  color: var(--1-primary-01);
  font-size: var(--text-main-default-bold-font-size);
  letter-spacing: var(--text-main-default-bold-letter-spacing);
  line-height: var(--text-main-default-bold-line-height);
  white-space: nowrap;
  font-style: var(--text-main-default-bold-font-style);
}

.text__title--blue {
  position: relative;
  width: fit-content;
  font-family: var(--text-heading-h1-font-family);
  font-weight: var(--text-heading-h1-font-weight);
  color: var(--1-primary-01);
  font-size: var(--text-heading-h1-font-size);
  letter-spacing: var(--text-heading-h1-letter-spacing);
  line-height: var(--text-heading-h1-line-height);
  white-space: nowrap;
  font-style: var(--text-heading-h1-font-style);
}

.text__default-big--black {
  position: relative;
  align-self: stretch;
  font-family: var(--text-main-defaultbig-bold-font-family);
  font-weight: var(--text-main-defaultbig-bold-font-weight);
  color: var(--1-txt-01);
  font-size: var(--text-main-defaultbig-bold-font-size);
  letter-spacing: var(--text-main-defaultbig-bold-letter-spacing);
  line-height: var(--text-main-defaultbig-bold-line-height);
  font-style: var(--text-main-defaultbig-bold-font-style);
}

.contentsWrapper__quintee-bg {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 32px;
  padding: 40px 64px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--1-back-blue-01);
  border-radius: 20px;
}

/* QUINTEEが生まれた背景 */
.contentsWrapper__standard {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}

.text__title--black {
  width: fit-content;
  margin-top: -1.00px;
  font-weight: var(--text-heading-h3-font-weight);
  color: var(--1-txt-01);
  font-size: var(--text-heading-h3-font-size);
  line-height: var(--text-heading-h3-line-height);
  white-space: nowrap;
  position: relative;
  font-family: var(--text-heading-h3-font-family);
  letter-spacing: var(--text-heading-h3-letter-spacing);
  font-style: var(--text-heading-h3-font-style);
}

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

.eachContentWrapper__quintee-bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--1-gray-02);
}

.quintee-bg__imgWrapper--blue-bg {
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--1-secondary-02);
  aspect-ratio: 1.97;
}

.quintee-bg__img--unique {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px;
  position: relative;
  background-color: var(--1-gray-04);
  border-radius: 8px;
}

.quintee-bg__img {
  position: relative;
  align-self: stretch;
  width: 100%;
  aspect-ratio: 1.97;
  object-fit: cover;
}

.quintee-bg__textWrapper {
  display: flex;
  height: 119px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.quintee-bg__textWrapper--basic {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.text__default-big-flex--black {
  position: relative;
  flex: 1;
  font-family: var(--text-main-defaultbig-bold-font-family);
  font-weight: var(--text-main-defaultbig-bold-font-weight);
  color: var(--1-txt-01);
  font-size: var(--text-main-defaultbig-bold-font-size);
  text-align: center;
  letter-spacing: var(--text-main-defaultbig-bold-letter-spacing);
  line-height: var(--text-main-defaultbig-bold-line-height);
  font-style: var(--text-main-defaultbig-bold-font-style);
}

/* QUINTEEが扱う領域 */
.quintee-area__textWrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 32px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.textWrapper__title {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
}

.text__defalut--black {
  position: relative;
  align-self: stretch;
  font-weight: 400;
  color: var(--1-txt-01);
  font-size: 16px;
  line-height: 27.2px;
}

.standardContainer__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.quintee-area__bg--style1 {
  gap: 24px;
  padding: 24px;
  background-color: var(--1-back-blue-02-duplicate);
  display: flex;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 16px;
}

.quintee-area__bg--style2 {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--1-back-blue-02-duplicate);
  border-radius: 16px;
}

.img__bg--blue {
  position: relative;
  width: 80px;
  height: 80px;
  background-color: var(--1-secondary-02);
  border-radius: 140px;
  overflow: hidden;
  aspect-ratio: 1;
}

.img__illust {
  position: absolute;
  width: 55px;
  height: 55px;
  top: 13px;
  left: 12px;
  aspect-ratio: 1;
}

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

.text__title-small--blue {
  align-self: stretch;
  font-weight: var(--text-heading-h4-font-weight);
  color: var(--1-primary-01);
  font-size: var(--text-heading-h4-font-size);
  line-height: var(--text-heading-h4-line-height);
  position: relative;
  font-family: var(--text-heading-h4-font-family);
  letter-spacing: var(--text-heading-h4-letter-spacing);
  font-style: var(--text-heading-h4-font-style);
}

.tagContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.tag__bg--white {
  display: inline-flex;
  padding: 8px 16px;
  background-color: var(--1-gray-04);
  border-radius: 100px;
  position: relative;
  white-space: nowrap;
  color: var(--1-primary-02);
  font-family: var(--text-main-default-bold-font-family);
  font-weight: var(--text-main-default-bold-font-weight);
  font-size: var(--text-main-default-bold-font-size);
  letter-spacing: var(--text-main-default-bold-letter-spacing);
  line-height: var(--text-main-default-bold-line-height);
  font-style: var(--text-main-default-bold-font-style);
}

/* QUINTEEの強み */
.contentsWrapper__bg--blue {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  padding: 40px 64px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--1-secondary-01-duplicate);
  background-image: url(../img/quinteeStrength-bg-pc.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
}

.text__title-small--white {
  width: fit-content;
  font-weight: var(--text-heading-h2-font-weight);
  color: var(--1-gray-04);
  font-size: var(--text-heading-h2-font-size);
  line-height: var(--text-heading-h2-line-height);
  white-space: nowrap;
  position: relative;
  font-family: var(--text-heading-h2-font-family);
  letter-spacing: var(--text-heading-h2-letter-spacing);
  font-style: var(--text-heading-h2-font-style);
}

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

.eachQuinteeStrength__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: var(--1-gray-04);
  border-radius: 16px;
  border: 1px solid;
  border-color: var(--1-secondary-02);
}

.eachQuinteeStrength__img {
  position: relative;
  width: 216px;
  height: 166px;
}

.text__default-bold--darkblue {
  position: relative;
  width: fit-content;
  margin-bottom: -7.00px;
  font-family: var(--text-main-defaultbig-bold-font-family);
  font-weight: var(--text-main-defaultbig-bold-font-weight);
  color: var(--1-primary-02);
  font-size: var(--text-main-defaultbig-bold-font-size);
  text-align: center;
  letter-spacing: var(--text-main-defaultbig-bold-letter-spacing);
  line-height: var(--text-main-defaultbig-bold-line-height);
  font-style: var(--text-main-defaultbig-bold-font-style);
}

/* QUINTEEで現場はこう変わる */
.columnContainer__default {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

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

.quinteeChange__textWrapper {
  gap: 20px;
  padding: 24px 0px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
}

.eachChange__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 32px 24px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: var(--1-gray-04);
  border-radius: 16px;
  border: 1px solid;
  border-color: var(--1-secondary-02);
}

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

.text__default-bold--gray {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--text-main-default-bold-font-family);
  font-weight: var(--text-main-default-bold-font-weight);
  color: var(--1-txt-03);
  font-size: var(--text-main-default-bold-font-size);
  text-align: center;
  letter-spacing: var(--text-main-default-bold-letter-spacing);
  line-height: var(--text-main-default-bold-line-height);
  font-style: var(--text-main-default-bold-font-style);
}

.img__arrow {
  position: relative;
  width: 21.18px;
  height: 11.59px;
}

.text__defalut-big--darkblue {
  position: relative;
  width: fit-content;
  font-family: var(--text-heading-h4-font-family);
  font-weight: var(--text-heading-h4-font-weight);
  color: var(--1-primary-02);
  font-size: var(--text-heading-h4-font-size);
  text-align: center;
  letter-spacing: var(--text-heading-h4-letter-spacing);
  line-height: var(--text-heading-h4-line-height);
  font-style: var(--text-heading-h4-font-style);
}

.img__bg--blue2 {
  position: relative;
  width: 80px;
  height: 80px;
  background-color: var(--1-secondary-02);
  border-radius: 140px;
  overflow: hidden;
  aspect-ratio: 1;
}

.img__illust2 {
  position: absolute;
  width: 55px;
  height: 55px;
  top: 13px;
  left: 12px;
  aspect-ratio: 1;
}

/* 教育現場でも結果は出ている */
.eduScene__wrapper {
  justify-content: center;
  gap: 40px;
  padding: 0px 0px 0px 80px;
  background-color: var(--1-gray-04);
  border: 1px solid;
  border-color: var(--1-secondary-02);
  display: flex;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 16px;
  overflow: hidden;
}

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

.text__title-normal--black {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--text-heading-h3-font-family);
  font-weight: var(--text-heading-h3-font-weight);
  color: var(--1-txt-01);
  font-size: var(--text-heading-h3-font-size);
  letter-spacing: var(--text-heading-h3-letter-spacing);
  line-height: var(--text-heading-h3-line-height);
  font-style: var(--text-heading-h3-font-style);
}

.text__default-thin--black {
  align-self: stretch;
  font-weight: var(--text-main-default-font-weight);
  color: var(--1-txt-01);
  font-size: var(--text-main-default-font-size);
  line-height: var(--text-main-default-line-height);
  position: relative;
  font-family: var(--text-main-default-font-family);
  letter-spacing: var(--text-main-default-letter-spacing);
  font-style: var(--text-main-default-font-style);
}

.eduScene__img {
  position: relative;
  width: 620px;
  height: 280px;
  border-radius: 8px;
}

.eduScene__img--element {
  border-radius: 8px;
  object-fit: cover; 
  object-position: center center; 
  width: 100%;
  height: 100%;
}

/* QUINTEEをもとに信頼できる… */
.contentsWrapper__bg--lightblue {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  padding: 40px 64px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--1-back-blue-01);
  border-radius: 20px;
}

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

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

.quinteeDerivative__textWrapper {
  width: 487px;
  align-items: flex-end;
  gap: 32px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.text__title-normal--blue {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--text-heading-h2-font-family);
  font-weight: var(--text-heading-h2-font-weight);
  color: #1462a0;
  font-size: var(--text-heading-h2-font-size);
  letter-spacing: var(--text-heading-h2-letter-spacing);
  line-height: var(--text-heading-h2-line-height);
  font-style: var(--text-heading-h2-font-style);
}

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

.eachDerivative {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 40px 16px 36px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-color: var(--1-gray-04);
  border-radius: 8px;
  border: 1px solid;
  border-color: var(--1-gray-02);
}

.eachDerivative__contentsWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 1;
  flex-grow: 1;
}

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

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

.title__small--blue {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--text-main-small-bold-font-family);
  font-weight: var(--text-main-small-bold-font-weight);
  color: #1462a0;
  font-size: var(--text-main-small-bold-font-size);
  text-align: center;
  letter-spacing: var(--text-main-small-bold-letter-spacing);
  line-height: var(--text-main-small-bold-line-height);
  font-style: var(--text-main-small-bold-font-style);
}

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

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

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

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

/* テスト計画テンプレート */
.contentsWrapper__bg--blue-small {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--1-secondary-01-duplicate);
  background-image: url(../img/distribution-bg-pc.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
}

.textWrapper__title-text {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

/* 提供会社 */
.contentsWrapper__offer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}

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

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

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

.text__link {
  position: relative;
  align-self: stretch;
  font-family: var(--text-main-defaultbig-font-family);
  font-weight: var(--text-main-defaultbig-font-weight);
  color: var(--1-txt-01);
  font-size: var(--text-main-defaultbig-font-size);
  letter-spacing: var(--text-main-defaultbig-letter-spacing);
  line-height: var(--text-main-defaultbig-line-height);
  text-decoration: underline;
  font-style: var(--text-main-defaultbig-font-style);
}

.offer__imgWrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
}

.offer__img {
  position: relative;
  width: 400px;
  height: 311.03px;
  aspect-ratio: 1.29;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .contentsWrapper__main {
    gap: 56px;
    padding: 32px 0;
  }

  /* ファーストビュー */
  .quintee-fv__container {
    padding: 40px 24px;
    background-image: url(../img/img-bg-fv-sp.svg);
  }

  .quintee-fv__contentsWrapper {
    flex-direction: column;
    gap: 24px;
  }

  .quintee-fv__imgWrapper {
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 16px;
    justify-content: center
  }

  /* テストプロセス */
  .text__default-bold--blue {
    white-space: normal;
  }

  .text__title--blue {
    font-family: var(--text-heading-h2-font-family);
    font-weight: var(--text-heading-h2-font-weight);
    font-size: var(--text-heading-h2-font-size);
    letter-spacing: var(--text-heading-h2-letter-spacing);
    line-height: var(--text-heading-h2-line-height);
    font-style: var(--text-heading-h2-font-style);
    white-space: normal;
  }
  
  .quinteeChange__textWrapper .text__title--blue {
    font-size: 30px;
  }

  .contentsWrapper__introduction {
    gap: 32px;
  }

  .textWrapper__heading-title {
    align-items: flex-start;
    gap: 12px;
  }

  /* QUINTEEが生まれた背景 */
  .contentsWrapper__quintee-bg {
    padding: 40px 24px;
    border-radius: 16px;
  }

  .text__title--black {
    font-weight: var(--text-heading-h4-font-weight);
    font-size: var(--text-heading-h4-font-size);
    line-height: var(--text-heading-h4-line-height);
    font-family: var(--text-heading-h4-font-family);
    letter-spacing: var(--text-heading-h4-letter-spacing);
    font-style: var(--text-heading-h4-font-style);
  }

  .contentsWrapper__standard--halfGap {
    flex-direction: column;
    gap: 16px;
  }

  /* QUINTEEが扱う領域 */
  .contentsWrapper__standard {
    flex-direction: column;
    gap: 32px;
  }

  .quintee-area__textWrapper {
    gap: 24px;
  }

  .quintee-area__bg--style1 {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
  }

  .quintee-area__bg--style2 {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }

  .standardContainer__column--bigGap {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }

  .img__bg--blue {
    width: 64px;
    height: 64px;
  }

  .img__illust {
    width: 44px;
    height: 44px;
    top: 10px;
    left: 10px;
  }

  .text__title-small--blue {
    align-self: center;
  }

  .tag__bg--white {
    padding: 4px 12px;
    font-family: var(--text-main-small-bold-font-family);
    font-weight: var(--text-main-small-bold-font-weight);
    font-size: var(--text-main-small-bold-font-size);
    letter-spacing: var(--text-main-small-bold-letter-spacing);
    line-height: var(--text-main-small-bold-line-height);
    font-style: var(--text-main-small-bold-font-style);
  }

  /* QUINTEEの強み */
  .contentsWrapper__bg--blue {
    gap: 32px;
    padding: 32px 20px;
    background-image: url(../img/quinteeStrength-bg-sp.svg);
    border-radius: 16px;
  }

  .text__title-small--white {
    font-weight: var(--text-heading-h3-font-weight);
    font-size: var(--text-heading-h3-font-size);
    line-height: var(--text-heading-h3-line-height);
    font-family: var(--text-heading-h3-font-family);
    letter-spacing: var(--text-heading-h3-letter-spacing);
    font-style: var(--text-heading-h3-font-style);
    white-space: normal;
  }

  .standardContainer__row {
    flex-direction: column;
  }

  .eachQuinteeStrength__wrapper {
    gap: 8px;
  }

  /* QUINTEEで現場はこう変わる */
  .columnContainer__gap-big {
    gap: 32px;
  }

  .quinteeChange__textWrapper {
    width: 100%;
    gap: 24px;
    padding: 0;
  }

  .eachChange__wrapper {
    gap: 8px;
    padding: 24px;
  }

  /* 教育現場でも結果は出ている */
  .eduScene__wrapper {
    gap: 0;
    padding: 0;
    flex-direction: column;
  }

  .eduScene__textWrapper {
    gap: 16px;
    padding: 24px 20px 20px 20px;
  }

  .text__title-normal--black {
    font-family: var(--text-heading-h4-font-family);
    font-weight: var(--text-heading-h4-font-weight);
    font-size: var(--text-heading-h4-font-size);
    letter-spacing: var(--text-heading-h4-letter-spacing);
    line-height: var(--text-heading-h4-line-height);
    font-style: var(--text-heading-h4-font-style);
  }

  .eduScene__img {
    width: 342px;
    height: 200px;
    border-radius: 0px;
  }

  .eduScene__img--element {
    border-radius: 0px;
  }

  /* QUINTEEをもとに信頼できる */
  .contentsWrapper__bg--lightblue {
    gap: 32px;
    padding: 40px 20px;
    border-radius: 16px;
  }

  .contentsWrapper__standard--derivative {
    flex-direction: column;
    gap: 20px;
  }

  .quinteeDerivative__textWrapper {
    width: 100%;
    gap: 16px;
  }

  .text__title-normal--blue {
    font-family: var(--text-heading-h3-font-family);
    font-weight: var(--text-heading-h3-font-weight);
    font-size: var(--text-heading-h3-font-size);
    letter-spacing: var(--text-heading-h3-letter-spacing);
    line-height: var(--text-heading-h3-line-height);
    font-style: var(--text-heading-h3-font-style);
  }

  .eachDerivative__Wrapper {
    flex-direction: column;
  }

  .eachDerivative {
    padding: 24px 16px;
  }

  .eachDerivative__contentsWrapper {
    gap: 20px;
  }

  /* テスト計画テンプレート */
  .contentsWrapper__bg--blue-small {
    padding: 40px 24px;
    background-image: url(../img/distribution-bg-sp.svg);
  }

  /* 提供会社 */
  .contentsWrapper__standard--offer {
    flex-direction: column;
    gap: 0px;
  }

  .offer__textWrapper {
    gap: 24px;
  }
}