/* ファーストビュー */
.fv-frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
}

.educationService__fv {
  position: relative;
  width: 100%;
  height: auto;
  background-image: url("../img/education-service-fv.svg");
  background-size: cover; /* ここを追加 */
  background-repeat: no-repeat; /* 繰り返しを防ぐために追加 */
  background-position: center; /* 画像の位置を中央に */
  z-index: 2;
  aspect-ratio: 1440 / 550; /* 画像のサイズに合わせて調整 */
}

.fv__textWrapper--place {
  display: inline-flex;
  margin: 0 0 70px 70px;
}

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

.fv__text--blue {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 600;
  color: rgba(15, 88, 164, 1);
  font-size: clamp(16.5px, 1.4vw, 50px);
  letter-spacing: 0;
  line-height: 30px;
  white-space: nowrap;
}

.fv__text--big {
  width: fit-content;
  color: rgba(33, 42, 103, 1);
  font-size: clamp(33px, 3vw, 68px);
  position: relative;
  font-weight: 600;
  letter-spacing: 0;
}

.hero__unique {
  display: flex;
  flex-direction: column;
  width: 73%;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 13%;
  bottom: 35px;
  z-index: 4;
}

.hero__content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero__content--tag {
  color: #0F58A4;
  font-weight: bold;
  background-color: #BEE2FF;
  border-radius: 4px;
  width: fit-content;
  font-size: 12px;
  padding: 4px 20px;
}

.hero__content h1 {
  font-size: 40px;
  line-height: 150%;
  margin-bottom: 8px;
}

.hero__content p {
  line-height: 180%;
  font-size: 20px;
}

.hero__nav {
  display: flex;
  width: 100%;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.hero__nav--link:last-child {
  border-right: none;
}

.hero__nav--link.current {
  background-color: #EDF4FA;
}

.hero__nav--link {
  flex: 1;
  padding: 8px 16px;
  border-right: 1px solid #D9D9D9;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #0F58A4;
  text-decoration: none;
  position: relative;
}

.hero__nav--linktxt p{
  margin: 0;
}

.hero__nav--linktxtsub {
  color: #4695D4;
  font-size: 12px;
}

.hero__nav--linktxtmain {
  color: #212A67;
  font-size: 16px;
  font-weight: bold;
}

.forwardBtn,
.outerLink {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 16px;
  background-repeat: no-repeat;
  background-position: calc(50% + 1px) center; /* 中心より1pxぶん右にずらして表示する */
  background-size: auto;
}

.forwardBtn {
  background-color: #0F58A4;
  border-radius: 50%;
  background-image: url("../../e-learning/assets/img/caret-forward.svg");
}

.current .forwardBtn {
  background-color: #D6E4F1 !important;
}

.outerLink {
  background-image: url("../img/outer-link.svg");
}

/* Qbookの教育サービスとは(About) */
.aboutEducation {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 64px;
  padding: 0px 20px;
  position: relative;
  flex: 0 0 auto;
  margin-top: -10px;
  z-index: 1;
}

.aboutEducation__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 80px;
  padding: 40px 130px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-image: url(../img/aboutQbook-pc-bg.svg);
  background-size: cover; /* ここを追加 */
  background-repeat: no-repeat; /* 繰り返しを防ぐために追加 */
  background-position: center; /* 画像の位置を中央に */
  border-radius: 20px;
  overflow: hidden;
}

.aboutEducation__textContainer {
  display: flex;
  flex-direction: column;
  width: 438px;
  align-items: flex-start;
  gap: 32px;
  padding: 80px 0px;
  position: relative;
  margin-left: -19.50px;
}

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

.aboutEducation__title--bold {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "DM Sans", Helvetica; /* あえてこのフォント */
  font-weight: 700;
  color: #ffffff;
  font-size: 80px;
  letter-spacing: 0;
  line-height: 80px;
}

.aboutEducation__title--default {
  align-self: stretch;
  color: #ffffff;
  font-size: 24px;
  line-height: 36px;
  position: relative;
  font-weight: 400;
  letter-spacing: 0;
}

