@charset "UTF-8";
#main {
  overflow: visible;
}

/* ▼▼▼ セミナー 一覧
======================================================*/
.ttl_wrap {
  margin-top: 32px;
}
@media screen and (min-width: 768px), print {
  .ttl_wrap {
    margin-top: 60px;
  }
}

.seminar_wrap {
  margin-top: 32px;
}
@media screen and (min-width: 768px), print {
  .seminar_wrap {
    margin-top: 60px;
  }
}

.tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  width: 100%;
  margin: 0 auto 4px;
}
@media screen and (min-width: 768px), print {
  .tab_list {
    max-width: 1256px;
  }
}

.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 16px 10px;
  width: 50%;
  cursor: pointer;
  border-radius: 20px 20px 0px 0px;
  background: var(--Background-Quaternary);
  font-weight: 500;
  font-size: var(--Heading-H6);
  text-align: center;
  color: var(--Object-Disabled);
}
@media screen and (min-width: 768px), print {
  .tab {
    padding: 24px 32px;
    height: 77px;
  }
}
.tab.active {
  color: var(--Object-Primary);
  background: var(--Background-Secondary);
}
.tab a {
  display: block;
  width: 100%;
  height: 100%;
}

.seminar_section {
  border-radius: 0 0 24px 24px;
  background: var(--Object-Primary-Reverse);
  max-width: 1256px;
  margin: 0 auto;
  padding: 32px 0;
}
@media screen and (min-width: 768px), print {
  .seminar_section {
    padding: 60px 44px;
  }
}

.sort_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 24px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px), print {
  .sort_wrap {
    gap: 32px;
  }
}

.sort_btn {
  color: var(--Object-Disabled) !important;
  font-size: var(--Label-Medium);
  font-weight: 500;
  cursor: pointer;
}
.sort_btn:hover {
  opacity: 0.7;
}
.sort_btn.active {
  color: var(--Brand-color-Primary) !important;
}
.sort_btn:not(:first-of-type) {
  padding-left: 24px;
  border-left: 1px solid var(--Line-Primary);
}

.seminar_year_wrap {
  margin-bottom: 24px;
}
.seminar_year_wrap .heading_h3 {
  margin-bottom: 8px;
}

.seminar_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.seminar_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 16px;
  background: var(--Background-Primary-Base);
  border-radius: 10px;
}
@media screen and (min-width: 768px), print {
  .seminar_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.seminar_item_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  background: var(--Background-Tertiary);
  border-radius: 4px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .seminar_item_category {
    max-width: 130px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    padding: 0 8px;
  }
}
.seminar_item_category_text {
  font-weight: 500;
  font-size: var(--Label-X-Small);
  color: var(--Object-Primary);
}
.seminar_item_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.seminar_item_title {
  font-weight: 500;
  font-size: var(--Heading-H4);
  color: var(--Object-Primary);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 8px;
}
.seminar_item.new .seminar_item_title::before {
  content: "NEW";
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: var(--Label-Small);
  color: var(--Brand-color-Primary);
  padding-right: 4px;
}
@media screen and (min-width: 768px), print {
  .seminar_item.new .seminar_item_title::before {
    display: inline-block;
  }
}
.seminar_item_info_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4px;
  color: var(--Object-Secondary);
  margin-bottom: 4px;
}
.seminar_item_info_label {
  font-size: var(--List-Medium);
}
.seminar_item_info_day {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: var(--Label-Small);
}
.seminar_item_info_value {
  font-weight: 400;
  font-size: var(--Label-Medium);
}
.seminar_item .seminar_item_button_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
@media screen and (min-width: 768px), print {
  .seminar_item .seminar_item_button_wrap {
    max-width: 188px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.seminar_item .gradient_btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 188px;
  margin: 0;
}
.seminar_item .gradient_btn_text {
  font-size: var(--Navigation-X-Small);
}

.seminar_no_item {
  font-size: var(--Heading-H6);
  font-weight: 500;
  padding-top: 16px;
}

.pagination_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 32px;
  padding: 0 16px;
}
@media screen and (min-width: 768px), print {
  .pagination_wrap {
    margin-top: 48px;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding: 8px 16px;
  background-color: var(--Object-Primary-Reverse);
  border-radius: 100vmax;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .pagination {
    padding: 8px 65px;
    width: auto;
  }
}

@media screen and (min-width: 768px), print {
  .page-item:not(.page-item-prev):not(.page-item-next) {
    margin: 0 8px;
  }
}
.page-item:not(.page-item-prev):not(.page-item-next):first-of-type {
  margin-left: 0;
}
.page-item:not(.page-item-prev):not(.page-item-next):last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 768px), print {
  .page-item.page-item-prev {
    margin-right: 32px;
  }
}
@media screen and (min-width: 768px), print {
  .page-item.page-item-next {
    margin-left: 32px;
  }
}
.page-item.page-item-prev .page-link, .page-item.page-item-next .page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-decoration: none;
}
.page-item[aria-disabled=true] .page-link {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: var(--Heading-H5);
  line-height: 1em;
  color: var(--Line-Icon-Primary);
  text-decoration: none;
  min-width: 36px;
  height: 36px;
  padding: 0;
}
.page-link:hover {
  opacity: 0.7;
}
.page-link-text {
  font-weight: 500;
  font-size: var(--Heading-H6);
  color: var(--Line-Icon-Primary);
  display: none;
}
@media screen and (min-width: 768px), print {
  .page-link-text {
    display: inline-block;
  }
}
.page-link-ellipsis {
  color: var(--Object-Secondary);
  cursor: default;
}
.page-link-ellipsis:hover {
  opacity: 1;
}

.page-item-prev .page-link,
.page-item-next .page-link {
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
}
.page-item-prev .page-link::after,
.page-item-next .page-link::after {
  position: absolute;
  top: 50%;
  left: -16px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon_chevron_bl.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px), print {
  .page-item-prev .page-link::after,
  .page-item-next .page-link::after {
    left: -32px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.page-item-prev .page-link::before,
.page-item-next .page-link::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: -32px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 48px;
  height: 24px;
  border-radius: 100vmax;
  border: 1px solid var(--Brand-color-Primary);
  background: #FFF;
}
@media screen and (min-width: 768px), print {
  .page-item-prev .page-link::before,
  .page-item-next .page-link::before {
    left: -58px;
  }
}

.page-item-next .page-link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-item-next .page-link::after {
  left: auto;
  right: -16px;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  rotate: 180deg;
}
@media screen and (min-width: 768px), print {
  .page-item-next .page-link::after {
    right: -42px;
  }
}
.page-item-next .page-link::before {
  left: auto;
  right: -32px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 768px), print {
  .page-item-next .page-link::before {
    right: -58px;
  }
}

.page-item.active .page-link {
  width: 36px;
  height: 36px;
  background-color: var(--Brand-color-Primary);
  border-radius: 100vmax;
  color: var(--Object-Primary-Reverse);
  cursor: default;
}
.page-item.active .page-link:hover {
  opacity: 1;
}