.pagetitle__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  padding-bottom: 40px;
}

.pagetitle__text {
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Hiragino Sans-W6", Helvetica;
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
  font-size: 30px;
  line-height: 45px;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0;
}

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

/* カルーセルボタン */
.slider__sign {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: space-around;
  padding: 12px 20px;
  position: absolute;
  top: 50%;
  right: -20px;
  background-color: rgba(15, 88, 164, 1);
  background-image: url("../img/arrow_back_white.png");
  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: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: space-around;
  padding: 12px 20px;
  position: absolute;
  top: 50%;
  left: -20px;
  background-color: rgba(15, 88, 164, 1);
  background-image: url("../img/arrow_back_white.png");
  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;
}

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

#btnContainer1 {
  top: -215px;
}

#btnContainer2 {
  top: -320px;
}

/* コラム */
.columnArea {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
  margin-bottom: 40px;
}

.sectionTitle__wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: rgba(15, 88, 164, 1);
}

.sectionTitle__en {
  position: absolute;
  top: -38px;
  left: -47px;
  font-family: "Hiragino Sans-W5", Helvetica;
  font-weight: 400;
  color: rgba(190, 226, 255, 1);
  font-size: 48px;
  letter-spacing: 0;
  line-height: 72px;
  white-space: nowrap;
}

.sectionTitle__jp {
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: rgba(15, 88, 164, 1);
  font-size: 32px;
  line-height: 150%;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0px;
  font-style: normal;
}

.moreLink__wrapper {
  display: flex;
  flex-direction: column;
  height: 34px;
  align-items: flex-end;
  padding: 0px 8px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

/* ランキング */
.columnRanking__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  overflow-x: hidden;
  flex: 0 0 auto;
  padding-bottom: 5px;
  margin-bottom: 35px;
}

.sectionSubTitle__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: rgba(15, 88, 164, 1);
  justify-content: space-between;
}

.sectionSubTitle__txt {
  width: fit-content;
  font-family: "Noto Sans JP-Medium", Helvetica;
  font-weight: 500;
  color: rgba(15, 88, 164, 1);
  font-size: 20px;
  line-height: 30px;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0;
}

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

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

.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:hover {
  box-shadow: 0px 2px 5px 2px #00000042;
  opacity: 1;
}

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

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

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

/* 新着記事 */
.newArrival__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  padding-bottom: 80px;
}

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

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

.article__item:hover {
  box-shadow: 0px 2px 5px 2px #00000042;
  opacity: 1;
}

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

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

.article__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;
}

.article__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;
}

/* 技術情報 */
.techArea {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 40px;
  padding: 40px 0px;
  position: relative;
  overflow-x: hidden;
  justify-content: center;
  flex: 0 0 auto;
}

.techCarousel__wrapper {
  display: block;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  max-width: 1312px;
  margin: 0 auto;
  overflow: visible;
  flex: 0 0 auto;
  scroll-behavior: none;
}

.techCarousel {
  display: flex;
  flex-direction: column;
  width: 624px;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  margin: 0 16px;
  flex: 0 0 auto;
}

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

.techArticle__item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px;
  position: relative;
  align-self: stretch;
  width: 624px;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 1px 4px #0000004c;
  transition: .2s;
  text-decoration: none;
}

.techArticle__item:hover {
  box-shadow: 0px 2px 5px 2px #0000004c;
  opacity: 1;
}

.techArticle__item--img {
  width: 221px;
  position: relative;
  border-radius: 4px 4px 0px 0px;
  aspect-ratio: 1.77;
}

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

.techArticle__item--title {
  align-self: stretch;
  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;
}

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

.author__name {
  width: fit-content;
  font-family: "Noto Sans JP-Regular", Helvetica;
  font-weight: 400;
  color: rgba(112, 112, 112, 1);
  font-size: 12px;
  line-height: 21.6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  letter-spacing: 0;
}

/* 資格情報 */
.licenseArea {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  padding: 80px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

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

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

.sectionSubTitle__wrapper--license {
  padding: 4px 24px 4px 14px;
  display: flex;
  align-items: center;
  gap: 22px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-left-width: 5px;
  border-left-style: solid;
  border-color: rgba(15, 88, 164, 1);
  justify-content: space-between;
}

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

.license__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 12px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #94c0ec08;
  border-radius: 4px;
  border-left-width: 8px;
  border-left-style: solid;
  box-shadow: 0px 1px 4px #0000004c;
}