.aboutEducation__description {
  align-self: stretch;
  color: #ffffff;
  font-size: 16px;
  line-height: 27.2px;
  position: relative;
  font-weight: 400;
  letter-spacing: 0;
}

.circles__wrapper {
  position: relative;
  width: 661px;
  height: 617px;
  margin-right: -19.50px;
}

.circles {
  position: relative;
  height: 608px;
  top: 10px;
}

.eachCircle {
  display: flex;
  flex-direction: column;
  width: 320px;
  height: 320px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: absolute;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 300px;
}

.eachCircle__number {
  position: relative;
  width: fit-content;
  font-weight: 800;
  color: rgba(70, 149, 212, 1);
  font-size: 48px;
  letter-spacing: 0;
  line-height: 48px;
  white-space: nowrap;
}

.eachCircle__text--blue {
  align-self: stretch;
  color: rgba(15, 88, 164, 1);
  font-size: 24px;
  text-align: center;
  line-height: 36px;
  position: relative;
  font-weight: 600;
  letter-spacing: 0;
}

.eachCircle__text--default {
  align-self: stretch;
  color: rgba(55, 55, 55, 1);
  font-size: 14px;
  text-align: center;
  line-height: 23.8px;
  position: relative;
  font-weight: 600;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .firstCircle {
    top: 0;
    left: 171px;
  }

  .secondCircle {
    top: 288px;
    left: 0px;
  }

  .thirdCircle {
    top: 288px;
    left: 341px;
  }
}

@media screen and (max-width: 767px) {

  .eachCircle__number {
    font-size: 36px;
  }

  .eachCircle__text--blue {
    line-height: 32px;
    font-size: 21px;
  }

  .eachCircle__text--default {
    margin: 0 auto;
    max-width: 160px
  }

  .circles__wrapper {
    width: 100%;
    max-width: 342px;
    height: 645px;
    margin: 0 auto;
  }

  .circles {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    height: auto;
  }

  .eachCircle {
    width: 215px;
    height: 215px;
    border-radius: 50%;
    align-items: center;
  }

  .firstCircle {
    top: 0px;
    right: 0px;
  }

  .secondCircle {
    top: 215px;
    left: 0px;
  }

  .thirdCircle {
    top: 430px;
    right: 0px;
  }
}

/* Recommended for */
.defaultModule__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 80px 0;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

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

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

.recommend__title--bold {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 700;
  color: rgba(33, 42, 103, 1);
  font-size: 64px;
  letter-spacing: 0;
  line-height: 96px;
  white-space: nowrap;
}

.recommend__title--default {
  width: fit-content;
  color: rgba(51, 51, 51, 1);
  font-size: 24px;
  line-height: 36px;
  white-space: nowrap;
  position: relative;
  font-weight: 600;
  letter-spacing: 0;
}

.description__text {
  position: relative;
  align-self: stretch;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 27.2px;
}

.recommend__contentsWrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 40px;
  width: 100%;
}

.recommend__eachContent--link {
  text-decoration: none;
  flex: 1;
  outline: none;
}

.recommend__eachContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(170, 170, 170, 1);
}

.recommend__eachContent--img {
  position: relative;
  align-self: stretch;
  width: 100%;
  aspect-ratio: 1.97;
  background-size: cover;
  background-position: 50% 50%;
}

.rec__img1 {
  background-image: url(../img/pc-man.svg);
}

.rec__img2 {
  background-image: url(../img/3persons.svg);
}

.rec__img3 {
  background-image: url(../img/pc-learning.svg);
}

.recommend__eachContent--heading {
  display: flex;
  height: 104px;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.recommend__eachContent--text {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
}

.recommend__arrow--wrapper {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 2px 6px 2px 9px;
  position: relative;
  background-color: rgba(15, 88, 164, 1);
  background-image: url("../../e-learning/assets/img/caret-forward.svg");
  border-radius: 99px;
  transform: rotate(90.00deg);
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: calc(50% + 1px) center;
  background-size: auto
}

.otherPage__link--white {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  color: #0f58a4;
  border: 1px solid #0f58a4;
  border-radius: 100px;
  padding: 8px 32px;
  min-width: 181px;
}

.otherPage__link--blue {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  color: white;
  background-color: #0f58a4;
  border: 1px solid #0f58a4;
  border-radius: 100px;
  padding: 8px 32px;
  width: 180px;
}

.otherPage__link--blue span {
  display: inline-block;
}

.otherPage__link--blue--icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 24px;
}

