/* ===================================================
  lower-v2.css
  下層ページ固有
  ・問い合わせフォーム/DLフォーム共通部分
  ・導入事例
  ・導入企業一覧
  ・お役立ち資料
=================================================== */

/* ===================================================
  common
=================================================== */

/* ========================================
  タブレット：FVより下のPCデザインを縮小
======================================== */

@media screen and (min-width: 768px) and (max-width: 1060px) {

  html,
  body {
    overflow-x: hidden;
  }

  .tablet-scale-area {
    width: 1060px;
    max-width: none;
    zoom: var(--top-tablet-section-scale, 1);
  }
}

/* -------------------- eye catch -------------------- */
.hero {
  height: 369px;
  overflow: hidden;
  background: #eff2f4;
  position: relative;
  margin-bottom: 70px;
}

.hero:after {
  content: "";
  position: absolute;
  width: 2000px;
  height: 2000px;
  background: #e2edf3;
  transform: rotate(60deg);
  left: 35%;
  top: -140px;
}

.hero-inner {
  max-width: var(--contents-max-width);
  margin: auto;
  margin-top: var(--header-height);
  position: relative;
  z-index: 1
}

.hero-inner--left {
  padding-top: 72px;
}

.hero h2 {
  display: inline-block;
  color: var(--maeq-navy02);
  font-size: 50px;
  margin: 0 0 25px;
  position: relative;
  line-height: 1.3;
  font-weight: var(--w-bold);
}

.spark {
  position: absolute;
  right: -15%;
  top: -29%;
  z-index: -1;
}

.hero p {
  line-height: 1.9;
  margin: 0
}

.hero-img {
  width: 260px;
  height: 175px;
  position: relative;
}

@media(max-width:1076px) {
  .hero-inner {
    margin-left: 24px;
    margin-right: 24px;
    padding: 0 24px
  }
}

@media(max-width:860px) {
  .hero {
    height: 400px;
  }

  .hero-inner--left {
    padding-right: 250px;
  }
}

@media(max-width:767px) {
  .hero {
    margin-bottom: 50px;
  }

  .hero-inner--left {
    padding-top: 50px;
  }
}

@media(max-width:660px) {
  .hero-inner--left {
    padding-right: 60px;
  }

  .hero h2 {
    margin: 0 0 50px;
  }
}

@media(max-width:575px) {
  .hero h2 {
    font-size: 40px;
    margin: 0 0 65px;
    line-height: 1.2;
  }

  .spark {
    width: 56px;
  }

  .hero-inner {
    margin-left: 0;
    margin-right: 0;
  }
}

@media(max-width:480px) {
  .hero {
    height: 339px;
  }

  .hero h2 {
    font-size: 36px;
    margin: 0 0 50px;
  }

  .spark {
    width: 48px;
  }

  .hero-inner--left {
    padding-right: 0;
  }
}

@media(max-width:420px) {
  .hero h2 {
    font-size: 30px;
  }

  .spark {
    width: 40px;
  }
}

/* -------------------- form error -------------------- */
.txt-error {
  color: #DB3745;
}

/* -- hidden -- */
.contact-form-submit {
  display: none;
}

/* -------------------- recaptcha -------------------- */
.question-column-box {
  margin-top: 28px;
}

.question-column {
  text-align: center;
}

.security-label {
  font-size: 14px;
  font-weight: 400;
}

.g-recaptcha {
  display: flex;
  justify-content: center;
  margin: 0 0 24px;
}

/* ========================================
  最終CTA：CTA前のひとこと
======================================== */

.closing-cta__lead {
  position: relative;
  z-index: 1;

  display: flex;
  align-items: center;
  gap: 10px;

  width: min(980px, 100%);
  margin: 0 auto 30px;

  color: var(--maeq-white);

  font-size: 16px;
  font-weight: var(--w-medium);
  line-height: 1.4;
}

