#vendorcase .main-img.lowerfv.is_singular {
  padding-bottom: 36px;
}

/**************************************
◆ Archive-Vendorcase
**************************************/
.vendorcase-inner {
  max-width: 1008px;
  width: calc(100% - 72px);
  padding: 0 36px;
  margin: 0 auto;
}

@media screen and (max-width:767px) {
  .vendorcase-inner {
    width: calc(100% - 34px);
    padding: 0 17px;
  }
}

.vendorcase-archive {
  padding-bottom: 180px;
}

@media screen and (max-width:767px) {
  .vendorcase-archive {
    padding-bottom: 136px;
  }
}

.vendorcase-article-list {
  display: flex;
  flex-wrap: wrap;
  gap: 52px;
  margin-bottom: 100px;
}

@media screen and (max-width:1079px) {
  .vendorcase-article-list {
    justify-content: center;
  }
}

.vendorcase-article-list-item {
  display: flex;
  max-width: 478px;
  width: 100%;
  min-height: 480.88px;
  border-radius: 16px;
  border: none;
  position: relative;
}

@media screen and (max-width:400px) {
  .vendorcase-article-list-item {
    min-height: 412.25px;
  }
}

.vendorcase-article-link {
  display: flex;
  flex-direction: column;
  color: #222;
  width: 100%;
  height: 100%;
}

.vendorcase-article-eyecatch {
  height: 268.88px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #D9D9D9;
}

@media screen and (max-width:400px) {
  .vendorcase-article-eyecatch {
    height: 200.25px;
  }
}

.vendorcase-article-eyecatch img {
  height: 100%;
}

.vendorcase-article-logo {
  width: 136px;
  height: 136px;
  position: absolute;
  top: 200.87px;
  left: 16px;
  border-radius: 100px;
  overflow: hidden;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width:400px) {
  .vendorcase-article-logo {
    width: 100px;
    height: 100px;
    top: 133.25px;
  }
}

.vendorcase-article-logo img {
  object-fit: cover;
  object-position: center;
}

.vendorcase-article-textarea {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 16px 8px 24px;
}

.vendorcase-article-info-wrapper {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  display: flex;
  justify-content: flex-end;
}

