@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
a:link,
a:visited,
a:hover,
a:active,
a {
  text-decoration: none !important;
  color: inherit;
}

h1,
.h1-like {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 180%;
  font-family: YuMincho, "Yu Mincho", yu-mincho-pr6n, "yu-mincho-pr6n", "Noto Serif JP", serif;
}

h2,
.h2-like {
  font-size: 20px;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.05em;
  font-family: YuMincho, "Yu Mincho", yu-mincho-pr6n, "yu-mincho-pr6n", "Noto Serif JP", serif;
}

h3,
.h3-like {
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  font-family: YuMincho, "Yu Mincho", yu-mincho-pr6n, "yu-mincho-pr6n", "Noto Serif JP", serif;
}

h4,
.h4-like {
  font-size: 16px;
  font-weight: 500;
}

p,
.p-like {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 180%;
}

.p-small {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 180%;
}

ul li, ol li {
  font-size: 14px;
}

.p-25 {
  font-size: 18px;
}

.p-20 {
  font-size: 16px;
}

@media screen and (min-width: 500px) {
  h1,
.h1-like {
    font-size: 28px;
  }

  h2,
.h2-like {
    font-size: 28px;
  }

  h3,
.h3-like {
    font-size: 22px;
  }

  h4,
.h4-like {
    font-size: 14px;
  }

  p,
.p-like {
    font-size: 14px;
  }

  .p-small {
    font-size: 10px;
  }

  ul li, ol li {
    font-size: 14px;
  }

  .p-25 {
    font-size: 20px;
  }

  .p-20 {
    font-size: 18px;
  }
}
@media screen and (min-width: 800px) {
  h1,
.h1-like {
    font-size: 36px;
  }

  h2,
.h2-like {
    font-size: 30px;
  }

  h3,
.h3-like {
    font-size: 24px;
  }

  h4,
.h4-like {
    font-size: 18px;
  }

  p,
.p-like {
    font-size: 16px;
    line-height: 200%;
  }

  .p-small {
    font-size: 12px;
  }

  ul li, ol li {
    font-size: 16px;
  }

  .p-25 {
    font-size: 25px;
  }

  .p-20 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  h1,
.h1-like {
    font-size: 50px;
  }

  h2,
.h2-like {
    font-size: 40px;
  }

  h3,
.h3-like {
    font-size: 35px;
  }

  h4,
.h4-like {
    font-size: 20px;
  }

  p,
.p-like {
    font-size: 16px;
  }

  .p-small {
    font-size: 12px;
  }

  ul li, ol li {
    font-size: 16px;
  }

  .p-25 {
    font-size: 25px;
  }

  .p-20 {
    font-size: 20px;
  }
}
.font-yumincho {
  font-family: YuMincho, "Yu Mincho", yu-mincho-pr6n, "yu-mincho-pr6n", "Noto Serif JP", serif;
  font-style: normal;
}

.font-yugothic {
  font-family: YuGothic, "Yu Gothic", "Noto Sans JP", sans-serif;
  font-style: normal;
}

.text-center {
  text-align: center;
}

html {
  scroll-behavior: auto;
}

