@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&family=Noto+Sans+JP&family=Playfair+Display&family=Zen+Old+Mincho:wght@400;500;600;700&display=swap");
.secSingle {
  padding: 90px 0;
  color: #616152;
}
.secSingle__meta {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
.secSingle__meta .date {
  font-size: 14px;
  line-height: 1.5;
  flex-shrink: 0;
}
.secSingle__meta .category {
  padding: 4px 8px;
  background-color: #FF7A00;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  display: inline-block;
  flex-shrink: 0;
}
.secSingle__ttl {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.secSingle__contentsWrap {
  margin-bottom: 80px;
  font-size: 13px;
  font-weight: 500;
  line-height: 2;
}
.secSingle__contentsWrap p + p {
  margin-top: 2em;
}
.secSingle__nav {
  font-weight: 500;
  line-height: 2;
}
.secSingle__nav .navList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  grid-gap: 40px 0;
}
.secSingle__nav .navList__listItem {
  width: 50%;
}
.secSingle__nav .navList__listItem--top {
  width: 100%;
  text-align: center;
}
.secSingle__nav .navList__link {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.secSingle__nav .navList__link .arrow {
  width: 30px;
  height: 8px;
  background: url('data:image/svg+xml;charset=utf8,<svg width="30" height="8" viewBox="0 0 30 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M26.1716 7.53568L29.3536 4.3537C29.5488 4.15844 29.5488 3.84185 29.3536 3.64659L26.1716 0.464612C25.9763 0.26935 25.6597 0.26935 25.4645 0.464612C25.2692 0.659874 25.2692 0.976457 25.4645 1.17172L27.7929 3.50015L-3.65601e-07 3.50015L-2.78178e-07 4.50015L27.7929 4.50015L25.4645 6.82857C25.2692 7.02384 25.2692 7.34042 25.4645 7.53568C25.6597 7.73094 25.9763 7.73094 26.1716 7.53568Z" fill="%23616152"/></svg>') center/contain no-repeat;
  text-indent: -9999px;
  display: block;
}
.secSingle__nav .navList__link--prev .arrow {
  transform: scale(-1, 1);
}
.secSingle__nav .navList__link--next {
  justify-content: flex-end;
}
.secSingle__nav .navList__link--top {
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .secSingle {
    padding: 168px 0 246px;
  }
  .secSingle__ttl {
    margin-bottom: 87px;
    font-size: 24px;
  }
  .secSingle__contentsWrap {
    min-height: 455px;
    margin-bottom: 100px;
  }
  .secSingle__nav .navList {
    flex-wrap: nowrap;
    justify-content: center;
    grid-gap: 40px;
  }
  .secSingle__nav .navList__listItem {
    width: 120px;
    flex-shrink: 0;
  }
  .secSingle__nav .navList__listItem--next {
    order: 1;
  }
  .secSingle__nav .navList__listItem--top {
    width: 80px;
  }
}