@charset "UTF-8";
body.subpage .page-title {
  display: flex;
  justify-content: center;
  margin-bottom: 4em;
}
body.subpage .page-title .title {
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 5px solid #2d2d2d;
  font-weight: 600;
  line-height: 1;
  letter-spacing: normal;
  font-size: 3rem;
}
body.subpage .page-title.post-single {
  padding-bottom: 1em;
  border-bottom: 5px solid #2d2d2d;
}
body.subpage .page-title.post-single .title {
  border-bottom: none;
  font-family: inter, "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 2rem;
  line-height: 1.6;
}
body.subpage main.posts {
  padding-top: calc(8em + 180px);
  padding-bottom: 8em;
}
body.subpage main.posts .page-title {
  margin-bottom: 0;
}
body.subpage main.posts .inner {
  width: min(92%, 800px);
}
body.subpage main.posts .no-post-txt {
  display: flex;
  justify-content: center;
  padding-top: 4em;
}
body.subpage main.posts .list-area {
  margin-top: 4em;
}
body.subpage main.posts .news-list {
  display: block;
}
body.subpage main.posts .news-list .news-post {
  display: flex;
  border-bottom: 1px solid rgba(45, 45, 45, 0.3);
}
body.subpage main.posts .news-list .news-post:nth-of-type(1) {
  padding-top: 0;
}
body.subpage main.posts .news-list .date {
  padding-right: 1.5em;
  font-weight: bold;
  letter-spacing: normal;
}
body.subpage main.posts .news-list a {
  display: flex;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: calc(40px + 1em);
  position: relative;
}
body.subpage main.posts .news-list a::after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: auto;
  border: 1px solid transparent;
  border-radius: 300px;
  background: url(../images/common/arrow.svg) center center no-repeat;
  background-size: 56% auto;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  transition: border-color 0.4s 0.1s;
}
body.subpage main.posts .news-list a:hover::after {
  border-color: #2d2d2d;
}
body.subpage main.posts .single-article .date {
  margin-top: 0.5em;
  margin-bottom: 2em;
  text-align: right;
}
body.subpage main.posts .single-article .article-body p + p {
  margin-top: 1em;
}
body.subpage main.posts .nav-links {
  display: flex;
  justify-content: center;
  gap: 1em;
  margin-top: 3em;
}
body.subpage main.posts .nav-links span,
body.subpage main.posts .nav-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  background: #e8e4dc;
  border-radius: 100px;
}
body.subpage main.posts .nav-links span::before, body.subpage main.posts .nav-links span::after,
body.subpage main.posts .nav-links a::before,
body.subpage main.posts .nav-links a::after {
  content: none;
}
body.subpage main.posts .nav-links a {
  border: 1px solid #cbc6b7;
  background: #fff;
}
body.subpage main.contents {
  padding-top: calc(8em + 180px);
  padding-bottom: 8em;
}
body.subpage main.contents.page404 .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.subpage main.contents.page404 .btn {
  margin-top: 3em;
}
body.subpage main.contents.page404 .btn a {
  padding: 0.3em 2em;
  background: #e8e4dc;
}
@media only screen and (max-width: 1200px){
  body.subpage {
    margin: 0;
  }
  body.subpage main.posts {
    padding-top: calc(8em + 100px);
  }
  body.subpage main.contents {
    padding-top: calc(8em + 100px);
  }
}
@media only screen and (max-width: 640px){
  body.subpage .page-title .title {
    font-size: 6.1538461538vw;
  }
  body.subpage .page-title.post-single .title {
    font-size: 5.1282051282vw;
  }
  body.subpage main.posts {
    padding-top: calc(3em + 100px);
    padding-bottom: 4em;
  }
  body.subpage main.contents {
    padding-top: calc(3em + 100px);
    padding-bottom: 4em;
  }
}
