@charset "UTF-8";
@media screen and (max-width: 768px) {
  .header__nav-button a {
    max-width: 100px !important;
    font-size: 12px !important;
    line-height: 32px !important;
  }
}
.page-heading h1.archive-logo img {
  display: block;
  margin-left: 37px;
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .page-heading h1.archive-logo img {
    margin-left: 0;
    margin-top: 0;
    max-width: 350px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .page-heading h1.archive-logo img {
    max-width: 290px;
  }
}
@media screen and (max-width: 768px) {
  .page-heading h1.archive-logo img + img {
    max-width: 140px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .page-heading h1.archive-logo img + img {
    max-width: 120px;
  }
}
.page-heading.ignite.detail {
  padding-top: 50px;
  height: 0;
  background: #121212;
}
@media screen and (max-width: 768px) {
  .page-heading.ignite.detail {
    padding-top: 70px;
  }
}
.page-heading.ignite.detail img {
  max-width: 396px;
}
@media screen and (max-width: 768px) {
  .page-heading.ignite.detail img {
    max-width: 256px;
  }
}
.archive {
  margin: -26px auto 150px;
  max-width: calc(1100px + (20px * 2));
  padding: 0 20px;
  /* 詳細ページ */
}
@media screen and (max-width: 768px) {
  .archive {
    margin: -16px auto 80px;
  }
}
.archive .notice {
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .archive .notice {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px;
  }
}
.archive .narrowdown {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 96px;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .archive .narrowdown {
    margin-bottom: 55px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .archive .narrowdown {
    margin-bottom: 28px;
  }
}
.archive .narrowdown__list ul {
  margin-bottom: 0;
}
.archive .narrowdown__list ul li a {
  font-size: 14px;
  font-weight: 400;
  padding: 8px 6px;
  border-radius: 2px;
  border: 1px solid #b3b3b3;
  outline: 1px solid transparent;
  cursor: pointer;
  transition: 0.2s;
  display: block;
}
.archive .narrowdown__list ul li a:hover {
  color: #F9582D;
  border: 1px solid #F9582D;
  outline: 1px solid #F9582D;
}
.archive .narrowdown__list dd {
  padding: 31px 0 30px 40px;
}
@media screen and (max-width: 768px) {
  .archive .narrowdown__list dd {
    padding: 9px 0 13px;
  }
}
.archive .narrowdown__list .datatable__title {
  border-bottom: none;
}
.archive .narrowdown__list .datatable__title:after {
  display: none;
}
.archive .narrowdown__list .datatable__data {
  border-bottom: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.archive .narrowdown .button_area {
  margin-top: 7px;
}
@media screen and (max-width: 480px) {
  .archive .narrowdown .button_area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
}
.archive .narrowdown .button_area button {
  height: 60px;
  line-height: 1;
  height: 46px;
  margin-top: 0;
  padding: 0;
  font-size: 16px;
  width: 150px;
}
@media screen and (max-width: 480px) {
  .archive .narrowdown .button_area button {
    height: 50px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .archive .narrowdown .button_area button {
    height: 42px;
  }
}
.archive .narrowdown .button--clear {
  background-color: #737373;
  border-color: #737373;
  color: #FFF;
}
.archive__box {
  margin: 0 0 60px;
}
.archive__box .sub_heading {
  background: #F9582D;
  color: white;
  font-weight: bold;
  padding: 6px 10px 6px 20px;
  width: 100%;
  margin: 32px auto 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .archive__box .sub_heading {
    width: 100%;
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .archive__box .sub_heading {
    font-size: 14px;
  }
}
.archive__box .sub_heading.first {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .archive__box .sub_heading + .archive__list {
    margin-top: 0;
  }
}
.archive__lead {
  background-color: #000;
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  padding: 6px 20px 8px;
  position: relative;
  line-height: 1.6875;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1000px) {
  .archive__lead {
    font-size: 20px;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .archive__lead {
    font-size: 16px;
    font-weight: 700;
    padding: 6px 20px 8px;
    margin: 0 -20px;
  }
}
.archive__list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .archive__list {
    margin: 20px 0 0;
    border-top: 1px solid #FFF;
    gap: 10px 40px;
  }
}
@media screen and (max-width: 480px) {
  .archive__list {
    gap: 0;
    margin: 0;
  }
}
.archive__item {
  width: calc((100% - 80px) / 3);
  position: relative;
  border-bottom: 1px solid #000;
  padding: 0;
  overflow: hidden;
  transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
  .archive__item {
    width: calc((100% - 40px) / 2);
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .archive__item {
    width: 100%;
  }
}
.archive__item a {
  width: 100%;
  overflow: hidden;
  padding: 0 0 23px;
}
@media screen and (max-width: 768px) {
  .archive__item a {
    padding: 20px 0 20px;
  }
}
.archive__item:nth-child(3n + 1)::after {
  content: "";
  height: calc(100% - 12px);
  width: 1px;
  background: #000;
  display: block;
  position: absolute;
  right: -21px;
  top: -7px;
}
@media screen and (max-width: 768px) {
  .archive__item:nth-child(3n + 1)::after {
    content: none;
  }
}
.archive__item:nth-child(3n - 1)::before {
  content: "";
  height: calc(100% - 12px);
  width: 1px;
  background: #000;
  display: block;
  position: absolute;
  right: -21px;
  top: -7px;
}
@media screen and (max-width: 768px) {
  .archive__item:nth-child(3n - 1)::before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .archive__item:nth-child(2n + 1)::after {
    content: "";
    height: calc(100% - 21px);
    width: 1px;
    background: #000;
    display: block;
    position: absolute;
    right: -21px;
    top: 4px;
  }
}
@media screen and (max-width: 480px) {
  .archive__item:nth-child(2n + 1)::after {
    content: none;
  }
}
.archive__item:nth-child(2n) .pickup__info, .archive__item:nth-child(3n) .pickup__info {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .archive__item:nth-child(2n) .pickup__info, .archive__item:nth-child(3n) .pickup__info {
    padding-left: 0;
    padding-right: 0;
  }
}
.archive__item.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.archive__thumbnail {
  position: relative;
}
.archive__thumbnail img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.archive__thumbnail .ondemand_only_label {
  position: absolute;
  top: 6px;
  right: 6px;
  padding: 7px 6px 8px 6px;
  border-radius: 4px;
  color: white;
  background: #F9582D;
  white-space: nowrap;
  font-size: 9px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}
.archive__companyname {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .archive__companyname {
    line-height: 1.75;
  }
}
@media screen and (max-width: 480px) {
  .archive__companyname {
    font-size: 12px;
  }
}
.archive__speakername {
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .archive__speakername {
    margin-bottom: 6px;
    margin-top: 2px;
  }
}
@media screen and (max-width: 480px) {
  .archive__speakername {
    font-size: 12px;
    margin-top: 0;
  }
}
.archive__session {
  overflow: hidden;
  -moz-line-clamp: 3;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  display: inline-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .archive__session {
    line-height: 1.6875;
  }
}
@media screen and (max-width: 480px) {
  .archive__session {
    font-size: 14px;
  }
}
.archive.detail {
  max-width: calc(1000px + (20px * 2));
  margin: 0 auto 93px;
}
@media screen and (max-width: 480px) {
  .archive.detail {
    margin: 0 auto 63px;
  }
}
.archive.detail .dropdown__title {
  cursor: pointer;
  position: relative;
}
.archive.detail .dropdown__title::before, .archive.detail .dropdown__title::after {
  content: "";
  position: absolute;
  right: 23px;
  top: 15px;
  width: 4px;
  height: 20px;
  background-color: #F9582D;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .archive.detail .dropdown__title::before, .archive.detail .dropdown__title::after {
    top: 11px;
    right: 26px;
  }
}
.archive.detail .dropdown__title.open::before {
  transform: rotate(90deg) !important;
}
.archive.detail .dropdown__title::after {
  transform: rotate(90deg);
}
.archive.detail .dropdown__title img {
  vertical-align: middle;
  margin-right: 9px;
}
.archive.detail .button_area {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-top: 100px;
}
.archive.detail .button_area .button.back::after {
  content: "";
  background-image: url("../media/images/common/icon_chevron-right--white.svg");
  background-size: cover;
  width: 16px;
  height: 16px;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%) scale(-1, 1);
}
.archive__speaker {
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .archive__speaker {
    margin: 0 0 40px;
  }
}
.archive__materials {
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .archive__materials {
    margin: 0 0 40px;
  }
}
.archive__materials-list {
  margin: 28px 0 0;
}
@media screen and (max-width: 768px) {
  .archive__materials-list {
    margin: 20px 0 0;
  }
}
.archive__materials-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 50px;
  padding: 0 0 27px;
  margin: 0 0 27px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .archive__materials-item {
    gap: 20px 30px;
  }
}
@media screen and (max-width: 480px) {
  .archive__materials-item {
    flex-direction: column;
    padding: 0 0 20px;
    margin: 0 0 20px;
    gap: 15px 30px;
  }
}
.archive__materials-information {
  width: calc(100% - 50px - 150px);
}
@media screen and (max-width: 768px) {
  .archive__materials-information {
    width: calc(100% - 30px - 150px);
  }
}
@media screen and (max-width: 480px) {
  .archive__materials-information {
    width: 100%;
  }
}
.archive__materials-information h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6666666667;
}
@media screen and (max-width: 768px) {
  .archive__materials-information h4 {
    font-size: 16px;
    line-height: 1.6;
  }
}
.archive__materials-information p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8571428571;
  margin: 12px 0 0;
}
@media screen and (max-width: 768px) {
  .archive__materials-information p {
    font-size: 13px;
    line-height: 1.7;
    margin: 10px 0 0;
  }
}
.archive__materials-download {
  width: 150px;
}
.archive__materials-download button {
  font-size: 14px;
  padding: 11px 10px 12px;
}
.archive__materials-download button::after {
  content: "";
  background-image: url("../media/images/archive/icon_download.svg");
  background-size: contain;
  width: 12px;
  height: 14px;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.archive__company {
  margin: 0 auto 60px;
  max-width: 900px;
  border-radius: 3px;
  background: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .archive__company {
    margin: 0 0 40px;
  }
}
.archive__company-inner {
  padding: 40px 50px;
}
@media screen and (max-width: 768px) {
  .archive__company-inner {
    padding: 40px 25px 30px;
  }
}
.archive__company-card {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .archive__company-card {
    flex-direction: column;
    gap: 20px 30px;
  }
}
.archive__company-company {
  width: 260px;
}
@media screen and (max-width: 768px) {
  .archive__company-company {
    width: 100%;
  }
}
.archive__company-logo {
  height: 140px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .archive__company-logo {
    height: 120px;
  }
}
.archive__company-logo img {
  max-height: 140px;
  width: auto;
  max-width: 100%;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .archive__company-logo img {
    max-height: 120px;
  }
}
.archive__company-link {
  text-align: center;
}
.archive__company-link a {
  max-height: none;
  padding: 0;
  margin: 24px 0 0;
  line-height: 1;
  color: #F9582D;
  border-bottom: 1px solid #F9582D;
  height: auto;
  display: inline-block;
  -webkit-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .archive__company-link a {
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
}
@media screen and (max-width: 768px) {
  .archive__company-link a {
    margin: 15px 0 0;
  }
}
.archive__company-link a::after {
  content: "";
  background-image: url("../media/images/common/icon_external-link.svg");
  background-size: cover;
  width: 10px;
  height: 10px;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 4px;
}
@media screen and (min-width: 769px) {
  .archive__company-link a:hover {
    border-bottom-color: transparent;
    -webkit-transition-property: color, background-color;
    -o-transition-property: color, background-color;
    transition-property: color, background-color;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    opacity: 1;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .archive__company-link a:hover {
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
}
.archive__company-linkarea {
  font-size: 14px;
  margin-top: 24px;
}
.archive__company-linkarea a {
  font-size: 16px;
  margin: 6px 0 24px;
}
.archive__company-description {
  width: calc(100% - 300px);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .archive__company-description {
    width: 100%;
  }
}
.archive__company-description h4 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 15px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .archive__company-description h4 {
    font-size: 22px;
    font-weight: 700;
  }
}
@media screen and (max-width: 480px) {
  .archive__company-description h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
  }
}
.archive__company-description p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85714;
}
@media screen and (max-width: 768px) {
  .archive__company-description p {
    font-size: 13px;
    font-weight: 400;
  }
}
.archive__company-description p a {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .archive__company-description p a {
    margin-top: 0;
  }
}
.archive__company-description ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85714;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .archive__company-description ul li {
    font-size: 13px;
    font-weight: 400;
  }
}
.archive__recommend {
  margin: 0 0 35px;
}
.archive__recommend .archive__list {
  gap: 30px 40px;
}
@media screen and (max-width: 480px) {
  .archive__recommend .archive__list {
    gap: 0;
    padding-top: 10px;
  }
}
.archive__recommend .archive__item {
  border: none;
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 480px) {
  .archive__recommend .archive__item {
    width: 100%;
    padding: 10px 0;
  }
}
.archive__recommend .archive__item::before, .archive__recommend .archive__item::after {
  content: none !important;
}
.archive.preview .archive__item a {
  pointer-events: none;
}
/* 詳細 - 動画エリア */
.movie {
  background: #121212;
  color: #FFF;
  margin: -100px auto 60px;
}
@media screen and (max-width: 768px) {
  .movie {
    margin: -50px auto 50px;
  }
}
.movie__inner {
  margin: 0 auto;
  max-width: calc(1100px + (20px * 2));
  padding: 60px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .movie__inner {
    padding: 30px 20px;
    flex-direction: column;
  }
}
.movie__left {
  order: 1;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .movie__left {
    width: 100%;
    max-width: none;
  }
}
.movie__left:has(+ .movie__right) {
  max-width: 740px;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .movie__left:has(+ .movie__right) {
    width: 100%;
    max-width: none;
  }
}
.movie__left a {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.movie__left a img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.movie__left a .thumbnail__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.movie__left a .thumbnail__overlay-text {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  color: white;
  font-size: clamp(10px, 1.3vw, 14px);
}
@media screen and (max-width: 768px) {
  .movie__left a .thumbnail__overlay-text {
    font-size: clamp(8px, 1.8vw, 14px);
  }
}
@media screen and (max-width: 480px) {
  .movie__left a .thumbnail__overlay-text {
    font-size: clamp(6px, 2.1vw, 10px);
    bottom: 10px;
  }
}
.movie__left a .thumbnail__overlay-text br.sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .movie__left a .thumbnail__overlay-text br.sp {
    display: block;
  }
}
.movie__left h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.375;
  margin: 0 0 34px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .movie__left h2 {
    font-size: 26px;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 480px) {
  .movie__left h2 {
    font-size: 22px;
    margin: 0 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .movie__left p {
    font-size: 14px;
  }
}
.movie__vimeo {
  padding: 56.25% 0 0 0;
  position: relative;
}
.movie__vimeo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie__description {
  margin: 20px 0 0;
}
.movie__right {
  order: 2;
  max-width: 320px;
  width: 28%;
  min-width: 200px;
  max-height: 416px;
  height: auto;
  overflow: hidden;
  overflow-y: auto;
  background: #FFF;
  color: #000;
  padding: 29px 20px;
  opacity: 0;
  transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
  .movie__right {
    order: 3;
    width: 100%;
    max-width: none;
    height: auto;
    padding: 20px 15px;
    margin-top: 20px;
  }
}
.movie__right.visible {
  opacity: 1;
}
.movie__right h3 {
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  margin: 0 0 23px;
}
@media screen and (max-width: 768px) {
  .movie__right h3 {
    font-size: 24px;
    margin: 0 0 18px;
  }
}
.movie__right h3::first-letter {
  color: #F9582D;
}
.movie__right h3 .sub {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .movie__right h3 .sub {
    font-size: 12px;
    margin-top: 8px;
  }
}
.movie__right .nologin a {
  color: #F9582D;
}
.movie__bottom {
  order: 3;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .movie__bottom {
    order: 2;
  }
}
.movie__bottom h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.375;
  margin: 0 0 20px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .movie__bottom h2 {
    font-size: 22px;
    margin: 0 0 16px;
  }
}
@media screen and (max-width: 480px) {
  .movie__bottom h2 {
    font-size: 18px;
    margin: 0 0 12px;
  }
}
@media screen and (max-width: 768px) {
  .movie__bottom p {
    font-size: 14px;
  }
}
.movie__bottom .session_document_download {
  text-align: center;
  margin-top: 32px;
  padding: 0 20px 20px;
}
.movie__bottom .session_document_download .download-button:disabled {
  pointer-events: none;
}
.movie__bottom .session_document_download .download-button-description {
  font-size: 14px;
  margin-top: 12px;
}
@media screen and (max-width: 480px) {
  .movie__bottom .session_document_download .download-button-description {
    font-size: 12px;
  }
}
.survey.form {
  padding: 0;
  margin: 0;
}
.survey__title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px;
}
@media screen and (max-width: 768px) {
  .survey__title {
    font-size: 14px;
  }
}
.survey__title.req:after {
  content: "*";
  color: #F9582D;
  margin-top: -14px;
}
.survey__data {
  margin: 0 0 28px;
}
.survey__data .survey__check-btn {
  margin: 0 0 6px;
}
.survey__data input[type="text"] {
  padding: 11px 15px 12px;
}
@media screen and (max-width: 768px) {
  .survey__data input[type="text"] {
    padding: 8px 15px 9px;
  }
}
.survey__data textarea {
  width: 100%;
  background: #f2f2f2;
  padding: 16px 15px 17px;
}
@media screen and (max-width: 768px) {
  .survey__data textarea {
    padding: 8px 15px 9px;
  }
}
.survey__data input[type=radio] + label, .survey__data input[type=checkbox] + label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
  padding: 0 0 0 2px;
}
@media screen and (max-width: 768px) {
  .survey__data input[type=radio] + label, .survey__data input[type=checkbox] + label {
    font-size: 13px;
  }
}
.survey__data input[type=radio] + label::before, .survey__data input[type=checkbox] + label::before {
  width: 12px;
  height: 12px;
}
.survey__data input[type=radio]:checked + label::before, .survey__data input[type=checkbox]:checked + label::before {
  border-color: #b3b3b3;
}
.survey__data input[type=radio]:checked + label::after, .survey__data input[type=checkbox]:checked + label::after {
  background-color: #F9582D;
  width: 6px;
  height: 6px;
  left: 3px;
}
.survey__submit {
  text-align: center;
}
.survey__submit .button {
  max-width: 150px;
  font-size: 16px;
  padding: 12px 0 13px;
}
.speaker__list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 50px;
  margin: 30px 0 0;
  padding: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .speaker__list {
    margin: 10px 0 0;
    padding: 0;
    gap: 0;
  }
}
.speaker__item {
  width: calc((100% - 50px) / 2);
  max-width: 460px;
  position: relative;
  padding: 0 0 0;
}
@media screen and (max-width: 768px) {
  .speaker__item {
    width: 100%;
    max-width: none;
    padding: 10px 0 10px;
  }
}
.speaker__info {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 20px;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .speaker__info {
    font-size: 12px;
    font-weight: 400;
    padding-right: 0;
  }
}
.speaker__photo {
  width: 140px;
  height: 140px;
  min-width: 140px;
  min-height: 140px;
}
@media screen and (max-width: 1000px) {
  .speaker__photo {
    width: 130px;
    height: 130px;
    min-width: 130px;
    min-height: 130px;
  }
}
@media screen and (max-width: 480px) {
  .speaker__photo {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
  }
}
.speaker__photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  overflow-clip-margin: unset;
}
.speaker__profile {
  width: calc(100% - 140px);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7142;
}
@media screen and (max-width: 1000px) {
  .speaker__profile {
    font-size: 13px;
    font-weight: 400;
    width: calc(100% - 130px);
  }
}
@media screen and (max-width: 768px) {
  .speaker__profile {
    font-size: 12px;
    font-weight: 400;
  }
}
@media screen and (max-width: 480px) {
  .speaker__profile {
    font-size: 11px;
    font-weight: 400;
    width: calc(100% - 100px);
  }
}
.speaker__profile-title {
  margin-top: 6px;
}
.speaker__profile-name {
  font-size: 20px;
  font-weight: 700;
  margin: 8px 0 0;
}
@media screen and (max-width: 1000px) {
  .speaker__profile-name {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .speaker__profile-name {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .speaker__profile-name {
    font-size: 15px;
  }
}
/*# sourceMappingURL=./archive2025.css.map */