@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;700&family=Noto+Serif+JP:wght@200;300;400;500&family=Roboto:wght@100;300;400;500;700&display=swap");

.u-tb-sp-only {
  display: none !important;
}

.u-sp-only {
  display: none !important;
}

.p-works_head-title {
  margin-top: 130px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  color: #0078c8;
  letter-spacing: 0.18em;
  line-height: 2;
}
.p-works_head-text {
  margin-top: 45px;
  padding-left: 33px;
}

.l-works__body h3 {
  margin-top: 50px;
  margin-left: 33px;
  padding-left: 0.5em;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  border-left: 3px solid;
}
.l-works__body a {
  text-decoration: underline;
}
.l-works__body__text {
  margin-top: 30px;
  padding-left: 33px;
}
.l-works__body__movie {
  position: relative;
  margin-top: 30px;
  margin-left: 33px;
  padding-top: 501px;
  width: 890px;
  box-sizing: border-box;
}
.l-works__body__movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-works__body__movie .js-video-btn {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.l-works__body__movie .js-video-btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 150px;
  height: 150px;
  background: url(../images/common/ico_play.svg) center/100% no-repeat;
}
.l-works__body__list {
  margin-top: 30px;
}
.l-works__body__list li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.l-works__body__img {
  margin-top: 40px;
  padding-left: 35px;
  display: flex;
}
.l-works__body__img img {
  margin-right: 30px;
}
.l-works__process {
  margin-top: 120px;
  padding: 118px 0;
  background: url(../images/common/bg_pattern.svg);
}
.l-works__process h2 {
  text-align: right;
}
.l-works__process__head {
  margin: 50px 0;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  text-align: right;
}
.l-works__process__box__inner {
  padding: 13px 0;
  background: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
}
.l-works__process__box__text {
  padding: 0 30px 0 0;
}
.l-works__process__box__text h3 {
  margin-bottom: 20px;
  padding-left: 0.5em;
  border-left: 3px solid;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 1.3;
}
.l-works__process__box__text h3 span {
  padding-left: 0.1em;
  display: block;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.l-works__process__box li {
  margin: 88px 0 0 0;
  width: 860px;
  padding: 17px 0;
  position: relative;
  background: url("../images/common/box_corner_left.svg") left top/18px 18px no-repeat, url("../images/common/box_corner_right.svg") right top/18px 18px no-repeat, url("../images/common/box_corner_left_bottom.svg") left bottom/18px 18px no-repeat, url("../images/common/box_corner_right_bottom.svg") right bottom/18px 18px no-repeat;
}
.l-works__process__box li:nth-child(even) {
  margin-left: 120px;
}
.l-works__process__box li:nth-child(even) .l-works__process__box__inner {
  flex-direction: row-reverse;
}
.l-works__process__box li:nth-child(even) .l-works__process__box__text {
  padding: 0 0 0 30px;
}
.l-works__process__box li::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: calc(100% - 33px);
  height: 18px;
  background: #fff;
}
.l-works__process__box li::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: calc(100% - 33px);
  height: 18px;
  background: #fff;
}
.l-works__process__box li img {
  margin: 0 30px;
  display: block;
  width: 320px;
}

.u-mt-top20 {
  margin-top: 20px;
}

.u-img--right::after {
  content: "";
  display: block;
  clear: both;
}
.u-img--right img {
  margin-left: 30px;
  float: right;
}

