.cont_inner {
  width: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px;
}
.cont_inner .wrap-title {
  display: flex;
}
.cont_inner .wrap-title .works_ttl {
  margin-right: 30px;
}
.cont_inner .wrap-title .year {
  margin-left: auto;
}

.contact.works .cont_wrap {
  margin-left: auto;
  width: 90vw;
}

.contact.works .contact_ttl {
  left: 0;
  position: static;
  width: 150px;
}

.textAllWrap {
  display: block;
}
.textAllWrap .text-wrap {
  margin-bottom: 30px;
}
.textAllWrap .text-wrap .text {
  margin-bottom: 20px;
}

.contact.works .works_ttl .en {
  font-size: 14px;
  margin-top: 10px;
}

.pic-wrap {
  margin-bottom: 30px;
}

.workIndex .works-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0px;
  align-items: stretch;
  justify-content: space-between;
}
.workIndex .works-wrap a {
  text-decoration: none;
  color: #000;
  display: block;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.workIndex .works-wrap a.pic-wrap {
  margin-bottom: 0;
}
.workIndex .works-wrap a.pic-wrap .wrap-title {
  display: flex;
  flex: 1;
}
.workIndex .works-wrap a.pic-wrap .wrap-title .works_ttl {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.workIndex .works-wrap a.pic-wrap .wrap-title .works_ttl .jp {
  height: 100%;
}
.workIndex .works-wrap a.pic-wrap .img {
  margin-top: auto;
  margin-top: 10px;
}

.backArea {
  display: flex;
  justify-content: space-between;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #fff;
  padding: 30px 20px 0;
  height: 100px;
}
.backArea .inner {
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.backArea .inner .backText a {
  color: #000;
  text-decoration: none;
}

.under_footer.footer_copyright {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #fff;
}

@media screen and (min-width: 828px) {
  .contact.works .cont_wrap {
    width: 70vw;
  }
  .textAllWrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin: 30px 0;
  }
  .textAllWrap .text-wrap {
    line-height: 2.2;
    margin-bottom: 0;
  }
  .textAllWrap .text-wrap .text {
    margin-bottom: 0;
  }
  .textAllWrap .text-wrap .names {
    margin-top: 30px;
  }
  .worksType2 .wrap-title .jp br, .worksType2 .wrap-title .en br {
    display: block;
  }
  .worksType2 .works-wrap {
    display: grid;
    display: grid;
    grid-template-columns: 55% 1fr;
    gap: 0px 30px;
    margin-top: 50px;
  }
  .worksType2 .textAllWrap {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
  }
  .worksType2 .textAllWrap {
    margin-top: 0;
  }
  .worksType2 .pic-wrap {
    margin-bottom: 0;
    display: flex;
    align-items: flex-end;
    margin-top: 10px;
  }
  .worksType2 .pic-wrap img {
    width: 100%;
  }
  .worksType2 .textAllWrap {
    display: flex;
    flex-direction: column;
  }
  .workIndex .works-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 55px 0px;
    align-items: stretch;
    justify-content: space-between;
  }
  .workIndex .works-wrap a {
    text-decoration: none;
    color: #000;
    display: block;
    width: calc((100% - 24px) / 2);
    display: flex;
    flex-direction: column;
  }
  .workIndex .works-wrap a.pic-wrap {
    margin-bottom: 0;
  }
  .workIndex .works-wrap a.pic-wrap .wrap-title {
    display: flex;
    flex: 1;
  }
  .workIndex .works-wrap a.pic-wrap .wrap-title .works_ttl {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .workIndex .works-wrap a.pic-wrap .wrap-title .works_ttl .jp {
    height: 100%;
  }
  .workIndex .works-wrap a.pic-wrap .img {
    margin-top: auto;
    margin-top: 30px;
  }
  .contact.works .works-wrap .pic-with-text {
    flex-direction: row;
  }
  .contact.works .works-wrap .pic-with-text .text-wrap {
    order: 0;
  }
  .contact.works .works-wrap .pic-with-text .text-wrap .text br {
    display: block;
  }
}/*# sourceMappingURL=worksIndex.css.map */