.l-main-content .c-link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  line-height: 1.25;
  position: relative;
  padding-right: 3.4rem;
}
@media screen and (max-width: 767px) {
  .l-main-content .c-link {
    font-size: 1.5rem;
  }
}
.l-main-content .c-link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 2.2rem;
  height: 2.2rem;
  background: url(../img/common/icn_link.svg) no-repeat center/contain;
}

.l-heading__txt {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .l-heading__txt {
    margin-top: 1.8rem;
  }
}

.p-activity__block + .p-activity__block {
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  .p-activity__block + .p-activity__block {
    margin-top: 12rem;
  }
}

.p-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 8rem 4.4rem;
  margin-top: 9.6rem;
}
@media screen and (max-width: 767px) {
  .p-cards {
    display: block;
    margin-top: 8rem;
  }
}

.p-card {
  width: calc((100% - 5.5rem) / 2);
}
@media screen and (max-width: 767px) {
  .p-card {
    width: auto;
  }
  .p-card + .p-card {
    margin-top: 6.4rem;
  }
}

.p-card__img-wrapper {
  aspect-ratio: 490/327;
  overflow: hidden;
}
.p-card__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-card__body {
  padding-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-card__body {
    padding-top: 2rem;
  }
}
.p-card__body .c-txt {
  font-size: 1.4rem;
  line-height: 2.1428571429;
  letter-spacing: 0.012em;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .p-card__body .c-txt {
    font-size: 1.3rem;
    line-height: 2.0769230769;
  }
}
.p-card__body .c-link {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-card__body .c-link {
    margin-top: 2.4rem;
  }
}

