@charset "UTF-8";
/* CSS Document */
.section_top {
  margin-bottom: 5vw;
  position: relative;
  margin-top: 160px;
  ;
  width: 100%;
}
.top_img {
  width: 100%;
}
.top_img img {
  width: 100%;
}
.top_text {
  width: 25%;
  position: absolute;
  top: 20px;
  right: 100px;
}
.top_text img {
  width: 100%;
}
@media(max-width:1024px) {
 .section_top {
    margin-top: 120px;
  }
  .top_text {
    width: 40%;
    top: 20px;
    right: 20px;
  }
}
.section_annual_events {
  position: relative;
  padding: 2vw 5vw;
  margin-bottom: 5vw;
}
.sunburst {
  width: 10%;
  margin: 0 auto;
}
.sunburst img {
  width: 100%;
}
.section_annual_events h2 {
  font-family: 'Zen Maru Gothic Medium';
  font-weight: 500;
  font-size: 3rem;
  margin: 2vw 0 5vw;
}
.section_annual_events_img_1 {
  width: 30%;
  position: absolute;
  top: 2%;
  left: 5%;
}
.section_annual_events_img_1 img {
  width: 100%;
}
.section_annual_events_img_2 {
  width: 30%;
  position: absolute;
  top: 2%;
  right: 5%;
}
.section_annual_events_img_2 img {
  width: 100%;
}
.section_annual_events ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  margin: 8vw 5vw 5vw;
  height: 50%;
}
.section_annual_events ul li {
  width: 40%;
  background-color: #daf3f7;
  border-radius: 10px;
  height: auto;
  padding: 30px;
  display: flex;
  flex-direction: row;
}
.section_annual_events_photo {
  width: 53%;
  text-align: right;
  vertical-align: top;
  margin: 0 0 0 auto;
}
.section_annual_events_photo img {
  width: 100%;
}
.section_annual_events_text {
  display: inline-block;
  vertical-align: middle;
}
.section_annual_events h3 {
  text-align: left;
  font-family: 'Zen Maru Gothic Medium';
  font-weight: 500;
  font-size: 2.5rem;
  margin-bottom: 35px;
}
.section_annual_events p {
  text-align: left;
  font-family: "Zen Maru Gothic Regular";
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 4rem;
}
@media(max-width:1000px) {
  .sunburst {
    width: 10%;
    margin: 0 auto;
  }
  .sunburst img {
    width: 100%;
  }
  .section_annual_events h2 {
    font-size: 2rem;
    margin-top: 1vw;
  }
  .section_annual_events_img_1 {
    width: 50%;
    margin: 0 auto;
    position: static;
  }
  .section_annual_events_img_2 {
    display: none;
  }
  .section_annual_events ul {
    list-style: none;
    display: block;
    margin: 5vw;
    height: 50%;
  }
  .section_annual_events ul li {
    width: 100%;
    margin-bottom: 5vw;
    padding: 15px;
    height: auto;
  }
  .section_annual_events_photo {
    width: 45%;
    text-align: right;
    vertical-align: top;
    margin: 0 0 0 auto;
  }
  .section_annual_events h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .section_annual_events p {
    font-size: 1.2rem;
    line-height: 3rem;
  }
}