.article-inner {
  margin-inline: auto;
}

.page-template-archive-news .news-article {
  margin-top: 70px;
  padding-bottom: 120px;
}

.page-template-archive-news .article-inner {
  width: 89.3333%;
  margin: 0 auto;
  max-width: 900px;
}

.page-template-archive-news .news-item + .news-item {
  margin-top: 40px;
}

.page-template-archive-news .news-item-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.page-template-archive-news .news-imgArea {
  width: 71.641%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  position: relative;
}

.page-template-archive-news .news-imgArea img {
  aspect-ratio: 4/3;
  object-fit: cover;
}

.page-template-archive-news .news-img {
  width: 100%;
  padding-bottom: 74%;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.page-template-archive-news .news-textArea {
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  position: relative;
}

.page-template-archive-news .news-textArea::after {
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  background-color: #000;
}

.page-template-archive-news .news-textArea::after,
.page-template-archive-news .news-textArea::before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 0;
  right: 0;
  height: 1px;
  z-index: 2;
  font-size: 20px;
}

.page-template-archive-news .news-item-title {
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.666;
  margin-top: 30px;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.page-template-archive-news .news-item-time {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #777;
  display: inline-block;
  margin-top: 10px;
}

.page-template-archive-news .news-item-lead {
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 1.666;
  margin-top: 26px;
  color: #4c4948;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.page-template-archive-news .news-article_notexist {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-size: 13px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: swap;
  color: #4c4948;
  width: 100%;
  text-align: center;
}

.page-template-archive-news .news-pagination {
  text-align: center;
  padding-top: 100px;
}

.page-template-archive-news .page-numbers {
  font-family: "Displace 2.0 Medium", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: swap;
  font-size: 16px;
  letter-spacing: 0.17em;
  color: #000;
  margin-left: 30px;
  text-decoration: none;
  display: inline-block;
  transition: color 0.3s;
}

.page-template-archive-news .page-numbers:nth-child(1) {
  margin-left: 0;
}

.page-template-archive-news .page-numbers.next,
.page-template-archive-news .page-numbers.prev {
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg) translate(-2px, -2px);
  transform: rotate(45deg) translate(-2px, -2px);
  transition: border 0.3s;
}

.page-template-archive-news .page-numbers.next {
  border-top: solid 1px #000;
  border-right: solid 1px #000;
}

.page-template-archive-news .page-numbers.prev {
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
}

.page-template-archive-news .news-top {
  padding-top: 140px;
}

.page-template-archive-news .news-inner {
  width: 89.3333%;
  margin: 0 auto;
  max-width: 1034px;
}

.page-template-archive-news .main-title {
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1.416;
  color: #000;
  text-align: center;
  font-family: "Displace 2.0 Medium", sans-serif;
  letter-spacing: 0.15em;
  font-weight: normal;
}

.page-template-archive-news .subtitle {
  font-size: 11px;
  letter-spacing: 0.18em;
  line-height: 2.181;
  color: #4c4948;
  text-align: center;
}

.single-post .news-article {
  margin-top: 70px;
}

.single-post .article-inner {
  width: 89.3333%;
  margin: 0 auto;
  max-width: 700px;
}

.single-post .article-time {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: #777;
}

.single-post .article-title {
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 20px;
}

.single-post .article-body {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #eee;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: swap;
}

.single-post .article-body a {
  text-decoration: underline;
  color: #0000ee;
}

.single-post .article-body h2 {
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 2.266;
  color: #000;
}

.single-post .article-body p {
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 2.615;
}

.single-post .article-body figure,
.single-post .article-body figure + p {
  margin-top: 60px;
}

.single-post .article-body figure img,
body.philosophy .philosophy-message_img img,
body.service .service-approach_img img,
body.service .service-concept-imgArea img,
body.service .service-introduce-content_imgbox img,
body.service .service-lineup-imgArea img {
  width: 100%;
  height: auto;
}

.single-post .article-body hr {
  width: 100%;
  height: 1px;
  border-top: 1px solid #eee;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin: 30px 0;
}

.single-post .article-body .size-medium {
  text-align: center;
}

.single-post .backBtn-area {
  margin-top: 60px;
  padding-bottom: 120px;
  text-align: center;
  font-family: "Displace 2.0 Medium", sans-serif;
  letter-spacing: 0.15em;
  font-weight: normal;
}

.single-post .backBtn-link {
  font-size: 12px;
  letter-spacing: 0.07em;
  color: #000;
  text-decoration: none;
  transition: color 0.3s;
}

.single-post,
body.philosophy main,
body.privacy {
  background-color: #fff;
  position: relative;
  z-index: 0;
}

.single-post .news-article_notexist {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-size: 13px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: swap;
  color: #4c4948;
  width: 100%;
  text-align: center;
}

.single-post .article-pagination {
  margin-top: 80px;
  display: flex;
  position: relative;
  height: 80px;
}

.single-post .article-pagination::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #ccc;
}

