.tech-main {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
  margin-bottom: 80px;
}

.tech-main .pagination {
  margin-top: 0px;
}

.breadCrumb a {
  text-decoration: underline !important;
}

/* 技術記事 */
.tech-information-top-wrapper {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}

.tech-information {
  align-items: flex-start;
  /* display: flex;
  flex: 0 0 auto; */
  position: relative;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .tech-information {
    flex-direction: column;
    margin-bottom: 56px;
  }
}

.tech-information-top {
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  width: 100%;
}

.tech-information-h1 {
  align-self: stretch;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

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

.tech-information-title__label {
  color: #333333;
  font-family: "Hiragino Sans-W6", Helvetica;
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
  margin-top: -1.00px;
  white-space: nowrap;
  width: fit-content;
}

.tech-information-top__border {
  background-color: #1462a0;
  border-radius: 5px;
  height: 5px;
  position: relative;
  width: 60px;
}

/* 新着記事 */
.new-article-wrapper {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  width: 100%;
}

.new-article-h2 {
  align-items: center;
  align-self: stretch;
  border-color: #0f58a4;
  border-left-style: solid;
  border-left-width: 8px;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  padding: 4px 16px;
  position: relative;
  width: 100%;
}

.tech-info-h2 {
  color: #0f58a4;
  font-family: "Noto Sans JP", Helvetica;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-top: -8.00px;
  white-space: nowrap;
  width: fit-content;
}

.category-layout {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-grow: 1;
  flex-wrap: wrap;
  gap: 8px 8px;
  position: relative;
}

.category {
  align-items: center;
  border: 1px solid;
  border-color: #0f58a4;
  border-radius: 4px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  padding: 1px 8px;
  position: relative;
}

.category-label {
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 21.6px;
  margin-top: -1.00px;
  white-space: nowrap;
  width: fit-content;
}

.category-container {
  color: #0f58a4;
  font-family: "Noto Sans JP", Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.page-wrapper {
  display: grid;
  align-items: start;
  grid-template-columns: 70% 30%;
  grid-template-rows: auto auto;
  grid-template-areas:
    "article sidebar"
    "useful  useful";
  column-gap: 64px;
}

.tech-information-main {
  grid-area: article;
  display: flex;
  justify-content: flex-start;
  gap: 24px;
}

/* 記事一覧メイン */
@media screen and (max-width: 767px) {
  .tech-main {
    gap: 56px;
    margin-bottom: 56px;
  }

  .page-wrapper {
    display: flex;
    flex-direction: column;
  }

  /* 順番を入れ替える */
  .tech-information-main {
    order: 1;
  }

  .useful-info-wrapper {
    order: 2;
  }

  .tech-info-sidebar {
    order: 3;
  }

  .tech-information-main {
    width: 100%;
  }
}

.article-category {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  position: relative;
  width: 100%;
}

.article-condition-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.article-category-wrapper {
  flex-direction: column;
  gap: 16px;
}

/* 第1カテゴリ */
.article-category-1st__container {
  position: relative;
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border: 1px solid;
  border-color: #0f58a4;
  border-radius: 4px;
  overflow: hidden;
}

.article-category-1st__button {
  background-color: #ffffff;
  align-items: center;
  display: flex;
  flex: 1;
  flex-grow: 1;
  gap: 4px;
  justify-content: center;
  padding: 8px 16px;
  border-right: 1px solid #0f58a4;
  position: relative;
  text-decoration: none;
}

.article-category-1st__button:last-child {
  border-right: none;
}

.article-category-1st__button.selected {
  background-color: #0f58a4;
}

.article-category-1st__container .article-category-1st__button:last-child::after,
.article-category-1st__container .article-category-1st__button:last-child::before {
  display: none;
}

@media (max-width: 767px) {
  .article-category-1st__button {
    flex: 1 1 45%;
    min-width: 140px;
    border: none;
  }

  .article-category-1st__button::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #0f58a4;
  }

  .article-category-1st__button::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #0f58a4;
  }

  .article-category-1st__button:nth-child(2n)::after {
    display: none;
  }

  .article-list-column-sm {
    grid-template-columns: 1fr !important;
  }
}

@media (min-width: 601px) {
  .article-category-1st__button:last-child::after {
    display: none;
  }
}


.article-category-1st__label {
  color: #0f58a4;
  font-family: "Noto Sans JP", Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 25.2px;
  white-space: nowrap;
  width: fit-content;
}

.article-category-1st__label.selected {
  color: #ffffff;
  font-weight: 700;
}


/* 第2カテゴリ */
.article-category-2nd__container {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #d9d9d9;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;

}