.closing-cta__lead-mark {
  display: block;
  flex: 0 0 14px;

  width: 14px;
  height: 14px;

  border-radius: 50%;

  background-color: var(--maeq-white);
}

@media screen and (max-width: 767px) {
  .closing-cta__lead {
    align-items: flex-start;
    gap: 8px;

    margin-bottom: 24px;

    font-size: 14px;
    line-height: 1.6;
	max-width: 470px;
  }

  .closing-cta__lead-mark {
    flex-basis: 10px;

    width: 10px;
    height: 10px;
    margin-top: 0.4em;
  }
}

/* ===================================================
  最終CTA
=================================================== */
.closing-cta-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;

  box-sizing: border-box;
  min-width: 0;
  padding: 40px 60px 50px;

  border: 2px solid var(--maeq-navy02);
  border-radius: 16px;
}

/* ========================================
  最終CTA：説明文
======================================== */

.closing-cta-card__description {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;

  min-width: 0;

  color: var(--maeq-navy02);
}

.closing-cta-card__description h2 {
  width: 100%;
  margin: 0;

  color: var(--maeq-navy02);

  font-size: 20px;
  font-weight: var(--w-bold);
  line-height: 1.5;
}

.closing-cta-card__description p {
  width: 100%;
  margin: 0;

  color: var(--maeq-navy02);

  font-size: 16px;
  font-weight: var(--w-medium);
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .closing-cta-card {
    gap: 24px;

    padding: 28px 20px 32px;

    border-radius: 14px;
  }

  .closing-cta-card__description {
    gap: 6px;
  }

  .closing-cta-card__description h2 {
    font-size: 18px;
  }

  .closing-cta-card__description p {
    font-size: 13px;
  }

  .closing-cta-card__description p br {
    display: none;
  }
}


/* ===================================================
  maeq contact
=================================================== */
.maeq-contact .hero-inner--left>p {
	display: block!important;
}

.maeq-contact .hero-img {
  width: 218px;
  position: absolute;
  right: 100px;
  top: 26px;
}

@media(max-width:920px) {
  .maeq-contact .hero-img {
    right: 24px;
  }
}

@media(max-width:660px) {
  .maeq-contact .hero-img {
    width: 140px;
    right: 0;
  }
}

@media(max-width:575px) {
  .maeq-contact .hero-img {
    top: 10px;
    right: 24px;
  }
}

@media(max-width:480px) {
  .maeq-contact .hero-img {
    width: 110px;
    right: 16px;
  }
}

@media(max-width:395px) {
  .maeq-contact .hero-img {
    width: 96px;
    right: 16px;
  }
}

/* ===================================================
  maeq maeq-c_voice
=================================================== */
.maeq-c_voice .hero-img {
  width: 218px;
  position: absolute;
  right: 100px;
  top: 26px;
}

.maeq-c_voice .spark {
  right: -24%;
}

@media(max-width:920px) {
  .maeq-c_voice .hero-img {
    right: 24px;
  }
}

@media(max-width:660px) {
  .maeq-c_voice .hero-img {
    width: 140px;
    right: 0;
  }
}

@media(max-width:575px) {
  .maeq-c_voice .hero-img {
    top: 10px;
    right: 24px;
  }
}

@media(max-width:480px) {
  .maeq-c_voice .hero-img {
    width: 110px;
    right: 16px;
  }
}

@media(max-width:395px) {
  .maeq-c_voice .hero-img {
    width: 96px;
    right: 16px;
  }
}

/* 導入事例FV：注釈 */

.hero-inner--left>p {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-note {
  position: relative;

  display: block;

  padding-left: 24px;

  font-size: 16px;
  font-weight: var(--w-medium);
  line-height: 1.5;
}

.hero-note::before {
  content: "●";

  position: absolute;
  top: 0.3em;
  left: 0;

  color: var(--maeq-navy02);
  font-size: 16px;
  line-height: 1;
}

@media screen and (max-width: 575px) {
  .hero-inner--left>p {
    gap: 12px;
  }

  .hero-note {
    padding-left: 17px;
  }

  .hero-note::before {

    font-size: 16px;
  }
}

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

  .hero-note {
    font-size: 14px;
  }

  .hero-note::before {
    font-size: 14px;
  }
}

