@media screen and (min-width: 767px) {
:root {
  --very-dark: rgba(139, 140, 146, 1);
  --text-main-default-font-family: "Hiragino Sans", Helvetica;
  --text-main-default-font-weight: 400;
  --text-main-default-font-size: 14px;
  --text-main-default-letter-spacing: 0px;
  --text-main-default-line-height: 179.99999523162842%;
  --text-main-default-font-style: normal;
  --text-main-small-font-family: "Hiragino Sans", Helvetica;
  --text-main-small-font-weight: 400;
  --text-main-small-font-size: 12px;
  --text-main-small-letter-spacing: 0px;
  --text-main-small-line-height: 179.99999523162842%;
  --text-main-small-font-style: normal;
  --text-heading-h2-font-family: "Hiragino Sans", Helvetica;
  --text-heading-h2-font-weight: 600;
  --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-small-bold-font-family: "Hiragino Sans", Helvetica;
  --text-main-small-bold-font-weight: 400;
  --text-main-small-bold-font-size: 12px;
  --text-main-small-bold-letter-spacing: 0px;
  --text-main-small-bold-line-height: 179.99999523162842%;
  --text-main-small-bold-font-style: normal;
  --text-main-defaultbig-font-family: "Hiragino Sans", Helvetica;
  --text-main-defaultbig-font-weight: 400;
  --text-main-defaultbig-font-size: 16px;
  --text-main-defaultbig-letter-spacing: 0px;
  --text-main-defaultbig-line-height: 179.99999523162842%;
  --text-main-defaultbig-font-style: normal;
  --text-heading-h4-font-family: "Hiragino Sans", Helvetica;
  --text-heading-h4-font-weight: 400;
  --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-h3-font-family: "Hiragino Sans", Helvetica;
  --text-heading-h3-font-weight: 500;
  --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-main-defaultbig-bold-font-family: "Hiragino Sans", Helvetica;
  --text-main-defaultbig-bold-font-weight: 400;
  --text-main-defaultbig-bold-font-size: 16px;
  --text-main-defaultbig-bold-letter-spacing: 0px;
  --text-main-defaultbig-bold-line-height: 179.99999523162842%;
  --text-main-defaultbig-bold-font-style: normal;
  --text-heading-h1-font-family: "Hiragino Sans", Helvetica;
  --text-heading-h1-font-weight: 400;
  --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-default-bold-font-family: "Hiragino Sans", Helvetica;
  --text-main-default-bold-font-weight: 400;
  --text-main-default-bold-font-size: 14px;
  --text-main-default-bold-letter-spacing: 0px;
  --text-main-default-bold-line-height: 179.99999523162842%;
  --text-main-default-bold-font-style: normal;
  --: var(--1-txt-01);
  --1-secondary-01: rgba(70, 149, 212, 1);
  --1-txt-02: rgba(85, 85, 85, 1);
  --1-gray-04: rgba(255, 255, 255, 1);
  --1-primary-01: rgba(15, 88, 164, 1);
  --1-txt-01: rgba(51, 51, 51, 1);
  --1-secondary-02: rgba(190, 226, 255, 1);
  --1-txt-03: rgba(112, 112, 112, 1);
  --1-primary-02: rgba(33, 42, 103, 1);
  --1-back-blue: rgba(237, 244, 250, 1);
}
.TOP a {
  text-decoration: none;
}

.TOP {
  container-type: inline-size;
}

.TOP .main-carousel-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  position: relative;
  flex: 0 0 auto;
}

.TOP .header {
  display: flex;
  flex-direction: column;
  /* width: 1440px; */
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
}


.TOP .qbooklogo {
  position: relative;
  width: 95.66px;
  height: 34.49px;
}

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

.TOP .icon {
  position: relative;
  width: 24px;
  height: 24px;
}

.TOP .arrow-forward-ios {
  position: relative;
  width: 14px;
  height: 14px;
  aspect-ratio: 1;
}

.TOP .header-news-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 140px;
  padding: 8px 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--1-secondary-02);
}

.TOP .header-news-text-wrapper {
  display: flex;
  width: 810px;
  align-items: center;
  gap: 100px;
  position: relative;
}

.TOP .header-news-text {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: var(--text-main-default-font-family);
  font-weight: var(--text-main-default-font-weight);
  color: var(--1-secondary-01);
  font-size: var(--text-main-default-font-size);
  letter-spacing: var(--text-main-default-letter-spacing);
  line-height: var(--text-main-default-line-height);
  font-style: var(--text-main-default-font-style);
}

.TOP .main-carousel-section {
  display: flex;
  flex-direction: column;
  /* width: 1060px; */
  align-items: flex-start;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
  margin-bottom: 70px;
}

.TOP .main-carousel-selected-article {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--1-back-blue);
}

.TOP .main-carousel-selected-article-img {
  position: relative;
  width: 620px;
  object-fit: contain;
  aspect-ratio: 1.76;
}

.TOP .main-carousel-selected-article-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  padding: 32px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

.TOP .categorie-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 4px 16px;
  border-radius: 4px;
  border: 1px solid;
  border-color: var(--1-primary-01);
  position: relative;
  flex: 0 0 auto;
  text-decoration: none;
}

.TOP .categorie-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1.00px;
  color: var(--1-primary-01);
  font-size: var(--text-main-small-font-size);
  line-height: var(--text-main-small-line-height);
  white-space: nowrap;
  position: relative;
  font-family: var(--text-main-small-font-family);
  font-weight: var(--text-main-small-font-weight);
  letter-spacing: var(--text-main-small-letter-spacing);
  font-style: var(--text-main-small-font-style);
}

