.carousel__wrapper a, .sortSection__wrapper a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

/* タグ処理----- */
@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: 8px;
    position: relative;
    align-self: stretch;
    width: 80%;
    flex: 0 0 auto;
  }
}

/* バルカレ説明 */
.introduction__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin: 54px 0;
  padding-bottom: 80px;
}

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

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

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

.text__small-emphasis--lightblue {
  position: relative;
  width: fit-content;
  color: rgba(70, 149, 212, 1);
  font-size: 16px;
  line-height: 180%;
  font-weight: 600;
  white-space: nowrap;
  font-style: normal;
}

.text__title-medium--darkgray {
  position: relative;
  width: fit-content;
  color: rgba(51, 51, 51, 1);
  font-size: 32px;
  line-height: 150%;
  font-weight: 600;
  font-style: normal;
}

.text__description--darkgray {
  position: relative;
  align-self: stretch;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
}

.introduction__img {
  position: relative;
  width: 551px;
  height: 334.75px;
  border-radius: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.evidence__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 40px 70px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #4695d4;
  border-radius: 16px;
}

.text__title-small--white {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-weight: 600;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  line-height: 150%;
  font-style: normal;
}

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

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

.eachEvidence__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 24px 32px 32px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 16px;
}

.text__normal--darkblue {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 600;
  color: rgba(10, 50, 94, 1);
  font-size: 20px;
  text-align: center;
  line-height: 150%;
  white-space: nowrap;
  font-style: normal;
}

.eachEvidence__dataWrapper {
  display: inline-flex;
  align-items: flex-end;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.text__bold-emphasis--lightblue {
  margin-top: -1.00px;
  font-weight: 700;
  color: rgba(70, 149, 212, 1);
  font-size: 64px;
  text-align: center;
  line-height: 64px;
  position: relative;
  width: fit-content;
  font-family: "DM Sans", Helvetica;
  letter-spacing: 0;
  white-space: nowrap;
}

.text__normal--lightblue{
  position: relative;
  width: fit-content;
  font-weight: 600;
  color: rgba(70, 149, 212, 1);
  font-size: 20px;
  text-align: center;
  line-height: 36.0px;
  white-space: nowrap;
}

.evidenceDetail__date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 16px;
  position: relative;
  flex: 0 0 auto;
}

.text__thin--white {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  text-align: center;
  line-height: 180%;
  white-space: nowrap;
  font-style: normal;
}

/* カルーセル処理 */
.text__title-bold--darkgray {
  position: relative;
  align-self: stretch;
  color: rgba(51, 51, 51, 1);
  font-size: 32px;
  line-height: 150%;
  font-weight: 600;
  font-style: normal;
}

.text__normal--darkgray {
  position: relative;
  width: fit-content;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  line-height: 180%;
  font-style: normal;
}

.text__emphasis--darkgray {
  position: relative;
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
  line-height: 150%;
  font-style: normal;
}

.text__emphasis-small--darkgray {
  position: relative;
  width: fit-content;
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  line-height: 150%;
  white-space: nowrap;
  font-style: normal;
  font-family: "DM Sans", Helvetica;
}

.text__bold-normal--darkgray {
  position: relative;
  width: fit-content;
  font-weight: 700;
  color: rgba(51, 51, 51, 1);
  font-size: 22px;
  line-height: 150%;
  white-space: nowrap;
  font-style: normal;
  font-family: "DM Sans", Helvetica;
}

.text__small--white {
  position: relative;
  align-self: stretch;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  font-style: normal;
}

.carousel__wrapper {
  display: flex;
  flex-direction: column;
  width: 100vw;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
  overflow-x: hidden;
  margin-bottom: 54px;
}

.openSeminar__textWrapper {
  width: 1280px;
  margin: 0 auto;
}

.slide__wrapper {
  display: flex;
  position: relative;
  align-items: flex-start;
  width: 100%;
  gap: 32px;
  overflow: visible;
  margin-bottom: 24px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  transition: transform 3s ease-in-out;
  will-change: transform;
}

.slide__wrapper .slick-slide{
  margin: 0 16px;
}

.eachSlide__wrapper {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 560px;
  align-items: flex-start;
  gap: 20px;
  padding: 24px;
  background-color: rgba(237, 244, 250, 1);
  border-radius: 8px;
}

/* カルーセルボタン */
.slider__sign {
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: space-around;
  padding: 12px 28px;
  position: absolute;
  top: 50%;
  left: 90vw;
  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: 50%;
  box-shadow: 0px 3px 7px #00000033;
  cursor: pointer;
}

