@charset "UTF-8";
/* ==========================================================================
   モーダルスタイル（最終版・import不使用）
   ========================================================================== */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.modal.is-active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.modal__container {
  position: relative;
  width: 90%;
  max-width: 900px;
  max-height: 90vh;
  background: #fff;
  border-radius: 0;
  overflow-y: auto;
  z-index: 1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .modal__container {
    width: 95%;
    max-height: 95vh;
  }
}
.modal__container::-webkit-scrollbar {
  width: 8px;
}
.modal__container::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.modal__container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.modal__container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  font-size: 30px;
  line-height: 1;
  font-weight: 300;
  color: #8e8e8e;
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-family: "Titillium Web", sans-serif;
}
.modal__close:hover {
  color: #333;
}
@media screen and (max-width: 767px) {
  .modal__close {
    width: 25px;
    height: 25px;
    font-size: 25px;
    top: 10px;
    right: 10px;
  }
}

.modal__content {
  padding: 3.6603221083vw;
}
@media screen and (max-width: 767px) {
  .modal__content {
    padding: 5.3333333333vw;
  }
}

.modal__header {
  display: flex;
  gap: 2.196193265vw;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .modal__header {
    flex-direction: column;
    gap: 3.3333333333vw;
    align-items: center;
  }
}

.modal__logo {
  flex-shrink: 0;
}
.modal__logo img {
  max-width: 20.4978038067vw;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .modal__logo img {
    max-width: 40vw;
  }
}

.modal__header__right {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .modal__header__right {
    text-align: center;
    width: 100%;
  }
}

.modal__company {
  font-size: 1.756954612vw;
  font-weight: 700;
  margin-bottom: 0.878477306vw;
  line-height: 1.3;
  color: #333;
}
@media screen and (max-width: 767px) {
  .modal__company {
    font-size: 5.0666666667vw;
    margin-bottom: 2vw;
  }
}

.modal__tags {
  display: flex;
  flex-direction: column;
  gap: 0.5856515373vw;
}
@media screen and (max-width: 767px) {
  .modal__tags {
    gap: 1.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}

.modal__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.3660322108vw 1.0248901903vw;
  border-radius: 3px;
  font-size: 1.0248901903vw;
  font-weight: 700;
  color: #fff;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .modal__tag {
    padding: 1.0666666667vw 2.6666666667vw;
    font-size: 2.9333333333vw;
  }
}
.modal__tag--info {
  background: #4a90e2;
}
.modal__tag--icon {
  border-radius: 3px;
}
.modal__tag--icon.icon--jinji {
  background: #9358f4;
}
.modal__tag--icon.icon--jinjisekinin {
  background: #d251da;
}
.modal__tag--icon.icon--wakate {
  background: #e7d13f;
}
.modal__tag--icon.icon--chuken {
  background: #3f9ae7;
}
.modal__tag--icon.icon--genba {
  background: #e24f9b;
}
.modal__tag--icon.icon--naitei {
  background: #168256;
}
.modal__tag--icon.icon--sonota {
  background: #5b5b5b;
}
.modal__tag--icon.icon--collabo {
  background: #1f9cb0;
}

.modal__icons {
  display: flex;
  flex-direction: row;
  gap: 0.439238653vw;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .modal__icons {
    gap: 1.3333333333vw;
  }
}

.modal__theme {
  background: #f7f7f7;
  padding: 1.4641288433vw;
  margin-bottom: 1.8301610542vw;
}
@media screen and (max-width: 767px) {
  .modal__theme {
    padding: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.modal__theme__text {
  font-size: 1.317715959vw;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .modal__theme__text {
    font-size: 3.4666666667vw;
    line-height: 1.4;
  }
}

.modal__detail {
  margin-bottom: 1.8301610542vw;
}
@media screen and (max-width: 767px) {
  .modal__detail {
    margin-bottom: 2.6666666667vw;
  }
}
.modal__detail__title {
  font-size: 1.1713030747vw;
  font-weight: 700;
  margin-bottom: 0.878477306vw;
  color: #333;
}
@media screen and (max-width: 767px) {
  .modal__detail__title {
    font-size: 3.2vw;
    margin-bottom: 1.3333333333vw;
  }
}
.modal__detail__text {
  font-size: 1.0248901903vw;
  line-height: 1.9;
  color: #333;
}
@media screen and (max-width: 767px) {
  .modal__detail__text {
    font-size: 2.9333333333vw;
    line-height: 1.5;
  }
}

.modal__speaker {
  margin-bottom: 2.196193265vw;
}
@media screen and (max-width: 767px) {
  .modal__speaker {
    margin-bottom: 2.6666666667vw;
  }
}
.modal__speaker__title {
  font-size: 1.1713030747vw;
  font-weight: 700;
  margin-bottom: 0.878477306vw;
  color: #333;
}
@media screen and (max-width: 767px) {
  .modal__speaker__title {
    font-size: 3.2vw;
    margin-bottom: 1.3333333333vw;
  }
}
.modal__speaker__text {
  font-size: 1.0248901903vw;
  line-height: 1.8;
  color: #333;
}
@media screen and (max-width: 767px) {
  .modal__speaker__text {
    font-size: 2.9333333333vw;
    line-height: 1.5;
  }
}

.modal__buttons {
  display: flex;
  gap: 1.4641288433vw;
  justify-content: center;
  flex-wrap: wrap;
  padding-inline: 6%;
}
@media screen and (max-width: 767px) {
  .modal__buttons {
    gap: 2vw;
    flex-direction: column;
    padding-inline: 0;
  }
}
.modal__buttons .modal__btn {
  flex: 1;
  min-width: 16.1054172767vw;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .modal__buttons .modal__btn {
    min-width: 100%;
    flex: none;
    margin: 0;
  }
}
.modal__buttons .modal__btn a {
  display: block;
  width: 100%;
}
/*# sourceMappingURL=modal.css.map */
