.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;
}

:root {
  --icon-width: 2px;
  --icon-color: black;
}

.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: none;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.backArea .inner .backText a {
  color: #000;
  text-decoration: none;
}
.backArea .icon-arrow-right,
.backArea .icon-arrow-left {
  display: inline-block;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  border-style: solid;
  border-width: var(--icon-width) var(--icon-width) 0 0;
  border-color: var(--icon-color);
  transform: rotate(45deg);
}
.backArea .icon-arrow-right {
  transform: rotate(45deg);
}
.backArea .icon-arrow-right:first-child {
  margin-right: -11px;
}
.backArea .icon-arrow-left {
  transform: rotate(-135deg);
}
.backArea .icon-arrow-left:first-child {
  margin-right: -11px;
}

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

.worksType2 .wrap-title .jp br, .worksType2 .wrap-title .en br {
  display: none;
}
.worksType2 .pic-wrap {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.worksType2 .textAllWrap {
  margin-bottom: 10px;
}
.worksType2 .textAllWrap .text-wrap {
  margin-bottom: 10px;
}
.worksType2 .textAllWrap .text-wrap .text {
  margin-bottom: 0;
}

@media screen and (min-width: 828px) {
  .contact.works .cont_wrap {
    width: 70vw;
  }
  .textAllWrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin: 80px 0;
  }
  .textAllWrap .text-wrap {
    line-height: 2.2;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
  }
  .textAllWrap .text-wrap .text {
    margin-bottom: 0;
    flex-grow: 1;
  }
  .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;
  }
  .backArea .inner {
    max-width: 950px;
  }
  .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=worksDetail.css.map */