@charset "UTF-8";
main {
  position: relative;
}
main::before {
  content: "";
  background: url(../img/page_bg_icon01.svg) center no-repeat;
  background-size: cover;
  width: 15.1041666667vw;
  height: 15.625vw;
  position: absolute;
  left: -3.28125vw;
  top: 23vw;
}

#primary {
  position: relative;
}
#primary::after {
  content: "";
  background: url(../img/page_bg_icon02.svg) center no-repeat;
  background-size: cover;
  width: 9.96875vw;
  height: 11.9052083333vw;
  position: absolute;
  right: -2.015625vw;
  top: initial;
  bottom: 40%;
}

@media screen and (max-width: 767px) {
  main::before {
    content: none;
  }
  #primary::after {
    width: 96px;
    height: 115px;
    right: -30px;
    bottom: 650px;
  }
}
/*==========================================================================
section#single01
========================================================================== */
section#single01 .inner {
  padding-top: 5.2083333333vw;
  padding-bottom: 7.8125vw;
}
section#single01 .txt-d {
  color: #253E54;
}
section#single01 .txt-h2 {
  border-bottom: solid 1px rgba(37, 62, 84, 0.36);
  padding-bottom: 1vw;
  margin-bottom: 3.125vw;
  color: #1A6271;
}
section#single01 .textarea p {
  font-size: 0.95vw;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 1.8em;
}
section#single01 .pagination {
  margin-top: 7.8125vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section#single01 .pagination .txt-a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.78125vw;
  color: #1A6271;
  background: #ffffff;
  border: solid 2px #1A6271;
  width: 21.6145833333vw;
  height: 3.6458333333vw;
  border-radius: 3.6458333333vw;
  margin: 0;
  transition: 1s;
}
section#single01 .pagination .txt-a svg {
  width: 0.5vw;
  height: 0.7vw;
  margin-top: 1px;
}
section#single01 .pagination .txt-a:hover {
  background: #1A6271;
  color: #ffffff;
}
section#single01 .pagination .txt-a:hover svg path {
  fill: #ffffff;
}
section#single01 .pagination .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.78125vw;
  transition: 1s;
}
section#single01 .pagination .page-link span {
  color: #1A6271;
  transition: 1s;
}
section#single01 .pagination .page-link svg {
  display: flex;
  width: 1.1vw;
  height: 0.95vw;
}
section#single01 .pagination .page-link:hover {
  gap: 1vw;
}
section#single01 .pagination .page-link:hover span {
  color: #253E54;
}
section#single01 .pagination .page-link:hover svg path {
  fill: #253E54;
}
section#single01 .pagination .page-link.disabled {
  opacity: 0.5;
  gap: 0.78125vw;
  color: #1A6271;
}
section#single01 .pagination .page-link.disabled svg path {
  fill: #1A6271;
}
section#single01 .pagination .page-link.next svg {
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  section#single01 .inner {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  section#single01 .txt-d {
    font-size: 12px;
    margin-bottom: 10px;
  }
  section#single01 .txt-h2 {
    font-size: 18px;
    line-height: 1.3em;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  section#single01 .textarea p {
    font-size: 14px;
  }
  section#single01 .textarea p img {
    width: initial;
    height: initial;
  }
  section#single01 .pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    margin-top: 60px;
  }
  section#single01 .pagination .txt-a {
    order: 3;
    width: 100%;
    height: 60px;
    font-size: 16px;
    gap: 10px;
    border-radius: 60px;
  }
  section#single01 .pagination .txt-a svg {
    width: 6px;
    height: 10px;
  }
  section#single01 .pagination .page-link {
    gap: 10px;
  }
  section#single01 .pagination .page-link span {
    font-size: 16px;
  }
  section#single01 .pagination .page-link svg {
    width: 20px;
    height: 18px;
  }
  section#single01 .pagination .page-link.disabled {
    gap: 10px;
  }
  section#single01 .pagination .page-link.next {
    order: 1;
  }
  section#single01 .pagination .page-link.prev {
    order: 2;
  }
}
/*# sourceMappingURL=single.css.map */