.license__item a {
  text-decoration: none;
}

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

.license__item--title {
  position: relative;
  width: fit-content;
  font-family: "Noto Sans JP-Bold", Helvetica;
  font-weight: 700;
  color: #333333;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28.8px;
  white-space: nowrap;
}

.license__item--tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  flex: 0 0 auto;
}

.license-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 1px 8px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 4px;
  border: 1px solid;
  font-family: "Noto Sans JP-Regular", Helvetica;
  font-weight: 400;
  font-size: 12px;
  line-height: 21.6px;
  width: fit-content;
  letter-spacing: 0;
  white-space: nowrap;
}

.license__item--link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  border-radius: 4px;
}

.license__item--linktxt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: rgba(15, 88, 164, 1);
  font-size: 14px;
  line-height: 179.99999523162842%;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0px;
  font-style: normal;
}

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

.license__item--detail {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: #333333;
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 180%;
  font-style: normal;
}

.license__otherPageLinks--wrapper {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
}

.license__otherPageLink {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px;
  position: relative;
  width: 125px;
  background-color: #0f58a4;
  border-radius: 4px;
}

.license__otherPageLink--text {
  width: fit-content;
  font-family: "Noto Sans JP-Regular", Helvetica;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  text-align: center;
  line-height: 25.2px;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0;
}

.frame-color--green {
    border-color: #40b023;
    background-color: rgba(40, 176, 23, 0.02);
}

.frame-color--yellow {
    border-color: #f28c28;
    background-color: rgba(242, 140, 28, 0.02);
}

.frame-color--red {
    border-color: #e53935;
    background-color: rgba(229, 39, 35, 0.02);
}

.color-opt--green {
  color: #40b023;
  border-color: #40b023;
}

.color-opt--yellow {
  color: #f28c28;
  border-color: #f28c28;
}

.color-opt--red {
  color: #e53935;
  border-color: #e53935;
}

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

@media screen and (max-width: 767px) {
  .pagetitle__wrapper {
    gap: 0px;
    padding-bottom: 24px;
  }

  .pagetitle__text {
    font-size: 20px;
  }

  .pagetitle__highlight {
    height: 3px;
  }

  .slider__sign {
    display: none;
  }

  /* カルーセルボタン */
  .slider__sign, .slider__sign--left {
    display: none !important;
  }

  /* コラム */
  .columnArea {
    gap: 24px;
  }

  .sectionTitle__wrapper {
    margin: 8px 0;
  }

  .sectionTitle__en {
    top: -17.5px;
    left: -14px;
    font-size: 32px;
    line-height: 48px;
  }

  .moreLink__wrapper {
    padding: 0;
  }

  /* ランキング */
  .columnRanking__wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .sectionSubTitle__wrapper {
    border-left-width: 5px;
  }

  .sectionSubTitle__txt {
    white-space: normal;
  }

  .carousel__wrapper {
    gap: 16px;
    max-width: 336px;
  }

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

  .carousel__item--img {
    width: 100%;
    height: auto;
    border-radius: 8px 8px 0px 0px;
  }

  .carousel__item--txtarea {
    width: 100%;
    gap: 12px;
    padding: 16px 12px;
  }

  .carousel__item--title {
    color: rgba(51, 51, 51, 1);
  }

  /* 新着記事 */
  .newArrival__wrapper {
    padding-bottom: 16px;
  }

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

  /* 技術情報 */
  .techArea {
    gap: 24px;
  }

  .techCarousel__wrapper {
    max-width: 342px;
  }

  .techCarousel {
    width: 100%;
    margin: 0;
  }

  .techArticles {
    gap: 24px;
    width: 100%;
  }

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

  .techArticle__item--img {
    width: 334px;
    height: 189px;
    position: relative;
    border-radius: 4px 4px 0px 0px;
    aspect-ratio: 1.77;
  }

  /* 資格情報 */
  .licenseArea {
    gap: 20px;
    padding: 16px 0px 56px;
  }

  .license__wrapper {
    gap: 39px;
  }

  .license__itemWrapper {
    gap: 16px;
  }

  .license__item {
    padding: 12px 20px;
    gap: 7px;
  }

  .license__item--header {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .license__item--title {
    font-size: 14px;
    white-space: normal;
  }

  .license__item--main {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .license__otherPageLinks--wrapper {
    gap: 6px;
  }

  .license__otherPageLink {
    width: 100%;
    flex: 1;
  }

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