.page-mv {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 200px;
}
.page-mv__logo {
  width: 100px;
}

.post-type-archive-works .l-header__fixed-link, .single-works .l-header__fixed-link {
  display: none !important;
}

.news__item {
  border-bottom: solid 1px #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px 10px;
}
.news__item-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 105px);
}
.news__item-img {
  min-width: 75px;
  margin-right: 30px;
  aspect-ratio: 3/2;
  overflow: hidden;
  position: relative;
}
.news__item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.news__item-date {
  margin-right: 30px;
}
.news__item-cat {
  width: 15%;
  margin-right: 30px;
}
.news__item-heading {
  width: 60%;
}

.works__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.works__cat li {
  margin: 0 25px 10px 0;
  font-size: 1.1rem;
}

.page-works-detail__img {
  margin-bottom: 35px;
}
.page-works-detail__heading {
  font-size: 1.6rem;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 30px;
}
.page-works-detail__free {
  border-bottom: solid 1px;
  padding: 110px 0 70px;
}
.page-works-detail__free p {
  margin-bottom: 35px;
  font-size: 1.3rem;
}
.page-works-detail__free p:last-of-type {
  margin-bottom: 0;
}

ul.page-numbers {
  margin-top: 60px;
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.page-numbers li {
  margin: 0 8px 10px 0;
}
.page-numbers li:last-of-type {
  margin-right: 0;
}
.page-numbers li .page-item {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-numbers li a, .page-numbers li span {
  padding: 0 5px;
  font-size: 1.5rem;
}
.page-numbers li span.current {
  padding: 0;
}
.page-numbers li .current {
  position: relative;
}
.page-numbers li .current::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-numbers li a {
  position: relative;
}
.page-numbers .page-item {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page-news__contents {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.page-detail__head {
  font-size: 2.8rem;
  font-weight: 600;
  border-bottom: dashed 1px #397367;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.page-detail__date {
  font-size: 1.4rem;
  margin-bottom: 5px;
  color: #397367;
}
.page-detail__contents {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.page-free strong {
  font-weight: bold;
}
.page-free p {
  margin-bottom: 30px;
  font-size: 1.3rem;
}
.page-free .wp-block-image, .page-free .wp-block-columns {
  margin-bottom: 40px;
  gap: 1em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-free figure {
  margin-bottom: 30px;
}
.page-free figure figcaption {
  font-size: 1.4rem;
  font-weight: 400;
}
.page-free a {
  border-bottom: solid 1px;
  padding-bottom: 1px;
}
.page-free a:hover {
  border-color: #f7f7f5;
  opacity: 1;
}
.page-free h2 {
  font-size: 1.6rem;
  padding: 0 0 0 15px;
  margin-bottom: 30px;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-left: solid 4px #397367;
  line-height: 1.5;
}
.page-free h3 {
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: 700;
  color: #397367;
  padding-bottom: 10px;
}
.page-free h3.is-arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #CBCBCB;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.page-free h4 {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: 500;
}
.page-free ul, .page-free ol {
  padding-left: 20px;
  margin-bottom: 10px;
}
.page-free ul li, .page-free ol li {
  list-style: inherit;
}
.page-free .has-text-align-right {
  text-align: right;
}
.page-free .has-text-align-center {
  text-align: center;
}
.page-free .has-text-align-left {
  text-align: left;
}

.page-privacy__unit {
  margin-bottom: 30px;
}
.page-privacy__unit dt {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.article {
  overflow: hidden;
}
.article__date {
  color: #666;
  margin-bottom: 30px;
}
.article__heading {
  font-size: 1.5rem;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 80px;
}

.wp-block-code code {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .page-mv {
    margin-bottom: 80px;
  }
  .post-type-archive-works .m-mv .m-mv__image, .tax-works .m-mv .m-mv__image {
    background-position: 85% center;
  }
  .post-type-archive-days .m-mv .m-mv__image {
    background-position: 57% center;
  }
  .post-type-archive-news .m-mv .m-mv__image {
    background-position: 70% center;
  }
  .news__item {
    padding: 20px 10px;
  }
  .news__item-img {
    margin-right: 20px;
  }
  .news__item-date {
    margin-right: 20px;
  }
  .news__item-cat {
    width: 50%;
    margin-right: 0px;
  }
  .news__item-heading {
    width: 100%;
  }
  ul.page-numbers {
    margin-top: 30px;
  }
  .page-free .wp-block-table {
    overflow-x: scroll;
  }
  .page-free .wp-block-table table {
    width: 100%;
    min-width: 700px;
    border-collapse: collapse;
  }
  .page-free figure figcaption {
    font-size: 1.2rem;
  }
  .page-free h3 {
    font-size: 1.8rem;
  }
  .page-free h4 {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .page-news__list {
    min-height: 200px;
  }
  .page-free a {
    padding-bottom: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .page-free h2 {
    font-size: 2.2rem;
    margin-bottom: 40px;
    padding: 0 0 0 20px;
    border-width: 5px;
  }
  .page-privacy__unit {
    margin-bottom: 50px;
  }
  .page-privacy__unit dt {
    font-size: 1.8rem;
  }
}