.TOP .main-carousel-selected-article-title {
  align-self: stretch;
  font-family: var(--text-heading-h2-font-family);
  color: var(--1-txt-01);
  font-size: var(--text-heading-h2-font-size);
  line-height: var(--text-heading-h2-line-height);
  position: relative;
  font-weight: var(--text-heading-h2-font-weight);
  letter-spacing: var(--text-heading-h2-letter-spacing);
  font-style: var(--text-heading-h2-font-style);
}

.TOP .main-carousel-selected-article-update-date {
  font-family: var(--text-main-small-bold-font-family);
  color: var(--1-primary-01);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  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);
  white-space: nowrap;
  font-style: var(--text-main-small-bold-font-style);
}

.TOP .main-carousel-nav {
  display: flex;
  width: 1280px;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
  margin-right: -220.00px;
}

.TOP .main-carousel-article-btn {
  position: relative;
  width: 197px;
  height: 112px;
  background-image: url(./img/frame-1597892951.png);
  background-size: cover;
  background-position: 50% 50%;
}

.TOP .main-content {
  flex-direction: column;
  /* width: 1060px; */
  gap: 40px;
  display: flex;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
  margin-bottom: 98px;
}

.TOP .content-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: var(--1-primary-01);
  padding-bottom: 5px;
}

.TOP .content-header-title-eng {
  position: absolute;
  top: -47px;
  left: -47px;
  font-family: "Hiragino Sans-W5", Helvetica;
  font-weight: 400;
  color: var(--1-secondary-02);
  font-size: 48px;
  letter-spacing: 0;
  line-height: 72px;
  white-space: nowrap;
}

.TOP .content-header-title {
  width: fit-content;
  /* margin-top: -1.00px;
  margin-left: -367.75px; */
  font-family: var(--text-heading-h2-font-family);
  color: var(--1-primary-01);
  font-size: var(--text-heading-h2-font-size);
  line-height: var(--text-heading-h2-line-height);
  white-space: nowrap;
  position: absolute;
  font-weight: var(--text-heading-h2-font-weight);
  letter-spacing: var(--text-heading-h2-letter-spacing);
  font-style: var(--text-heading-h2-font-style);
}

.TOP .content-header-sub-title {
  width: 100%;
  text-align:right;
  font-family: var(--text-main-defaultbig-font-family);
  color: var(--1-primary-01);
  font-size: var(--text-main-defaultbig-font-size);
  line-height: var(--text-main-defaultbig-line-height);
  white-space: nowrap;
  position: relative;
  font-weight: var(--text-main-defaultbig-font-weight);
  letter-spacing: var(--text-main-defaultbig-letter-spacing);
  font-style: var(--text-main-defaultbig-font-style);
}

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

.TOP .columns-title-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-left-width: 8px;
  border-left-style: solid;
  border-color: var(--1-primary-01);
}

.TOP .columns-title {
  width: fit-content;
  font-family: var(--text-main-defaultbig-font-family);
  color: var(--1-primary-01);
  font-size: var(--text-main-defaultbig-font-size);
  line-height: var(--text-main-defaultbig-line-height);
  white-space: nowrap;
  position: relative;
  font-weight: var(--text-main-defaultbig-font-weight);
  letter-spacing: var(--text-main-defaultbig-letter-spacing);
  font-style: var(--text-main-defaultbig-font-style);
}

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

.TOP .column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 6px #00000033;
  max-width: 33%;
}

.TOP .column-img-wrapper {
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: 4px 4px 0px 0px;
}

.top-carousel-img{
  aspect-ratio: 1.76;
}

.colum-card-img{
  width: 100%;
  height: 220px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

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

.TOP .column-text {
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--text-main-default-font-family);
  color: var(--1-txt-03);
  font-size: var(--text-main-default-font-size);
  line-height: var(--text-main-default-line-height);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  font-weight: var(--text-main-default-font-weight);
  letter-spacing: var(--text-main-default-letter-spacing);
  font-style: var(--text-main-default-font-style);
}

.TOP .categorie-with-update-date {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.TOP .tech-main .categorie-with-update-date {
  margin-top:20px;
}

.TOP .column-categorie-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px 8px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}


.TOP .column-update-date {
  margin-top: -1.00px;
  font-family: var(--text-main-small-font-family);
  color: #8a8b91;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-weight: var(--text-main-small-font-weight);
  font-size: var(--text-main-small-font-size);
  letter-spacing: var(--text-main-small-letter-spacing);
  line-height: var(--text-main-small-line-height);
  white-space: nowrap;
  font-style: var(--text-main-small-font-style);
}

.more-wrapper{
  width: 100%;
  text-align: right;
}