.deco-bar {
  display: block;
  width: 100%;
  height: clamp(40px, 5vw, 80px);
  margin: 0;
  background-image: url(../img/top/about-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

section.post-landing {
  margin-top: -1px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-height: clamp(320px, 50vh, 466px);
  padding: clamp(70px, 14vh, 140px) 0;
  background-color: #000000;
  background-image: url(../img/info/info-landing.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
section.post-landing .content-container {
  color: #ffffff;
  align-items: center;
}
section.post-landing .content-container .pointline-text-group {
  width: 586px;
  max-width: 60%;
}
section.post-landing .content-container .pointline-text-group h2 {
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 0.5em;
}
section.post-landing .content-container .pointline-text-group h3 {
  font-weight: bold;
  line-height: 100%;
  margin-top: 0.6em;
}
@media screen and (min-width: 1600px) {
  section.post-landing .content-container .pointline-text-group .point-line::after, section.post-landing .content-container .pointline-text-group .point-line::before {
    width: 25px;
    height: 25px;
  }
  section.post-landing .content-container .pointline-text-group h3 {
    font-size: 38px;
  }
}

section.bloglist-area {
  width: 1150px;
  max-width: 85.5%;
  margin: 0 auto;
  padding: clamp(200px, 25vw, 320px) 0;
  align-items: center;
}
section.bloglist-area .filter-row {
  width: 720px;
  max-width: 100%;
  justify-content: center;
  text-align: center;
  margin-bottom: clamp(60px, 10vw, 100px);
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
}
section.bloglist-area .filter-row .filter-btn {
  margin: 0 1em;
  padding: 0.5em 1em;
  font-size: 17px;
  line-height: 100%;
  font-weight: bold;
  color: #707070;
  white-space: nowrap;
}
section.bloglist-area .filter-row .all-btn {
  color: #008CF2;
  border-bottom: 1px solid #008CF2;
}
section.bloglist-area .filter-row.filter-info .all-btn {
  color: #707070;
  border-bottom: unset;
}
section.bloglist-area .filter-row.filter-info .news-btn {
  color: #008CF2;
  border-bottom: 1px solid #008CF2;
}
section.bloglist-area .filter-row.filter-cat-1 .all-btn {
  color: #707070;
  border-bottom: unset;
}
section.bloglist-area .filter-row.filter-cat-1 .cat-1-btn {
  color: #008CF2;
  border-bottom: 1px solid #008CF2;
}
@media screen and (max-width: 800px) {
  section.bloglist-area .filter-row .filter-btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  section.bloglist-area .filter-row .filter-btn {
    font-size: 12px;
  }
}

.post-main {
  align-items: center;
}
.post-main .width834 {
  width: 834px;
  max-width: 85.5%;
}
.post-main .spacer-line {
  display: block;
  width: 1150px;
  max-width: 92%;
  height: 1px;
  background-color: #707070;
  margin-bottom: clamp(32px, 5vw, 50px);
}
.post-main h1 {
  margin: clamp(140px, 20vw, 280px) auto 0.8em auto;
  line-height: 140%;
}
.post-main .post-body {
  box-sizing: border-box;
  margin-bottom: clamp(230px, 40vw, 460px);
}
.post-main .post-body .date-cat {
  margin-bottom: 1em;
  align-items: center;
  color: #8E8E8E;
  font-weight: bold;
}
.post-main .post-body .post-title {
  margin-bottom: 1em;
}
.post-main .post-body img {
  max-width: 100%;
}
.post-main .post-body .return-btn {
  display: block;
  margin: clamp(40px, 6vw, 60px) auto 0 auto;
  border: 1px solid #707070;
  color: #707070;
  line-height: 100%;
  text-align: center;
  padding: 0.5em 2em;
  width: fit-content;
}
.post-main .post-body .return-btn:hover {
  opacity: 0.6;
}

nav.navigation .nav-links {
  display: flex;
  margin-top: 28px;
  width: 100%;
}
nav.navigation .nav-links .page-numbers {
  font-size: 25px;
  font-weight: 400;
  color: #A8A8A8;
  margin: 0 0.8em;
}
nav.navigation .nav-links .page-numbers.next, nav.navigation .nav-links .page-numbers.prev {
  margin: 0;
}
nav.navigation .nav-links .page-numbers .prev-arrow,
nav.navigation .nav-links .page-numbers .next-arrow {
  display: block;
  width: 1em;
  height: 1em;
}
nav.navigation .nav-links .page-numbers .prev-arrow {
  content: url(../img/info/info-arrow-prev.svg);
}
nav.navigation .nav-links .page-numbers .next-arrow {
  content: url(../img/info/info-arrow-next.svg);
}
nav.navigation .nav-links .page-numbers.current {
  pointer-events: none;
  color: #008CF2;
}
nav.navigation .nav-links a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 800px) {
  nav.navigation .nav-links .page-numbers {
    font-size: 16px;
  }
}

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