@charset "UTF-8";
/* ------------------------------------------
  カラー
------------------------------------------ */
/* ------------------------------------------
  トップページ
------------------------------------------ */
/* mv */
.p-top__mv {
  background: linear-gradient(0deg, rgb(255, 255, 255) 4%, rgb(127, 196, 200) 54%, rgb(127, 196, 200) 100%);
  padding-top: 2.8rem;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top__mv {
    height: 58rem;
    padding-top: 1rem;
    padding-bottom: 0;
  }
}
.p-top__mv:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.8rem;
  z-index: 2;
  background-color: #0e897f;
}
@media screen and (max-width: 767px) {
  .p-top__mv:before {
    display: none;
  }
}
.p-top__mv_head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0.65rem 0 0.7rem;
}
@media screen and (max-width: 767px) {
  .p-top__mv_head {
    padding: 0;
    margin-left: 1rem;
    margin-bottom: 0.5rem;
  }
}
.p-top__mv_title {
  width: 63rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-top__mv_title {
    width: 27.9rem;
  }
}
.p-top__mv_info {
  width: 30.2rem;
}
@media screen and (max-width: 767px) {
  .p-top__mv_info {
    position: absolute;
    z-index: 10;
    left: 1.5rem;
    bottom: 3.5rem;
    width: 26rem;
  }
}
.p-top__mv_image {
  width: 100%;
  max-width: 124.5rem;
  margin: auto;
}
.p-top__mv_text {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1rem, 2.2489959839vw, 2.8rem);
  color: #444;
  line-height: 4.5rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top__mv_text {
    font-size: 1.93rem;
    line-height: 1.2020725389;
    height: 6.5rem;
    padding: 1rem 0;
  }
}
.p-top__mv_text:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 140rem;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 5%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.5) 95%, rgba(255, 255, 255, 0) 100%);
}
.p-top__mv_text span {
  font-size: clamp(1rem, 1.9277108434vw, 2.4rem);
}
@media screen and (max-width: 767px) {
  .p-top__mv_text span {
    font-size: 1.65rem;
    line-height: 1.2060606061;
  }
}

.c-ribon01 {
  position: absolute;
  z-index: 5;
  top: 0;
  left: calc(50% - 680px);
  transform: translateX(-50%);
  width: 570px;
}
@media screen and (max-width: 1244px) {
  .c-ribon01 {
    left: calc(50% - 68rem);
    width: 57rem;
  }
}
@media screen and (max-width: 767px) {
  .c-ribon01 {
    left: 0;
    width: 23.15rem;
    transform: none;
  }
}

.c-ribon02 {
  position: absolute;
  z-index: 5;
  bottom: -10px;
  left: calc(50% + 675px);
  transform: translateX(-50%);
  width: 570px;
}
@media screen and (max-width: 1244px) {
  .c-ribon02 {
    left: 106%;
    width: 57rem;
  }
}
@media screen and (max-width: 767px) {
  .c-ribon02 {
    left: inherit;
    right: 0;
    bottom: 0;
    width: 23.15rem;
    transform: none;
  }
}

