@charset "utf-8";

/* ============= 事例一覧 ============= */
.archive-mv {
    overflow-x: clip;
    position: relative;
}
.archive-mv-area {
  display: flex;
  margin-bottom: 5rem;
}
.archive-mv__inner {
    width: 100%;
    height: 570px;
    box-sizing: border-box;
    border-radius: 1.875rem 0 0 1.875rem;
    display: flex;
    align-items: center;
    position: relative;
    overflow: clip;
    margin-right: calc(50% - 50vw);
}
.archive-mv__inner img {
  height: 100%;
}
.archive-mv-form {
  margin-right: 30px;
}
.sp-form-btn {
  margin: 0 auto 3rem;
  width: 90%;
}

@media screen and (min-width: 1001px) {
  .sp-form-btn {
    display: none;
  }
}
@media screen and (max-width: 1330px) {
  .archive-mv__inner {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .pc-form {
    display: none;
  }
  .archive-mv-area {
    flex-direction: column;
  }
  .archive-mv-form {
    margin-right: auto;
    margin-left: auto;
  }
  .archive-mv__inner {
    width: 92%;
    margin-left: 8%;
    margin-bottom: 2rem;
  }
  .mv-form-area {
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .archive-mv-area {
    margin-bottom: 0;
  }
}
.mv__circle {
  position: absolute;
  z-index: -1;
  top: -24rem;
  right: -6.25rem;
  width: 100%;
}
.tag_mv__circle {
  position: absolute;
  z-index: -1;
  top: -19.5rem;;
  right: -6.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .archive-mv-area {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    padding-inline: 1.25rem;
  }
  .mv__circle,
  .tag_mv__circle {
    top: -38.5rem;
    right: -19.25rem;
    width: 90.8333333333%;
    max-width: 81.75rem;
  }
  .archive-mv__inner {
    border-radius: 2.5rem 0 0 2.5rem;
  }
}
@media screen and (max-width: 1000px) {
    .archive-mv-area {
        padding-inline: 0;
    }
}
@media screen and (max-width: 767px) {
  .archive-mv__inner {
    height: 480px;
  }
  .mv-form-area {
    width: 90%;
  }
}

.industry-archive {
  padding: 1.875rem 0 1.875rem;
  position: relative;
  overflow-x: clip;
}
.inner {
  position: relative;
  z-index: 1;
}
.industry-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: stretch;
    column-gap: 2%;
    row-gap: 3rem;
    margin-top: 3rem;
}
.industry-list-thumb {
  border-radius: 30px;
  aspect-ratio: 376/250;
  overflow: hidden;
}
.industry-list-thumb img {
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.card-title {
    margin-top: 1rem;
    font-size: 1.38rem;
    line-height: 1.4;
    font-weight: 700;
}
.cts-date-time {
    font-size: 0.98rem;
    margin: 2rem auto 1rem;
}
.card-excerpt {
    font-size: 0.98rem;
    margin-top: 1rem;
}


@media screen and (min-width: 768px) {
  .industry-archive {
    padding: 0 0 7.5rem;
  }
  a.card-link:hover {
      opacity: unset;
      filter: unset;
  }
  a.card-link:hover img {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
  }
  .industry-list-item {
    min-width: 32%;
    width: 32%;
  }
  .card-title {
    height: 2.7em;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 767px) {
  .industry-archive {
    padding: 3rem 0 4rem;
  }
  .industry-list {
    flex-direction: column;
  }
  .card-title {
    height: auto;
  }
  .cts-date-time {
    margin: 0.5rem auto;
  }
  .industry-list-thumb {
    border-radius: 20px;
  }
}
.column__circle {
  position: absolute;
  z-index: -1;
  top: -4.625rem;
  right: -6.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .column__circle {
    top: -46rem;
    right: -19.25rem;
    width: 90.8333333333%;
    max-width: 81.75rem;
  }
}

/* ============= 事例詳細 ============= */

.page-ttl-area .entry-tags-box {
  margin-bottom: 0.5rem;
}
.page-ttl-area .entry-date {
  margin-top: 0.5rem;
  display: block;
}

.entry-content {
  max-width: 920px;
  margin: 5rem auto;
}
.entry-content p {
  font-size: 1rem;
  margin-bottom: 3rem;
  line-height: 2rem;
  text-align: left;
}
.entry-content h2 {
    position: relative;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.8;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
}
.entry-content h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #707070;
}
.entry-content a {
  text-decoration: underline;
}
.entry-content img {
  border-radius: 1.25rem;
}
@media screen and (min-width: 768px) {
  .entry-content img {
    border-radius: 2.5rem;
  }
}

.cts-box {
  margin: 7em auto;
}
.cts-box .cts-ttl {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}
.sns-list {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 3rem;
  margin-top: 3rem;
}
.sns-list li {
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background-color: #ECEFF0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sns-list li a {
  display: inline-block;
}
.sns-list li a img {
  width: auto;
  height: 3.75rem;
}
.tag-area .entry-tags-box {
    justify-content: center;
    margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .entry-content {
    margin: 3rem auto;
  }
  .entry-content p {
    font-size: 0.9rem;
    margin-bottom: 2rem;
  }
  .entry-content h2 {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 2rem;
  }
  .cts-box .cts-ttl {
    font-size: 1.4rem;
  }
  .sns-list {
    column-gap: 1rem;
  }
  .sns-list li {
    width: 5rem;
    height: 5rem;
  }
  .sns-list li a img {
    height: 2.5rem;
  }
  .sns-list,
  .tag-area .entry-tags-box {
    margin-top: 2rem;
  }
  .cts-box {
      margin: 5em auto;
  }
}

/*目次*/
#ez-toc-container {
  margin: auto auto 3rem!important;
}


/* ============= コラム用 ============= */

.column .entry-tags a {
    background-color: #339FE6;
    border: 1px solid #339FE6;
}
@media screen and (min-width: 768px) {
  .entry-tags a:hover {
    color: #339FE6;
    background-color: #fff;
  }
}