.slider__sign--left {
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: space-around;
  padding: 12px 28px;
  position: absolute;
  top: 50%;
  left: 4vw;
  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: 50%;
  transform: rotate(180deg);
  box-shadow: 0px 3px 7px #00000033;
  cursor: pointer;
}

.slick-dots {
  position: absolute;
  bottom: -24px; /* スライダーの下に表示 */
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.slick-dots li {
  margin: 0 4px;
}

.slick-dots li button:before {
  font-size: 12px;
  color: #ccc;
}

.slick-dots li.slick-active button:before {
  color: rgba(15, 88, 164, 1);
}

.multipleTextWrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  height: fit-content;
  flex: 0 0 auto;
  justify-content: space-between;
}

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

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

.standardContainer, .standardContainer__sp--adjust, .standardContainer__sp--tiny {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

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

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

.dot-black {
  position: relative;
  width: 4px;
  height: 4px;
  background-color: rgba(51, 51, 51, 1);
  border-radius: 50%;
  aspect-ratio: 1;
}

.eachCarousel__img {
  position: relative;
  align-self: stretch;
  width: 100%;
  aspect-ratio: 1.76;
}

/* 講座を探す処理 */
.sortSection__wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 40px;
  padding: 40px 0 94px 0;
  margin-top: 54px;
  position: relative;
  flex: 0 0 auto;
}

.sortSection__titleWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.sortSection__tabsWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
}

.sortSwitch {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #edf4fa;
  border-radius: 8px;
  z-index: 1;
}

/* クリックで変化するように */
.sortButton {
  display: flex;
  padding: 8px 16px;
  position: relative;
  justify-content: center;
  flex: 1;
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
  line-height: 150%;
  white-space: nowrap;
  background-color: #edf4fa;
  border-radius: 4px;
  cursor: pointer;
}

.sort-on {
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(15, 88, 164, 1);
  cursor: default;
}

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

.categoryLink__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px 12px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  cursor: pointer;
}

.sidebar__wrapper {
  position: sticky;
  flex-direction: column;
  width: 22.65625%;
  height: fit-content;
  align-items: flex-start;
  padding: 8px 16px;
  margin-bottom: 80px;
  background-color: rgba(237, 244, 250, 1);
  border-radius: 8px;
}

.sidebar__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px 12px;
  margin: 8px 0;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 4px;
  transition: background-color 0.1s ease;
  cursor: pointer;
}

.sidebar__nav:hover {
  background-color: #d6e4f1;
}

.text__normal-emphasis--darkgray {
  position: relative;
  flex: 1;
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  line-height: 27px;
  font-style: normal;
}

/* スマホ限定のカテゴリリンク処理 */
.text__normal-emphasis--gray {
  position: relative;
  width: fit-content;
  flex: 1;
  font-weight: 600;
  color: rgba(117, 117, 117, 1);
  font-size: 16px;
  line-height: 27px;
  font-style: normal;
}

.categoryLink__wrapper {
  width: 100%;
}

.categoryLink__box {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin: 0 auto;
}

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

.categoryLink__element {
  display: inline-block;
  scroll-snap-align: start;
}

@media screen and (min-width: 768px) {
  .tab-active {
    background-color: #d6e4f1 !important;
  }
}

@media screen and (max-width: 767px) {
  .sortSection__tabsWrapper {
    top:0px;
    position: sticky;
    z-index: 1;
    width: 100%;
    background-color: #ffffff;
    border-bottom: solid 1px #d9d9d9;
    gap: 16px;
  }

  .tab-active {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-color: rgba(70, 149, 212, 1);
    color: rgba(51, 51, 51, 1);
  }

  .text__normal-emphasis--gray {
    font-size: 14px;
  }

  .tab-active .text__normal-emphasis--gray {
    color: rgba(51, 51, 51, 1);
  }

  .sidebar__nav::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #4695D4;
    left: 0;
    bottom: 0;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: all 0.3s;
  }
}

.contentsWrapper__hugeGap {
  display: inline-flex;
  flex-direction: column;
  width: 74.21875%;
  align-items: flex-start;
  justify-content: center;
  gap: 80px;
  position: relative;
  flex: 0 0 auto;
}

.eachContents__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  flex: 0 0 auto;
  margin-bottom: 80px;
}