/* p-top__news */
.p-top__news {
  border-radius: 1rem;
  background-color: #fff;
  padding: 3rem 4rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top__news {
    padding: 3rem 2.5rem;
  }
}
.p-top__news_list {
  border-radius: 1rem;
  box-shadow: inset 0 0 0.5rem #7cbdc0;
  padding: 1rem 1.5rem;
  margin-top: 2.5rem;
  height: 20rem;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .p-top__news_list {
    height: 38rem;
  }
}
.p-top__news_list .simplebar-track {
  background: #e2e2e2;
}
.p-top__news_list .simplebar-track.simplebar-vertical {
  right: -1rem;
  width: 0.7rem;
}
.p-top__news_list .simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.p-top__news_list .simplebar-track .simplebar-scrollbar::before {
  background: #1d777e;
  border-radius: inherit;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0px;
}
.p-top__news_list_item {
  border-bottom: 1px solid #aaabab;
}
.p-top__news_list_item_link {
  font-size: 1.6rem;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  padding: 0.6rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top__news_list_item_link {
    flex-direction: column;
    gap: 0.5rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-top__news_list_item_link:hover {
  color: #0e897f;
}
.p-top__news_list_item_date {
  width: 11.2rem;
}
@media screen and (max-width: 767px) {
  .p-top__news_list_item_date {
    width: 100%;
  }
}
.p-top__news_list_item_title {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-top__news_list_item_title {
    flex: auto;
    width: 100%;
  }
}
.p-top__news_link {
  margin-top: 1rem;
  text-align: right;
}

/* p-top__overview */
.p-top__overview {
  border-radius: 0 1rem 1rem 1rem;
  background-color: #fff;
}
.p-top__overview a {
  color: #0e897f;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #0e897f;
  text-decoration-thickness: 1px;
  font-size: 1.6rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  line-height: 2;
}
.p-top__overview a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 2rem;
  height: 2.7rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-top__overview a[href$=".pdf"], .p-top__overview a[href$=".PDF"] {
  padding-left: 3rem;
}
.p-top__overview a[href$=".pdf"]::before, .p-top__overview a[href$=".PDF"]::before {
  width: 2.6rem;
  background-image: url("../img/page/pdf.svg");
}
.p-top__overview a[href$=".doc"], .p-top__overview a[href$=".docx"], .p-top__overview a[href$=".DOC"], .p-top__overview a[href$=".DOCX"] {
  padding-left: 3rem;
}
.p-top__overview a[href$=".doc"]::before, .p-top__overview a[href$=".docx"]::before, .p-top__overview a[href$=".DOC"]::before, .p-top__overview a[href$=".DOCX"]::before {
  background-image: url("../img/page/word.svg");
}
.p-top__overview a[href$=".xls"], .p-top__overview a[href$=".xlsx"], .p-top__overview a[href$=".XLS"], .p-top__overview a[href$=".XLSX"] {
  padding-left: 3rem;
}
.p-top__overview a[href$=".xls"]::before, .p-top__overview a[href$=".xlsx"]::before, .p-top__overview a[href$=".XLS"]::before, .p-top__overview a[href$=".XLSX"]::before {
  background-image: url("../img/page/excel.svg");
}
.p-top__overview a[href$=".ppt"], .p-top__overview a[href$=".pptx"], .p-top__overview a[href$=".PPT"], .p-top__overview a[href$=".PPTX"] {
  padding-left: 3rem;
}
.p-top__overview a[href$=".ppt"]::before, .p-top__overview a[href$=".pptx"]::before, .p-top__overview a[href$=".PPT"]::before, .p-top__overview a[href$=".PPTX"]::before {
  background-image: url("../img/page/powerpoint.svg");
}
.p-top__overview h4 {
  font-size: 1.9rem;
  color: #0E897F;
  line-height: 1.6;
  border-bottom: 1px solid #0E897F;
  margin: 2.5rem 0;
  padding: 0 0.9rem;
  font-weight: normal;
}
.p-top__overview ul {
  margin: 3rem 0;
}
.p-top__overview ul li {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 1.4rem;
  padding-left: 1.6rem;
  position: relative;
}
.p-top__overview ul li:before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #0e897f;
}
.p-top__overview ul.c-block__list-ver1 li {
  font-size: 1.6rem;
  text-indent: -1.6rem;
}
.p-top__overview ul.c-block__list-ver1 li:before {
  content: "※";
  position: static;
  color: #0e897f;
  font-weight: bold;
  width: 0;
  background-color: transparent;
}
.p-top__overview ul.c-block__list-ver1 li a {
  text-indent: 0;
}
.p-top__overview ol {
  counter-reset: my-counter;
  margin: 3rem 0;
}
.p-top__overview ol li {
  padding-left: 2.4rem;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 1.4rem;
  position: relative;
}
.p-top__overview ol li:before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #0e897f;
  text-align: center;
  width: 2rem;
  height: 2rem;
  color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  line-height: 1.8rem;
}
.p-top__overview_content {
  padding: 3.5rem 4rem 5rem;
  display: grid;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top__overview_content {
    padding: 3.5rem 2.5rem 3rem;
    gap: 3rem;
  }
}
.p-top__overview_content_item_title {
  margin-bottom: 2rem;
}
.p-top__overview_content_item_text1 {
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top__overview_content_item_text1 {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}
.p-top__overview_content_item_text2 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-top__overview_content_item_text2 {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}
.p-top__overview_content_item_text3 {
  font-weight: bold;
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .p-top__overview_content_item_text3 {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}
.p-top__overview_content_item_text3 span {
  font-weight: normal;
  font-size: 1.6rem;
}
.p-top__overview_content_item_text4 {
  font-size: 1.6rem;
  line-height: 2.9rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top__overview_content_item_text4 {
    font-size: 1.6rem;
    line-height: 2.5rem;
    margin-top: 0;
  }
}
.p-top__overview_content_item_text5 {
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-top__overview_content_item_text5 {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}
.p-top__overview_content_item_text6 {
  font-size: 1.6rem;
  line-height: 2.9rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top__overview_content_item_text6 {
    font-size: 1.6rem;
    line-height: 2.5rem;
    margin-top: 0;
  }
}

/* ------------------------------------------
  汎用ページ
------------------------------------------ */
/* mv */
.c-mv {
  background: url(../img/page/page-title-bg.png) 50% 100%/cover no-repeat;
  padding-top: 2.8rem;
  padding-bottom: 8.5rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-mv {
    height: 29rem;
    padding-top: 1rem;
    padding-bottom: 0;
  }
}
.c-mv:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.8rem;
  z-index: 2;
  background-color: #0e897f;
}
@media screen and (max-width: 767px) {
  .c-mv:before {
    display: none;
  }
}
.c-mv__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0.65rem 0 0.7rem;
}
@media screen and (max-width: 767px) {
  .c-mv__head {
    padding: 0;
    margin-left: 1rem;
    margin-bottom: 0.5rem;
  }
}
.c-mv__title {
  width: 63rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-mv__title {
    width: 27.9rem;
  }
}
.c-mv__info {
  width: 30.2rem;
}
@media screen and (max-width: 767px) {
  .c-mv__info {
    position: absolute;
    z-index: 10;
    left: 1.5rem;
    bottom: 3.5rem;
    width: 26rem;
  }
}
.c-mv__image {
  width: 100%;
  max-width: 124.5rem;
  margin: auto;
}
.c-mv__text {
  margin-top: 3.7rem;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: clamp(1rem, 2.2489959839vw, 2.8rem);
  color: #444;
  line-height: 5rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-mv__text {
    font-size: 1.93rem;
    line-height: 1.2020725389;
    padding: 1rem 0;
  }
}
.c-mv__text:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 140rem;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 5%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.5) 95%, rgba(255, 255, 255, 0) 100%);
}
.c-mv__text span {
  font-size: clamp(1rem, 1.9277108434vw, 2.4rem);
}
@media screen and (max-width: 767px) {
  .c-mv__text span {
    font-size: 1.65rem;
    line-height: 1.2060606061;
  }
}