.TOP .more-text {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Noto Sans JP-Regular", Helvetica;
  font-weight: 400;
  color: var(--1-primary-01);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.TOP .more-vector {
  position: absolute;
  top: 19px;
  right: 0;
  width: 51px;
  height: 9px;
}

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

.TOP .techs {
  display: flex;
  width: 100cqw;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  overflow: hidden;
  position: relative;
  flex: 0 0 auto;
  margin-left: -110.00px;
  margin-right: -110.00px;
  padding: 0 0 2px 0;
}

.TOP .tech-card-img{
  width: 100%;
  height: 350px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.TOP .tech-sub {
  display: flex;
  flex-direction: column;
  width: 620px;
  align-items: flex-start;
  position: relative;
  margin-left: -330.00px;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 6px #00000033;
}

.TOP .tech-sub-text-wrapper {
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.TOP .tech-title {
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--text-heading-h4-font-family);
  color: var(--1-txt-01);
  font-size: var(--text-heading-h4-font-size);
  line-height: var(--text-heading-h4-line-height);
  position: relative;
  font-weight: var(--text-heading-h4-font-weight);
  letter-spacing: var(--text-heading-h4-letter-spacing);
  font-style: var(--text-heading-h4-font-style);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.TOP .tech-description-text {
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--text-main-default-font-family);
  color: var(--1-txt-01);
  font-size: var(--text-main-default-font-size);
  line-height: var(--text-main-default-line-height);
  position: relative;
  font-weight: var(--text-main-default-font-weight);
  letter-spacing: var(--text-main-default-letter-spacing);
  font-style: var(--text-main-default-font-style);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.TOP .text-writer {
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--text-main-small-font-family);
  color: var(--very-dark);
  font-size: var(--text-main-small-font-size);
  line-height: var(--text-main-small-line-height);
  white-space: nowrap;
  position: relative;
  font-weight: var(--text-main-small-font-weight);
  letter-spacing: var(--text-main-small-letter-spacing);
  font-style: var(--text-main-small-font-style);
}

.TOP .tech-main {
  display: flex;
  flex-direction: column;
  width: 620px;
  height: 550px;
  margin:0px 20px 10px;
  align-items: flex-start;
  position: relative;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 6px #00000033;
}

.TOP .tech-main-text-wrapper {
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.TOP .slick-slider .slick-arrow {
  filter: none;
}

.TOP .arrow-img {
  position: relative;
  aspect-ratio: 1;
  top: 33%;
}

.TOP .arrow-way-next {
    transform: rotate(-180deg);
}

.arrow {
  position: absolute;
  top: 50% !important;
  text-align: center !important;
  font-size: 20px !important;
  transform: translateY(-50%);
  z-index: 10; /* コンテンツより前面に表示 */
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 4px !important;
  cursor: pointer;
  font-weight: bold;
  width: 40px !important;
  height: 40px !important;
  background-color: var(--1-primary-01);
  border-radius: 80px;
  border: none;
  cursor: pointer;
}

.arrow.top-sub-left {
  left: calc(50% - 660px);
}

.arrow.top-sub-right {
  right: calc(50% - 660px);
}

.arrow.tech-left {
  left: calc(50% - 330px);
}

.arrow.tech-right {
  right: calc(50% - 330px);
}

.TOP .img-wrapper {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: space-around;
  gap: 7.14px;
  position: absolute;
  background-color: var(--1-primary-01);
  border-radius: 71.43px;
}

.tech-carousel-main{
  position: relative;
}

.TOP .recommend-tag-wrapper {
  gap: 70px;
  align-self: stretch;
  width: 100%;
  display: flex;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
  margin-bottom: 80px;
}

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

.TOP .tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 8px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}

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

.TOP .education-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 56px;
  padding: 64px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--1-secondary-01);
  border-radius: 20px;
  overflow: hidden;
}

.TOP .education-wrapper-background-vector {
  position: absolute;
  top: 0;
  left: calc(50.00% - 640px);
  width: 1280px;
  height: 634px;
}

.TOP .education-head-wrapper {
  display: flex;
  width: 1152px;
  height: 235px;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.TOP .education-head {
  display: flex;
  flex-direction: column;
  width: 660px;
  align-items: flex-start;
  gap: 24px;
  position: relative;
}

.TOP .education-head-sub-title {
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--text-main-defaultbig-bold-font-family);
  color: var(--1-secondary-02);
  font-size: var(--text-main-defaultbig-bold-font-size);
  line-height: var(--text-main-defaultbig-bold-line-height);
  white-space: nowrap;
  position: relative;
  font-weight: var(--text-main-defaultbig-bold-font-weight);
  letter-spacing: var(--text-main-defaultbig-bold-letter-spacing);
  font-style: var(--text-main-defaultbig-bold-font-style);
}

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

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

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

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

.TOP .education-head-img {
  position: relative;
  width: 327.77px;
  height: 241.54px;
  margin-bottom: -6.54px;
}

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

.TOP .education-line {
  display: flex;
  width: 1152px;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.TOP .education {
  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: var(--1-gray-04);
  border-radius: 8px;
}

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

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

.TOP .education-title {
  width: 144px;
  margin-top: -1.00px;
  font-family: var(--text-heading-h3-font-family);
  color: var(--1-txt-01);
  font-size: var(--text-heading-h3-font-size);
  line-height: var(--text-heading-h3-line-height);
  position: relative;
  font-weight: var(--text-heading-h3-font-weight);
  letter-spacing: var(--text-heading-h3-letter-spacing);
  font-style: var(--text-heading-h3-font-style);
}

.TOP .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: var(--1-secondary-01);
  border-radius: 4px;
}

.TOP .education-tag-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--text-main-default-bold-font-family);
  color: var(--1-gray-04);
  font-size: var(--text-main-default-bold-font-size);
  line-height: var(--text-main-default-bold-line-height);
  white-space: nowrap;
  position: relative;
  font-weight: var(--text-main-default-bold-font-weight);
  letter-spacing: var(--text-main-default-bold-letter-spacing);
  font-style: var(--text-main-default-bold-font-style);
}