.eachContents__title {
  display: flex;
  align-items: center;
  padding: 8px 0px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: rgba(10, 50, 94, 1);
}

.text__title--darkblue {
  position: relative;
  flex: 1;
  font-weight: 600;
  color: rgba(10, 50, 94, 1);
  font-size: 32px;
  line-height: 150%;
  font-style: normal;
}

.lecture__wrapper--theme, .lecture__wrapper--date {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}

.eachLecture__wrapper {
  display: flex;
  width: 950px;
  align-items: flex-start;
  gap: 40px;
  padding: 24px;
  position: relative;
  flex: 0 0 auto;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid;
  border-color: rgba(217, 217, 217, 1);
}

.eachLecture__img {
  position: relative;
  width: 320px;
  height: 182.22px;
  border-radius: 8px;
  aspect-ratio: 1.76;
  overflow: hidden;
}

.eachLecture__textWrapper--theme, .eachLecture__textWrapper--date {
  display: flex;
  flex-direction: column;
  width: 550px;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  margin-right: -8.00px;
}

.commontag__darkblue {
  color: white;
  background-color: rgba(10, 50, 94, 1);
  border-radius: 4px;
  width: fit-content;
  font-size: 12px;
  padding: 0px 8px;
  white-space: nowrap;
}

.text__midium--lightblue {
  font-family: 'Hiragino Sans';
  position: relative;
  width: fit-content;
  font-weight: bold;
  color: rgba(70, 149, 212, 1);
  font-size: 12px;
  line-height: 180%;
  font-style: normal;
}

.text__emphasis--darkblue {
  position: relative;
  font-weight: 600;
  color: rgba(10, 50, 94, 1);
  font-size: 19px;
  line-height: 150%;
  font-style: normal;
}

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

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

.text__emphasis--gray {
  font-weight: 600;
  color: rgba(112, 112, 112, 1);
  font-size: 18px;
  line-height: 150%;
  position: relative;
  width: fit-content;
  white-space: nowrap;
  font-style: normal;
  font-family: "DM Sans", Helvetica;
}

.text__normal-bold--darkgray {
  position: relative;
  margin-top: -1.00px;
  font-weight: 700;
  color: rgba(51, 51, 51, 1);
  font-size: 22px;
  line-height: 150%;
  font-style: normal;
  font-family: "DM Sans", Helvetica;
}

.accept-tag {
  display: flex;
  position: absolute;
  right: 70px;
  justify-content: center;
  width: 72px;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
  font-weight: 600;
}

.accept-open {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(76, 175, 80, 1);
}

.accept-close {
  color: rgba(229, 57, 53, 1);
  background-color: #e539351f;
}

.event-end {
  color: rgba(85, 85, 85, 1);
  background-color: rgba(217, 217, 217, 1);
}

.sortByTheme {
  display: block;
}

.sortByDate {
  display: none;
}

/* 講座説明－まとめ */
.summerySection__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 40px 130px;
  margin: 24px 0 120px 0;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #4695d4;
  border-radius: 20px;
  overflow: hidden;
  background-image: url("../../../assets/img/aboutQbook-pc-bg.svg");
  background-size: cover; /* ここを追加 */
  background-repeat: no-repeat; /* 繰り返しを防ぐために追加 */
  background-position: center; /* 画像の位置を中央に */
}

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

.text__title--white {
  position: relative;
  align-self: stretch;
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  line-height: 150%;
  font-weight: 600;
  font-style: normal;
}

.text__description--white {
  position: relative;
  align-self: stretch;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 27px;
  font-weight: 400;
}

.text__emphasis--lightblue {
  position: relative;
  width: fit-content;
  color: rgba(70, 149, 212, 1);
  font-size: 14px;
  line-height: 150%;
  font-weight: 600;
  white-space: nowrap;
  font-style: normal;
}

.text__emphasis--blue {
  position: relative;
  width: fit-content;
  color: rgba(15, 88, 164, 1);
  font-size: 24px;
  text-align: center;
  line-height: 36px;
  font-weight: 600;
}

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

.eachCircle__wrapper {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 280px;
  height: 280px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px 32px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 50%;  
}

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

.summerySection__img {
  position: relative;
  width: 120px;
  height: 86px;
}

