main p.page-tit {
  color: #333;
  font-size: 2.0833333333vw;
  letter-spacing: 0.15em;
  min-width: 1000px;
  margin: 15.625vw auto 9.375vw;
  text-align: center;
}
@media screen and (max-width: 1365px) {
  main p.page-tit {
    font-size: 28px;
    margin: 210px auto 130px;
  }
}
@media screen and (max-width: 768px) {
  main p.page-tit {
    font-size: 4.8vw;
    margin: 21.3333333333vw auto 13.3333333333vw;
    min-width: auto;
  }
}
main .card {
  background: #FFF;
  border: 2px solid #B7B7B7;
  border-radius: 5.2083333333vw;
  box-sizing: border-box;
  margin: 0 auto 13.0208333333vw;
  min-width: 1000px;
  padding-bottom: 7.8125vw;
  position: relative;
  width: 72.9166666667vw;
}
@media screen and (max-width: 1365px) {
  main .card {
    border-radius: 70px;
    margin-bottom: 180px;
    min-width: auto;
    padding-bottom: 110px;
    width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  main .card {
    border-radius: 5.3333333333vw;
    margin-bottom: 32vw;
    padding-bottom: 9.3333333333vw;
    width: 84%;
  }
}
main .card .card__head {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -63px;
  width: 700px;
  stroke-width: 2px;
}
@media screen and (max-width: 768px) {
  main .card .card__head {
    top: -9.0666666667vw;
    width: 100%;
  }
}
main .card .topic__cate {
  font-size: 1.875vw;
  letter-spacing: 0.2em;
  position: relative;
  text-align: center;
  transform: translateY(-1.5625vw);
}
@media screen and (max-width: 1365px) {
  main .card .topic__cate {
    font-size: 25px;
    transform: translateY(-20px);
  }
}
@media screen and (max-width: 768px) {
  main .card .topic__cate {
    font-size: 4.8vw;
    transform: translateY(-5.3333333333vw);
  }
}
main .card .topic__thumb {
  border-radius: 2.6041666667vw;
  margin: 6.25vw auto 2.6041666667vw;
  overflow: hidden;
  width: 68%;
}
@media screen and (max-width: 1365px) {
  main .card .topic__thumb {
    border-radius: 35px;
    margin: 85px auto 35px;
  }
}
@media screen and (max-width: 768px) {
  main .card .topic__thumb {
    border-radius: 2.6666666667vw;
    margin: 13.3333333333vw auto 5.3333333333vw;
    width: 75%;
  }
}
main .card .topic__date {
  color: #333;
  display: block;
  font-size: 1.25vw;
  text-align: center;
}
@media screen and (max-width: 1365px) {
  main .card .topic__date {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  main .card .topic__date {
    font-size: 3.7333333333vw;
  }
}
main .card .topic__tit {
  font-size: 1.8301610542vw;
  font-weight: 400;
  line-height: 2;
  margin: 1.5625vw auto 1.3020833333vw;
  text-align: center;
  width: 70%;
}
@media screen and (max-width: 1365px) {
  main .card .topic__tit {
    margin: 20px auto 15px;
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  main .card .topic__tit {
    font-size: 4.2666666667vw;
    margin: 2.6666666667vw auto 4vw;
  }
}
main .card .topic__tags {
  color: #D6D0A1;
  -moz-column-gap: 1em;
       column-gap: 1em;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.25vw;
  justify-content: center;
  line-height: 2;
  margin: 0 auto 2.6041666667vw;
  width: 70%;
}
@media screen and (max-width: 1365px) {
  main .card .topic__tags {
    font-size: 17px;
    margin: 0 auto 35px;
  }
}
@media screen and (max-width: 768px) {
  main .card .topic__tags {
    font-size: 3.7333333333vw;
    margin-bottom: o auto 5.3333333333vw;
  }
}
main .card .topic__content {
  border-top: 1px solid #707070;
  font-size: 1.25vw;
  padding-top: 2.6041666667vw;
  margin: auto;
  width: 68%;
}
@media screen and (max-width: 1365px) {
  main .card .topic__content {
    font-size: 17px;
    padding-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  main .card .topic__content {
    font-size: 3.7333333333vw;
    padding-top: 5.3333333333vw;
    width: 70%;
  }
}
main .card .topic__content p {
  line-height: 2.3;
  letter-spacing: 0.1em;
  margin-bottom: 2em;
}
main .card .topic__content p:nth-of-type(n + 2) {
  margin-top: 2em;
}
main .card .topic__content p:last-child {
  margin-bottom: 0;
}
main .card .topic__content img {
  display: block;
  height: auto;
  width: 100%;
}
main .card .topic__content .wp-block-columns {
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  display: flex;
  justify-content: space-around;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  main .card .topic__content .wp-block-columns {
    flex-wrap: wrap;
    row-gap: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  main .card .topic__content .wp-block-columns .wp-block-column {
    width: 100%;
  }
}
main .rel {
  margin: 0 auto 13.0208333333vw;
  width: 90%;
}
@media screen and (max-width: 1365px) {
  main .rel {
    margin-bottom: 180px;
  }
}
main .rel__tit {
  font-size: 1.3541666667vw;
  font-weight: 400;
  letter-spacing: 0.15em;
  margin-bottom: 2.6041666667vw;
}
@media screen and (max-width: 1365px) {
  main .rel__tit {
    font-size: 18px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  main .rel__tit {
    font-size: 4.8vw;
  }
}
main .rel .swiper-container {
  position: relative;
  min-width: 1366px;
}
@media screen and (max-width: 768px) {
  main .rel .swiper-container {
    min-width: auto;
  }
}
main .rel .swiper-container .swiper-button-disabled {
  opacity: 0 !important;
}
main .rel .swiper-container .navi-btn {
  background: #FCFBF2;
  border: 1px solid #707070;
  border-radius: 100px;
  box-sizing: border-box;
  display: block;
  height: 3.2291666667vw;
  opacity: 1;
  top: 9.375vw;
  width: 3.2291666667vw;
  transition: 0.3s;
}
main .rel .swiper-container .navi-btn.swiper-button-next {
  right: -1.6145833333vw;
}
@media screen and (max-width: 1365px) {
  main .rel .swiper-container .navi-btn.swiper-button-next {
    right: 1%;
  }
}
@media screen and (max-width: 768px) {
  main .rel .swiper-container .navi-btn.swiper-button-next {
    right: 4vw;
  }
}
main .rel .swiper-container .navi-btn.swiper-button-prev {
  left: -1.6145833333vw;
  transform: rotate(180deg);
}
@media screen and (max-width: 1365px) {
  main .rel .swiper-container .navi-btn.swiper-button-prev {
    left: 1%;
  }
}
@media screen and (max-width: 768px) {
  main .rel .swiper-container .navi-btn.swiper-button-prev {
    left: 4vw;
  }
}
@media screen and (max-width: 1365px) {
  main .rel .swiper-container .navi-btn {
    height: 44px;
    top: 125px;
    width: 44px;
  }
}
@media screen and (max-width: 768px) {
  main .rel .swiper-container .navi-btn {
    height: 9.3333333333vw;
    top: 24vw;
    width: 9.3333333333vw;
  }
}
main .rel .swiper-container .navi-btn:before, main .rel .swiper-container .navi-btn:after {
  background: #707070;
  content: "";
  display: block;
  height: 1px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 10px;
}
main .rel .swiper-container .navi-btn:before {
  transform: rotate(30deg);
  transform-origin: top right;
}
main .rel .swiper-container .navi-btn:after {
  transform: rotate(-30deg);
  transform-origin: bottom right;
}
main .rel .swiper-container .inner__items {
  margin-bottom: 5.2083333333vw;
}
@media screen and (max-width: 1365px) {
  main .rel .swiper-container .inner__items {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  main .rel .swiper-container .inner__items {
    margin-bottom: 8vw;
  }
}
main .to-top {
  color: #333333;
  display: block;
  font-size: 1.875vw;
  margin-bottom: 19.7916666667vw;
  text-align: center;
}
@media screen and (max-width: 1365px) {
  main .to-top {
    font-size: 25px;
    margin-bottom: 270px;
  }
}
@media screen and (max-width: 768px) {
  main .to-top {
    font-size: 4.8vw;
    margin-bottom: 66.6666666667vw;
  }
}
main .to-top span {
  background: url("../../img/to-toppage.svg") no-repeat;
  background-size: auto 0.5em;
  background-position: left center;
  padding-left: 1em;
}/*# sourceMappingURL=single-activities.css.map */