.otherPage__link--white--icon {
  height: 1em; /* テキストの高さに合わせる */
  display: inline-block;
  height: 20px;
  position: absolute;
  right: 20px;
  bottom: calc(-3% + 22px);
}

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

/* これから学びたい方 */
.contentsModule__area--margin {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 40px;
  padding: 64px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: rgba(237, 244, 250, 1);
  border-radius: 20px;
  overflow: hidden;
}

.curve__deco {
  position: absolute;
  width: 338px;
  height: 310px;
  top: 0;
  right: 0;
}

.dualElement__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  gap: 50px;
}

.dualElement__text--wrapper {
  display: flex;
  flex-direction: column;
  width: 596px;
  align-items: flex-start;
  gap: 24px;
  position: relative;
}

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

.dualElement__heading--bluetext {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 600;
  color: rgba(15, 88, 164, 1);
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 179.99999523162842%;
  white-space: nowrap;
  font-style: normal;
}

.dualElement__heading--boldtext {
  position: relative;
  align-self: stretch;
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
  font-size: 40px;
  letter-spacing: 0px;
  line-height: 150%;
  font-style: normal;
}

.contentsModule__img {
  width: 486px;
  height: 320px;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  border-radius: 8px;
  aspect-ratio: 486 / 320;
}

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

.titleWrapper {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.titleWrapper__text--bigblue {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 600;
  color: rgba(15, 88, 164, 1);
  font-size: 32px;
  letter-spacing: 0px;
  line-height: 150%;
  white-space: nowrap;
  font-style: normal;
}

.titleWrapper__tag--lightblue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 2px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: rgba(70, 149, 212, 1);
  border-radius: 4px;
}

.titleWrapper__tag--text {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 179.99999523162842%;
  white-space: nowrap;
  font-style: normal;
}

.titleWrapper__btn--text {
  color: rgba(15, 88, 164, 1);
}