.article-category-2nd__scroll {
  display: flex;
  min-width: max-content;
  width: 100%;
}

.article-category-2nd__button {
  align-items: center;
  display: flex;
  flex: 1;
  flex-grow: 1;
  justify-content: center;
  padding: 6px 16px;
  position: relative;
  border-radius: 4px;
  text-decoration: none;
}

.article-category-2nd__button.selected::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0f58a4;
  border-radius: 0;
}

.article-category-2nd__label {
  color: #555555;
  font-family: "Noto Sans JP", Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
  white-space: nowrap;
  width: fit-content;
}

.article-category-2nd__label.selected {
  color: #0f58a4;
  font-weight: 700;
  text-align: center;
}

/* ソートボタン */
.article-sort-container {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .article-sort-container {
    justify-content: flex-end;
  }
}

.article-sort__button {
  align-items: center;
  border: 1px solid;
  border-color: #0f58a4;
  border-radius: 4px;
  display: flex;
  gap: 16px;
  height: 41px;
  width: 150px;
  padding: 8px 16px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .article-sort__button {
    height: 41px;
    width: 136px;
  }
}

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

.filter_label {
  color: #0f58a4;
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
  line-height: 25.2px;
  margin-top: -1.00px;
}

/* ソートドロップダウン */
.article-sort__dropdown {
  position: absolute;
  top: 168px;
  right: 0;
  background-color: #fff;
  border: 1px solid #0f58a4;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 10;
  width: 150px;
}

@media screen and (max-width: 767px) {
  .article-sort__dropdown {
    width: 136px;
  }
}

.article-sort__option {
  padding: 10px 16px;
  cursor: pointer;
  font-size: 14px;
  color: #0f58a4;
}

.article-sort__option:hover {
  background-color: #f0f8ff;
}

/* 記事リスト */
.article-list {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  position: relative;
  width: 100%;
}

.article-card {
  align-items: center;
  align-self: stretch;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 1px 4px #0000004c;
  display: grid;
  grid-template-columns: 3fr 7fr;
  gap: 16px;
  padding: 12px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .article-card {
    grid-template-columns: 1fr;
    gap: 8px;
    max-width: 358px;
  }
}

.article-card .thumbnail {
  border-radius: 4px 4px 0px 0px;
}

.article-card-info__layout {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 8px;
  position: relative;
}

.article-card-info__title {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
  width: 100%;
}

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

.article-card-author {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  position: relative;
}

.article-card-author__text {
  color: #333333;
  font-family: "Noto Sans JP", Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}


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

.article-list-pagination-container {
  display: inline-flex;
  gap: 8px;
}

.article-list-pagination {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background-color: #f2f2f2;
  border-radius: 4px;
  box-shadow: 0px 1px 4px #0000004c;
  height: 32px;
  width: 32px;
}

.article-list-pagination.active {
  background-color: #00294a;
  border-radius: 4px;
  box-shadow: 0px 1px 4px #0000004c;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.article-pagination-number {
  color: #00294a;
  font-family: "Noto Sans JP", Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.article-pagination-number.active {
  color: #ffffff;
}

.article-list-pagination-next-button.next-button {
  background-color: #ffffff;
}

.article-pagination-next {
  aspect-ratio: 2;
  height: 10.83px;
  position: relative;
  width: 6.41px;
}

/* お役立ち情報 */
.useful-info-wrapper {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  gap: 80px;
  position: relative;
  width: 100%;
  grid-area: useful;
}

.useful-info-container {
  border-radius: 20px;
  flex: 1;
  flex-grow: 1;
  gap: 24px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  position: relative;
}

.useful-info-h2 {
  align-items: center;
  align-self: stretch;
  border-color: #0f58a4;
  border-left-style: solid;
  border-left-width: 8px;
  display: flex;
  flex: 0 0 auto;
  gap: 22px;
  padding: 4px 24px 4px 14px;
  position: relative;
  width: 100%;
}

.useful-category-container {
  display: flex;
  gap: 16px;
  width: 100%;
}

.useful-category__button {
  align-items: flex-start;
  background-color: #f7f7f7;
  border-radius: 4px;
  box-shadow: 0px 1px 4px #0000004c;
  display: inline-flex;
  padding: 12px 24px;
  position: relative;
  text-decoration: none;
}

.useful-category__text {
  color: #333333;
  font-family: "Noto Sans JP", Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
  margin-top: -1.00px;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .useful-category__button {
    padding: 8px 16px;
  }

  .useful-category__text {
    font-size: 12px;
  }
}

/* サイドバー */
.tech-info-sidebar {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  position: relative;
  width: 300px;
  grid-area: sidebar;
}

.approaching-events-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 24px 24px 20px;
  position: relative;
  align-self: stretch;
  background-color: rgba(70, 149, 212, 1);
  border-radius: 8px;
}