.TOP .education-sub-title {
  align-self: stretch;
  font-family: var(--text-main-default-bold-font-family);
  color: var(--1-primary-01);
  font-size: var(--text-main-default-bold-font-size);
  line-height: var(--text-main-default-bold-line-height);
  position: relative;
  font-weight: var(--text-main-default-bold-font-weight);
  letter-spacing: var(--text-main-default-bold-letter-spacing);
  font-style: var(--text-main-default-bold-font-style);
}

.TOP .education-more-btn {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  background-color: var(--1-primary-01);
  border-radius: 100px;
  text-decoration: none;
}

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

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

.TOP .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: var(--1-primary-01);
  border-radius: 4px;
}

.TOP .qbook-text-wrapper {
  display: flex;
  align-items: center;
  gap: 64px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.TOP .qbook-img {
  position: relative;
  width: 412.19px;
  height: 161px;
}

.TOP .qbook-text {
  flex: 1;
  margin-top: -1.00px;
  font-family: var(--text-main-default-font-family);
  color: var(--1-txt-01);
  font-size: var(--text-main-default-font-size);
  line-height: var(--text-main-default-line-height);
  position: relative;
  font-weight: var(--text-main-default-font-weight);
  letter-spacing: var(--text-main-default-letter-spacing);
  font-style: var(--text-main-default-font-style);
}

.TOP .footer {
  display: flex;
  flex-direction: column;
  width: 1440px;
  align-items: center;
  gap: 24px;
  padding: 40px 0px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--1-gray-04);
  border-top-width: 1px;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-color: var(--1-gray-04);
}

/* Original CSS code should be injected here */

/* Refactored CSS additions and modifications */

.TOP .more-link {
  height: 34px;
  align-items: flex-end;
  padding: 0px 8px;
  position: relative;
  align-self: stretch;
  text-decoration: none;
}

.TOP .main-carousel-article-btn{
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.TOP .menu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0px 120px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.TOP article {
  display: contents;
}

.TOP nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.TOP button:focus,
.TOP a:focus {
  outline: 2px solid var(--1-primary-01);
  outline-offset: 2px;
}

.TOP button:hover,
.TOP a:hover {
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

.TOP .column,
.TOP .tech-sub,
.TOP .tech-main,
.TOP .frame-52,
.TOP .frame-82 {
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.TOP .column:hover,
.TOP .tech-sub:hover,
.TOP .tech-main:hover,
.TOP .frame-52:hover,
.TOP .frame-82:hover {
  transform: translateY(-2px);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}

.tool-contents-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  gap:20px;
}

.tool-contents-wrapper-line {
  display: flex;
  height: 160px;
  align-items: center;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.tool-content {
  position: relative;
  flex: 1;
  width: 518px;
}

.tool-img {
  width: 100%;
}

/**/
.TOP .main-content-horizon {
  display: flex;
  align-items: flex-start;
  gap: 70px;
  position: relative;
  margin-bottom: 60px;
}

.TOP .news-header {
  flex-direction: column;
  width: 250px;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
  display: flex;
  position: relative;
}

.TOP .news-header-text-wrapper {
  align-items: center;
  gap: 10px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: var(--1-primary-01);
  display: flex;
  position: relative;
  padding-bottom: 5px;
}

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

.TOP .news {
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 16px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 6px #00000033;
  display: flex;
  position: relative;
}

.TOP .news-date {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--text-main-default-font-family);
  font-weight: var(--text-main-default-font-weight);
  color: var(--1-txt-01);
  font-size: var(--text-main-default-font-size);
  letter-spacing: var(--text-main-default-letter-spacing);
  line-height: var(--text-main-default-line-height);
  white-space: nowrap;
  font-style: var(--text-main-default-font-style);
}

.TOP .news-text {
  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);
  line-height: var(--text-main-defaultbig-line-height);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
  letter-spacing: var(--text-main-defaultbig-letter-spacing);
  font-style: var(--text-main-defaultbig-font-style);
}

.TOP .date{
  font-size: 14px;
}

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

.TOP .slider-top-sub {
  width: 100%;
  transform: translate(-50%, 0);
}

.TOP #aboutQbook {
  margin-bottom: 0px;
}

/* 技術情報カルーセル */
.TOP .slider-tech {
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}

.top-main-carousel{
  margin-bottom: 10px;
}

.top-main-carousel .slick-slide {
  z-index: 98 !important;
}

.top-main-carousel .slick-active {
  z-index: 99 !important;
}

.top-main-carousel .slide-item {
  text-align: center;
}

.top-main-carousel h2 {
  margin-top: 10px;
  font-size: 1.2em;
  color: #333;
}
.top-sub-carousel {
  position: relative;
  margin-bottom: 88px;
}

.top-sub-carousel .slick-slide {
  opacity: 0.5;
  text-align: center;
  transition: opacity 0.3s ease;
  margin: 0 5px;
}

.top-sub-carousel .slick-center {
  opacity: 1;
}

}



/* SP用CSS */