@media screen and (max-width: 767px) {
 .slide__wrapper {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1407px) {
  .slide__wrapper {
    width: 100vw;
    left: calc((100vw - 88.8vw) / -2);
    padding-left: calc((100vw - 88.8vw) / 2);
    padding-right: calc((100vw - 1030px) / 2);
  }
}

@media screen and (min-width: 1408px) {
  .slide__wrapper {
    width: 100vw;
    left: calc((100vw - 1280px) / -2);
    padding-left: calc((100vw - 1280px) / 2);
    padding-right: calc((100vw - 1030px) / 2);
  }
}

.slide__wrapper {
  display: flex;
  flex-direction: row;
  position: relative;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.eachSlide__wrapper {
  display: flex;
  flex-direction: column;
  width: 330px;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
}

@media (max-width: 768px) {
  .slide__indicator {
    justify-content: center;
    padding-top: 10px;
    margin: 0 auto;
    gap: 10px;
    width: 55%;
    max-width: 100%;
  }

  .slide__indicator span {
    flex: 1;
    height: 6px;
    background-color: #ccc;
    border-radius: 3px;
    transition: background-color 0.3s;
  }

  .slide__indicator span.active {
    background-color: rgba(15, 88, 164, 1);
  }
  
  .slide__indicator {
    display: flex;
  }
}

.image-wrapper {
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1.76;
}

.image {
  width: 330px;
  height: 188px;
  aspect-ratio: 1.76;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

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

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

.eachSlide__detail--text {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 179.99999523162842%;
  font-style: normal;
}

.eachSlide__detail--dateWrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.eachSlide__date--wrapper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.eachSlide__eachDate--wrapper {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.eachSlide__eachDate--date {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 700;
  color: rgba(51, 51, 51, 1);
  font-size: 22px;
  letter-spacing: 0;
  line-height: 33px;
  white-space: nowrap;
}

.eachSlide__eachDate--dayWrap {
  display: flex;
  flex-direction: column;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  background-color: rgba(10, 50, 94, 1);
  border-radius: 99px;
}

.day__text {
  position: relative;
  align-self: stretch;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  text-align: center;
  letter-spacing: 0px;
  line-height: 1;
  font-style: normal;
}

.eachSlide__date--separate {
  position: relative;
  width: 4px;
  height: 4px;
  background-color: rgba(51, 51, 51, 1);
  border-radius: 99px;
  aspect-ratio: 1;
}

.element {
  position: relative;
  width: fit-content;
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  white-space: nowrap;
}

/* タグ処理----- */
@media screen and (min-width: 768px) {
  .tag {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    align-self: stretch;
    width: 80%;
    flex: 0 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .tag {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 6px;
    position: relative;
    align-self: stretch;
    width: 80%;
    flex: 0 0 auto;
  }
}

.title__text--default {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 150%;
  white-space: nowrap;
  font-style: normal;
}

/* ユーザーの声 */
.userVoice__area--margin {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

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

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

.userVoice__title--text {
  width: fit-content;
  margin-top: -1.00px;
  color: rgba(51, 51, 51, 1);
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 150%;
  white-space: nowrap;
  position: relative;
  font-weight: 600;
  font-style: normal;
}

@media(min-width: 768px) {
  .eachUserVoice__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
}

@media (max-width: 767px) {
  .eachUserVoice__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
}

@media(min-width: 768px) {
  .eachUserVoice {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 24px;
    position: relative;
    flex: 1;
    align-self: stretch;
    flex-grow: 1;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
  }
}

@media (max-width: 767px) {
  .eachUserVoice {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 24px;
    position: relative;
    flex: 1;
    align-self: stretch;
    flex-grow: 1;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
  }
}

@media(min-width: 768px) {
  .eachUserVoice__profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;

  }
}

@media(max-width: 767px) {
  .eachUserVoice__profile {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
}

@media(min-width: 768px) {
  .eachUserVoice__img {
    position: relative;
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 767px) {
  .eachUserVoice__img {
    position: relative;
    width:100px;
    height: 100px;
    margin-right: 16px;
  }
}

@media(min-width: 768px) {
  .eachUserVoice__detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
}

@media (max-width: 767px) {
  .eachUserVoice__detail {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
}

@media(min-width: 768px) {
  .eachUserVoice__person--wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
}

@media (max-width: 767px) {
  .eachUserVoice__person--wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
    position: relative;
    width: 100%;
    flex: 0 0 auto;
  }
}

@media(min-width: 768px) {
  .eachUserVoice__person--text {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 179.99999523162842%;
    white-space: nowrap;
    font-style: normal;
  }
}

@media (max-width: 767px) {
  .eachUserVoice__person--text {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 179.99999523162842%;
    white-space: nowrap;
    font-style: normal;
    text-orientation: upright;
  }
}

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

/* 社員教育をしたい方 */
.doubleContents__wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
  align-items: stretch;
}

.whiteContents__wrapper {
  display: flex;
  justify-content: center;
  gap: 34px;
  padding: 40px 40px 48px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.dualElement2__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  gap: 30px;
}

.dualElement2__wrapper--heading {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 8px;
  position: relative;
}

/* タグ（企業向けのやつ） */
.titleWrapper__tag--blue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 2px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: rgba(15, 88, 164, 1);
  border-radius: 4px;
}

.text__bluetext--default {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 600;
  color: rgba(15, 88, 164, 1);
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 179.99999523162842%;
  white-space: nowrap;
  font-style: normal;
}

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

.eachCom-cource__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  border-radius: 8px;
  border: 1px solid;
  border-color: rgba(15, 88, 164, 1);
}

.img-wrapper {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: rgba(15, 88, 164, 1);
  border-radius: 100px;
  background-image: url("../../e-learning/assets/img/arrow-forward-white.svg");
  background-position: calc(70%) center;
  background-size: 16px 16px;
}

.title__text--bold {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 700;
  color: rgba(51, 51, 51, 1);
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
  white-space: nowrap;
}

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

.eachValdemyFeature__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  align-items: center;
  gap: 16px;
  padding: 24px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 16px;
  border: 1px solid;
  border-color: rgba(190, 226, 255, 1);
}

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

.eachValdemyFeature__text {
  position: relative;
  width: fit-content;
  margin-bottom: -7.00px;
  font-weight: 600;
  color: rgba(33, 42, 103, 1);
  font-size: 16px;
  text-align: center;
  letter-spacing: 0px;
  line-height: 179.99999523162842%;
  font-style: normal;
  white-space: nowrap;
}

.text__heading--default {
  position: relative;
  width: 360px;
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 150%;
  font-style: normal;
}

.eachUsageExample__wrapper {
  display: flex;
  flex-direction: column;
  width: 360px;
  align-items: flex-start;
  gap: 16px;
  position: relative;
}

.eachUsageExample__img {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-size: cover;
  background-position: 50% 50%;
}

.use__img1 {
  background-image: url("../img/group1.svg");
}
.use__img2 {
   background-image: url("../img/group2.svg");
}
.use__img3 {
  background-image: url("../img/group3.svg");
}

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

.eachUsageExample__description--text {
  position: relative;
  align-self: stretch;
  height: 56px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 179.99999523162842%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-style: normal;
}

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

.eachUsageExample__releaseDate--text {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 179.99999523162842%;
  white-space: nowrap;
  font-style: normal;
}

.text__default--black-bold {
  position: relative;
  align-self: stretch;
  font-weight: 600;
  color: #000;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 20px;
  font-style: normal;
  white-space: nowrap;
}

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

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

/* QUINTEEについて */
.aboutQuintee {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 64px;
  position: relative;
  flex: 0 0 auto;
}

.aboutQuintee__img {
  position: relative;
  flex: 1;
  flex-grow: 1;
  height: 355px;
}

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

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

.aboutQuintee__title--head {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-weight: 600;
  color: rgba(15, 88, 164, 1);
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 179.99999523162842%;
  font-style: normal;
}

.aboutQuintee__title--bold {
  width: fit-content;
  font-size: 40px;
  line-height: 150%;
  white-space: nowrap;
  position: relative;
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
  letter-spacing: 0px;
  font-style: normal;
}

.aboutQuintee__description {
  position: relative;
  align-self: stretch;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 27.2px;
}

.emptyWrapper {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

/* 講師紹介 */
.instructors__area--margin {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 64px 80px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: rgba(237, 244, 250, 1);
  overflow-x: hidden;
}

.instructors__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 20px;
  overflow-x: visible;
}

.instructors__headingWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

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

.instructors__title--text {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  font-size: 40px;
  letter-spacing: 0px;
  line-height: 150%;
  white-space: nowrap;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  .eachInstructor__slider {
    display: flex;
    position: relative;
    width: 100vw;
    left: calc((100vw - 88.8vw) / -2);
    padding-left: calc((100vw - 88.8vw) / 2);
    padding-right: calc((100vw - 88.8vw) / 2);
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    gap: 16px;
    align-items: stretch;
  }
}

.eachInstructor__slider::-webkit-scrollbar {
  display: none;
}

.eachInstructor__content {
  display: flex;
  flex-direction: column;
  width: 243.2px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 16px 24px;
  position: relative;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 8px;
  border-color: rgba(70, 149, 212, 1);
  align-self: stretch;
  height: 100%;
  min-height: 355px;
}

.eachInstructor__content--picture {
  position: relative;
  width: 162px;
  height: 162px;
  border-radius: 216px;
  aspect-ratio: 1;
  background-size: cover;
  background-position: 50% 50%;
}

/* 講師紹介の記事作成時に削除 */
.ins__pic1 {
  background-image: url(../img/ishihara-kazuhiro.svg);
}
.ins__pic2 {
  background-image: url(../img/hori-akihiro.svg);
}
.ins__pic3 {
  background-image: url(../img/fuse-masahiro.svg);
}
.ins__pic4 {
  background-image: url(../img/ezoe-tomoyuki.svg);
}
.ins__pic5 {
  background-image: url(../img/hagihara-yuki.svg);
}
.ins__pic6 {
  background-image: url(../img/kojima-tomomi.svg);
}
.ins__pic7 {
  background-image: url(../img/nagai-tsutomu.svg);
}
.ins__pic8 {
  background-image: url(../img/inoue-chisato.svg);
}
.ins__pic9 {
  background-image: url(../img/kinoshita-atsushi.svg);
}

.eachInstructor__content--text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 8px;
}

.eachInstructor__content--name {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.eachInstructor__name--Japanese {
  width: fit-content;
  margin-top: -1.00px;
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
  line-height: 150%;
  white-space: nowrap;
  position: relative;
  font-weight: 600;
  letter-spacing: 0px;
  font-style: normal;
}

.eachInstructor__name--Roman {
  position: relative;
  width: fit-content;
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 179.99999523162842%;
  white-space: nowrap;
  font-style: normal;
}

.eachInstructor__content--position {
  display: flex;
  position: relative;
  flex: 1;
  width: 211.2px;
  font-weight: 400;
  color: rgba(112, 112, 112, 1);
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 179.99999523162842%;
  font-style: normal;
  align-items: center;
}

.slider__sign {
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
  padding: 12px 28px;
  position: absolute;
  top: 50%;
  left: 97%;
  background-color: rgba(15, 88, 164, 1);
  background-image: url("../../e-learning/assets/img/arrow-forward-white.svg");
  background-repeat: no-repeat;
  background-position: calc(50% + 1px) center;
  background-size: auto;
  border-radius: 100px;
  box-shadow: 0px 3px 7px #00000033;
  cursor: pointer;
  display: none;
}

.slider__sign--left {
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
  padding: 12px 28px;
  position: absolute;
  top: 50%;
  left: -2%;
  background-color: rgba(15, 88, 164, 1);
  background-image: url("../../e-learning/assets/img/arrow-forward-white.svg");
  background-repeat: no-repeat;
  background-position: calc(50% + 1px) center;
  background-size: auto;
  border-radius: 100px;
  transform: rotate(180deg);
  box-shadow: 0px 3px 7px #00000033;
  cursor: pointer;
  display: none;
}

a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .educationService__fv {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {

  .fv-frame {
    gap: 150px;
  }

  .educationService__fv {
    position: relative;
    width: 100%;
    height: 646px;
    background-image: url("../img/education-service-fv-sp.svg");
    background-size: cover; /* ここを追加 */
    background-repeat: no-repeat; /* 繰り返しを防ぐために追加 */
    background-position: center; /* 画像の位置を中央に */
    z-index: 2;
    aspect-ratio: 590 / 380; /* 画像のサイズに合わせて調整 */
    transform: translateY(-15px);
  }

  .fv__textWrapper--place {
    margin-top: 35px;
    margin-left: 20px;
  }

  .fv__textWrapper {
    gap: 8px;
  }

  .fv__text--blue {
    font-size: clamp(13px, 4vw, 22px);
  }

  .fv__text--big {
    font-size: clamp(28px, 8vw, 35px);
  }

  .hero__unique {
    bottom: -90px;
    z-index: 4;
    width: 94%;
    right: 3%;
  }

  .hero__nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px;
  }

  .hero__nav--link {
    flex: none;
    width: 50%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
  }
  
  /* 偶数個目のリンクに対して、右側の線を解除する */
  .hero__nav--link:nth-child(2n) {
    border-right: none;
  }

  /* 1～2個目のリンクに対して、下線を設定する */
  .hero__nav--link:nth-child(-n+2) {
    border-bottom: 1px solid #D9D9D9;
  }

  .hero__nav--linktxtsub {
    font-size: 10px;
  }

  .hero__nav--linktxtmain {
    font-size: 14px;
  }

  .forwardBtn,
  .outerLink {
    width: 16px;
    height: 16px;
  }

  .aboutEducation {
    padding: 0 16px;
    max-width: 442px;
  }

  .aboutEducation__wrapper {
    flex-direction: column;
    padding: 40px 20px;
    gap: 40px;
    background-image: url(../img/aboutQbook-sp-bg.svg);
    background-size: cover; /* ここを追加 */
    background-repeat: no-repeat; /* 繰り返しを防ぐために追加 */
    background-position: center; /* 画像の位置を中央に */
  }

  .aboutEducation__textContainer {
    width: 100%;
    padding: 0;
    margin-left: 0;
  }

  .aboutEducation__title--bold {
    font-size: 65px;
  }

  .bandWide {
    max-width: 168px;
  }

  .contentsModule__area--margin {
    padding: 40px 24px;
  }

  .dualElement__wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .contentsModule__img {
    width: 100%;
    height: auto;
  }

  .curve__deco {
    position: absolute;
    width: 320px;
    height: 260px;
    right: -115px;
  }

  .recommend__textWrapper {
    gap: 20px;
  }

  .recommend__title--bold {
    font-size: 39px;
    line-height: 55px;
    white-space: wrap;
  }

  .recommend__title--default {
    font-size: 20px;
    line-height: 32px;
    max-width: 230px;
    white-space: wrap;
  }

  .recommend__contentsWrapper {
    flex-direction: column;
  }

  .recommend__eachContent--heading {
    height: 100%;
  }

  .recommend__eachContent--text {
    font-size: 16px;
  }

  .description__text {
    font-size: 12px;
    line-height: 23px;
  }

  .dualElement__text--wrapper {
    width: 100%;
  }

  .dualElement__heading--bluetext {
    white-space: normal;
  }

  .dualElement__heading--boldtext {
    font-size: 26px;
  }

  .titleWrapper__text--bigblue {
    font-size: 26px;
  }

  .eachSlide__detail--dateWrap {
    display: inline-flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
    position: relative;
  }

  .userVoice__title--text {
    white-space: normal;
  }

  .com-cource__wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .whiteContents__wrapper {
    padding: 24px 20px;
    gap: 26px;
  }

  .valdemyFeature__wrapper {
    flex-direction: column;
    align-items: center;
  }

  .dualElement2__wrapper {
    flex-direction: column;
    align-items: center;
  }

  .eachUsageExample__wrapper {
    width: 100%;
  }

  .eachUsageExample__foot {
    gap: 0;
  }

  .aboutQuintee {
    flex-direction: column;
    width: 100%;
  }

  .aboutQuintee__textWrapper {
    width: 100%;
  }

  .aboutQuintee__titleWrapper {
    width: 100%;
    gap: 8px;
  }

  .aboutQuintee__title--bold {
    font-size: 32px;
  }

  .aboutQuintee__title--bold {
    white-space: normal;
  }

  .instructors__area--margin {
    padding: 64px 24px;
  }

  .eachInstructor__slider {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 16px;
    align-items: center;
  }

  .eachInstructor__content {
    flex-direction: row;
    width: 100%;
    max-width: 450px;
    height: 100%;
    min-height: 0;
    margin: 0 auto;
  }

  .eachInstructor__content--picture {
    width: 140px;
    height: 140px;
  }

  .eachInstructor__content--name {
    align-items: flex-start;
    flex-direction: column;
  }

  .eachInstructor__content--position {
    width: 100%;
  }

  .otherPage__link--white {
    position: relative;
    width: 100%;
    justify-content: center;
    height: 43px;
  }

  .otherPage__link--blue {
    position: relative;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    height: 43px;
  }

  .otherPage__link--blue span, .otherPage__link--white span {
    display: inline-block;
    position: absolute;
    right: calc(47% + -15px);
  }

  .otherPage__link--blue--icon {
    height: 1em; /* テキストの高さに合わせる */
    display: inline-block;
    vertical-align: middle;
    margin-left: 24px;
    position: absolute;
    right: 20px;
    top: calc(35% + -1px);
  }

  .otherPage__link--white--icon {
    height: 20px; /* テキストの高さに合わせる */
    display: inline-block;
    vertical-align: middle;
    margin-left: 24px;
    position: absolute;
    right: 20px;
    top: calc(35% + -4px);
  }

}