.single-post .article-nextArea,
.single-post .article-prevArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}

.single-post .article-nextArea {
  align-items: flex-end;
}

.single-post .article-next-link,
.single-post .article-prev-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  height: auto;
  position: relative;
}

.single-post .article-next-link {
  text-align: right;
  padding-right: 26px;
}

.single-post .article-next-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.3s;
}

.single-post .article-next-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ccc;
  opacity: 0.15;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: -1;
}

.single-post .article-prev-link {
  text-align: left;
  padding-left: 26px;
}

.single-post .article-prev-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.3s;
}

.single-post .article-prev-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ccc;
  opacity: 0.15;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: -1;
}

.single-post .article-next-text,
.single-post .article-prev-text {
  font-size: 12px;
  letter-spacing: 0.07em;
  color: #000;
}

.single-post .article-next-title,
.single-post .article-prev-title {
  display: none;
}

.single-post .article-next-title {
  text-align: right;
}

.single-post .article-next-time,
.single-post .article-prev-time {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.06em;
  margin-top: 8px;
  color: #777;
  width: 100%;
}

.single-post .article-next-time {
  text-align: right;
}

.single-post .news-top {
  padding-top: 140px;
}

.single-post .news-inner {
  width: 89.3333%;
  margin: 0 auto;
  max-width: 1034px;
}

.single-post .main-title {
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1.416;
  color: #000;
  text-align: center;
  font-family: "Displace 2.0 Medium", sans-serif;
  letter-spacing: 0.15em;
  font-weight: normal;
}

.single-post .subtitle {
  font-size: 11px;
  letter-spacing: 0.18em;
  line-height: 2.181;
  color: #4c4948;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .page-template-archive-news .main-title,
  .single-post .main-title {
    font-size: 50px;
  }
  .page-template-archive-news .news-article {
    margin-top: 120px;
  }
  .page-template-archive-news .article-inner {
    max-width: 1034px;
  }
  .page-template-archive-news .news-item-link {
    flex-direction: row;
  }
  .page-template-archive-news .news-imgArea {
    width: 240px;
  }
  .page-template-archive-news .news-textArea {
    width: calc(100% - 270px);
    margin-left: 5%;
  }
  .page-template-archive-news .news-item-title {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 20px;
  }
  .page-template-archive-news .news-item-time {
    margin-top: 20px;
    font-size: 14px;
  }
  .page-template-archive-news .news-item-lead {
    margin-top: 45px;
    line-height: 1.916;
  }
  .single-post .article-body hr {
    margin: 50px 0;
  }
  .page-template-archive-news .article-inner {
    width: 65.88579795%;
    min-width: 900px;
  }
  .page-template-archive-news .news-item + .news-item {
    margin-top: 36px;
  }
  .page-template-archive-news .news-item-link:hover .news-textArea::after,
  .page-template-archive-news .news-item-link:hover .news-textArea::before {
    left: 0;
    width: 100%;
  }
  .page-template-archive-news,
  .single-post,
  body.privacy {
    overflow: visible;
  }
  .page-template-archive-news .news-pagination {
    padding-top: 120px;
  }
  .page-template-archive-news .page-numbers.next:hover,
  .page-template-archive-news .page-numbers.prev:hover {
    border-color: #000;
  }
  .single-post .article-inner {
    width: 90%;
    margin-inline: auto;
    max-width: 856px;
  }
  .single-post .article-body .size-medium img {
    width: 79.32%;
    margin-left: auto;
    margin-right: auto;
  }
  .single-post .backBtn-link:hover,
  body.service-details .service-details-works-item:hover h3,
  body.works .side-item span:hover,
  body.works .works-item:hover h3,
  body.works .works-pagination a:hover {
    color: #000;
  }
  .single-post .article-next-link:hover::before {
    -webkit-transform: rotate(45deg) translate(-3px, 3px);
    transform: rotate(45deg) translate(-3px, 3px);
  }
  .single-post .article-next-link:hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  .single-post .article-prev-link:hover::before {
    -webkit-transform: rotate(45deg) translate(3px, -3px);
    transform: rotate(45deg) translate(3px, -3px);
  }
  .single-post .article-prev-link:hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
  }
  .single-post .article-next-text,
  .single-post .article-prev-text {
    width: 74.074%;
  }
  .single-post .article-next-text {
    margin-left: auto;
    margin-right: 0;
  }
  .single-post .article-next-title,
  .single-post .article-prev-title {
    display: inline-block;
    font-size: 10px;
    letter-spacing: 0.17em;
    line-height: 1.5;
    color: #000;
    width: 74.074%;
    margin-top: 3px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .single-post .article-next-title {
    margin-left: auto;
    margin-right: 0;
  }
  .single-post .article-next-time,
  .single-post .article-prev-time {
    width: 74.074%;
  }
  .single-post .article-next-time {
    margin-left: auto;
    margin-right: 0;
  }
  .single-post .news-top {
    padding-top: 204px;
  }
}

/*# sourceMappingURL=news.css.map */
