/* Sass Document */
.p-event {
  padding: 0 0 10rem;
}
.p-event .black {
    color: #000;
}
.p-event a {
    color: #5BA938;
}
@media screen and (max-width: 767.98px) {
  .p-event {
    padding: 0 0 6rem;
  }
}
.p-event-cat {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.8rem;
  max-width: 108rem;
  margin: 10rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-event-cat {
    margin: 4rem 0 0;
    padding: 0 1.5rem;
  }
}
.p-event-cat__item {
  border: 1px solid #5BA938;
  background: #fff;
  line-height: 1.6;
  padding: 0.5rem 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-event-cat__item {
    font-size: 1.2rem;
    padding: 0.3rem 1.2rem;
  }
}
.p-event-intro {
  position: relative;
  max-width: 108rem;
  margin: 7rem auto 0;
  padding: 0 0 4rem;
}
@media screen and (max-width: 767.98px) {
  .p-event-intro {
    margin: 4rem 0 0;
    padding: 0 2rem 2rem;
  }
}
.p-event-intro__d01 {
  position: absolute;
  top: 10rem;
  right: 2.8rem;
  width: 11.6rem;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .p-event-intro__d01 {
    top: auto;
    bottom: -8rem;
    right: -1rem;
    width: 8rem;
  }
}
.p-event-intro__d02 {
  position: absolute;
  bottom: -4rem;
  left: -5rem;
  width: 16.5rem;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .p-event-intro__d02 {
    top: auto;
    bottom: -30rem;
    left: -2rem;
    width: 7rem;
  }
}
.p-event-intro__content {
  position: relative;
  width: 75rem;
  min-height: 84.5rem;
  padding: 12rem 0 0;
}
@media screen and (max-width: 767.98px) {
  .p-event-intro__content {
    width: 100%;
    min-height: inherit;
    padding: 0;
  }
}
.p-event-intro__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc((100vw - 108rem) / 2 * -1);
  width: calc((100vw - 108rem) / 2 + 100%);
  height: 84.5rem;
  background: url(../img/program/bg.svg) center center/100% 100% no-repeat;
}
@media screen and (max-width: 767.98px) {
  .p-event-intro__content::after {
    content: none;
  }
}
.p-event-intro__txt {
  position: relative;
  z-index: 1;
  font-size: 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-event-intro__txt {
    font-size: 1.6rem;
      text-align: justify;
      max-width: 33rem;
      margin: auto;
  }
}
.p-event-intro__txt .bold {
  font-weight: 700;
}
.p-event-intro__txt .green,
.p-event__bg  .green {
  color: #5BA938;
}
.p-event-intro__img {
  position: absolute;
  top: 14rem;
  right: -15rem;
  width: 62rem;
}
@media screen and (max-width: 767.98px) {
  .p-event-intro__img {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin: 3rem 0 0;
  }
}
.p-event__bg {
  max-width: 108rem;
  border-radius: 2rem;
  background: #fff;
  padding: 4rem;
  margin: 13rem auto 0;
}
.p-event__bg .c-table {
    border-top: none;
}
@media screen and (max-width: 767.98px) {
  .p-event__bg {
    width: calc(100% - 3rem);
    padding: 2rem 1.5rem;
    margin: 6rem auto 0;
  }
}
.p-event-photo {
  margin-top: 8rem;
}
@media screen and (max-width: 767.98px) {
  .p-event-photo {
    margin-top: 6rem;
  }
}
.p-event-photo__ttl {
  font-size: 4rem;
  font-weight: 700;
  margin: 0 0 4rem;
}
@media screen and (max-width: 767.98px) {
  .p-event-photo__ttl {
    font-size: 2.4rem;
    margin: 0 0 2rem;
  }
}
.p-event-photo-block {
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .p-event-photo-block {
    flex-flow: column;
    gap: 2rem 0;
  }
}
.p-event-photo-block + .p-event-photo-block {
  margin-top: 10rem;
}
@media screen and (max-width: 767.98px) {
  .p-event-photo-block + .p-event-photo-block {
    margin-top: 6rem;
  }
}
.p-event-photo-block__inner {
  width: 58rem;
    padding-right: 4rem;
}
@media screen and (max-width: 767.98px) {
  .p-event-photo-block__inner {
    width: 100%;
    padding-right: 0;
  }
}
.p-event-photo-block__img {
  width: 43rem;
  overflow: hidden;
}
.p-event-photo-block__img img{
  border-radius: 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-event-photo-block__img {
    width: 100%;
  }
}
.p-event-photo-block__ttl {
  font-size: 2.6rem;
  font-weight: 700;
  color: #5BA938;
  margin: 0 0 4rem;
}
@media screen and (max-width: 767.98px) {
  .p-event-photo-block__ttl {
    font-size: 1.8rem;
    margin: 0 0 1rem;
  }
}
.p-event-photo-block__txt {
    font-size: 2rem;
}
@media screen and (max-width: 767.98px) {
    .p-event-photo-block__txt {
        font-size: 1.4rem;
        text-align: justify;
    }
}
.p-event-voice {
  margin: 10rem 0 0;
}
@media screen and (max-width: 767.98px) {
  .p-event-voice {
    margin-top: 6rem;
  }
}
.p-event-voice__ttl {
  font-size: 4rem;
  font-weight: 700;
  margin: 0 0 6rem;
}
@media screen and (max-width: 767.98px) {
  .p-event-voice__ttl {
    font-size: 2.4rem;
    margin: 0 0 2rem;
  }
}
.p-event-voice__item {
  border: 1px solid #5BA938;
  background: #F2EEE7;
  border-radius: 2rem;
  padding: 2rem 4rem;
}
.p-event-voice__item + .p-event-voice__item {
  margin-top: 4rem;
}
@media screen and (max-width: 767.98px) {
  .p-event-voice__item + .p-event-voice__item {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-event-voice__item {
    padding: 1rem 2rem;
  }
}
.p-event-voice__head {
  border-bottom: 1px solid #5BA938;
  padding: 0 0 2rem;
  margin: 0 0 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-event-voice__head {
    padding: 0 0 1rem;
    margin: 0 0 1rem;
  }
}
.p-event-voice__sub {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.7;
  color: #5BA938;
  margin: 0 0 1rem;
}
@media screen and (max-width: 767.98px) {
  .p-event-voice__sub {
    font-size: 2rem;
  }
}
.p-event-voice__name {
  font-size: 2rem;
  line-height: 1.85;
}
@media screen and (max-width: 767.98px) {
  .p-event-voice__name {
    font-size: 1.6rem;
  }
}
.p-event-voice__txt {
  font-size: 2rem;
  line-height: 1.8;
}
.p-event-voice__txt .bold {
    font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .p-event-voice__txt {
    font-size: 1.4rem;
      text-align: justify;
  }
}
.p-event-photo-block ul li,
.p-event-voice__txt ul li {
  position: relative;
  padding: 0 0 0 1em;
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 767.98px) {
  .p-event-photo-block ul li,
  .p-event-voice__txt ul li {
    font-size: 1.4rem;
  }
}
.p-event-photo-block ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
}
.p-event-voice__txt  ul li::before {
    content: "";
    position: absolute;
    top: 1.1rem;
    left: 0;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 100%;
    background: #5BA938;
}
@media screen and (max-width: 767.98px) {
    .p-event-voice__txt  ul li::before {
        top: .72rem;
    }
}