.education-service-img {
  width: 294px;
}

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

.approaching-events-text-wrapper {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 0px 0px 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: #ffffff;
}

.approaching-events-title {
  width: fit-content;
  font-family: "Noto Sans JP-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  line-height: 27px;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0;
  margin-bottom: 0px;
}

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

.to-list-text {
  width: fit-content;
  font-family: "Hiragino Sans", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 10px;
  white-space: nowrap;
  position: relative;
}

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


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

  .approaching-events-section {
    padding: 20px 18px;
  }

  .education-service-img-wrapper {
    width: 100%;
    text-align: center;
  }

  .education-service-img {
    width: 250px;
  }

  .to-list-text {
    font-size: 10px;
  }

  .approaching-events-section a,
  .approaching-events-section a img {
    width: 100%;
  }

  .education-service-img-wrapper {
    margin-bottom: 32px;
  }
}

.sideSection__valdemy,
.sideSection__valdemy img {
  display: block;
  width: 100%;
}

/* お役立ちツール */
.useful-tools-section {
  width: 100%;
  box-sizing: border-box;
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
}

.articles-title-wrapper {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 0px 0px 8px;
  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);
  margin-top: 20px;
}

.useful-tools-title {
  width: fit-content;
  font-family: "Hiragino Sans", Helvetica;
  ;
  font-weight: 400;
  color: rgba(10, 50, 94, 1);
  font-size: 16px;
  white-space: nowrap;
  position: relative;
  margin-bottom: 0px;
}

.sideSection__useful-tool {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.sideSection__useful-tool img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

/* 関連する資料*/
.relation {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.relation-download-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

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

.relation-download-h2 {
  align-items: center;
  align-self: stretch;
  border-color: #0f58a4;
  border-left-style: solid;
  border-left-width: 8px;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  padding: 4px 16px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .articles__wrapper {
    flex-direction: column;
    gap: 24px;
  }

  .relation .moreLinkWrapper {
    align-self: flex-end;
  }

  .relation-download-wrapper {
    flex-direction: column;
  }
}

/*  */
.columnRanking__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  overflow: hidden;
  margin-bottom: 40px;
}

.carousel__wrapper {
  display: block;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  overflow: visible;
  scroll-behavior: none;
}

.slick-list {
  overflow: visible !important;
}

.slick-slider .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-slider .slick-track:before,
.slick-slider .slick-track:after {
  content: "";
  display: table;
}

.carousel__item {
  display: flex;
  flex-direction: column;
  width: 413.33px;
  align-items: flex-start;
  position: relative;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 1px 4px #00000042;
  text-decoration: none;
  margin: 0 10px;
  flex: 0 0 auto;
  transition: .2s;
}

.carousel__item--txtarea {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 16px;
  padding: 8px;
  position: relative;
  flex: 0 0 auto;
}

.carousel__item--title {
  align-self: stretch;
  height: 56px;
  margin-top: -1.00px;
  font-family: "Noto Sans JP-Regular", Helvetica;
  font-weight: 400;
  color: rgba(112, 112, 112, 1);
  font-size: 14px;
  line-height: 25.2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  letter-spacing: 0;
}

.carousel__item--footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.carousel__item--img {
  position: relative;
  width: 100%;
  border-radius: 4px 4px 0px 0px;
  object-fit: contain;
}

.item--category {
  color: rgba(15, 88, 164, 1);
  border: 1px solid rgba(15, 88, 164, 1);
  border-radius: 4px;
  padding: 1px 8px;
  font-size: 12px;
  line-height: 180%;
  font-family: "Noto Sans JP-Regular", Helvetica;
}

.date__container {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px 8px;
  position: relative;
  flex: 0 0 auto;
}

.date__textWrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 4px;
}

.date__text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Noto Sans JP-Regular", Helvetica;
  font-weight: 400;
  color: #8a8b91;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 21.6px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .carousel__wrapper {
    max-width: 336px;
  }

  .carousel__item {
    max-width: 320px;
    margin: 0 16px 0 0;
    border-radius: 8px;
  }

  .carousel__item--txtarea {
    padding: 16px 12px;
  }

  .slider__sign--left {
    display: none !important;
  }
}

#btnContainer1 {
  top: -215px;
}

.btnContainer {
  display: flex;
  position: relative;
  width: 1280px;
  margin: 0 auto;
  z-index: 0;
}