/* ===================================================
  導入事例：資料ダウンロード
=================================================== */

.c_voice-download {
  padding: 0 20px 60px;
}

.c_voice-download__inner {
  display: flex;
  align-items: center;
  gap: 40px;

  width: min(900px, 100%);
  min-height: 242px;
  margin: 0 auto;
  padding: 24px 60px;

  border-radius: 16px;

  background-color: var(--maeq-bg01);
}


/* -------------------- 資料画像 -------------------- */

.c_voice-download__image {
  flex: 0 0 320px;

  width: 320px;
  height: 168px;

  overflow: hidden;

  background-color: var(--maeq-white);

  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25);
}

.c_voice-download__image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
}


/* -------------------- 資料詳細 -------------------- */

.c_voice-download__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;

  min-width: 0;
}

.c_voice-download__heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.c_voice-download__heading h2 {
  margin: 0;

  color: var(--maeq-navy02);
  font-size: 24px;
  font-weight: var(--w-bold);
  line-height: 1.5;
}

.c_voice-download__heading p {
  margin: 0;

  color: var(--maeq-black01);
  font-size: 14px;
  font-weight: var(--w-medium);
  line-height: 1.5;
}


/* ===================================================
  資料ダウンロードボタン
=================================================== */

.c_voice-download__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  width: fit-content;
  min-height: 48px;
  padding: 10px 24px;

  border: 2px solid var(--maeq-navy02);
  border-radius: 100px;

  color: var(--maeq-navy02);
  background-color: var(--maeq-yellow);

  font-size: 16px;
  font-weight: var(--w-bold);
  line-height: 1.5;
  text-align: center;
  text-decoration: none;

  box-shadow: 0 2px 4px rgba(23, 41, 79, 0.35);

  transition: var(--tran-opacity-a);

  box-sizing: border-box;
}

.c_voice-download__button-text {
  font-weight: var(--w-semibold);
  white-space: nowrap;
}


/* ホバー時 */

.c_voice-download__button:hover {
  opacity: 0.7;
}


/* クリック時 */

.c_voice-download__button:active {
  opacity: 1;
  box-shadow: none;
}


/* ===================================================
  ダウンロードアイコン
=================================================== */

.c_voice-download-icon {
  position: relative;

  display: block;
  flex: 0 0 14px;

  width: 14px;
  height: 18px;
}


/* 矢印の軸 */

.c_voice-download-icon__arrow {
  position: absolute;
  top: 0;
  left: 4px;

  width: 6px;
  height: 8px;

  border-radius: 2px 2px 0 0;

  background-color: var(--maeq-navy02);

  transition: transform 0.05s ease-out;
}


/* 矢印の三角部分 */

.c_voice-download-icon__arrow::after {
  content: "";

  position: absolute;
  bottom: -6px;
  left: -3px;

  width: 0;
  height: 0;

  border-top: 7px solid var(--maeq-navy02);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}


/* 矢印下の線 */

.c_voice-download-icon__line {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;

  height: 2px;

  border-radius: 999px;

  background-color: var(--maeq-navy02);
}


/* ホバー・クリック時 */

.c_voice-download__button:hover .c_voice-download-icon__arrow,
.c_voice-download__button:active .c_voice-download-icon__arrow {
  transform: translateY(2px);
}


/* ================  導入事例：資料ダウンロード スマホ ================ */