.vendorcase-article-corporate-name {
  text-align: right;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  padding-top: 8px;
  padding-left: 152px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.pl-0 {
  padding-left: 0;
}

@media screen and (max-width:400px) {
  .vendorcase-article-corporate-name {
    padding-left: 0;
  }
}

.vendorcase-article-title {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  padding-top: 32px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.vendorcase-see-continue {
  width: fit-content;
  font-size: 14px;
  line-height: calc(24/14);
  padding: 6px 24px 6px 0;
  margin: auto 0 0 auto;
  position: relative;
}

.vendorcase-see-continue::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 3.5px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  transform: rotate(45deg) translateX(-50%);
}

/**************************************
◆ Single-Vendorcase
**************************************/
.vendorcase-single {
  padding-bottom: 60px;
}
@media screen and (max-width:767px) {
  .vendorcase-single {
    padding-bottom: 76px;
  }
}

.vendorcase-single-article {
  position: relative;
  margin-bottom: 104px;
}

.vendorcase-single-article-eyecatch {
  background-color: #D9D9D9;
  height: 560px;
}

@media screen and (max-width:767px) {
  .vendorcase-single-article-eyecatch {
    height: 410px;
    margin-left: -17px;
    margin-right: -17px;
  }
}

@media screen and (max-width:500px) {
  .vendorcase-single-article-eyecatch {
    height: 260px;
  }
}

.vendorcase-single-article-eyecatch img {
  height: 100%;
}

.vendorcase-article-logo.is-single {
  width: 200px;
  height: 200px;
  top: 492px;
  left: 24px;
}

@media screen and (max-width:767px) {
  .vendorcase-article-logo.is-single {
    width: 160px;
    height: 160px;
    top: 350px;
    left: 0;
  }
}

@media screen and (max-width:500px) {
  .vendorcase-article-logo.is-single {
    top: 208px;
  }
}

.vendorcase-single-article-textarea {
  text-align: right;
  padding-top: 24px;
}

@media screen and (max-width:767px) {
  .vendorcase-single-article-textarea {
    text-align: left;
    padding-top: 136px;
  }
}

.vendorcase-single-article-textarea.adjust-padding {
  padding: 0;
}

.vendorcase-single-article-corporate-name {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 8px;
}

.vendorcase-single-article-text-list li {
  color: #666666;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}

.vendorcase-single-article-wrapper {
  display: flex;
  gap: 34px;
  justify-content: space-between;
  padding-top: 68px;
}

@media screen and (max-width:767px) {
  .vendorcase-single-article-wrapper {
    flex-direction: column;
    gap: 42px;
  }
}

.vendorcase-single-article-arrow {
  position: relative;
}

.vendorcase-single-article-arrow::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 18px solid #6C737F;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width:767px) {
  .vendorcase-single-article-arrow::before {
    border-left: 16px solid #6C737F;
    top: 0;
    transform: translate(-50%, -50%) rotate(90deg);
  }
}

.vendorcase-single-article-set {
  max-width: 461px;
  width: 100%;
}

@media screen and (max-width:767px) {
  .vendorcase-single-article-set {
    max-width: none;
  }
}

.vendorcase-single-article-set-title {
  color: #111927;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #6C737F;
}

.vendorcase-single-article-set-title.is-impl {
  border-color: #307EF3;
}

.vendorcase-single-article-set-contents {
  width: 100%;
  padding-top: 24px;
}

.vendorcase-single-article-set-contents-item {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
  padding-left: 1em;
  position: relative;
}

.vendorcase-single-article-set-contents-item::before {
  position: absolute;
  content: "・";
  left: 0;
}

.vendorcase-single-article-contents {
  padding-top: 136px;
}

@media screen and (max-width:500px) {
  .vendorcase-single-article-contents {
    padding-top: 124px;
  }
}

.vendorcase-single-article-contents h2 {
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 16px 0;
  margin-bottom: 36px;
}

.vendorcase-single-article-contents h2,
.vendorcase-single-article-contents h2 span {
  font-weight: 700;
}

.vendorcase-single-article-contents h3 {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
  position: relative;
  padding: 8px 0 8px 64px;
  margin-bottom: 36px;
}

.vendorcase-single-article-contents h3,
.vendorcase-single-article-contents h3 span {
  font-weight: 700;
}

@media screen and (max-width:500px) {
  .vendorcase-single-article-contents h3 {
    padding-left: 48px;
  }
}

.vendorcase-single-article-contents h3::before {
  position: absolute;
  content: "";
  width: 52px;
  height: 1px;
  background-color: #222;
  left: 0;
  top: calc(1em + 8px);
  transform: translateY(-100%);
  box-sizing: border-box;
}

@media screen and (max-width:500px) {
  .vendorcase-single-article-contents h3::before {
    width: 36px;
  }
}

.vendorcase-single-article-contents h3.no-design {
  padding-left: 0;
}

.vendorcase-single-article-contents h3.no-design::before {
  content: none;
}

.vendorcase-single-article-contents p {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
  margin-bottom: 36px;
}

.vendorcase-single-article-contents img {
  display: block;
  max-width: 50%;
}

@media screen and (max-width:500px) {
  .vendorcase-single-article-contents img {
    max-width: 100%;
  }
}

.vendorcase-single-article-contents .alignright img {
  margin-left: auto;
}

.vendorcase-single-article-contents .aligncenter img {
  margin: 0 auto;
}

.vendorcase-single-article-contents a {
  color: #307EF3;
  text-decoration: underline;
  transition: 0.3s opacity;
}

.vendorcase-single-article-contents a:hover {
  opacity: 0.7;
}

.vendorcase-single-article-contents table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 36px;
}

.vendorcase-single-article-contents table th,
.vendorcase-single-article-contents table td {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
  margin-bottom: 36px;
  vertical-align: middle;
  padding: 5px;
  border: 1px solid #000;
}

.vendorcase-single-article-contents table th {
  text-align: center;
}

.vendorcase-single-article-contents ol {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
  list-style: decimal;
  padding-left: 20px;
  margin-bottom: 36px;
}

.vendorcase-single-article-contents ul {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
  list-style: disc;
  padding-left: 25px;
  margin-bottom: 36px;
}

.vendorcase-single-article-contents blockquote {
  display: block;
  background-color: #D9D9D9;
  padding: 8px;
  margin-bottom: 36px;
}

.vendorcase-single-article-contents blockquote p {
  margin-bottom: 0;
}

.vendorcase-single-article-contents .wp-caption {
  margin-bottom: 36px;
}

.vendorcase-single-article-contents .wp-caption-text {
  color: #666;
}

.vendorcase-single-article-contents .wp-caption.alignright p {
  text-align: right;
}

.vendorcase-single-article-contents .wp-caption.aligncenter p {
  text-align: center;
}