/* ------------------------------ */
/* page: 資料ダウンロード (1440px幅デザイン) */
/* ------------------------------ */

/* 下層ページ用コンテナ幅 */
.page--download .l-container {
  --container-max: 1320px;
  --container-gutter: 60px;
}

/* MV下の導入セクション */
.downloadIntro {
  padding: 64px 0 80px;
  background: var(--color-white);
}

.downloadIntro__inner {
  padding: 0 150px;
}

.downloadIntro__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 38px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
}

.downloadIntro__text {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}

.downloadIntro__text:last-child {
  margin-bottom: 0;
}

/* 資料紹介カード */
.downloadCards {
  padding: 0 0 80px;
  background: var(--color-white);
}

.downloadCards .l-container {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.docCard {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 100px;
  background: var(--color-white);
  border: 1px solid var(--color-orange-2);
  overflow: hidden;
  border-radius: 10px;
}

.docCard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 70px 0 0;
  border-color: var(--color-orange-2) transparent transparent transparent;
  border-radius: 10px 0 0;
}

.docCard--blueGreen {
  border-color: var(--color-blue-green);
}

.docCard--blueGreen::before {
  border-color: var(--color-blue-green) transparent transparent transparent;
}

.docCard--purple {
  border-color: var(--color-purple);
}

.docCard--purple::before {
  border-color: var(--color-purple) transparent transparent transparent;
}

.docCard__thumb {
  width: 300px;
  height: 200px;
  margin-right: 48px;
  flex-shrink: 0;
  background: var(--color-gray);
}

.docCard__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 16px;
}

.docCard__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 30px;
  line-height: 1.45;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}

.docCard__text {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-bottom: 28px;
}

.docCard__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 65px;
  border: 1px solid var(--color-gray-646464);
  border-radius: 999px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.docCard__btn::after {
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* 一括資料ダウンロードカード */
.bulkCard {
  width: 640px;
  height: 320px;
  margin: 0 auto;
  background: rgba(201, 213, 213, 0.65);
  border-radius: 8px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 24px;
}

.bulkCard__inner {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bulkCard__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 16px;
}

.bulkCard__text {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 28px;
  letter-spacing: 0.02em;
}

.bulkCard__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  min-width: 320px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--color-gray-646464);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  background: var(--color-white);
  font-weight: 700;
}

.bulkCard__btn::after {
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 12px;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E")
    center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