@media screen and (max-width: 767px) {
  .c_voice-download {
    padding: 0 40px 50px;
  }

  .c_voice-download__inner {
    flex-direction: column;
    gap: 24px;

    min-height: 0;
    padding: 24px 32px 40px;

    border-radius: 16px;
  }


  /* 資料画像 */

  .c_voice-download__image {
    flex-basis: auto;

    width: min(320px, 100%);
    height: auto;
    aspect-ratio: 320 / 168;
  }


  /* 資料詳細 */

  .c_voice-download__content {
    align-items: center;
    gap: 20px;

    width: 100%;
  }

  .c_voice-download__heading {
    align-items: center;

    text-align: center;
  }

  .c_voice-download__heading h2 {
    font-size: 22px;
  }

  .c_voice-download__heading p {
    font-size: 13px;
  }


  /* ダウンロードボタン */

  .c_voice-download__button {
    width: min(280px, 100%);
    min-height: 52px;
    padding: 10px 18px;

    font-size: 15px;
  }
}

/* ===================================================
  導入事例一覧
=================================================== */

.c_voice-list {
  padding: 10px 20px 100px;
}

.c_voice-list__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, 300px);
  justify-content: center;
  gap: 60px 40px;

  width: min(980px, 100%);
  margin: 0 auto;
}


/* ===================================================
  導入事例カード
=================================================== */

.c_voice-card {
  width: 300px;
  min-height: 490px;

  background-color: var(--maeq-white);

  box-shadow: 0 0 5px #b0b0b0;
}

.c_voice-card__link {
  display: flex;
  flex-direction: column;

  width: 100%;
  min-height: 490px;

  color: inherit;
  text-decoration: none;

  transition: var(--tran-opacity-a);
}

.c_voice-card__link:hover {
  opacity: 0.7;
}

.c_voice-card__link:active {
  opacity: 1;
}


/* -------------------- 画像 -------------------- */

.c_voice-card__image {
  position: relative;

  width: 100%;
  aspect-ratio: 1280 / 670;

  overflow: hidden;
}

.c_voice-card__image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
}


/* -------------------- 本文 -------------------- */

.c_voice-card__body {
  position: relative;

  display: flex;
  flex: 1;
  flex-direction: column;

  padding: 20px 20px 40px;
}

/* 画像直下・右上の三角 */
.c_voice-card__body::before {
  content: "";

  position: absolute;
  top: 0;
  right: 0;

  width: 40px;
  height: 40px;

  background-color: var(--maeq-navy02);

  clip-path: polygon(0 0, 100% 0, 100% 100%);

  pointer-events: none;
}


/* -------------------- タグ -------------------- */

.c_voice-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;

  margin: 0 0 10px;
  padding: 0;

  list-style: none;
}

.c_voice-card__tags li {
  padding: 0 12px;

  border: 1px solid #6fb7e8;
  border-radius: 50px;

  color: #6fb7e8;

  font-size: 11px;
  font-weight: var(--w-medium);
  line-height: 1.5;
  white-space: nowrap;
}


/* -------------------- 企業名 -------------------- */

.c_voice-card__company {
  margin: 0 0 10px;
  padding-bottom: 4px;

  border-bottom: 1.5px solid var(--maeq-navy02);

  color: var(--maeq-navy02);

  font-size: 15px;
  font-weight: var(--w-medium);
  line-height: 1.5;
}


/* -------------------- タイトル -------------------- */

.c_voice-card__title {
  margin: 0 0 10px;

  color: var(--maeq-navy02);

  font-size: 18px;
  font-weight: var(--w-bold);
  line-height: 1.5;
}


/* -------------------- 説明文 -------------------- */

.c_voice-card__text {
  margin: 0 0 30px;

  color: var(--maeq-black01);

  font-size: 16px;
  font-weight: var(--w-regular);
  line-height: 1.5;
}


/* -------------------- 詳細リンク -------------------- */

.c_voice-card__more {
  display: flex;
  align-items: center;
  align-self: flex-end;
  gap: 10px;

  margin-top: auto;

  color: var(--maeq-navy02);

  font-size: 16px;
  font-weight: var(--w-bold);
  line-height: 1;
  white-space: nowrap;
}

