.l-case_archive_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  margin-bottom: 4rem;
  gap: 0rem 0;
}

.l-case_archive_item:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.l-case_archive_item_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 5.5rem;
}

.l-case_archive_item_img {
  margin-bottom: 2.5rem;
}

.l-case_archive_item_tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 3rem;
  padding: 0 1.8rem;
  background: var(--colorBlue);
  color: var(--colorWhite);
  font-size: 1.4rem;
  line-height: 1.8888888889;
  letter-spacing: .05em;
  text-align: center;
}

.l-case_archive_item_ttl {
  margin-bottom: 1.4rem;
}

.l-case_archive_item_txt {
  font-size: 2rem;
  line-height: 1.9;
  letter-spacing: .05em;
}

.l-case_article_info_wrapper {
  margin-bottom: 10rem;
  padding: 0 10.5rem;
}

.l-case_article_info_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem 1.5rem;
}

.l-case_article_info_tag_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.5rem;
  gap: 0 3rem;
}

.l-case_article_ttl {
  margin-bottom: 2.4rem;
}

.l-case_article_name {
  font-size: 2rem;
  line-height: 1.9;
  letter-spacing: .05em;
}

.l-case_article_interview_content {
  margin-bottom: 10rem;
}

.l-case_article_interview_content:last-child {
  margin-bottom: 0;
}

.l-case_article_interview_wrapper {
  display: grid;
  margin-bottom: 10rem;
  padding: 10rem;
  background: var(--colorLightBlue);
}

.l-case_article_interview_wrapper .l-case_article_interview_item:last-child {
  margin-bottom: 0;
}

.l-case_article_interview_item {
  display: grid;
  grid-template-columns: 20.3rem 1fr;
  margin-bottom: 4rem;
  gap: 4rem .4rem;
}

.l-case_article_interview_item.is-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-case_article_interview_item.is-img img {
  width: 42.1rem;
}

.l-case_article_interview_name {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: .05em;
}

.l-case_article_company {
  display: grid;
  margin-bottom: 8rem;
  padding: 10rem;
  background: var(--colorLightBlue);
}

.l-case_article_company_wrapper {
  display: grid;
  grid-template-columns: 35.2rem 1fr;
  gap: 0 7.2rem;
}

.l-case_article_company_ttl {
  margin-bottom: 3.5rem;
  color: var(--colorBlue);
  font-size: 3rem;
  line-height: 1.4666666667;
  letter-spacing: .05em;
}

.l-case_article_company_info {
  display: grid;
  grid-template-columns: 15.5rem 1fr;
  margin-bottom: 2rem;
  gap: 2rem 4rem;
}

.l-case_article_company_info:last-child {
  margin-bottom: 0;
}

.l-case_article_company_info_tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 4rem;
  margin-top: 1rem;
  padding: 0 1.8rem;
  border: 1px solid var(--colorBlue);
  color: var(--colorBlue);
  font-size: 1.8rem;
  line-height: 1.8888888889;
  letter-spacing: .05em;
  text-align: center;
  text-align: center;
}

.l-case_article_company_info_txt {
  margin-top: 1.3rem;
}

.l-case_article_btn_wrapper {
  text-align: center;
}

.l-case_article_large_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 5rem;
}

.l-case_article_large_btn .c-button_text {
  top: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width: 47.9375em) {
  .l-case_archive_item {
    margin-bottom: 0;
  }
  .l-case_archive_item_wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem 0rem;
  }
  .l-case_archive_item_img {
    margin-bottom: 2rem;
  }
  .l-case_archive_item_tag {
    padding: .2rem 1rem;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: .1em;
  }
  .l-case_archive_item_tag_wrapper {
    margin-bottom: 1rem;
  }
  .l-case_archive_item_ttl {
    margin-bottom: .4rem;
  }
  .l-case_archive_item_txt {
    font-size: 1.4rem;
    line-height: 2;
  }
  .l-case_article_info_wrapper {
    margin-bottom: 5rem;
    padding: 0;
  }
  .l-case_article_info_tag {
    margin-bottom: 1.2rem;
    gap: 1.5rem 1rem;
  }
  .l-case_article_info_tag_wrapper {
    display: block;
    margin-bottom: 2rem;
  }
  .l-case_article_info_tag_item {
    width: auto;
  }
  .l-case_article_ttl {
    margin-bottom: .6rem;
  }
  .l-case_article_name {
    font-size: 1.5rem;
    line-height: 1.7333333333;
  }
  .l-case_article_interview_content {
    margin-bottom: 5rem;
  }
  .l-case_article_interview_wrapper {
    margin-bottom: 5rem;
    padding: 5rem 1.5rem;
  }
  .l-case_article_interview_item {
    grid-template-columns: 1fr;
    margin-bottom: 1.5rem;
    gap: .8rem 0;
  }
  .l-case_article_interview_item.is-img {
    width: 100%;
  }
  .l-case_article_interview_item.is-img img {
    width: 100%;
  }
  .l-case_article_interview_item+.is-img {
    margin-top: 3.2rem;
  }
  .l-case_article_interview_name {
    font-size: 1.4rem;
    line-height: 2;
  }
  .l-case_article_company {
    margin-bottom: 3rem;
    padding: 5rem 1.5rem;
  }
  .l-case_article_company_wrapper {
    grid-template-columns: 1fr;
    gap: 2rem 0;
  }
  .l-case_article_company_ttl {
    margin-bottom: 3rem;
    font-size: 1.6rem;
    line-height: 1.25;
  }
  .l-case_article_company_info {
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
    gap: 1.4rem 0rem;
  }
  .l-case_article_company_info_tag {
    display: block;
    width: 100%;
    margin-top: 0;
    padding: .7rem 1.8rem;
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
  .l-case_article_company_info_txt {
    margin-top: initial;
  }
  .l-case_article_large_btn {
    margin-bottom: 3rem;
  }
}
