@charset "UTF-8";
.pagenation-number {
  font-size: clamp(18px, 2.4vw, 24px);
  gap: 0.3em;
}
.pagenation-number a,
.pagenation-number span {
  color: #6b9cdf;
}
.pagenation-number span {
  background-color: rgba(107, 156, 223, 0.3);
  border-radius: 100%;
}
.pagenation-number li {
  aspect-ratio: 1/1;
  width: 2em;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  margin: initial;
}

.pagination > .pagination-next, .pagination > .last, .pagination > .pagination-prev, .pagination > .start {
  aspect-ratio: 1/1;
  width: 2em;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  margin: initial;
}

.single-pagination {
  margin-block: 5em;
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
}
.single-pagination li {
  display: flex;
  align-items: center;
  margin: 0 0.8rem;
  white-space: nowrap;
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: center;
}
.single-pagination li a,
.single-pagination li span {
  color: #6b9cdf;
  text-decoration: none;
}

.content-title {
  width: 80%;
  font-family: "Kiwi Maru";
  font-size: 21px;
  color: #6b9cdf;
  font-weight: 600;
}

/* 1：news */
.container-news {
  position: relative;
}
.container-news .content-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.container-news .entry-index {
  min-height: 23.5em;
}
.container-news .index-news:after {
  content: "　";
  display: block;
  width: 85%;
  position: absolute;
  top: 3em;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #6b9cdf 1px, transparent 1px);
  background-size: 8px 100%, 100% 4.5em;
  height: calc(100% - 9em);
  min-height: 13.5em;
  line-height: initial; /* 文字の高さ(1.6em) */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
}
.container-news .entry-index,
.container-news .datebox-news {
  margin-block: 1em;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-block: 3em;
  border-image-source: url(../images/post/border_pc.png);
  border-image-slice: 45;
  border-image-width: 45px;
  border-image-outset: 10px 20px 0px;
  border-image-repeat: round;
}
.container-news .date {
  margin-block: 0;
  font-size: 0.9em;
  color: #6b9cdf;
}
.container-news .entry-name {
  font-size: 1rem;
  font-weight: normal;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.container-news .excerpt {
  width: 85%;
  height: 4.5em;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.container-news .excerpt:last-of-type {
  margin-bottom: 3em;
}
.container-news .excerpt a {
  display: block;
  text-decoration: none;
}
.container-news .entry-news:has(.entry-header) {
  width: 100%;
  -webkit-margin-after: 3em;
          margin-block-end: 3em;
}
.container-news .entry-news:has(.entry-header) .entry-header {
  border-bottom: 1px dashed #6b9cdf;
  padding: 0 2.5%;
  -webkit-margin-after: 2em;
          margin-block-end: 2em;
}
.container-news .entry-news:has(.entry-header) .entry-name {
  font-size: 1.1em;
}
.container-news .datebox-news {
  padding-inline: 7.5%;
}
.container-news .entry-text {
  width: 95%;
  margin: auto;
}
.container-news .pagination {
  margin-block: auto 0;
  margin-inline: auto;
}
@media print, screen and (min-width: 769px) {
  .container-news {
    background: url(../images/top/top-info-awbg_pc.png) no-repeat center 80%;
    background-size: 88%;
  }
}
@media screen and (max-width: 768px) {
  .container-news {
    background: url(../images/top/top-info-awbg_sp.png) no-repeat 90% 90%;
    background-size: 40%;
  }
  .container-news:has(.index-news):after {
    height: 100%;
    top: 8.2em;
  }
  .container-news.sec {
    margin-bottom: 6rem;
  }
  .container-news::before {
    content: "";
    position: absolute;
    width: 10%;
    background: url(../images/top/top-info-awbg2_sp.png) no-repeat top center;
    aspect-ratio: 35/92;
    bottom: 0.8em;
    left: 5%;
    background-size: contain;
    z-index: -1;
  }
  .container-news .sec-title {
    -webkit-margin-after: 0.5em;
            margin-block-end: 0.5em;
  }
  .container-news .content-title {
    width: 32%;
  }
  .container-news .entry-index,
.container-news .entry-datebox {
    margin-block: 1.5em 1em;
    border-image-outset: 25px 4px 0px;
  }
}