@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
.sec-webinar__list {
  display: flex;
  margin: 0 auto 40px;
}
@media screen and (min-width: 769px) {
  .sec-webinar__list {
    width: 92.5%;
    justify-content: space-between;
    gap: unset;
    margin: 0 auto 46px;
  }
  .sec-webinar__list::after {
    content: "";
    width: 27.8%;
  }
}
.sec-webinar__list > li {
  width: 27.8%;
  display: block;
  background: #fff;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.16));
  transform: translateZ(0);
}
@media screen and (min-width: 769px) {
  .sec-webinar__list > li {
    width: 27.8%;
    transform: inherit;
  }
}
.sec-webinar__list > li .sec-webinaro__img {
  width: 100%;
  overflow: hidden;
}
.sec-webinar__list > li .sec-webinaro__img img {
  object-fit: cover;
}
.sec-webinar__list > li .sec-webinar__cont {
  padding: 20px;
}
.sec-webinar__list > li .sec-webinar__cont > p {
  font-size: clamp(1.5rem, 1.55vw, 1.8rem);
  color: #003E92;
  font-weight: 700;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: solid 1px #003E92;
}
.sec-webinar__list > li .sec-webinar__cont > p span {
  display: block;
  font-size: clamp(1.4rem, 1.36vw, 1.6rem);
  color: #3B4043;
  font-weight: 500;
}

.webinar-data li {
  display: block;
  font-size: clamp(1.2rem, 1.15vw, 1.4rem);
  color: #3B4043;
}
.webinar-data-page {
  display: flex;
}
.webinar-data-page > li {
  margin-right: 1em;
  font-size: clamp(1.5rem, 1.55vw, 1.8rem);
  font-weight: 700;
}
.webinar-data-page > li.label {
  font-size: clamp(1.4rem, 1.36vw, 1.6rem);
  background: #F12656;
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  border-radius: 10px;
  padding: 0.2em 0.6em;
  white-space: nowrap;
}

.sec-news__list {
  width: 100%;
}
.sec-news__list > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .sec-news__list > li {
    margin-bottom: 50px;
    gap: 28px;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}
.sec-news__list > li .news-date {
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #3B4043;
  font-size: clamp(1.8rem, 3.27vw, 3.6rem);
}
@media screen and (min-width: 769px) {
  .sec-news__list > li .news-date {
    margin-top: -0.5em;
  }
}
.sec-news__list > li .news-date > .year {
  display: block;
  font-size: clamp(1.6rem, 1.82vw, 2.4rem);
}
.sec-news__list > li .news-date > .week {
  font-size: clamp(1.7rem, 2vw, 2.8rem);
  padding-left: 0.6em;
}
.sec-news__list > li .news-tag {
  color: #fff;
  background: #F12656;
  border-radius: 10px;
  font-weight: 700;
  padding: 0.2em 0.6em;
  white-space: nowrap;
}
.sec-news__list > li .news-ttl {
  font-size: clamp(1.5rem, 1.7vw, 2.2rem);
  font-weight: 700;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .sec-news__list > li .news-ttl {
    width: auto;
  }
}

@media screen and (min-width: 769px) {
  .sec-speakers {
    display: flex;
    justify-content: space-between;
  }
}
.sec-speakers__profile {
  color: #3B4043;
  padding-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .sec-speakers__profile {
    width: 63.63%;
    padding-bottom: 0;
  }
}
.sec-speakers__profile > h4 {
  font-weight: 700;
  margin-bottom: 1em;
  font-size: clamp(1.5rem, 1.7vw, 2.2rem);
}
.sec-speakers > figure {
  max-width: 340px;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .sec-speakers > figure {
    width: 30.9%;
  }
}
.sec-speakers:not(:last-of-type) {
  margin-bottom: 50px;
}/*# sourceMappingURL=news.css.map */