@media screen and (max-width: 767px) {
:root {
  --very-dark: rgba(139, 140, 146, 1);
  --text-main-default-font-family: "Hiragino Sans", Helvetica;
  --text-main-default-font-weight: 400;
  --text-main-default-font-size: 14px;
  --text-main-default-letter-spacing: 0px;
  --text-main-default-line-height: 179.99999523162842%;
  --text-main-default-font-style: normal;
  --text-main-small-font-family: "Hiragino Sans", Helvetica;
  --text-main-small-font-weight: 400;
  --text-main-small-font-size: 12px;
  --text-main-small-letter-spacing: 0px;
  --text-main-small-line-height: 179.99999523162842%;
  --text-main-small-font-style: normal;
  --text-heading-h2-font-family: "Hiragino Sans", Helvetica;
  --text-heading-h2-font-weight: 600;
  --text-heading-h2-font-size: 28px;
  --text-heading-h2-letter-spacing: 0px;
  --text-heading-h2-line-height: 150%;
  --text-heading-h2-font-style: normal;
  --text-main-small-bold-font-family: "Hiragino Sans", Helvetica;
  --text-main-small-bold-font-weight: 400;
  --text-main-small-bold-font-size: 12px;
  --text-main-small-bold-letter-spacing: 0px;
  --text-main-small-bold-line-height: 179.99999523162842%;
  --text-main-small-bold-font-style: normal;
  --text-main-defaultbig-font-family: "Hiragino Sans", Helvetica;
  --text-main-defaultbig-font-weight: 400;
  --text-main-defaultbig-font-size: 16px;
  --text-main-defaultbig-letter-spacing: 0px;
  --text-main-defaultbig-line-height: 179.99999523162842%;
  --text-main-defaultbig-font-style: normal;
  --text-heading-h4-font-family: "Hiragino Sans", Helvetica;
  --text-heading-h4-font-weight: 400;
  --text-heading-h4-font-size: 18px;
  --text-heading-h4-letter-spacing: 0px;
  --text-heading-h4-line-height: 150%;
  --text-heading-h4-font-style: normal;
  --text-heading-h3-font-family: "Hiragino Sans", Helvetica;
  --text-heading-h3-font-weight: 500;
  --text-heading-h3-font-size: 20px;
  --text-heading-h3-letter-spacing: 0px;
  --text-heading-h3-line-height: 150%;
  --text-heading-h3-font-style: normal;
  --text-main-defaultbig-bold-font-family: "Hiragino Sans", Helvetica;
  --text-main-defaultbig-bold-font-weight: 400;
  --text-main-defaultbig-bold-font-size: 16px;
  --text-main-defaultbig-bold-letter-spacing: 0px;
  --text-main-defaultbig-bold-line-height: 179.99999523162842%;
  --text-main-defaultbig-bold-font-style: normal;
  --text-heading-h1-font-family: "Hiragino Sans", Helvetica;
  --text-heading-h1-font-weight: 400;
  --text-heading-h1-font-size: 30px;
  --text-heading-h1-letter-spacing: 0px;
  --text-heading-h1-line-height: 150%;
  --text-heading-h1-font-style: normal;
  --text-main-default-bold-font-family: "Hiragino Sans", Helvetica;
  --text-main-default-bold-font-weight: 600;
  --text-main-default-bold-font-size: 12px;
  --text-main-default-bold-letter-spacing: 0px;
  --text-main-default-bold-line-height: 179.99999523162842%;
  --text-main-default-bold-font-style: normal;
  --: var(--1-txt-01);
  --1-secondary-01: rgba(70, 149, 212, 1);
  --1-txt-02: rgba(85, 85, 85, 1);
  --1-gray-04: rgba(255, 255, 255, 1);
  --1-primary-01: rgba(15, 88, 164, 1);
  --1-txt-01: rgba(51, 51, 51, 1);
  --1-secondary-02: rgba(190, 226, 255, 1);
  --1-txt-03: rgba(112, 112, 112, 1);
  --1-primary-02: rgba(33, 42, 103, 1);
  --1-back-blue: rgba(237, 244, 250, 1);
}

.TOP a {
  text-decoration: none;
}

.TOP {
  container-type: inline-size;
}

.TOP .main-carousel-wrapper {
  width:100cqw;
  margin:0px 0px !important;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  position: relative;
  flex: 0 0 auto;
}

.TOP .header {
  display: flex;
  flex-direction: column;
  /* width: 1440px; */
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
}

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

.TOP .header-news-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 140px;
  padding: 8px 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--1-secondary-02);
}

.TOP .header-news-text-wrapper {
  display: flex;
  width: 810px;
  align-items: center;
  gap: 100px;
  position: relative;
}

.TOP .header-news-text {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: var(--text-main-default-font-family);
  font-weight: var(--text-main-default-font-weight);
  color: var(--1-secondary-01);
  font-size: var(--text-main-default-font-size);
  letter-spacing: var(--text-main-default-letter-spacing);
  line-height: var(--text-main-default-line-height);
  font-style: var(--text-main-default-font-style);
}

.TOP .main-carousel-section {
  display: flex;
  flex-direction: column;
  /* width: 1060px; */
  align-items: flex-start;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
  margin-bottom: 70px;
}

.TOP .main-carousel-selected-article {
  display: inline-block;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--1-back-blue);
  height: 400px;
}

.main-carousel-selected-article-img-wrapper{
  width: 100%;
  text-align: center;
}

.TOP .main-carousel-selected-article-img {
  width: 100%;
  height: 250px;
  object-fit: contain;
  position: relative;
}

.TOP .main-carousel-selected-article-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  /* gap: 16px; */
  padding: 12px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

.TOP .categorie-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 4px 16px;
  border-radius: 4px;
  border: 1px solid;
  border-color: var(--1-primary-01);
  position: relative;
  flex: 0 0 auto;
  text-decoration: none;
}

.TOP .categorie-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1.00px;
  color: var(--1-primary-01);
  font-size: var(--text-main-small-font-size);
  line-height: var(--text-main-small-line-height);
  white-space: nowrap;
  position: relative;
  font-family: var(--text-main-small-font-family);
  font-weight: var(--text-main-small-font-weight);
  letter-spacing: var(--text-main-small-letter-spacing);
  font-style: var(--text-main-small-font-style);
}