.c_voice-card__arrow {
  flex: 0 0 auto;

  width: 8px;
  height: 8px;

  border-top: 2px solid var(--maeq-navy02);
  border-right: 2px solid var(--maeq-navy02);

  transform: rotate(45deg);
}


/* ===================================================
  導入事例一覧：2列
=================================================== */

@media screen and (max-width: 700px) {
  .c_voice-list__inner {
    justify-content: center;
  }
}


/* ===================================================
  導入事例一覧：スマホ
=================================================== */

@media screen and (max-width: 767px) {
  .c_voice-list {
    padding: 10px 20px 70px;
  }

  .c_voice-list__inner {
    gap: 40px;
  }
}

@media screen and (max-width: 339px) {
  .c_voice-card {
    width: 100%;
  }

  .c_voice-card__link {
    min-height: 0;
  }
}

/* ===================================================
  導入実績
=================================================== */

.section-title-mark {
  position: relative;
  isolation: isolate;

  display: inline-block;

  color: var(--maeq-black02);
  font-size: 40px;
  font-weight: var(--w-bold);
  line-height: 1.2;
}

.section-title-mark>span {
  position: relative;
  z-index: 2;
  font-weight: var(--w-bold);
}

.section-title-mark>img {
  position: absolute;
  z-index: 1;
  top: -18px;
  left: calc(100% - 15px);

  display: block;

  width: 56px;
  height: 56px;

  object-fit: contain;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .section-title-mark {
    font-size: 32px;
  }

  .section-title-mark>img {
    top: -10px;
    left: calc(100% - 8px);

    width: 44px;
    height: 44px;
  }
}

/* ===================================================
  導入事例：導入実績
=================================================== */

.c_voice-achievement {
  padding: 0 40px 100px;

  background-color: var(--maeq-white);
}

.c_voice-achievement__inner {
  width: min(980px, 100%);
  margin: 0 auto;
  text-align: center;
}


/* -------------------- 導入企業一覧画像 -------------------- */

.c_voice-achievement__image {
  display: block;

  width: 100%;
  margin-top: 70px;
}

.c_voice-achievement__image img {
  display: block;

  width: 100%;
  height: auto;
}


/* ===================================================
  スマホ
=================================================== */

@media screen and (max-width: 767px) {
  .c_voice-achievement {
    padding: 0 40px 70px;
  }

  .c_voice-achievement__image {
    margin-top: 40px;
  }
}

/* ===================================================
  導入企業一覧 FV調整
=================================================== */
.maeq-company-list .hero-img {
  width: 279px;
  position: absolute;
  right: 100px;
  top: 50px;
}

@media(max-width:920px) {
  .maeq-company-list .hero-img {
    right: 24px;
    width: 230px;
  }
}

@media(max-width:767px) {
  .br_pc {
    display: none;
  }

}

@media(max-width:660px) {
  .maeq-company-list .hero-img {
    width: 160px;
    right: 0;
    top: 30px;
  }
}

@media(max-width:575px) {
  .maeq-company-list .hero-img {
    top: 10px;
    right: 24px;
  }
}

@media(max-width:480px) {
  .maeq-company-list .hero-img {
    width: 140px;
    right: 16px;
  }
}

@media(max-width:395px) {
  .maeq-company-list .hero-img {
    width: 110px;
    right: 16px;
  }
}

/* ===================================================
  導入企業一覧
=================================================== */

.company-list {
  padding: 0 20px 60px;

  background-color: var(--maeq-white);
}

.company-list__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, 210px);
  justify-content: center;
  gap: 60px 46px;

  width: min(980px, 100%);
  margin: 0 auto;
}


/* ===================================================
  導入企業カード
=================================================== */

.company-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  width: 210px;
  min-height: 530px;
  padding-bottom: 20px;

  box-sizing: border-box;
}


/* -------------------- カード上部 -------------------- */

