@charset "UTF-8";
/* ==========================================================================
  component
========================================================================== */
/* ==========================================================================
  case archive（導入実績 一覧）
========================================================================== */
.c-case-list:not(:first-child) {
  margin-top: calc(40 / 375 * 100vw);
}
@media (min-width: 782px) {
  .c-case-list:not(:first-child) {
    margin-top: min(40px, 40 / 960 * 100vw);
  }
}

.c-case-status {
  background-color: var(--color-gray-light);
  padding: 0 1em;
  gap: 0 !important;
}
.c-case-status > .wp-block-column {
  padding: 0.5em 0;
}
.c-case-status > .wp-block-column:first-child {
  border-bottom: 1px solid var(--color-text);
}
@media (min-width: 782px) {
  .c-case-status {
    max-width: min(500px, 500 / 960 * 100vw);
    padding: 1em 0;
  }
  .c-case-status > .wp-block-column {
    padding: 0 2em;
  }
  .c-case-status > .wp-block-column:first-child {
    border-bottom: none;
    border-right: 1px solid var(--color-text);
  }
}
.c-case-status .wp-block-paragraph {
  font-size: calc(16 / 375 * 100vw);
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 1em;
  align-items: center;
}
.c-case-status .wp-block-paragraph strong {
  font-size: calc(32 / 375 * 100vw);
  font-weight: var(--font-normal);
}
@media (min-width: 782px) {
  .c-case-status .wp-block-paragraph {
    font-size: min(16px, 16 / 960 * 100vw);
  }
  .c-case-status .wp-block-paragraph strong {
    font-size: min(32px, 32 / 960 * 100vw);
  }
}

/* ==========================================================================
  case single（導入実績 詳細）
========================================================================== */
.c-case-companies {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: calc(20 / 375 * 100vw);
}
@media (min-width: 782px) {
  .c-case-companies {
    gap: min(40px, 40 / 960 * 100vw);
    margin-top: min(35px, 35 / 960 * 100vw);
  }
}

.c-case-companies__logo {
  flex: 1;
  min-width: 0;
  margin: 0;
}
.c-case-companies__logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(240px, 100%);
  max-height: 50px;
  margin: 0 auto;
}

.c-case-companies__name {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 782px) {
  .c-case-companies__name {
    font-size: 18px;
  }
}

.c-case-companies:has(.c-case-companies__arrow) .c-case-companies__logo.is-company img {
  margin-right: 0;
}
.c-case-companies:has(.c-case-companies__arrow) .c-case-companies__logo.is-venture img {
  margin-left: 0;
}
.c-case-companies:has(.c-case-companies__arrow) .c-case-companies__name.is-company {
  text-align: right;
}
.c-case-companies:has(.c-case-companies__arrow) .c-case-companies__name.is-venture {
  text-align: left;
}

.c-case-companies__arrow {
  flex-shrink: 0;
}
.c-case-companies__arrow::before {
  -webkit-mask-image: url("../images/icon/icon-arrow-single2.svg");
          mask-image: url("../images/icon/icon-arrow-single2.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: calc(18 / 375 * 100vw);
  height: calc(60 / 375 * 100vw);
  background-color: var(--color-text);
  content: "";
  display: block;
}
@media (min-width: 782px) {
  .c-case-companies__arrow::before {
    height: min(120px, 120 / 960 * 100vw);
    width: min(37px, 37 / 960 * 100vw);
  }
}

.c-case-title {
  font-size: calc(20 / 375 * 100vw);
  font-weight: var(--font-normal);
  line-height: 1.6;
  margin: 1em 0 0;
}
@media (min-width: 782px) {
  .c-case-title {
    font-size: min(28px, 28 / 960 * 100vw);
  }
}

.c-case-thumbnail {
  margin: 1em 0;
}
@media (min-width: 782px) {
  .c-case-thumbnail {
    margin-top: min(40px, 40 / 960 * 100vw);
    margin-bottom: min(40px, 40 / 960 * 100vw);
  }
}
.c-case-thumbnail img {
  display: block;
  height: auto;
  width: 100%;
}

/*# sourceMappingURL=style.css.map */