@charset "UTF-8";
.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

/* 共通
---------------------------------------*/
.inner {
  margin: 0 auto;
}

html {
  font-size: 62.5%;
  line-height: 1;
}

body {
  margin-top: 172px;
  font-size: 16px;
  line-height: 1;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
}
body p {
  text-align: justify;
  line-height: 2;
}
@media (max-width: 767px) {
  body {
    margin-top: 60px;
  }
  body.active {
    overflow-y: hidden;
  }
}
body a {
  color: #111;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
  transition: 0.3s;
}
a:link {
  text-decoration: none;
}
a:hover, a:active {
  opacity: 0.7;
}
a:visited {
  color: #000;
}

.clearfix {
  display: flex;
}

.mainv {
  height: 300px;
  background: url(../img/news/mainv.jpg) no-repeat center/cover;
  position: relative;
}
.mainv .cover {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.mainv .cover h1, .mainv .cover .h1 {
  font-size: 40px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 500;
}
.mainv .cover span {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .mainv .cover h1, .mainv .cover .h1 {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .mainv .cover span {
    font-size: 14px;
  }
}

.bread {
  margin-top: 20px;
  margin-bottom: 120px;
}
.bread .inner {
  width: 1000px;
}
.bread ul {
  display: flex;
  align-items: center;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
  overflow-y: hidden;
  overflow-x: scroll;
  padding-bottom: 5px;
}
.bread ul li {
  position: relative;
  padding-right: 16px;
  white-space: nowrap;
}
.bread ul li::after {
  content: ">";
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
}
.bread ul li:last-of-type {
  padding-right: 0;
}
.bread ul li:last-of-type::after {
  content: none;
}
.bread ul li:last-of-type a:hover {
  opacity: 1;
}
.bread ul li a {
  font-size: 13px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .bread {
    margin-bottom: 50px;
  }
  .bread .inner {
    width: calc(100% - 40px);
  }
}

.post-list .inner {
  width: 860px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .post-list .inner {
    width: calc(100% - 40px);
    padding: 0 0 55px;
  }
}
.post-list ul li {
  border-bottom: 1px solid #d2d2d2;
}
.post-list ul li:first-of-type {
  border-top: 1px solid #d2d2d2;
}
.post-list ul li a {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
}
.post-list ul li a:hover {
  opacity: 1;
}
.post-list ul li a:hover span.post-title {
  text-decoration: underline;
}
.post-list ul li a span.time {
  font-size: 14px;
  font-weight: 500;
  color: #7c7c7c;
  margin-bottom: 16px;
}
.post-list ul li a span.post-title {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  text-underline-offset: 6px;
}
@media (max-width: 767px) {
  .post-list ul li a {
    padding: 20px 0;
  }
  .post-list ul li a span.post-title {
    font-size: 15px;
  }
}
.post-list .pagination {
  margin-top: 84px;
  display: flex;
  justify-content: center;
  gap: 0 16px;
}
.post-list .pagination .page-numbers {
  font-size: 18px;
  font-weight: 500;
  width: 38px;
  height: 38px;
  border: 1px solid #92c48c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #92c48c;
  transition: 0.3s;
}
.post-list .pagination .page-numbers:hover {
  opacity: 1;
  background: #92c48c;
  color: white;
}
.post-list .pagination .page-numbers:hover.prev {
  background: none;
}
.post-list .pagination .page-numbers:hover.next {
  background: none;
}
.post-list .pagination .page-numbers:hover.dots {
  background: none;
  color: #92c48c;
}
.post-list .pagination .page-numbers.prev {
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  left: calc(50% - 430px);
}
.post-list .pagination .page-numbers.prev.disabled {
  display: none;
}
.post-list .pagination .page-numbers.prev a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 0 20px;
}
.post-list .pagination .page-numbers.prev a:hover {
  opacity: 1;
}
.post-list .pagination .page-numbers.prev a:hover span {
  background: #92c48c;
}
.post-list .pagination .page-numbers.prev a:hover span::after {
  border-color: #fff;
}
.post-list .pagination .page-numbers.prev a span {
  width: 38px;
  height: 38px;
  position: relative;
  border: 1px solid #92c48c;
  border-radius: 50%;
  display: block;
  transition: 0.3s;
}
.post-list .pagination .page-numbers.prev a span::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #92c48c;
  border-left: 2px solid #92c48c;
  top: 50%;
  left: calc(50% + 1px);
  transform: translate(-50%, -50%) rotate(-45deg);
  display: block;
  position: absolute;
  transition: 0.3s;
}
.post-list .pagination .page-numbers.next {
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  right: calc(50% - 430px);
}
.post-list .pagination .page-numbers.next.disabled {
  display: none;
}
.post-list .pagination .page-numbers.next a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.post-list .pagination .page-numbers.next a:hover {
  opacity: 1;
}
.post-list .pagination .page-numbers.next a:hover span {
  background: #92c48c;
}
.post-list .pagination .page-numbers.next a:hover span::after {
  border-color: #fff;
}
.post-list .pagination .page-numbers.next a span {
  width: 38px;
  height: 38px;
  position: relative;
  border: 1px solid #92c48c;
  border-radius: 50%;
  display: block;
  transition: 0.3s;
}
.post-list .pagination .page-numbers.next a span::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #92c48c;
  border-right: 2px solid #92c48c;
  top: 50%;
  left: calc(50% - 1px);
  transform: translate(-50%, -50%) rotate(45deg);
  display: block;
  position: absolute;
  transition: 0.3s;
}
.post-list .pagination .page-numbers.current {
  border-color: #92c48c;
  background: #92c48c;
  color: #fff;
}
.post-list .pagination .page-numbers.dots {
  border: none;
  width: 28px;
  background: none;
  position: relative;
}
.post-list .pagination .page-numbers.dots span {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #92c48c;
  border-radius: 50%;
  top: 50%;
}
.post-list .pagination .page-numbers.dots span:nth-of-type(1) {
  left: 0;
  transform: translate(0, -50%);
}
.post-list .pagination .page-numbers.dots span:nth-of-type(2) {
  left: 50%;
  transform: translate(-50%, -50%);
}
.post-list .pagination .page-numbers.dots span:nth-of-type(3) {
  right: 0;
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .post-list .pagination {
    gap: 0 7px;
  }
  .post-list .pagination .page-numbers {
    font-size: 14px;
    width: 32px;
    height: 32px;
  }
  .post-list .pagination .page-numbers.prev {
    position: unset;
  }
  .post-list .pagination .page-numbers.prev a {
    font-size: 0;
    gap: 0;
  }
  .post-list .pagination .page-numbers.prev a span {
    width: 32px;
    height: 32px;
  }
  .post-list .pagination .page-numbers.prev a span::after {
    border-top: 1px solid #92c48c;
    border-left: 1px solid #92c48c;
  }
  .post-list .pagination .page-numbers.next {
    position: unset;
  }
  .post-list .pagination .page-numbers.next a {
    font-size: 0;
    gap: 0;
  }
  .post-list .pagination .page-numbers.next a span {
    width: 32px;
    height: 32px;
  }
  .post-list .pagination .page-numbers.next a span::after {
    border-top: 1px solid #92c48c;
    border-right: 1px solid #92c48c;
  }
  .post-list .pagination .page-numbers.dots {
    border: none;
    width: 16px;
    background: none;
    position: relative;
  }
  .post-list .pagination .page-numbers.dots span {
    width: 3px;
    height: 3px;
  }
}