.company-card__main {
  display: flex;
  flex-direction: column;
  gap: 20px;
}


/* -------------------- タグ・ロゴ -------------------- */

.company-card__visual {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.company-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;

  min-height: 27px;
  margin: 0;
  padding: 0;

  list-style: none;
}

.company-card__tags li {
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 4px 12px;

  border: 1px solid #6fb7e8;
  border-radius: 50px;

  color: #6fb7e8;
  background-color: var(--maeq-white);

  font-size: 12px;
  font-weight: var(--w-bold);
  line-height: 1.5;
  white-space: nowrap;
}

.company-card__logo {
  width: 210px;
  height: 162px;

  overflow: hidden;
}

.company-card__logo img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: contain;
}


/* -------------------- 企業情報 -------------------- */

.company-card__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.company-card__name {
  margin: 0;

  color: var(--maeq-navy02);

  font-size: 14px;
  font-weight: var(--w-bold);
  line-height: 1.5;
}

.company-card__description {
  margin: 0;

  color: #111;

  font-size: 14px;
  font-weight: var(--w-regular);
  line-height: 1.5;
}


/* -------------------- カード下部 -------------------- */

.company-card__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;

  width: 100%;
  padding-top: 12px;

  border-top: 2px dashed #708499;
}

.company-card__area {
  width: 100%;
  min-height: 42px;
  margin: 0;

  color: var(--maeq-navy02);

  font-size: 14px;
  font-weight: var(--w-medium);
  line-height: 1.5;
}

.company-card__button {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 210px;
  min-height: 39px;
  padding: 10px;

  border: 2px solid var(--maeq-navy02);
  border-radius: 4px;

  color: var(--maeq-navy02);
  background-color: var(--maeq-bg01);

  font-size: 12px;
  font-weight: var(--w-bold);
  line-height: 1.5;
  text-align: center;
  text-decoration: none;

  box-sizing: border-box;

  transition: var(--tran-opacity-a);
}

.company-card__button:hover {
  opacity: 0.7;
}

.company-card__button:active {
  opacity: 1;
}

.company-card__button--disabled {
  visibility: hidden;

  pointer-events: none;
}


/* ===================================================
  導入企業一覧：3列以下
=================================================== */

@media screen and (max-width: 900px) {
  .company-list__inner {
    justify-content: center;
  }
}


/* ===================================================
  導入企業一覧：スマホ
=================================================== */

@media screen and (max-width: 767px) {
  .company-list {
    padding: 0 20px 50px;
  }

  .company-list__inner {
    gap: 50px 40px;
  }
}


/* 非常に狭い画面のみカード幅を可変にする */

@media screen and (max-width: 249px) {
  .company-card {
    width: 100%;
  }

  .company-card__logo,
  .company-card__button {
    width: 100%;
  }
}


/* ===================================================
  お役立ち資料
=================================================== */

.maeq-w_download .hero-img {
  width: 218px;
  position: absolute;
  right: 100px;
  top: 26px;
}

@media(max-width:920px) {
  .maeq-w_download .hero-img {
    right: 24px;
  }
}

@media(max-width:660px) {
  .maeq-w_download .hero-img {
    width: 140px;
    right: 0;
  }
}

@media(max-width:575px) {
  .maeq-w_download .hero-img {
    top: 10px;
    right: 24px;
  }
}

@media(max-width:480px) {
  .maeq-w_download .hero-img {
    width: 110px;
    right: 16px;
  }
}

@media(max-width:395px) {
  .maeq-w_download .hero-img {
    width: 96px;
    right: 16px;
  }
}

/* ===================================================
  お役立ち資料一覧
=================================================== */

.document-list {
  padding: 0 20px 60px;

  background-color: var(--maeq-white);
}

.document-list__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, 300px);
  justify-content: center;
  gap: 60px 40px;

  width: min(980px, 100%);
  margin: 0 auto;
}


