@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansJP-Black.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerifJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSerifJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSerifJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSerifJP-Black.woff") format("woff");
  font-display: swap;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

footer {
  width: 100%;
}

.post__info {
  display: flex;
  gap: 0 24px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 1050px) {
  .post__info {
    gap: 0 2.278283485vw;
    margin: 0 auto 2.278283485vw;
  }
}
@media screen and (max-width: 768px) {
  .post__info {
    gap: 0 4.2666666667vw;
    margin: 0 auto 4.2666666667vw;
  }
}
.post__info img {
  width: 180px;
  height: 100%;
}
@media screen and (max-width: 1050px) {
  .post__info img {
    width: 17.0871261378vw;
  }
}
@media screen and (max-width: 768px) {
  .post__info img {
    width: 26.6666666667vw;
  }
}

.post__info-text {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .post__info-text {
    position: relative;
  }
}

.post__date {
  font-size: 16px;
  margin: 0 0 8px;
}
@media screen and (max-width: 1050px) {
  .post__date {
    font-size: 1.5188556567vw;
    margin: 0 0 0.7594278283vw;
  }
}
@media screen and (max-width: 768px) {
  .post__date {
    font-size: 3.2vw;
    margin: 1.0666666667vw 0 3.2vw;
  }
}

.post__title {
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  margin: 0 0 8px;
}
@media screen and (max-width: 1050px) {
  .post__title {
    font-size: 2.3732119636vw;
    line-height: 2.8478543563vw;
    margin: 0 0 0.7594278283vw;
  }
}
@media screen and (max-width: 768px) {
  .post__title {
    font-size: 4vw;
    line-height: 5.0666666667vw;
    margin: 0 0 2.1333333333vw;
  }
}

@media screen and (max-width: 768px) {
  .post__cat {
    position: absolute;
    top: 0;
    left: 21.3333333333vw;
  }
}
.post__cat li {
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: #d6d6d6;
  line-height: 25px;
  padding: 0 16px;
  border-radius: 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1050px) {
  .post__cat li {
    font-size: 1.1391417425vw;
    line-height: 2.3732119636vw;
    padding: 0 1.5188556567vw;
    border-radius: 2.3732119636vw;
  }
}
@media screen and (max-width: 768px) {
  .post__cat li {
    font-size: 2.6666666667vw;
    line-height: 5.3333333333vw;
    padding: 0 4.2666666667vw;
    border-radius: 5.3333333333vw;
  }
}

.post__content p {
  font-size: 16px;
  line-height: 32px;
}
@media screen and (max-width: 1050px) {
  .post__content p {
    font-size: 1.5188556567vw;
    line-height: 3.0377113134vw;
  }
}
@media screen and (max-width: 768px) {
  .post__content p {
    font-size: 3.7333333333vw;
    line-height: 5.6vw;
  }
}

.post__link {
  display: flex;
  justify-content: space-between;
  margin: 74px auto 0;
}
@media screen and (max-width: 1050px) {
  .post__link {
    margin: 7.0247074122vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .post__link {
    margin: 16vw auto 0;
    position: relative;
    gap: 0 1.3333333333vw;
  }
}
.post__link > div {
  width: 290px;
}
@media screen and (max-width: 1050px) {
  .post__link > div {
    width: 27.5292587776vw;
  }
}
@media screen and (max-width: 768px) {
  .post__link > div {
    width: 33.3333333333%;
  }
}
.post__link > div a {
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  border: 2px solid #000;
  display: block;
  transition: 0.4s ease;
}
@media screen and (max-width: 1050px) {
  .post__link > div a {
    font-size: 1.5188556567vw;
    line-height: 4.7464239272vw;
    border-radius: 4.7464239272vw;
    border-width: 0.1898569571vw;
  }
}
@media screen and (max-width: 768px) {
  .post__link > div a {
    font-size: 0;
    line-height: 8.5333333333vw;
    border-radius: 8.5333333333vw;
    border-width: 0.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .post__link > div a:hover {
    background: #000;
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .post__link-list a {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .post__link-list a::before {
    content: "一覧に戻る";
    font-size: 3.2vw;
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    inset: 0;
    margin: auto;
  }
}

.post__link-prev a,
.post__link-next a {
  position: relative;
}
@media screen and (max-width: 768px) {
  .post__link-prev a,
.post__link-next a {
    letter-spacing: 0;
  }
}
.post__link-prev a:after,
.post__link-next a:after {
  content: "";
  width: 6px;
  height: 11px;
  background: url(../images/common/icon_next_black_01.svg) center/contain no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
  transition: 0.4s ease;
}
@media screen and (max-width: 1050px) {
  .post__link-prev a:after,
.post__link-next a:after {
    width: 0.5695708713vw;
    height: 1.044213264vw;
    right: 1.3289986996vw;
  }
}
@media screen and (max-width: 768px) {
  .post__link-prev a:after,
.post__link-next a:after {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .post__link-prev a:hover::after,
.post__link-next a:hover::after {
    background-image: url(../images/common/icon_next_white_01.svg);
  }
}

@media screen and (max-width: 768px) {
  .post__link-prev a::before {
    content: "前のお知らせ";
    font-size: 3.2vw;
    position: absolute;
    inset: 0;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.post__link-prev a::after {
  rotate: 180deg;
  right: unset;
  left: 14px;
}
@media screen and (max-width: 1050px) {
  .post__link-prev a::after {
    left: 1.3289986996vw;
  }
}
@media screen and (max-width: 768px) {
  .post__link-prev a::after {
    left: 3.7333333333vw;
  }
}

@media screen and (max-width: 768px) {
  .post__link-next a::before {
    content: "次のお知らせ";
    font-size: 3.2vw;
    position: absolute;
    inset: 0;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
/*# sourceMappingURL=single.css.map */