.slider__sign--left {
  display: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  top: 50%;
  left: -20px;
  background-color: rgba(15, 88, 164, 1);
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  transform: rotate(180deg);
  box-shadow: 0px 3px 7px #00000033;
  cursor: pointer;
}

.slider__sign--left img {
  width: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slider__sign {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  top: 50%;
  right: -20px;
  background-color: rgba(15, 88, 164, 1);
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  box-shadow: 0px 3px 7px #00000033;
  transform: translateY(-50%);
  cursor: pointer;
}

.slider__sign img {
  width: 16px;
}

.search__sort {
  margin: unset !important;
}

/* Qbookの教育サービス */
.education-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  padding: 64px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #4695d4;
  overflow: hidden;
}

.education-wrapper-background-vector {
  position: absolute;
  top: 97px;
  left: calc(50.00% - 530px);
}

.education-wrapper-background-vector-2 {
  position: absolute;
  max-width: 140%;
  top: 250px;
  left: calc(50.00% - 810px);
}

.education-head-wrapper {
  display: flex;
  width: 100%;
  height: auto;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.education-head {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.education-head-textarea {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.education-head-sub-title {
  width: fit-content;
  margin-top: -1.00px;
  color: rgba(190, 226, 255, 1);
  font-size: 16px;
  line-height: 180%;
  white-space: nowrap;
  position: relative;
  font-weight: 400;
  letter-spacing: 0;
  font-style: normal;
}

.education-head-title {
  align-self: stretch;
  color: rgba(255, 255, 255, 1);
  font-size: 40px;
  line-height: 150%;
  position: relative;
  font-weight: 400;
  letter-spacing: 0;
  font-style: normal;
}

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

.education-more-wrapper {
  width: 160px;
  height: 40px;
  align-items: center;
  justify-content: space-between;
  padding: 8px 24px;
  position: relative;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 100px;
  text-decoration: none;
}

.education-more-vector {
  width: 16px;
  height: 16px;
  position: relative;
  aspect-ratio: 1;
}

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

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

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

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

.education-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.education-header {
  display: flex;
  height: 36px;
  align-items: center;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.education-title {
  width: 144px;
  margin-top: -1.00px;
  color: #333;
  font-size: 24px;
  line-height: 150%;
  position: relative;
  font-weight: 600;
  letter-spacing: 0;
  font-style: normal;
}

.education-general-tag-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 2px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: #4695d4;
  border-radius: 4px;
}

.education-company-tag-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 2px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: #0f58a4;
  border-radius: 4px;
}

.education-tag-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1.00px;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  line-height: 180%;
  white-space: nowrap;
  position: relative;
  font-weight: 400;
  letter-spacing: 0;
  font-style: normal;
}

.education-sub-title {
  align-self: stretch;
  color: rgba(15, 88, 164, 1);
  font-size: 14px;
  line-height: 180%;
  position: relative;
  font-weight: 600;
  letter-spacing: 0;
  font-style: normal;
}

.education-more-btn {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  background-color: #0f58a4;
  border-radius: 100px;
  text-decoration: none;
}

.education-more-btn-vector {
  width: 24px;
  height: 24px;
  position: relative;
  aspect-ratio: 1;
}

.education-text {
  align-self: stretch;
  color: #333;
  font-size: 14px;
  line-height: 180%;
  position: relative;
  font-weight: 400;
  letter-spacing: 0;
  font-style: normal;
}

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

  :root {
    --default-font-weight: 600;
    --large-font-size: 18px;
  }

  /* Qbookの教育サービス */
  .education-wrapper {
    gap: 24px;
    padding: 32px 24px;
  }

  .education-wrapper-background-vector {
    max-width: 350%;
    top: 110px;
    left: -470px;
  }

  .education-wrapper-background-vector-2 {
    max-width: 550%;
    top: 245px;
    left: -370px;
  }

  .education-head-textarea {
    gap: 0px;
  }

  .education-head-sub-title {
    font-size: 14px;
    white-space: normal;
  }

  .education-head-title {
    font-size: 24px;
  }

  .education-line {
    flex-direction: column;
  }

  .education-item {
    gap: 12px;
    padding: 20px 16px;
  }

  .education-header {
    height: 30px;
    gap: 12px;
  }

  .education-title {
    width: 120px;
    font-size: 20px;
  }

  .education-tag-text {
    font-size: 12px;
  }

  .education-more-btn {
    width: 32px;
    height: 32px;
  }

  .education-more-btn-vector {
    width: 16px;
    height: 16px;
  }
}