.works .pageHead {
  background-image: url(/assets/img/works/pageHead.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat, repeat;
}
@media screen and (max-width: 768px) {
  .works .pageHead {
    background-image: url(/assets/img/works/pageHead_sp.webp);
  }
}
.works .mContainer {
  padding: 0 0 10rem;
}
.works .mContainer:first-child {
  margin-top: 18rem;
}
@media screen and (max-width: 1160px) {
  .works .mContainer {
    padding: 0 0 7rem;
  }
  .works .mContainer:first-child {
    margin-top: 15rem;
  }
}
@media screen and (max-width: 600px) {
  .works .mContainer {
    padding: 0 0 4rem;
  }
  .works .mContainer:first-child {
    margin-top: 9rem;
  }
}
.works .mContainer .bigTxt {
  font-size: 4rem;
  font-weight: 400;
}
.works .mContainer .bigTxt.-red {
  color: #C30D23;
}
.works .mContainer .bigTxt.-orange {
  color: #EA5B02;
}
@media screen and (max-width: 1160px) {
  .works .mContainer .bigTxt {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .works .mContainer .bigTxt {
    font-size: 3.2rem;
  }
}
.works .mContainer .h2Ttl {
  margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .works .mContainer .h2Ttl {
    margin-bottom: 6rem;
  }
}
.works .mContainer .details {
  position: relative;
  min-height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.works .mContainer .details > .textArea {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  font-size: 2rem;
}
.works .mContainer .details > .textArea > * {
  width: 55%;
}
.works .mContainer .details > .imgArea {
  max-width: 62.6rem;
  width: 45%;
  position: absolute;
  top: 0;
  right: 0;
}
.works .mContainer .details > .imgArea img {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
@media screen and (max-width: 1180px) {
  .works .mContainer .details {
    min-height: 330px;
  }
  .works .mContainer .details > .textArea {
    padding-left: 4rem;
    padding-right: 4rem;
    font-size: 1.8rem;
  }
  .works .mContainer .details > .textArea .pcShow {
    display: none;
  }
}
@media screen and (max-width: 1020px) {
  .works .mContainer .details {
    min-height: 280px;
  }
}
@media screen and (max-width: 900px) {
  .works .mContainer .details {
    min-height: 260px;
  }
  .works .mContainer .details .mb40 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .works .mContainer .details > .textArea {
    width: 92%;
    padding: 60% 3rem 0;
    font-size: 1.6rem;
  }
  .works .mContainer .details > .textArea > * {
    width: 100%;
  }
  .works .mContainer .details > .imgArea {
    width: 90%;
  }
}
.works .mContainer .itemsList__item {
  position: relative;
  margin-bottom: 10rem;
}
.works .mContainer .itemsList__item:last-child {
  margin-bottom: 0;
}
.works .mContainer .itemsList__item .itemsListWrap {
  min-height: 568px;
  padding-top: 5.8%;
}
.works .mContainer .itemsList__item .itemsListWrap .txtCont {
  width: 53%;
  padding: 2.7% 10% 2.7% 2.7%;
  background: #fff;
  margin: 0 0 0 auto;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.works .mContainer .itemsList__item .itemsListWrap .txtCont > .ttl {
  font-size: 4rem;
  font-weight: 300;
  margin-bottom: 3rem;
  line-height: 1;
}
.works .mContainer .itemsList__item .itemsListWrap .imgCont {
  max-width: 1147px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.works .mContainer .itemsList__item:nth-child(2n) .itemsListWrap .txtCont {
  padding: 2.7% 2.7% 2.7% 10%;
  margin: 0 auto 0 0;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.works .mContainer .itemsList__item:nth-child(2n) .itemsListWrap .imgCont {
  right: 0;
  left: auto;
}
@media screen and (max-width: 1160px) {
  .works .mContainer .itemsList__item {
    margin-bottom: 7rem;
  }
  .works .mContainer .itemsList__item .itemsListWrap {
    padding-top: 20%;
    min-height: 555px;
  }
  .works .mContainer .itemsList__item .itemsListWrap .txtCont {
    width: 70%;
    padding: 2.5rem;
    -webkit-box-shadow: 0 0 8px #eee;
            box-shadow: 0 0 8px #eee;
  }
  .works .mContainer .itemsList__item .itemsListWrap .txtCont > .ttl {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .works .mContainer .itemsList__item:nth-child(2n) .itemsListWrap .txtCont {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 1090px) {
  .works .mContainer .itemsList__item .itemsListWrap {
    min-height: 500px;
  }
}
@media screen and (max-width: 1000px) {
  .works .mContainer .itemsList__item {
    margin-bottom: 4rem;
  }
  .works .mContainer .itemsList__item .itemsListWrap {
    padding-top: 30%;
    min-height: 460px;
  }
  .works .mContainer .itemsList__item .itemsListWrap .txtCont {
    width: 90%;
  }
  .works .mContainer .itemsList__item .itemsListWrap .txtCont > .ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 720px) {
  .works .mContainer .itemsList__item .itemsListWrap {
    min-height: 300px;
  }
  .works .mContainer .itemsList__item .itemsListWrap .txtCont > .ttl {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 410px) {
  .works .mContainer .itemsList__item .itemsListWrap .txtCont {
    padding: 2rem;
  }
  .works .mContainer .itemsList__item .itemsListWrap .txtCont > .ttl {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
  .works .mContainer .itemsList__item:nth-child(2n) .itemsListWrap .txtCont {
    padding: 2rem;
  }
}