@charset "UTF-8";

:root {
  --theme-main-color: #1A1A1C;
  --text-normal: #333333;
  --border-gray: #D5D8DA;
  --background-gray: #F3F5F6;
  --text-gray: #606163;
  --text-light-gray: #9EA3A7;
}

#breadcrumbs {
  margin: 0 0 0 -6%;
  padding-top: 20px;
}

.archive-webinars {
  background: #F4F5F7;
  padding-bottom: 1px;
}

.archive-webinars__header {
  background: url(../images/header-pc.png) no-repeat;
  background-position: center;
  /* background-image: url(../images/top/header-fv.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover; */
  background-color: var(--theme-gray-bg);
  padding: 80px 8% 60px;
}

.archive-webinars__header #breadcrumbs,
.archive-webinars__header #breadcrumbs a {
  color: #1A1A1C;
}

.archive-webinars__header .text-blue {
  font-weight: 700;
  font-size: 18px;
  margin: 44px 0 16px;
}

.archive-webinars__header h1 {
  font-weight: 700;
  font-size: 40px;
}
.archive-webinars__header h1 span{
  background: radial-gradient(49.25% 212.68% at 49.25% 44.53%, #00ABFD 0%, #002CB6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.archive-webinars__body {
  font-weight: 500;
  font-size: 16px;
  background: #fff;
  padding: 96px 8% 60px;
  display: flex;
  flex-wrap: wrap;
}

.archive-webinars__wrapper {
  margin-bottom: 64px;
}

.archive-webinars__item {
  display: flex;
  flex-direction: column;
}

.archive-webinars__item img {
  max-height: 14.5vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.archive-webinars__item .tag {
  margin: 24px 0 12px;
  color: var(--theme-main-color);
  font-size: 14px;
}

.archive-webinars__item h2 {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  margin-bottom: 20px;
}

.archive-webinars__item .date,
.archive-webinars__item .venue {
  color: var(--text-normal);
  font-size: 14px;
}

.archive-webinars__item .date::before {
  margin-right: 16px;
  content: "日時";
}

.archive-webinars__item .venue::before {
  margin-right: 16px;
  content: "会場";
}

/* SP */
@media screen and (max-width: 800px) {
  #breadcrumbs {
    margin: 0;
  }

  h1 {
    font-size: 24px !important;
    margin: 0 !important;
  }

  .archive-webinars__header {
    background-image: url(../images/header-sp.png);
    background-position: center;
    /* background-image: url(../images/top/header-fv-sp.png); */
    /* background-color: #1A1A1C12; */
    padding: 0 20px 24px;
  }

  .archive-webinars__body {
    margin: 8px 0 0;
    padding: 64px 20px;
  }

  .archive-webinars__wrapper {
    padding: 0;
  }

  .archive-webinars__item {
    display: flex;
  }

  .archive-webinars__item img {
    max-height: initial;
  }

  .archive-webinars__item h2 {
    font-size: 18px;
  }
}

/*# sourceMappingURL=archive-webinars.css.map */