@media screen and (max-width: 767px) {
  /* バルカレ説明 */
  .text__small-emphasis--lightblue {
    font-size: 12px;
    white-space: normal;
  }

  .text__title-medium--darkgray {
    font-size: 24px;
  }

  .text__title-small--white {
    font-size: 20px;
  }

  .text__normal--darkblue {
    font-size: 16px;
  }

  .text__bold-emphasis--lightblue {
    font-size: 48px;
    line-height: 40px;
  }

  .introduction__wrapper {
    margin: 40px 0;
    padding-bottom: 0px;
  }

  .multipleWrapper {
    flex-direction: column;
    gap: 40px;
  }

  .introduction__textWrapper {
    width: 100%;
  }

  .introduction__img {
    max-width: 342px;
    height: 217.5px;
  }

  .evidence__wrapper {
    padding: 24px;
  }

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

  .evidenceDetail__wrapper {
    gap: 8px;
  }

  .evidenceDetail__date {
    padding: 0px;
  }

  /* カルーセル処理 */
  .text__title-bold--darkgray {
    font-size: 24px;
  }

  .text__normal--darkgray {
    font-size: 10px;
  }

  .text__emphasis--darkgray {
    font-size: 14px;
  }

  .text__emphasis-small--darkgray {
    font-size: 14px;
  }

  .text__bold-normal--darkgray {
    font-size: 18px;
  }

  .carousel__wrapper {
    gap: 24px;
    margin-bottom: 48px;
  }

  .openSeminar__textWrapper {
    width: 342px;
  }

  .eachSlide__wrapper {
    width: 291px;
    gap: 8px;
    padding: 16px;
  }

  .slider__sign {
    display: none;
  }

  .slider__sign--left {
    display: none;
  }

  .multipleTextWrapper {
    gap: 4px;
  }

  .standardContainer__sp--adjust {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    flex: 0 0 auto;
  }

  /* 講座を探す処理 */
  .text__title--darkblue {
    font-size: 19px;
  }

  .text__midium--lightblue {
    font-size: 10px;
  }

  .text__emphasis--gray {
    font-size: 14px;
  }

  .text__normal-bold--darkgray {
    font-size: 18px;
  }

  .sortSection__wrapper {
    gap: 0px;
    padding: 16px 0 64px 0;
    margin-top: 0px;
  }

  .text__emphasis--darkblue {
    font-size: 16px;
  }

  .sortSection__titleWrapper {
    padding-bottom: 16px;
    z-index: 2;
  }

  .sortSwitch {
    gap: 4px;
    padding: 4px;
  }

  .sortButton {
    font-size: 14px;
  }

  .contentsWrapper__hugeGap {
    gap: 48px;
    width: 100%;
  }

  .eachContents__wrapper {
    gap: 16px;
    margin-top: 48px;
    margin-bottom: 0px;
  }

  .eachContents__title {
    padding: 0px 0px 12px;
  }

  .lecture__wrapper--theme, .lecture__wrapper--date {
    width: 100%;
    gap: 16px;
  }

  .eachLecture__wrapper {
    width: 100%;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
  }

  .eachLecture__img {
    width: 309px;
    height: 176.22px;
  }

  .eachLecture__textWrapper--theme, .eachLecture__textWrapper--date {
    width: 100%;
    gap: 4px;
  }

  .eachDetail__wrapper {
    align-items: flex-start;
    gap: 10px;
  }

  .accept-tag {
    right: 0px;
    width: 64px;
    height: 22px;
    padding: 0px 8px;
    font-size: 12px;
  }

  .accept-close {
    font-weight: 600;
  }

  .event-end {
    font-weight: 600;
  }

  .sortByTheme {
    display: flex;
    justify-content: center;
  }
  
  /* 講座説明－まとめ */
  .text__title--white {
    font-size: 24px;
  }

  .text__description--white {
    font-size: 14px;
    text-align: start;
    font-weight: 300;
  }

  .text__emphasis--lightblue {
    font-size: 12px;
    line-height: 2;
    font-weight: 600;
  }

  .text__emphasis--blue {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
  }

  .summerySection__wrapper {
    gap: 24px;
    padding: 40px 16px;
    margin: 24px 0 40px 0;
    background-image: url("../../../assets/img/aboutQbook-sp-bg.svg");
  }

  .summerySection__img {
    height: 54px;
  }

  .sentence-img {
    height: 42px;
  }

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

  .eachCircle__wrapper {
    display: flex;
    position: absolute;
    flex-direction: column;
    width: 220px;
    height: 220px;
    gap: 7px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;  
  }

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

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

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

@media screen and (max-width: 320px) {
  .standardContainer__sp--tiny {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }

  .accept-tag {
    top: 33%;
  }
}