.p-card__ttl {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-card__ttl {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

.p-medias {
  margin-top: 9.6rem;
}
@media screen and (max-width: 767px) {
  .p-medias {
    margin-top: 8rem;
  }
}

.p-media {
  display: flex;
  align-items: center;
  -moz-column-gap: 7.4rem;
       column-gap: 7.4rem;
}
@media screen and (max-width: 767px) {
  .p-media {
    display: block;
  }
}
.p-media + .p-media {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-media + .p-media {
    margin-top: 6.4rem;
  }
}

.p-media__ttl {
  margin-bottom: 1.2rem;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-media__ttl {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

.p-media__img-wrapper {
  flex-shrink: 0;
  width: 61.8rem;
  aspect-ratio: 618/327;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-media__img-wrapper {
    width: auto;
  }
}
.p-media__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-media__body {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-media__body {
    padding-top: 2.4rem;
  }
}
.p-media__body .c-txt {
  font-size: 1.4rem;
  line-height: 2.1428571429;
  letter-spacing: 0.012em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-media__body .c-txt {
    font-size: 1.3rem;
    line-height: 2.0769230769;
  }
}
.p-media__body .c-link {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-media__body .c-link {
    margin-top: 3.4rem;
  }
}

.p-others {
  margin-top: 8rem;
  background-color: #f2eee8;
  padding: 4rem 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-others {
    padding: 3.2rem 1.6rem;
    margin-top: 6.4rem;
  }
}

.p-other__container {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-other__container {
    display: block;
  }
}
.p-other__container dt {
  width: 43rem;
  flex-shrink: 0;
  padding-right: 1rem;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-other__container dt {
    width: auto;
    padding-right: 0;
    font-size: 1.6rem;
    line-height: 1.125;
  }
}
.p-other__container dd {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-other__container dd {
    margin-top: 4rem;
  }
}
.p-other__container .p-spot__list li {
  display: flex;
  justify-content: space-between;
  position: relative;
  font-size: 1.4rem;
  line-height: 2.1428571429;
  letter-spacing: 0.012em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-other__container .p-spot__list li {
    font-size: 1.3rem;
    line-height: 2.0769230769;
  }
}
.p-other__container .p-spot__list li::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  width: auto;
  bottom: 1rem;
  height: 1px;
  background-image: repeating-linear-gradient(90deg, rgba(118, 133, 124, 0.5019607843), rgba(118, 133, 124, 0.5019607843) 9px, transparent 9px, transparent 17px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
.p-other__container .p-spot__list li span {
  background-color: #f2eee8;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.p-other__container .p-spot__list li span:first-child {
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-other__container .p-spot__list li span:first-child {
    padding-right: 0.7rem;
  }
}
.p-other__container .p-spot__list li span:last-child {
  padding-left: 0.8rem;
}
.p-other__container .p-info__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-other__container .p-info__list {
    display: block;
  }
}
.p-other__container .p-info__list li {
  width: calc((100% - 3.6rem) / 3);
}
@media screen and (max-width: 767px) {
  .p-other__container .p-info__list li {
    width: auto;
  }
  .p-other__container .p-info__list li + li {
    margin-top: 2.4rem;
  }
}
.p-other__container .p-info__list a {
  font-size: 1.4rem;
  line-height: 1.1428571429;
  font-weight: 700;
  color: #fff;
  background-color: rgb(51, 64, 56);
  display: grid;
  align-items: center;
  min-height: 4rem;
  padding: 0.5rem 1rem 0.5rem 2.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-other__container .p-info__list a {
    place-content: center;
  }
}
.p-other__container .p-info__list a span {
  position: relative;
  display: inline-block;
  padding-right: 2.6rem;
}
.p-other__container .p-info__list a span::after {
  content: "";
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  top: 55%;
  right: 0;
  background: url(../../assets/img/common/icn_link_w.svg) no-repeat center/contain;
  transform: translateY(-50%);
}
.p-other__container + .p-other__container {
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-other__container + .p-other__container {
    margin-top: 4.8rem;
  }
}

.p-detail .l-content__body {
  padding-top: 8.8rem;
}
.p-detail .p-main-image img {
  width: 100%;
}

.p-content__main {
  max-width: 102.4rem;
  margin-inline: auto;
  padding-bottom: 14rem;
}
.p-content__main > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .p-content__main {
    padding-inline: 1.6rem;
    padding-bottom: 12rem;
  }
}
.p-content__main .p-ttl-wrapper {
  display: flex;
  justify-content: space-between;
  margin-block: 5.6rem 9.6rem;
  -moz-column-gap: 4.4rem;
       column-gap: 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-content__main .p-ttl-wrapper {
    display: block;
    margin-block: 4.8rem 8rem;
  }
}
.p-content__main .p-ttl-wrapper .c-txt {
  width: 54.8rem;
  flex-grow: 1;
  margin-top: 1rem !important;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-content__main .p-ttl-wrapper .c-txt {
    font-size: 1.4rem;
    line-height: 1.7857142857;
    letter-spacing: 0.01em;
    margin-top: 2.4rem !important;
    margin-left: 0;
    width: auto;
  }
}
.p-content__main .p-activity-ttl {
  font-size: 3.6rem;
  line-height: 1.8166666667;
  font-weight: 700;
  margin-block: 0;
  width: 43.2rem;
}
@media screen and (max-width: 767px) {
  .p-content__main .p-activity-ttl {
    width: auto;
    font-size: 2rem;
    line-height: 2;
  }
}

.p-activity__container .p-activity__content {
  background-color: #f2eee8;
}
.p-activity__container .p-activity__content:nth-of-type(even) {
  background-color: #ebf1ea;
}

.p-activity__content {
  padding-block: 9.6rem;
}
@media screen and (max-width: 767px) {
  .p-activity__content {
    padding-block: 8rem;
  }
}
.p-activity__content > * :first-child {
  margin-top: 0;
}
.p-activity__content .p-activity__ttl {
  font-size: 2.4rem;
  line-height: 2;
  font-weight: 600;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-activity__content .p-activity__ttl {
    font-size: 1.8rem;
    line-height: 2;
  }
}
.p-activity__content .p-activity__ttl + p {
  margin-top: 3.2rem !important;
}
@media screen and (max-width: 767px) {
  .p-activity__content .p-activity__ttl + p {
    margin-top: 2.4rem !important;
  }
}
.p-activity__content p {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.012em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-activity__content p {
    font-size: 1.4rem;
    line-height: 1.7857142857;
  }
}
.p-activity__content dl {
  margin-top: 6.4rem !important;
}
@media screen and (max-width: 767px) {
  .p-activity__content dl {
    margin-top: 4.8rem !important;
  }
}

.p-slider {
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-slider {
    margin-top: 4.8rem;
  }
}
.p-slider .slick-list {
  margin-inline: -0.8rem;
  overflow: visible;
}

.p-slider__block {
  margin-inline: 0.8rem;
  width: auto;
}

.p-slider__inner .p-img-wrapper {
  aspect-ratio: 821/547;
  overflow: hidden;
}
.p-slider__inner .p-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-slider__inner .p-txt-wrapper {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  line-height: 2.1428571429;
  letter-spacing: 0.012em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-slider__inner .p-txt-wrapper {
    margin-top: 1.2rem;
    font-size: 1.3rem;
    line-height: 1.7692307692;
  }
}
/*# sourceMappingURL=activity.css.map */