.u-img--left::after {
  content: "";
  display: block;
  clear: both;
}
.u-img--left img {
  margin-right: 30px;
  float: right;
}
@media (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
  .u-sp-only {
    display: block !important;
  }
  .p-works_head-title {
    margin-top: 8.59375vw;
    font-size: 5vw;
    line-height: 7.5vw;
  }
  .p-works_head-text {
    margin-top: 7.03125vw;
    padding-left: 4.21875vw;
  }
  .l-works__body h3 {
    margin-top: 8.59375vw;
    margin-left: 4.21875vw;
    font-size: 5vw;
    line-height: 7.5vw;
  }
  .l-works__body a {
    display: inline-block;
  }
  .l-works__body__text {
    margin-top: 8.59375vw;
    padding-left: 4.21875vw;
  }
  .l-works__body__movie {
    margin-top: 8.59375vw;
    margin-left: 0;
    padding-left: 0;
    padding-top: 56.25%;
    width: 100%;
  }
  .l-works__body__movie .js-video-btn::after {
    width: 23.4375vw;
    height: 23.4375vw;
  }
  .l-works__body__img {
    margin-top: 0;
    padding-left: 0;
    display: block;
  }
  .l-works__body__img img {
    margin: 8.90625vw 4.6875vw 0;
  }
  .l-works__body img.u-sp-only {
    margin: 8.90625vw 4.6875vw 0;
    width: calc(100% - 9.375vw);
  }
  .l-works__process {
    margin-top: 18.75vw;
    padding: 14.0625vw 0;
  }
  .l-works__process h2 {
    margin: auto;
    width: 80.9375vw;
    display: block;
  }
  .l-works__process__head {
    margin: 7.5vw 0;
    font-size: 4.375vw;
  }
  .l-works__process__box__inner {
    padding: 2.03125vw 0;
    display: block;
  }
  .l-works__process__box__text {
    padding: 4.6875vw 4.6875vw 0;
  }
  .l-works__process__box__text h3 {
    margin-bottom: 3.125vw;
    font-size: 5vw;
    line-height: 7.5vw;
  }
  .l-works__process__box__text h3 span {
    font-size: 3.75vw;
  }
  .l-works__process__box li {
    margin: 13.75vw 0 0 0;
    width: 100%;
    padding: 2.65625vw 0;
    background: url("../images/common/box_corner_left.svg") left top/2.8125vw 2.8125vw no-repeat, url("../images/common/box_corner_right.svg") right top/2.8125vw 2.8125vw no-repeat, url("../images/common/box_corner_left_bottom.svg") left bottom/2.8125vw 2.8125vw no-repeat, url("../images/common/box_corner_right_bottom.svg") right bottom/2.8125vw 2.8125vw no-repeat;
  }
  .l-works__process__box li:first-child {
    margin: 0;
  }
  .l-works__process__box li:nth-child(even) {
    margin-left: 0;
  }
  .l-works__process__box li:nth-child(even) .l-works__process__box__text {
    padding: 4.6875vw 4.6875vw 0;
  }
  .l-works__process__box li::before {
    width: calc(100% - 5.15625vw);
    height: 2.8125vw;
  }
  .l-works__process__box li::after {
    width: calc(100% - 5.15625vw);
    height: 2.8125vw;
  }
  .l-works__process__box li img {
    margin: 0 4.6875vw;
    width: calc(100% - 9.375vw);
  }
  .u-img--right img {
    margin-left: 4.6875vw;
    width: 30.78125vw;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .u-tb-sp-only {
    display: block !important;
  }
  .p-works_head-title {
    margin-top: 10.8333333333vw;
    font-size: 18px;
  }
  .p-works_head-text {
    margin-top: 3.75vw;
    padding-left: 2.75vw;
  }
  .l-works__body h3 {
    margin-top: 4.1666666667vw;
    margin-left: 2.75vw;
    font-size: 16px;
    line-height: 1.5;
  }
  .l-works__body__text {
    margin-top: 2.5vw;
    padding-left: 2.75vw;
  }
  .l-works__body__movie {
    margin-top: 2.5vw;
    margin-left: 2.75vw;
    padding-top: 41.75vw;
    width: 74.1666666667vw;
  }
  .l-works__body__movie .js-video-btn::after {
    width: 12.5vw;
    height: 12.5vw;
  }
  .l-works__body__img {
    margin-top: 3.3333333333vw;
    padding-left: 2.9166666667vw;
  }
  .l-works__process {
    margin-top: 10vw;
    padding: 9.8333333333vw 0;
  }
  .l-works__process h2 img {
    width: 53.8333333333vw;
  }
  .l-works__process__head {
    margin: 4.1666666667vw 0;
    font-size: 1.5vw;
  }
  .l-works__process__box__inner {
    padding: 1.0833333333vw 0;
  }
  .l-works__process__box__text {
    padding: 0 2.5vw 0 0;
    font-size: 12px;
    line-height: 1.7;
  }
  .l-works__process__box__text h3 {
    margin-bottom: 1.6666666667vw;
    font-size: 18px;
  }
  .l-works__process__box__text h3 span {
    font-size: 12px;
  }
  .l-works__process__box li {
    margin: 7.3333333333vw 0 0 0;
    width: 71.6666666667vw;
    padding: 1.4166666667vw 0;
    background: url("../images/common/box_corner_left.svg") left top/1.5vw 1.5vw no-repeat, url("../images/common/box_corner_right.svg") right top/1.5vw 1.5vw no-repeat, url("../images/common/box_corner_left_bottom.svg") left bottom/1.5vw 1.5vw no-repeat, url("../images/common/box_corner_right_bottom.svg") right bottom/1.5vw 1.5vw no-repeat;
  }
  .l-works__process__box li:nth-child(even) {
    margin-left: 10vw;
  }
  .l-works__process__box li:nth-child(even) .l-works__process__box__text {
    padding: 0 0 0 2.5vw;
  }
  .l-works__process__box li::before {
    width: calc(100% - 2.75vw);
    height: 1.5vw;
  }
  .l-works__process__box li::after {
    width: calc(100% - 2.75vw);
    height: 1.5vw;
  }
  .l-works__process__box li img {
    margin: 0 2.5vw;
    width: 26.6666666667vw;
  }
}
/*# sourceMappingURL=sourcemaps/works.css.map */