/* ===================================================
  資料カード
=================================================== */

.document-card {
  display: flex;
  flex-direction: column;

  width: 300px;
  height: 466px;
  padding-bottom: 40px;

  background-color: var(--maeq-white);

  box-shadow: 0 0 5px #b0b0b0;

  box-sizing: border-box;
}


/* -------------------- 資料画像 -------------------- */

.document-card__image {
  flex: 0 0 157px;

  width: 300px;
  height: 157px;

  overflow: hidden;

  box-shadow: 0 2px 2px rgba(176, 176, 176, 0.5);
}

.document-card__image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
}


/* -------------------- カード本文 -------------------- */

.document-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;

  min-height: 0;
  padding: 20px 20px 0;
}

.document-card__content {
  display: flex;
  flex-direction: column;
  gap: 16px;

  width: 100%;
}


/* -------------------- 資料タイトル -------------------- */

.document-card__title {
  width: 100%;
  margin: 0;
  padding-bottom: 10px;

  border-bottom: 1.5px solid var(--maeq-navy02);

  color: var(--maeq-navy02);

  font-size: 20px;
  font-weight: var(--w-bold);
  line-height: 1.5;
  text-align: center;
}


/* -------------------- 資料説明 -------------------- */

.document-card__description {
  margin: 0;

  color: var(--maeq-black01);

  font-size: 16px;
  font-weight: var(--w-regular);
  line-height: 1.5;
}


/* ===================================================
  資料ダウンロードボタン
=================================================== */

.document-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  width: fit-content;
  min-height: 48px;
  padding: 10px 24px;

  border: 2px solid var(--maeq-navy02);
  border-radius: 100px;

  color: var(--maeq-navy02);
  background-color: var(--maeq-yellow);

  font-size: 16px;
  font-weight: var(--w-bold);
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;

  box-shadow: 0 2px 4px rgba(23, 41, 79, 0.35);

  transition: var(--tran-opacity-a);

  box-sizing: border-box;
}

.document-card__button:hover {
  opacity: 0.7;
}

.document-card__button:active {
  opacity: 1;
  box-shadow: none;
}


/* ===================================================
  ダウンロードアイコン
=================================================== */

.document-card__download-icon {
  position: relative;

  display: block;
  flex: 0 0 14px;

  width: 14px;
  height: 16px;
}

.document-card__download-arrow {
  position: absolute;
  top: -2px;
  left: 4px;

  width: 6px;
  height: 7px;

  border-radius: 1px 1px 0 0;

  background-color: var(--maeq-navy02);

  transition: transform 0.01s ease-out;
}

/* ホバー時：矢印を下線へ近づける */

.document-card__button:hover
.document-card__download-arrow {
  transform: translateY(2px);
}


/* クリック時 */

.document-card__button:active
.document-card__download-arrow {
  transform: translateY(2px);
}

.document-card__download-arrow::after {
  content: "";

  position: absolute;
  bottom: -6px;
  left: -3px;

  width: 0;
  height: 0;

  border-top: 7px solid var(--maeq-navy02);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.document-card__download-line {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;

  height: 2px;

  border-radius: 999px;

  background-color: var(--maeq-navy02);
}


/* ===================================================
  お役立ち資料一覧：2列以下
=================================================== */

@media screen and (max-width: 700px) {
  .document-list__inner {
    justify-content: center;
  }
}


/* ===================================================
  お役立ち資料一覧：スマホ
=================================================== */

@media screen and (max-width: 767px) {
  .document-list {
    padding: 0 20px 50px;
  }

  .document-list__inner {
    gap: 40px;
  }
}


/* 非常に狭い画面のみカード幅を可変にする */

@media screen and (max-width: 339px) {
  .document-card {
    width: 100%;
  }

  .document-card__image {
    width: 100%;
  }

  .document-card__button {
    max-width: calc(100% - 20px);
    padding-inline: 16px;

    font-size: 14px;
  }
}