.TOP .main-carousel-selected-article-title {
  align-self: stretch;
  font-family: var(--text-heading-h2-font-family);
  color: var(--1-txt-01);
  font-size: 20px;
  line-height: var(--text-heading-h2-line-height);
  position: relative;
  font-weight: var(--text-heading-h2-font-weight);
  letter-spacing: var(--text-heading-h2-letter-spacing);
  font-style: var(--text-heading-h2-font-style);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.TOP .main-carousel-selected-article-update-date {
  font-family: var(--text-main-small-bold-font-family);
  color: var(--1-primary-01);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  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);
  white-space: nowrap;
  font-style: var(--text-main-small-bold-font-style);
}

.TOP .main-carousel-nav {
  display: flex;
  width: 1280px;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
  margin-right: -220.00px;
}

.TOP .main-carousel-article-btn {
  position: relative;
  width: 197px;
  height: 112px;
  background-image: url(./img/frame-1597892951.png);
  background-size: cover;
  background-position: 50% 50%;
}

.TOP .main-content {
  flex-direction: column;
  /* width: 1060px; */
  gap: 32px;
  display: flex;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
  margin-bottom: 128px;
}

.TOP .content-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: var(--1-primary-01);
  padding-bottom: 5px;
  margin-bottom: 40px;
}

.TOP .content-header-title-eng {
  position: absolute;
  top: -64px;
  left: -17px;
  font-family: "Hiragino Sans-W5", Helvetica;
  font-weight: 400;
  color: var(--1-secondary-02);
  font-size: 32px;
  letter-spacing: 0;
  line-height: 72px;
  white-space: nowrap;
}

.TOP .content-header-title {
  width: fit-content;
  /* margin-top: -1.00px;
  margin-left: -367.75px; */
  top:-31px;
  font-family: var(--text-heading-h2-font-family);
  color: var(--1-primary-01);
  font-size: var(--text-heading-h2-font-size);
  line-height: var(--text-heading-h2-line-height);
  white-space: nowrap;
  position: absolute;
  font-weight: var(--text-heading-h2-font-weight);
  letter-spacing: var(--text-heading-h2-letter-spacing);
  font-style: var(--text-heading-h2-font-style);
}

.TOP .content-header-sub-title {
  width: 100%;
  text-align:left;
  font-family: var(--text-main-defaultbig-font-family);
  color: var(--1-primary-01);
  font-size: 12px;
  line-height: var(--text-main-defaultbig-line-height);
  position: absolute;
  top:15px;
  font-weight: var(--text-main-defaultbig-font-weight);
  letter-spacing: var(--text-main-defaultbig-letter-spacing);
  font-style: var(--text-main-defaultbig-font-style);
}

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

.TOP .columns-title-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-left-width: 8px;
  border-left-style: solid;
  border-color: var(--1-primary-01);
}

.TOP .columns-title {
  width: fit-content;
  font-family: var(--text-main-defaultbig-font-family);
  color: var(--1-primary-01);
  font-size: var(--text-main-defaultbig-font-size);
  line-height: var(--text-main-defaultbig-line-height);
  white-space: nowrap;
  position: relative;
  font-weight: var(--text-main-defaultbig-font-weight);
  letter-spacing: var(--text-main-defaultbig-letter-spacing);
  font-style: var(--text-main-defaultbig-font-style);
}

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

.TOP .column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 6px #00000033;
  margin-bottom:20px;
}

.TOP .column-img-wrapper {
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: 4px 4px 0px 0px;
  aspect-ratio: 1.77;
  background-image: url(./img/frame-1597883069-9.png);
  background-size: cover;
  background-position: 50% 50%;
}

.colum-card-img{
  width: 100%;
}

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

.TOP .column-text {
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--text-main-default-font-family);
  color: var(--1-txt-03);
  font-size: var(--text-main-default-font-size);
  line-height: var(--text-main-default-line-height);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  font-weight: var(--text-main-default-font-weight);
  letter-spacing: var(--text-main-default-letter-spacing);
  font-style: var(--text-main-default-font-style);
}

.TOP .categorie-with-update-date {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-top: 10px;
}

.TOP .column-categorie-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px 8px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}


.TOP .column-update-date {
  margin-top: -1.00px;
  font-family: var(--text-main-small-font-family);
  color: #8a8b91;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-weight: var(--text-main-small-font-weight);
  font-size: var(--text-main-small-font-size);
  letter-spacing: var(--text-main-small-letter-spacing);
  line-height: var(--text-main-small-line-height);
  white-space: nowrap;
  font-style: var(--text-main-small-font-style);
}

.more-wrapper{
  width: 100%;
  text-align: right;
}

.TOP .more-text {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Noto Sans JP-Regular", Helvetica;
  font-weight: 400;
  color: var(--1-primary-01);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.TOP .more-vector {
  position: absolute;
  top: 19px;
  right: 0;
  width: 51px;
  height: 9px;
}

.TOP .tech-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: 10px;
}

.TOP .techs {
  display: flex;
  width: 100cqw;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  overflow: hidden;
  position: relative;
  flex: 0 0 auto;
  margin-left: -110.00px;
  margin-right: -110.00px;
  padding: 0 0 2px 0;
}

.TOP .techs .slider{
  position: static !important;
}

