:root {
  --text-main-small-bold-font-family: "Noto Sans JP", Helvetica;
  --text-main-small-bold-font-weight: 700;
  --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-default-bold-font-family: "Noto Sans JP", Helvetica;
  --text-main-default-bold-font-weight: 700;
  --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;
  --text-main-default-font-family: "Noto Sans JP", 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-heading-h2-font-family: "Noto Sans JP", Helvetica;
  --text-heading-h2-font-weight: 700;
  --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-defaultbig-bold-font-family: "Noto Sans JP", Helvetica;
  --text-main-defaultbig-bold-font-weight: 700;
  --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-main-defaultbig-font-family: "Noto Sans JP", 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-h3-font-family: "Noto Sans JP", Helvetica;
  --text-heading-h3-font-weight: 700;
  --text-heading-h3-font-size: 24px;
  --text-heading-h3-letter-spacing: 0px;
  --text-heading-h3-line-height: 150%;
  --text-heading-h3-font-style: normal;
  --: var(--1-txt-01);
  --WF-50: rgba(239, 239, 239, 1);
  --1-secondary-01: rgba(70, 149, 212, 1);
  --1-gray-04: rgba(255, 255, 255, 1);
  --1-secondary-01-duplicate: rgba(70, 149, 212, 1);
  --1-txt-02: rgba(85, 85, 85, 1);
  --1-txt-01: rgba(51, 51, 51, 1);
  --1-txt-03: rgba(112, 112, 112, 1);
  --1-primary-01: rgba(15, 88, 164, 1);
  --1-gray-02: rgba(170, 170, 170, 1);
  --1-back-blue-02: rgba(223, 240, 252, 1);
  --1-back-blue-02-duplicate: rgba(223, 240, 252, 1);
  --1-secondary-02: rgba(190, 226, 255, 1);
}

/* タイトル */
.pageTitle__area {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 64px;
  padding: 0px 0px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

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

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

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

.img {
  width: 100%;
  max-height: 266px;
  aspect-ratio: 1.756;
}

/* 人気資料 */
.pickup__area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 32px 0 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  z-index: 10;
  background-color: var(--1-back-blue-02);
}

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

.pickup__title--txt {
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--text-heading-h2-font-family);
  font-weight: var(--text-heading-h2-font-weight);
  color: var(--1-primary-01);
  font-size: var(--text-heading-h2-font-size);
  text-align: center;
  line-height: var(--text-heading-h2-line-height);
  position: relative;
  letter-spacing: var(--text-heading-h2-letter-spacing);
  font-style: var(--text-heading-h2-font-style);
}

.dataWrapper {
  display: flex;
  gap: 24px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  flex-wrap: wrap;
}

.pickupData {
  justify-content: center;
  flex: 1;
  flex-grow: 1;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 1px 4px #0000004c;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  text-decoration: none;
  z-index: 1;
}

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

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

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

.eachData__txt--title {
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--text-main-defaultbig-bold-font-family);
  font-weight: var(--text-main-defaultbig-bold-font-weight);
  color: var(--1-primary-01);
  font-size: var(--text-main-defaultbig-bold-font-size);
  line-height: var(--text-main-defaultbig-bold-line-height);
  position: relative;
  letter-spacing: var(--text-main-defaultbig-bold-letter-spacing);
  font-style: var(--text-main-defaultbig-bold-font-style);
}

.eachData__txt--description {
  align-self: stretch;
  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);
  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;
  letter-spacing: var(--text-main-default-letter-spacing);
  font-style: var(--text-main-default-font-style);
}

.eachData__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--1-primary-01);
  margin-top: auto;
}

.eachData__footer--txt {
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--text-main-defaultbig-font-family);
  font-weight: var(--text-main-defaultbig-font-weight);
  color: var(--1-gray-04);
  font-size: var(--text-main-defaultbig-font-size);
  line-height: var(--text-main-defaultbig-line-height);
  white-space: nowrap;
  position: relative;
  letter-spacing: var(--text-main-defaultbig-letter-spacing);
  font-style: var(--text-main-defaultbig-font-style);
}

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

/* 資料一覧 */
.dataList__area {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 64px;
  padding: 40px 0px 80px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

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

.sidebar {
  display: flex;
  flex-direction: column;
  width: 290px;
  align-items: flex-start;
  border-radius: 8px;
  position: sticky;
}

.sidebar__item {
  display: flex;
  text-align: left;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-left-width: 1px;
  border-left-style: solid;
  border-color: var(--1-gray-02);
}

.sidebar__item--txt {
  flex: 1;
  margin-top: -1.00px;
  font-weight: var(--text-main-defaultbig-bold-font-weight);
  color: var(--1-txt-03);
  font-size: var(--text-main-defaultbig-bold-font-size);
  line-height: var(--text-main-defaultbig-bold-line-height);
  position: relative;
  font-family: var(--text-main-defaultbig-bold-font-family);
  letter-spacing: var(--text-main-defaultbig-bold-letter-spacing);
  font-style: var(--text-main-defaultbig-bold-font-style);
}

.tab-active--txt {
  margin-top: -2.00px;
  color: var(--1-primary-01);
}

.categoryLinkTab {
  top: 0px;
  position: sticky;
  z-index: 2;
  width: 100%;
  background-color: #fff;
  margin-bottom: 12px;
}

.contentsLink {
  display: flex;
  position: relative;
  align-items: flex-start;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  background-color: #fff;
  padding: 0 calc((100vw - 342px) / 2);
}

.contentsLink__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 16px ;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
  z-index: 1;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: var(--1-gray-02);
}

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

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

.eachDataList__title--wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 0px;
  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);
}

.eachDataList__title--txt {
  width: fit-content;
  margin-top: -1.00px;
  padding-top: 4px;
  font-family: var(--text-heading-h3-font-family);
  font-weight: var(--text-heading-h3-font-weight);
  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;
  letter-spacing: var(--text-heading-h3-letter-spacing);
  font-style: var(--text-heading-h3-font-style);
}

.eachData {
  width: calc(50% - 8px);
  justify-content: center;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 1px 4px #0000004c;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  text-decoration: none;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .tab-active {
    border-left-width: 2px;
    border-left-style: solid;
    border-color: var(--1-primary-01);
  }
}

@media screen and (max-width: 767px) {
  /* タイトル */
  .pageTitle__area {
    padding: 24px;
  }

  .pageTitle__wrapper {
    padding-bottom: 24px;
  }

  /* 人気資料 */
  .pickup__area {
    padding: 56px 0;
  }

  .dataWrapper {
    flex-direction: column;
  }

  /* 資料一覧 */
  .dataList__area {
    padding: 32px 0;
  }

  .dataList__wrapper {
    flex-direction: column;
    gap: 32px;
  }

  .tab-active {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-color: var(--1-primary-01);
  }

  .dataList {
    gap: 64px;
  }

  .eachData {
    width: 100%;
  }
}