/* ---------------------------------------------------------------------- */
/* mv
/* ---------------------------------------------------------------------- */
#mv {
  background: url(../images/work/mv.jpg);
  background-size: cover;
}

/* ---------------------------------------------------------------------- */
/* work
/* ---------------------------------------------------------------------- */
.work {
  padding: 100px 0 55px;
}

.work__list {
  margin-bottom: 80px;
}
.work__list li:not(:last-of-type) {
  margin-bottom: 70px;
}
@media screen and (min-width: 1001px) {
  .work__list {
    margin-bottom: 165px;
  }
}

.work__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  background-color: var(--primary-color);
  border-radius: 16px;
  padding: 8vw 5vw;
}
.work__item .cbtn {
  margin: 20px auto 0;
}
@media screen and (min-width: 1001px) {
  .work__item .cbtn {
    margin: 0 0 0 1%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media screen and (min-width: 1001px) {
  .work__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.5%;
    padding: 24px 2.2% 24px 2.8%;
  }
}

@media screen and (min-width: 1001px) {
  .work__content {
    width: 400px;
    padding: 23px 0 0;
  }
}

.work__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.work__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.work__ttl {
  color: #fff;
  font-size: min(9vw, 5rem);
  font-weight: bold;
  letter-spacing: 0.12em;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.04;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 18px;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 1001px) {
  .work__ttl {
    padding-bottom: 33px;
    margin-bottom: 18px;
  }
}
.work__ttl span {
  display: block;
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.work__txt {
  color: #fff;
}
@media screen and (min-width: 1001px) {
  .work__txt {
    padding: 0 6px;
  }
}/*# sourceMappingURL=work.css.map */