.TOP .tech-sub {
  display: flex;
  flex-direction: column;
  width: 620px;
  align-items: flex-start;
  position: relative;
  margin-left: -330.00px;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 6px #00000033;
}

.TOP .tech-sub-text-wrapper {
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.TOP .tech-title {
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--text-heading-h4-font-family);
  color: var(--1-txt-01);
  font-size: var(--text-heading-h4-font-size);
  line-height: var(--text-heading-h4-line-height);
  position: relative;
  font-weight: var(--text-heading-h4-font-weight);
  letter-spacing: var(--text-heading-h4-letter-spacing);
  font-style: var(--text-heading-h4-font-style);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.TOP .tech-description-text {
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--text-main-default-font-family);
  color: var(--1-txt-01);
  font-size: var(--text-main-default-font-size);
  line-height: var(--text-main-default-line-height);
  position: relative;
  font-weight: var(--text-main-default-font-weight);
  letter-spacing: var(--text-main-default-letter-spacing);
  font-style: var(--text-main-default-font-style);
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.TOP .text-writer {
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--text-main-small-font-family);
  color: var(--very-dark);
  font-size: var(--text-main-small-font-size);
  line-height: var(--text-main-small-line-height);
  white-space: nowrap;
  position: relative;
  font-weight: var(--text-main-small-font-weight);
  letter-spacing: var(--text-main-small-letter-spacing);
  font-style: var(--text-main-small-font-style);
}

.TOP .tech-main {
  display: flex;
  flex-direction: column;
  width: 280px;
  height: 350px;
  align-items: flex-start;
  position: relative;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 6px #00000033;
  margin:0 10px 5px;
}

.TOP .tech-main-text-wrapper {
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.TOP .slick-slider .slick-arrow {
  filter: none;
}

.TOP .arrow-img {
  position: relative;
  aspect-ratio: 1;
  top: 33%;
}

.TOP .arrow-way-next {
    transform: rotate(-180deg);
}

.arrow {
  position: absolute;
  top: 50% !important;
  text-align: center !important;
  font-size: 20px !important;
  transform: translateY(-50%);
  z-index: 10; /* コンテンツより前面に表示 */
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 4px !important;
  cursor: pointer;
  font-weight: bold;
  width: 40px !important;
  height: 40px !important;
  background-color: var(--1-primary-01);
  border-radius: 80px;
  border: none;
  cursor: pointer;
}

.arrow.tech-left {
  left: calc(50% - 170px);
}

.arrow.tech-right {
  right: calc(50% - 170px);
}

.TOP .img-wrapper {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: space-around;
  gap: 7.14px;
  position: absolute;
  background-color: var(--1-primary-01);
  border-radius: 71.43px;
}

.tech-carousel-main{
  position: relative;
}

.TOP .recommend-tag-wrapper {
  align-self: stretch;
  width: 100%;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
  margin-bottom: 80px;
}

.TOP .recommend-tag-title {
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--text-heading-h3-font-family);
  color: var(--1-primary-01);
  font-size: var(--text-heading-h3-font-size);
  line-height: var(--text-heading-h3-line-height);
  white-space: nowrap;
  position: relative;
  font-weight: var(--text-heading-h3-font-weight);
  letter-spacing: var(--text-heading-h3-letter-spacing);
  font-style: var(--text-heading-h3-font-style);
  margin-bottom: 20px;
}

.TOP .tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 8px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}

.TOP .download-wrapper {
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.TOP .education-wrapper {
  /* display: flex;
  flex-direction: column; */
  align-items: flex-start;
  justify-content: center;
  gap: 56px;
  padding: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--1-secondary-01);
  border-radius: 20px;
  overflow: hidden;
}

.TOP .education-wrapper-background-vector {
  position: absolute;
  top: 90px;
  left: -400px;
  max-width: 1100px !important;
  width: 1100px;
}

.TOP .education-head-wrapper {
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.TOP .education-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
}

.TOP .education-head-sub-title {
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--text-main-defaultbig-bold-font-family);
  color: var(--1-secondary-02);
  font-size: var(--text-main-defaultbig-bold-font-size);
  line-height: var(--text-main-defaultbig-bold-line-height);
  position: relative;
  font-weight: var(--text-main-defaultbig-bold-font-weight);
  letter-spacing: var(--text-main-defaultbig-bold-letter-spacing);
  font-style: var(--text-main-defaultbig-bold-font-style);
  margin-bottom: -16px;
}

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

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

.TOP .education-more-wrapper {
  width: 100%;
  height: 51px;
  align-items: center;
  justify-content: space-between;
  padding: 8px 24px;
  position: relative;
  background-color: var(--1-gray-04);
  border-radius: 100px;
  text-decoration: none;
}

.TOP .education-more-wrapper .main-carousel-selected-article-update-date {
  margin: 0 auto;
}

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

.TOP .education-head-img-wrapper{
  text-align: center;
  margin-bottom: 20px;
}

.TOP .education-head-img {
  position: relative;
  width: 70%;
}

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

.TOP .education-line {
  position: relative;
  flex: 0 0 auto;
}

.TOP .education {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  padding: 20px 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: var(--1-gray-04);
  border-radius: 8px;
  margin-bottom: 20px;
}

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

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

.TOP .education-title {
  margin-top: -1.00px;
  margin-right: 5px;
  font-family: var(--text-heading-h3-font-family);
  color: var(--1-txt-01);
  font-size: var(--text-heading-h3-font-size);
  line-height: var(--text-heading-h3-line-height);
  position: relative;
  font-weight: var(--text-heading-h3-font-weight);
  letter-spacing: var(--text-heading-h3-letter-spacing);
  font-style: var(--text-heading-h3-font-style);
}