.c-wrapper__sec {
  margin-top: 0;
  padding-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .c-wrapper__sec {
    padding-top: 0;
  }
}

.c-block .c-block__container > * > * {
  margin-top: 0;
}

.c-block .c-block__container > * > *:last-child {
  margin-bottom: 0;
}

.c-block {
  border-radius: 1rem;
  background-color: #fff;
  padding: 3rem 4rem 5rem;
}
@media screen and (max-width: 767px) {
  .c-block {
    padding: 3rem 2.5rem;
  }
}
.c-block .u-flex {
  display: flex;
}
.c-block br.only_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-block br.only_sp {
    display: inline;
  }
}
.c-block a {
  color: #0e897f;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #0e897f;
  text-decoration-thickness: 1px;
  font-size: 1.6rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.c-block a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 2rem;
  height: 2.7rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-block a[href$=".pdf"], .c-block a[href$=".PDF"] {
  padding-left: 3rem;
}
.c-block a[href$=".pdf"]::before, .c-block a[href$=".PDF"]::before {
  width: 2.6rem;
  background-image: url("../img/page/pdf.svg");
}
.c-block a[href$=".doc"], .c-block a[href$=".docx"], .c-block a[href$=".DOC"], .c-block a[href$=".DOCX"] {
  padding-left: 3rem;
}
.c-block a[href$=".doc"]::before, .c-block a[href$=".docx"]::before, .c-block a[href$=".DOC"]::before, .c-block a[href$=".DOCX"]::before {
  background-image: url("../img/page/word.svg");
}
.c-block a[href$=".xls"], .c-block a[href$=".xlsx"], .c-block a[href$=".XLS"], .c-block a[href$=".XLSX"] {
  padding-left: 3rem;
}
.c-block a[href$=".xls"]::before, .c-block a[href$=".xlsx"]::before, .c-block a[href$=".XLS"]::before, .c-block a[href$=".XLSX"]::before {
  background-image: url("../img/page/excel.svg");
}
.c-block a[href$=".ppt"], .c-block a[href$=".pptx"], .c-block a[href$=".PPT"], .c-block a[href$=".PPTX"] {
  padding-left: 3rem;
}
.c-block a[href$=".ppt"]::before, .c-block a[href$=".pptx"]::before, .c-block a[href$=".PPT"]::before, .c-block a[href$=".PPTX"]::before {
  background-image: url("../img/page/powerpoint.svg");
}
.c-block h2 {
  font-size: 2.2rem;
  color: #fff;
  line-height: 4rem;
  background: linear-gradient(90deg, #a48e56 80%, #e7e1c2 95%, rgba(253, 252, 229, 0) 100%);
  margin: 2.5rem 0;
  padding: 0 0.9rem;
  position: relative;
  z-index: 2;
  font-weight: normal;
}
.c-block h2:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0.3rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.c-block h3 {
  font-size: 2.2rem;
  color: #0E897F;
  line-height: 4rem;
  border-bottom: 3px solid #0E897F;
  margin: 2.5rem 0;
  padding: 0 0.9rem;
  position: relative;
  font-weight: normal;
}
.c-block h3:before {
  content: "";
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0E897F;
}
.c-block h4 {
  font-size: 1.9rem;
  color: #0E897F;
  line-height: 1.6;
  border-bottom: 1px solid #0E897F;
  margin: 2.5rem 0;
  padding: 0 0.9rem;
  font-weight: normal;
}
.c-block p {
  font-size: 1.6rem;
  line-height: 2;
  margin: 2.5rem 0;
}
.c-block p.c-block__filelink {
  margin: 3rem 0;
}
.c-block__date {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.c-block__container {
  margin-bottom: 5rem;
}
.c-block__container:last-child {
  margin-bottom: 0;
}
.c-block ul {
  margin: 3rem 0;
}
.c-block ul li {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 1.4rem;
  padding-left: 1.6rem;
  position: relative;
}
.c-block ul li:before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #0e897f;
}
.c-block ul.c-block__list-ver1 li {
  font-size: 1.6rem;
  text-indent: -1.6rem;
}
.c-block ul.c-block__list-ver1 li:before {
  content: "※";
  position: static;
  color: #0e897f;
  font-weight: bold;
  width: 0;
  background-color: transparent;
}
.c-block ul.c-block__list-ver1 li a {
  text-indent: 0;
}
.c-block ol {
  counter-reset: my-counter;
  margin: 3rem 0;
}
.c-block ol li {
  padding-left: 2.4rem;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 1.4rem;
  position: relative;
}
.c-block ol li:before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #0e897f;
  text-align: center;
  width: 2rem;
  height: 2rem;
  color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  line-height: 1.8rem;
}
.c-block__linkbutton {
  text-align: center;
  margin: 3rem auto;
}
.c-block__linkbutton a {
  display: inline-block;
  border-radius: 0.5rem;
  padding: 1rem 3.5rem;
  font-size: 1.8rem;
  border: 1px solid #0e897f;
  background-color: #e9f4ee;
  text-decoration: none;
  font-weight: normal;
}
.c-block dl {
  font-size: 1.6rem;
  border-bottom: 1px dashed #9fa0a0;
  margin: 3rem 0;
  display: flex;
  flex-wrap: wrap;
}
.c-block dl dt {
  border-top: 1px dashed #9fa0a0;
  padding: 1rem;
  background-color: #e8f3ed;
  width: 25%;
  line-height: 2;
  font-weight: normal;
}
.c-block dl dd {
  border-top: 1px dashed #9fa0a0;
  padding: 1rem;
  width: 75%;
  line-height: 2;
}
.c-block__table {
  font-size: 1.6rem;
  margin: 3rem 0;
}
.c-block__table--only-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-block__table--only-sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-block__table--only-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-block__table--scroll {
    overflow-x: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-block__table--scroll table {
    min-width: 60rem;
  }
}
.c-block__table table {
  border: 1px solid #999999;
}
.c-block__table table tr {
  border-top: 1px solid #999999;
}
.c-block__table table tr:last-child {
  border-bottom: 1px solid #797979;
}
.c-block__table table tr th {
  vertical-align: middle;
  padding: 2.2rem 1rem;
  background-color: #0e897f;
  width: 25rem;
  line-height: 2;
  font-weight: normal;
  color: #fff;
  text-align: center;
  border: 1px solid #999999;
}
.c-block__table table tr td {
  padding: 2.2rem 1rem;
  width: 75rem;
  line-height: 2;
  border: 1px solid #999999;
}
.c-block__col {
  display: flex;
  align-items: start;
  gap: 2rem;
  margin: 3rem 0;
}
@media screen and (max-width: 767px) {
  .c-block__col {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    gap: 0;
  }
}
.c-block__col--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .c-block__col--reverse {
    flex-direction: column-reverse;
  }
}
.c-block__col--text {
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .c-block__col--text {
    width: auto;
  }
}
.c-block__col--text p {
  margin-top: 0;
}
.c-block__col--img {
  margin-top: 0.8rem;
  width: 18rem;
}
@media screen and (max-width: 767px) {
  .c-block__col--img {
    margin: auto auto 2rem;
    width: auto;
  }
}
.c-block__gallery {
  display: flex;
  gap: 4rem;
  margin: 3rem 0;
}
@media screen and (max-width: 767px) {
  .c-block__gallery {
    flex-wrap: wrap;
  }
}
.c-block__pagelink {
  margin: 3rem 0;
}
.c-block__pagelink ul {
  display: flex;
  flex-wrap: wrap;
}
.c-block__pagelink ul li {
  margin-bottom: 0;
  padding-left: 0;
  border-left: 1px solid #0e897f;
  text-align: center;
  flex: 1;
  line-height: 1;
  position: relative;
}
.c-block__pagelink ul li:last-child {
  border-right: 1px solid #0e897f;
}
.c-block__pagelink ul li:before {
  content: none;
}
.c-block__pagelink ul li a {
  text-decoration: none;
  color: #444444;
  font-weight: normal;
  padding-bottom: 1.5rem;
  font-size: 1.8rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-block__pagelink ul li a {
    font-size: 1.3rem;
  }
}
.c-block__pagelink ul li a:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.05rem;
  height: 0.4rem;
  background: url(../img/page/arrow.png) 0 50%/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .c-block__pagelink--col2 ul li {
    margin-bottom: 1rem;
    flex: 0 0 50%;
    box-sizing: border-box;
    border-left: 1px solid #0e897f;
  }
  .c-block__pagelink--col2 ul li:nth-child(2n) {
    border-right: 1px solid #0e897f;
  }
  .c-block__pagelink--col2 ul li:nth-child(n+3) {
    margin-bottom: 0;
  }
}
.c-block__text--bg {
  margin: 3rem 0;
  padding: 1.2rem 2rem;
  font-size: 1.6rem;
  border-top: 1px solid #0e897f;
  border-bottom: 1px solid #0e897f;
  background-color: #e8f3ed;
  line-height: 2;
}

