@media screen and (min-width: 768px) {
  .p-event .event-top {
    padding-bottom: 13rem;
  }
}
.p-event .txt-01 {
  margin-bottom: 4.5rem;
  margin-top: 9rem;
  margin-top: clamp(6rem, 1.5rem + 5.859vw, 9rem);
}
@media screen and (max-width: 767px) {
  .p-event .txt-01 {
    margin-top: 2.5rem;
    margin-bottom: 2rem;
  }
}
.p-event .txt-03 {
  margin-top: 6rem;
  margin-top: clamp(4.5rem, 2.25rem + 2.93vw, 6rem);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-event .txt-03 {
    margin-top: 3rem;
  }
}
.p-event .event-list {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}
.p-event .event-list .item {
  background-color: #fff;
  border-radius: 3rem;
  overflow: hidden;
  width: 45.2rem;
  margin-left: auto;
  margin-right: auto;
}
.p-event .event-list .item .item-body {
  padding-top: 1.5rem;
  padding-bottom: 3.4rem;
  padding-inline: 1.2rem;
}
.p-event .event-list .item .item-ttl {
  text-align: center;
  font-weight: bold;
  color: #f3b02a;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
}
.p-event .event-list .item .more {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-event .event-list .item .item-img img {
    aspect-ratio: 334/192;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-event .event-list .item .item-ttl {
    font-size: 2.1rem;
  }
  .p-event .event-list .item .item-body {
    padding-bottom: 2.5rem;
  }
}
.p-event .building_blocks {
  background: rgba(252, 199, 55, 0.2);
  padding-top: 7rem;
  padding-bottom: 4rem;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-event .building_blocks {
    padding-top: 15.5rem;
    margin-top: -8rem;
    margin-bottom: 0;
  }
}
.p-event .building_blocks .inner {
  max-width: 1120px;
}
.p-event .building_blocks__content {
  display: flex;
  margin-inline: -2rem;
}
.p-event .building_blocks__content .img {
  width: 50%;
  padding-inline: 2rem;
  padding-top: 3rem;
  padding-top: clamp(1rem, -2rem + 3.906vw, 3rem);
}
.p-event .building_blocks__content .img img {
  border-radius: 3rem;
  display: block;
  width: 45rem;
}
@media screen and (min-width: 768px) {
  .p-event .building_blocks__content .img img {
    margin-bottom: -9.5rem;
  }
}
.p-event .building_blocks__content .text {
  padding-inline: 2rem;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-event .building_blocks__content {
    flex-direction: column;
    gap: 3.5rem;
  }
  .p-event .building_blocks__content .img,
  .p-event .building_blocks__content .text {
    width: 100%;
  }
  .p-event .building_blocks__content .img {
    padding-top: 0;
  }
  .p-event .building_blocks__content .text {
    max-width: 27.8rem;
    margin-left: auto;
    margin-right: auto;
    padding-inline: 0;
  }
}
.p-event .building_blocks__ttl {
  font-weight: bold;
  font-size: 4rem;
  font-size: clamp(3.6rem, 3rem + 0.781vw, 4rem);
  letter-spacing: 0.05em;
  line-height: 1.35;
  text-align: left;
  color: #2e2e2e;
}
@media screen and (max-width: 767px) {
  .p-event .building_blocks__ttl {
    font-size: 3rem;
    text-align: center;
  }
}
.p-event .building_blocks__txt {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-event .building_blocks__txt {
    margin-top: 2.5rem;
  }
}
.p-event .edu_disp {
  padding-top: 10rem;
  padding-top: clamp(7rem, 2.5rem + 5.859vw, 10rem);
  padding-bottom: 8rem;
}
.p-event .edu_disp .txt-02 {
  margin-bottom: 4rem;
}
.p-event .edu_disp .txt-03 {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-event .edu_disp {
    padding-top: 6rem;
  }
}
.p-event .tour {
  padding-top: 10rem;
  padding-bottom: 8rem;
}
.p-event .tour .txt-02 {
  margin-bottom: 4rem;
}
.p-event .tour .txt-03 {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-event .tour {
    padding-bottom: 0;
    padding-top: 7rem;
  }
}
.p-event .grid-img {
  margin-top: 6.5rem;
  margin-bottom: 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.p-event .grid-img .item img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-event .grid-img {
    display: flex;
    flex-direction: column-reverse;
  }
}
.p-event .maps .maps-inner {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.p-event .maps .maps-inner .img {
  mix-blend-mode: multiply;
  width: 119.5rem;
  height: 76.4rem;
  aspect-ratio: 119.5/76.4;
  background: url(../img/event/map.jpg) no-repeat center/contain;
  background-position-x: -10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-event .maps .maps-inner .img {
    width: 82.4rem;
    height: 52.7rem;
    background-position-x: -16.5rem;
  }
}
.p-event .maps .maps-inner .img .text-wrap {
  position: absolute;
  bottom: 17.6rem;
  right: 31rem;
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  color: #231815;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .p-event .maps .maps-inner .img .text-wrap {
    bottom: 11.8rem;
    right: 27rem;
    font-size: 1.5rem;
  }
}
.p-event .maps .maps-inner .img::before {
  content: "";
  position: absolute;
  width: 4.8rem;
  height: 4.8rem;
  background: url(../img/event/dot.svg) no-repeat center/contain;
  right: 58.2rem;
  bottom: 15.8rem;
}
@media screen and (max-width: 767px) {
  .p-event .maps .maps-inner .img::before {
    width: 3.3rem;
    height: 3.3rem;
    right: 49.7rem;
    bottom: 10.9rem;
  }
}
.p-event .maps .maps-inner .img::after {
  content: "";
  position: absolute;
  right: 29rem;
  bottom: 17.7rem;
  width: 30.6rem;
  height: 0.8rem;
  background-color: #fcc737;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-event .maps .maps-inner .img::after {
    width: 26.76rem;
    right: 24rem;
    bottom: 12rem;
  }
}
.p-event .future {
  padding: 9.5rem 0;
  background: rgba(222, 252, 55, 0.1);
}
@media screen and (max-width: 767px) {
  .p-event .future {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
}
.p-event .future .future-ttl {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 1.6153846154;
  text-align: center;
  color: #4e4b3f;
  max-width: 61rem;
  margin-left: auto;
  margin-right: auto;
}
.p-event .future .edu-support {
  margin-top: 5.4rem;
}
@media screen and (min-width: 768px) {
  .p-event .future .edu-support {
    position: relative;
  }
  .p-event .future .edu-support::before, .p-event .future .edu-support::after {
    content: "";
    position: absolute;
    top: 4.5rem;
    left: 15.7rem;
    right: 15.7rem;
    height: 12.5rem;
    border: 3px dashed #8d8686;
    border-radius: 4px;
    border-bottom: 0;
    z-index: -1;
  }
  .p-event .future .edu-support::before {
    right: 50%;
    border-right: 0;
  }
  .p-event .future .edu-support::after {
    left: 50%;
    border-left: 0;
    border-color: #17ae67;
  }
}
.p-event .future .edu-support__ttl {
  width: 23.4rem;
  border-radius: 2rem;
  background: #defc37;
  padding: 1.4rem 1rem;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.7222222222;
  text-align: center;
  color: #4e4b3f;
  margin-left: auto;
  margin-right: auto;
}
.p-event .future .edu-support__flex {
  margin-top: 7.5rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-event .future .edu-support__flex {
    flex-direction: column;
    gap: 11rem;
    margin-top: 6rem;
  }
}
.p-event .future .edu-support__col {
  width: 31.5rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-event .future .edu-support__col {
    margin-left: auto;
    margin-right: auto;
  }
}
.p-event .future .edu-support__col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  border-left: 3px dashed #8d8686;
  margin-left: -1.5px;
  z-index: -1;
}
.p-event .future .edu-support__col .item {
  min-height: 141px;
  border-radius: 20px;
  background: #fff;
  border: 3px solid #8d8686;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.3rem 1rem;
}
.p-event .future .edu-support__col .item .item-ttl {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #8d8686;
}
.p-event .future .edu-support__col .item p,
.p-event .future .edu-support__col .item ul {
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.625;
  text-align: center;
  color: #4e4b3f;
}
.p-event .future .edu-support__col .item ul {
  text-align: left;
}
.p-event .future .edu-support__col .item-2 {
  min-height: 20.8rem;
}
.p-event .future .edu-support__col .item-4 {
  background-color: #8d8686;
}
.p-event .future .edu-support__col .item-4 .item-ttl,
.p-event .future .edu-support__col .item-4 p,
.p-event .future .edu-support__col .item-4 ul {
  color: #fff;
}
.p-event .future .edu-support__col._col-c::before {
  border-left-color: #17ae67;
}
.p-event .future .edu-support__col._col-c .item {
  border-color: #17ae67;
}
.p-event .future .edu-support__col._col-c .item .item-ttl {
  color: #17ae67;
}
.p-event .future .edu-support__col._col-c .item-4 {
  background-color: #17ae67;
}
.p-event .future .edu-support__col._col-c .item-4 .item-ttl,
.p-event .future .edu-support__col._col-c .item-4 p,
.p-event .future .edu-support__col._col-c .item-4 ul {
  color: #fff;
}
.p-event .m-img {
  position: relative;
  z-index: 2;
  margin-top: 12.5rem;
}
.p-event .m-img img {
  display: block;
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .p-event .m-img img {
    aspect-ratio: 335/304;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .p-event .m-img {
    margin-top: 8rem;
  }
}