.TOP .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: var(--1-secondary-01);
  border-radius: 4px;
  margin-left: 5px;
}

.TOP .education-tag-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--text-main-default-bold-font-family);
  color: var(--1-gray-04);
  font-size: var(--text-main-default-bold-font-size);
  line-height: var(--text-main-default-bold-line-height);
  white-space: nowrap;
  position: relative;
  font-weight: var(--text-main-default-bold-font-weight);
  letter-spacing: var(--text-main-default-bold-letter-spacing);
  font-style: var(--text-main-default-bold-font-style);
}

.TOP .education-sub-title {
  align-self: stretch;
  font-family: var(--text-main-default-bold-font-family);
  color: var(--1-primary-01);
  font-size: var(--text-main-default-bold-font-size);
  line-height: var(--text-main-default-bold-line-height);
  position: relative;
  font-weight: var(--text-main-default-bold-font-weight);
  letter-spacing: var(--text-main-default-bold-letter-spacing);
  font-style: var(--text-main-default-bold-font-style);
}

.TOP .education-more-btn {
  display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
  top:0px;
  right: 0px;
  background-color: var(--1-primary-01);
  border-radius: 100px;
  text-decoration: none;
}

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

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

.TOP .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: var(--1-primary-01);
  border-radius: 4px;
  margin-left:5px;
}

.TOP #aboutQbook {
  margin-bottom: 0px;
}

.TOP .qbook-text-wrapper {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin: -8px 0;
}

.TOP .qbook-img {
  position: relative;
  order:1;
}

.TOP .qbook-text {
  flex: 1;
  margin-top: -1.00px;
  font-family: var(--text-main-default-font-family);
  color: var(--1-txt-01);
  font-size: var(--text-main-default-font-size);
  line-height: var(--text-main-default-line-height);
  position: relative;
  font-weight: var(--text-main-default-font-weight);
  letter-spacing: var(--text-main-default-letter-spacing);
  font-style: var(--text-main-default-font-style);
  order: 2;
}

.TOP .footer {
  display: flex;
  flex-direction: column;
  width: 1440px;
  align-items: center;
  gap: 24px;
  padding: 40px 0px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--1-gray-04);
  border-top-width: 1px;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-color: var(--1-gray-04);
}

/* Original CSS code should be injected here */

/* Refactored CSS additions and modifications */

.TOP .more-link {
  height: 34px;
  align-items: flex-end;
  padding: 0px 8px;
  position: relative;
  align-self: stretch;
  text-decoration: none;
}

.TOP .main-carousel-article-btn{
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.TOP .menu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0px 120px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.TOP article {
  display: contents;
}

.TOP nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.TOP button:focus,
.TOP a:focus {
  outline: 2px solid var(--1-primary-01);
  outline-offset: 2px;
}

.TOP button:hover,
.TOP a:hover {
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

.TOP .column,
.TOP .tech-sub,
.TOP .tech-main{
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.TOP .column:hover,
.TOP .tech-sub:hover,
.TOP .tech-main:hover{
  transform: translateY(-2px);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}

.tool-contents-wrapper {
  align-items: flex-start;
  position: relative;
  margin-top: -12px;
}

.tool-contents-wrapper-line {
  height: 160px;
  align-items: center;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  margin-bottom: 45px;
}

.tool-content {
  position: relative;
  flex: 1;
}

.tool-img {
  width: 100%;
}

.tool-content-wrapper{
  margin-bottom: 15px;
}


/**/
.TOP .main-content-horizon {
  gap: 70px;
  position: relative;
  margin-bottom: 60px;
}

.TOP .news-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
  display: flex;
  position: relative;
  margin-bottom: 20px;
}

.TOP .news-header-text-wrapper {
  align-items: center;
  gap: 10px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: var(--1-primary-01);
  display: flex;
  position: relative;
  padding-bottom: 5px;
}

.TOP .news-header-more-wrapper {
  position: absolute;
  width: 100%;
  text-align: right;
  top:-30px;
}

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

.TOP .news {
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 16px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 6px #00000033;
  display: flex;
  position: relative;
}

.TOP .news-date {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--text-main-default-font-family);
  font-weight: var(--text-main-default-font-weight);
  color: var(--1-txt-01);
  font-size: var(--text-main-default-font-size);
  letter-spacing: var(--text-main-default-letter-spacing);
  line-height: var(--text-main-default-line-height);
  white-space: nowrap;
  font-style: var(--text-main-default-font-style);
}

.TOP .news-text {
  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);
  line-height: var(--text-main-defaultbig-line-height);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
  letter-spacing: var(--text-main-defaultbig-letter-spacing);
  font-style: var(--text-main-defaultbig-font-style);
}

.top-main-carousel{
  margin-bottom: 10px;
}

.top-main-carousel .slick-slide {
  z-index: 98 !important;
}

.top-main-carousel .slick-active {
  z-index: 99 !important;
}

.top-main-carousel .slide-item {
  text-align: center;
}

.top-main-carousel h2 {
  margin-top: 10px;
  font-size: 1.2em;
  color: #333;
}

.top-sub-carousel {
  position: relative;
  margin-bottom: 100px;
}

.top-sub-carousel .slick-slide {
  opacity: 0.5;
  text-align: center;
  transition: opacity 0.3s ease;
  margin: 0 5px;
}

.top-sub-carousel .slick-center {
  opacity: 1;
}

}