/* ------------------------------------------
  新着ページ
------------------------------------------ */
.p-news_archive .p-top__news_list {
  box-shadow: none;
  padding: 0;
  overflow-y: visible;
  height: auto;
}
.p-news_archive .p-top__news_list_item:first-child {
  border-top: 1px solid #aaabab;
}
.p-news_archive .p-top__news_list_item_link {
  line-height: 1.6875;
  padding: 1.5rem 0;
}

.c-pagination {
  margin-top: 4rem;
  text-align: center;
}
.c-pagination__list {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  list-style: none;
}
.c-pagination__item {
  position: relative;
}
.c-pagination__item a,
.c-pagination__item span {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  line-height: 3.6rem;
  text-align: center;
  border: 1px solid #c1bfbe;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  color: #231815;
  text-decoration: none;
  transition: all 0.2s ease;
}
.c-pagination__item a.next, .c-pagination__item a.prev,
.c-pagination__item span.next,
.c-pagination__item span.prev {
  line-height: 3.2rem;
}
.c-pagination__item a:hover {
  background-color: #15847a;
  color: #fff;
}
.c-pagination__item .current {
  background-color: #15847a;
  color: #fff;
  border-color: #15847a;
}
.c-pagination__item .dots {
  width: auto;
  border: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  line-height: 1;
}
.c-pagination__item img {
  display: inline-block;
  width: 0.9rem;
  height: auto;
  vertical-align: middle;
}