@charset "UTF-8";
/*
変数関係をまとめたファイル
 */
/*
ブレイクポイントに関して記述しているファイル
下のブレイクポイントの設定を変更するときは必ずPMに一声かける
 */
.post-works-page > .post-content {
  max-width: 90vw;
  margin: 161px auto 0;
}
@media screen and (max-width: 1024px) {
  .post-works-page > .post-content {
    margin: 120px auto 0;
  }
}
@media screen and (max-width: 480px) {
  .post-works-page > .post-content {
    margin-top: 110px;
  }
}
.post-works-page > .post-content > .box-firstview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .post-works-page > .post-content > .box-firstview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.post-works-page > .post-content > .box-firstview > .box-overview > .page-title {
  color: #939393;
  font-size: 0.95vw;
}
@media screen and (max-width: 1024px) {
  .post-works-page > .post-content > .box-firstview > .box-overview > .page-title {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 820px) {
  .post-works-page > .post-content > .box-firstview > .box-overview > .page-title {
    font-size: 1.55vw;
    margin-bottom: 41px;
  }
}
@media screen and (max-width: 480px) {
  .post-works-page > .post-content > .box-firstview > .box-overview > .page-title {
    font-size: 3vw;
  }
}
.post-works-page > .post-content > .box-firstview > .box-overview > .title {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-size: 2.9vw;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .post-works-page > .post-content > .box-firstview > .box-overview > .title {
    font-size: 4vw;
    margin-bottom: 6px;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .post-works-page > .post-content > .box-firstview > .box-overview > .title {
    font-size: 8.6vw;
  }
}
.post-works-page > .post-content > .box-firstview > .box-overview > .box-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-works-page > .post-content > .box-firstview > .box-overview > .box-information > .date {
  color: #939393;
  font-size: 0.85vw;
  margin-right: 36px;
}
@media screen and (max-width: 1024px) {
  .post-works-page > .post-content > .box-firstview > .box-overview > .box-information > .date {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 820px) {
  .post-works-page > .post-content > .box-firstview > .box-overview > .box-information > .date {
    font-size: 1.55vw;
  }
}
@media screen and (max-width: 480px) {
  .post-works-page > .post-content > .box-firstview > .box-overview > .box-information > .date {
    font-size: 3vw;
    margin-right: 24px;
  }
}
.post-works-page > .post-content > .box-firstview > .box-overview > .box-information > .list-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-works-page > .post-content > .box-firstview > .box-overview > .box-information > .list-category > .category {
  position: relative;
  color: #007f41;
  font-size: 0.85vw;
  margin-left: 7px;
  padding-left: 14px;
}
@media screen and (max-width: 1024px) {
  .post-works-page > .post-content > .box-firstview > .box-overview > .box-information > .list-category > .category {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 820px) {
  .post-works-page > .post-content > .box-firstview > .box-overview > .box-information > .list-category > .category {
    font-size: 1.55vw;
  }
}
@media screen and (max-width: 480px) {
  .post-works-page > .post-content > .box-firstview > .box-overview > .box-information > .list-category > .category {
    font-size: 3vw;
  }
}
.post-works-page > .post-content > .box-firstview > .box-overview > .box-information > .list-category > .category:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50px;
  background-color: #007f41;
  width: 7px;
  height: 7px;
}
.post-works-page > .post-content > .box-firstview > .button {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media screen and (max-width: 1024px) {
  .post-works-page > .post-content > .box-firstview > .button > .link {
    font-size: 1.2vw;
    padding: 6px 47px 6px 2px;
  }
}
.post-works-page > .post-content > .box-article {
  position: relative;
  width: 100%;
  padding-bottom: 64px;
  margin-bottom: 64px;
}
@media screen and (max-width: 480px) {
  .post-works-page > .post-content > .box-article {
    padding-bottom: 0;
  }
}
.post-works-page > .post-content > .box-article > .box-main {
  max-width: 100%;
  width: 100%;
}
.post-works-page > .post-content > .box-article > .box-main > .thumbnail {
  margin-bottom: 48px;
}
@media screen and (max-width: 480px) {
  .post-works-page > .post-content > .box-article > .box-main > .thumbnail {
    margin-bottom: 24px;
  }
}
.post-works-page > .post-content > .box-article > .box-main > .thumbnail > img {
  height: 474px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 480px) {
  .post-works-page > .post-content > .box-article > .box-main > .thumbnail > img {
    height: 170px;
  }
}
.post-works-page > .post-content > .box-article > .box-main > .box-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
}
@media screen and (max-width: 820px) {
  .post-works-page > .post-content > .box-article > .box-main > .box-overview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 32px;
  }
}
.post-works-page > .post-content > .box-article > .box-main > .box-overview > .overview {
  font-size: 0.95vw;
  line-height: 2.2;
  max-width: 66%;
  margin-right: 105px;
}
@media screen and (max-width: 1024px) {
  .post-works-page > .post-content > .box-article > .box-main > .box-overview > .overview {
    font-size: 1.35vw;
    margin-right: 35px;
  }
}
@media screen and (max-width: 820px) {
  .post-works-page > .post-content > .box-article > .box-main > .box-overview > .overview {
    max-width: 100%;
    font-size: 1.55vw;
    margin-right: 0;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 820px) {
  .post-works-page > .post-content > .box-article > .box-main > .box-overview > .overview {
    font-size: 3.55vw;
  }
}
.post-works-page > .post-content > .box-article > .box-main > .box-overview > .list-information {
  max-width: 33%;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .post-works-page > .post-content > .box-article > .box-main > .box-overview > .list-information {
    max-width: 100%;
  }
}
.post-works-page > .post-content > .box-article > .box-main > .box-overview > .list-information > .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.post-works-page > .post-content > .box-article > .box-main > .box-overview > .list-information > .info > .label {
  color: #727171;
  font-size: 0.95vw;
  width: 110px;
  margin-right: 40px;
}
@media screen and (max-width: 1024px) {
  .post-works-page > .post-content > .box-article > .box-main > .box-overview > .list-information > .info > .label {
    font-size: 1.35vw;
  }
}
@media screen and (max-width: 820px) {
  .post-works-page > .post-content > .box-article > .box-main > .box-overview > .list-information > .info > .label {
    font-size: 1.55vw;
  }
}
@media screen and (max-width: 820px) {
  .post-works-page > .post-content > .box-article > .box-main > .box-overview > .list-information > .info > .label {
    font-size: 3.55vw;
  }
}
.post-works-page > .post-content > .box-article > .box-main > .box-overview > .list-information > .info > .data {
  font-size: 0.95vw;
  max-width: 260px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .post-works-page > .post-content > .box-article > .box-main > .box-overview > .list-information > .info > .data {
    font-size: 1.35vw;
  }
}
@media screen and (max-width: 820px) {
  .post-works-page > .post-content > .box-article > .box-main > .box-overview > .list-information > .info > .data {
    font-size: 1.55vw;
  }
}
@media screen and (max-width: 820px) {
  .post-works-page > .post-content > .box-article > .box-main > .box-overview > .list-information > .info > .data {
    font-size: 3.55vw;
  }
}
.post-works-page > .post-content > .box-article > .box-main > h2 {
  position: relative;
  font-size: 2vw;
  font-weight: 500;
  margin-bottom: 32px;
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  .post-works-page > .post-content > .box-article > .box-main > h2 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 820px) {
  .post-works-page > .post-content > .box-article > .box-main > h2 {
    font-size: 3vw;
  }
}
.post-works-page > .post-content > .box-article > .box-main > h2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #007f41;
  border-radius: 50px;
  width: 4px;
  height: 100%;
}
.post-works-page > .post-content > .box-article > .box-main > h3 {
  font-size: 1.5vw;
  font-weight: 500;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .post-works-page > .post-content > .box-article > .box-main > h3 {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 820px) {
  .post-works-page > .post-content > .box-article > .box-main > h3 {
    font-size: 2.5vw;
  }
}
.post-works-page > .post-content > .box-article > .box-main > p {
  font-size: 0.95vw;
  line-height: 2.2;
  margin: 0 auto 48px;
}
@media screen and (max-width: 1024px) {
  .post-works-page > .post-content > .box-article > .box-main > p {
    font-size: 1.45vw;
  }
}
@media screen and (max-width: 820px) {
  .post-works-page > .post-content > .box-article > .box-main > p {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 480px) {
  .post-works-page > .post-content > .box-article > .box-main > p {
    line-height: 2.3;
  }
}
.post-works-page > .post-content > .box-article > .box-main > p > a {
  color: #007f41;
  text-decoration: underline;
}
.post-works-page > .post-content > .box-article > .box-main > .wp-block-gallery {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.post-works-page > .post-content > .box-article > .box-main > figure {
  margin-bottom: 48px;
}
.post-works-page > .post-content > .box-article > .box-main > figure > img {
  height: 474px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 820px) {
  .post-works-page > .post-content > .box-article > .box-main > figure > img {
    height: 100%;
  }
}
@media screen and (max-width: 820px) {
  .post-works-page > .post-content > .box-article > .box-main > .button {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .post-works-page > .post-content > .box-article > .box-main > .button > .link {
    font-size: 4.3vw;
  }
}
.post-works-page > .post-content > .box-article > .box-related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #dfdfdf;
  padding-top: 64px;
  margin-top: 86px;
}
@media screen and (max-width: 820px) {
  .post-works-page > .post-content > .box-article > .box-related {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 30px;
    margin-top: 64px;
  }
}
.post-works-page > .post-content > .box-article > .box-related > .box-text {
  max-width: 40%;
  width: 100%;
  margin-right: 5%;
}
@media screen and (max-width: 820px) {
  .post-works-page > .post-content > .box-article > .box-related > .box-text {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.post-works-page > .post-content > .box-article > .box-related > .box-text > .label {
  color: #939393;
  font-size: 0.95vw;
  margin-bottom: 18px;
}
@media screen and (max-width: 1024px) {
  .post-works-page > .post-content > .box-article > .box-related > .box-text > .label {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 820px) {
  .post-works-page > .post-content > .box-article > .box-related > .box-text > .label {
    font-size: 1.55vw;
  }
}
@media screen and (max-width: 480px) {
  .post-works-page > .post-content > .box-article > .box-related > .box-text > .label {
    font-size: 3.55vw;
  }
}
.post-works-page > .post-content > .box-article > .box-related > .box-text > .works-title {
  font-size: 3vw;
  font-weight: 400;
  margin-bottom: 24px;
}
@media screen and (max-width: 820px) {
  .post-works-page > .post-content > .box-article > .box-related > .box-text > .works-title {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 480px) {
  .post-works-page > .post-content > .box-article > .box-related > .box-text > .works-title {
    font-size: 7.5vw;
  }
}
.post-works-page > .post-content > .box-article > .box-related > .box-text > .overview {
  font-size: 0.95vw;
  margin-bottom: 38px;
}
@media screen and (max-width: 1024px) {
  .post-works-page > .post-content > .box-article > .box-related > .box-text > .overview {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 820px) {
  .post-works-page > .post-content > .box-article > .box-related > .box-text > .overview {
    font-size: 1.65vw;
  }
}
@media screen and (max-width: 480px) {
  .post-works-page > .post-content > .box-article > .box-related > .box-text > .overview {
    font-size: 3.55vw;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 820px) {
  .post-works-page > .post-content > .box-article > .box-related > .box-text > .button {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .post-works-page > .post-content > .box-article > .box-related > .box-text > .button > .link {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 820px) {
  .post-works-page > .post-content > .box-article > .box-related > .box-text > .button > .link {
    font-size: 1.55vw;
  }
}
@media screen and (max-width: 480px) {
  .post-works-page > .post-content > .box-article > .box-related > .box-text > .button > .link {
    font-size: 4.3vw;
  }
}
.post-works-page > .post-content > .box-article > .box-related > .box-thumbnail {
  -ms-flex-item-align: start;
      align-self: flex-start;
  max-width: 60%;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .post-works-page > .post-content > .box-article > .box-related > .box-thumbnail {
    max-width: 100%;
  }
}
.post-works-page > .post-content > .box-article > .box-related > .box-thumbnail > img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 480px) {
  .post-works-page > .post-content > .box-article > .box-related > .box-thumbnail > img {
    height: 146px;
  }
}

.scrim {
  background: rgba(0, 0, 0, 0.5) !important;
}

.wp-lightbox-overlay .lightbox-image-container {
  max-width: 75vw;
  width: 100% !important;
}
.wp-lightbox-overlay .lightbox-image-container figure img {
  max-width: 100%;
  width: 100%;
}
.wp-lightbox-overlay .close-button svg {
  fill: #ffffff;
  width: 46px;
  height: 46px;
}