@charset "UTF-8";
/** breakPoint **/
:root {
  --color-text-product-primary: #01358a;
}

footer,
header {
  background-color: #fff;
}

button {
  cursor: pointer;
}

.p-button {
  background: linear-gradient(90deg, #45e2fe 0%, #6432ff 98.96%);
  border-radius: var(--radius_full);
  color: #ffffff;
  font-family: "Noto Sans JP";
  font-weight: 700;
  padding: 16px 40px;
  font-size: 26px;
  line-height: 150%;
  display: inline-block;
}
.p-button--small {
  padding: var(--spacing_xs) 18px;
  font-size: 18px;
}
@media (max-width: 1079px) {
  .p-button--small {
    font-size: 16px;
    padding: 8px 12px;
  }
}

.mv {
  position: relative;
  overflow: hidden;
}
.mv__fallback-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../images/lp/mk-conference/mv-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -2;
}
.mv__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.mv__video.loaded {
  opacity: 1;
}
.mv__inner {
  gap: 37px;
}
.mv__inner-sub {
  background: rgba(255, 255, 255, 0.1019607843);
  border-radius: 16px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 18px;
  line-height: 200%;
  letter-spacing: 0;
  backdrop-filter: blur(24px);
}
@media (max-width: 1079px) {
  .mv__speaker img {
    max-width: 340px;
    margin: auto;
  }
}
.mv__subtitle {
  margin-bottom: 40px;
  font-family: "Tazugane Gothic StdN";
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0.05em;
}
@media (max-width: 1079px) {
  .mv__subtitle {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 1079px) {
  .mv__subtitle img {
    max-width: 294px;
  }
}
.mv__lead {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 18px;
  line-height: 200%;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 1079px) {
  .mv__lead {
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.02em;
    text-align: left;
  }
}

.p-gradient-bar {
  background: linear-gradient(180deg, #45e2fe 0%, #6432ff 100%);
  width: 4px;
  height: 150px;
}
@media (max-width: 1079px) {
  .p-gradient-bar {
    height: 116px;
  }
}

.p-date-text {
  display: flex;
  gap: 6px;
  align-items: baseline;
}
.p-date-text__date {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
}
@media (max-width: 1079px) {
  .p-date-text__date {
    font-size: 37.35px;
    letter-spacing: 0.05em;
  }
}
.p-date-text__week {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
}
@media (max-width: 1079px) {
  .p-date-text__week {
    font-size: 24.9px;
    letter-spacing: 0;
  }
}

.p-from-to-text {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0.05em;
}
.p-from-to-text small {
  font-size: 32px;
}
@media (max-width: 1079px) {
  .p-from-to-text small {
    font-size: 24.9px;
  }
}
@media (max-width: 1079px) {
  .p-from-to-text {
    font-size: 28px;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1.3;
  }
}

.p-open-time-text {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
@media (max-width: 1079px) {
  .p-open-time-text {
    gap: 12px;
  }
}
.p-open-time-text__label {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
}
@media (max-width: 1079px) {
  .p-open-time-text__label {
    font-size: 14.01px;
    letter-spacing: 0;
  }
}
.p-open-time-text__time {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0.05em;
}
@media (max-width: 1079px) {
  .p-open-time-text__time {
    font-size: 28.01px;
    letter-spacing: 0.05em;
  }
}

.p-location-text {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
}
@media (max-width: 1079px) {
  .p-location-text {
    font-size: 17.12px;
    letter-spacing: 0;
  }
}

.p-time-table {
  position: relative;
  z-index: 10;
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  background-color: transparent;
}
.p-time-table::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  background-image: url("../../images/lp/mk-conference/time-table-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1079px) {
  .p-time-table::before {
    background-size: 225% 225%;
    background-position: center;
  }
}

.p-time-table-row {
  display: flex;
  gap: 80px;
  color: #ffffff;
  justify-content: space-between;
}
@media (max-width: 1079px) {
  .p-time-table-row {
    display: grid;
    gap: 14px;
  }
}
.p-time-table-row__session {
  color: #ffffff;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: 0.02em;
}
.p-time-table-row__session--gradient {
  background: linear-gradient(90deg, #45e2fe 0%, #6432ff 98.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.p-time-table-row__time {
  color: #ffffff;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.02em;
}
.p-time-table-row__body {
  width: 800px;
  padding: 32px 40px;
  background: linear-gradient(90deg, rgba(69, 226, 254, 0.4) 0%, rgba(100, 50, 255, 0.4) 98.96%);
  border-radius: 8px;
  border: 1px solid #ffffff;
}
@media (max-width: 1079px) {
  .p-time-table-row__body {
    width: 100%;
    padding: 24px 16px;
  }
}
.p-time-table-row__title {
  margin-bottom: 24px;
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
}
@media (max-width: 1079px) {
  .p-time-table-row__title {
    font-size: 24px;
  }
}
.p-time-table-row__lead {
  margin-bottom: 24px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.02em;
}
@media (max-width: 1079px) {
  .p-time-table-row__lead {
    font-size: 14px;
  }
}
.p-time-table-row__speaker-list {
  margin-bottom: 24px;
  display: flex;
}
.p-time-table-row__speaker-list--4col .p-time-table-row__speaker-list-item {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.p-time-table-row__speaker-list--4col .p-time-table-row__speaker-list-item:nth-child(n+2) {
  margin-left: -11.1%;
}
@media (max-width: 1079px) {
  .p-time-table-row__speaker-list--4col .p-time-table-row__speaker-list-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .p-time-table-row__speaker-list--4col .p-time-table-row__speaker-list-item:nth-child(n+2) {
    margin-left: 0;
  }
}
@media (max-width: 1079px) {
  .p-time-table-row__speaker-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    display: grid;
  }
}
.p-time-table-row__speaker-list-item {
  max-width: 240px;
  position: relative;
}
@media (max-width: 1079px) {
  .p-time-table-row__speaker-list-item {
    max-width: 100%;
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 24px;
    align-items: center;
  }
}
.p-time-table-row__speaker-list-item__image img {
  width: 100%;
  height: auto;
}
.p-time-table-row__speaker-list-item__text {
  position: absolute;
  bottom: 8px;
  left: 16px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75);
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
}
.p-time-table-row__speaker-list-item__text--left {
  left: 32px;
}
@media (max-width: 1079px) {
  .p-time-table-row__speaker-list-item__text {
    position: relative;
    bottom: 0;
    left: 0;
    line-height: 140%;
  }
}
.p-time-table-row__speaker-list-item__text span {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
.p-time-table-row__speaker-list-item__text span small {
  font-size: 12px;
}
.p-time-table-row__button {
  background: transparent;
  color: #fff;
  align-items: center;
  display: inline-flex;
  gap: 12px;
  font-family: "Noto Sans JP";
  border-radius: 999px;
  border: 1px solid #ffffff;
  padding: 12px 16px;
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.02em;
}

.p-section-title {
  text-align: center;
}
.p-section-title--gradient .p-section-title__sub {
  background: linear-gradient(90deg, #45e2fe 49%, #6432ff 54.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.p-section-title--gradient .p-section-title__main {
  background: linear-gradient(90deg, #45e2fe 33%, #6432ff 70.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.p-section-title__sub {
  font-family: "Roboto";
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media (max-width: 1079px) {
  .p-section-title__sub {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
}
.p-section-title__main {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: 0;
}
@media (max-width: 1079px) {
  .p-section-title__main {
    font-size: 32px;
    letter-spacing: 0.05em;
  }
}

.p-background-gradient {
  background-image: url("../../images/lp/mk-conference/background-gradient.png");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1079px) {
  .p-background-gradient {
    background-size: 100% 100%;
  }
}

.p-exclusive-item {
  background-color: #ffffff;
  text-align: center;
  border-radius: 8px;
  padding: 24px;
}
.p-exclusive-item__title {
  gap: 4px;
  margin-bottom: 18.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-align: center;
}
.p-exclusive-item__title span {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 40px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-align: center;
}
.p-exclusive-item__image {
  margin-bottom: 18.5px;
}
.p-exclusive-item__image img {
  margin: auto;
}
.p-exclusive-item__description {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-align: center;
}

.p-overview {
  background-color: #f7f7f7;
}

.p-overview-list {
  background-color: #ffffff;
  max-width: 960px;
  margin: auto;
  border-radius: 8px;
  background: #ffffff;
  padding: 56px 72px;
}
@media (max-width: 1079px) {
  .p-overview-list {
    padding: 24px 16px;
  }
}
.p-overview-list__inner {
  gap: 24px;
  display: grid;
}
.p-overview-list__item {
  padding: 0 0px 24px 16px;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 40px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 2%;
  border-bottom: 1px solid #f7f7f7;
}
@media (max-width: 1079px) {
  .p-overview-list__item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.p-overview-lead {
  max-width: 960px;
  margin: auto;
}
@media (max-width: 1079px) {
  .p-overview-lead {
    padding: 0 24px;
  }
}
.p-overview-lead__text {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0%;
  margin-bottom: 40px;
}
@media (max-width: 1079px) {
  .p-overview-lead__text {
    font-size: 12px;
  }
}
.p-overview-lead__text a {
  color: #000000;
  text-decoration: underline;
}

.p-confarence-map {
  padding: 56px;
  background-color: #ffffff;
  max-width: 960px;
  margin: auto;
  border-radius: 8px;
}
@media (max-width: 1079px) {
  .p-confarence-map {
    padding: 24px 16px;
  }
}
.p-confarence-map__access {
  display: block;
  margin-bottom: 24px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.02em;
}
@media (max-width: 1079px) {
  .p-confarence-map__access {
    font-size: 20px;
  }
}
.p-confarence-map__access span {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
}
.p-confarence-map__image {
  border-radius: 8px;
}
.p-confarence-map__image iframe {
  width: 100%;
  height: 300px;
}
.p-confarence-map__image img {
  width: 100%;
  height: auto;
}

.p-faq {
  background-color: #f7f7f7;
}

.p-faq-list {
  width: 960px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (max-width: 1079px) {
  .p-faq-list {
    padding: 0 24px;
    max-width: 100%;
  }
}
.p-faq-list-item {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 24px;
}
.p-faq-list-item__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-faq-list-item__question-body {
  display: flex;
  gap: 16px;
  align-items: center;
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 2%;
}
.p-faq-list-item__question-body svg {
  flex-shrink: 0;
}
@media (max-width: 1079px) {
  .p-faq-list-item__question-body {
    margin-right: 16px;
  }
}
.p-faq-list-item__question-toggle {
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
}
.p-faq-list-item__answer {
  padding-top: 24px;
  display: flex;
  gap: 16px;
  align-items: center;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 2%;
}
@media (max-width: 1079px) {
  .p-faq-list-item__answer {
    font-size: 14px;
    align-items: flex-start;
  }
}

.p-form {
  max-width: 647px;
  margin: auto;
  padding: 0 24px;
}
.p-form__inner {
  border-radius: 8px;
  padding: 40px;
  background-color: #ffffff;
}
@media (max-width: 1079px) {
  .p-form {
    padding: 24px;
  }
}

/* モーダルスタイル */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal-content {
  background: white;
  border-radius: 12px;
  max-width: 1040px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  padding: 96px 56px 80px;
  position: relative;
}
@media (max-width: 1079px) {
  .modal-content {
    max-width: 100%;
    padding: 48px 24px 24px;
  }
}

.modal-close {
  position: absolute;
  top: 24px;
  right: 32px;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.2s;
}
@media (max-width: 1079px) {
  .modal-close {
    top: 12px;
    right: 18px;
  }
}
.modal-close svg {
  width: 40px;
  height: 40px;
}
@media (max-width: 1079px) {
  .modal-close svg {
    width: 24px;
    height: 24px;
  }
}

.modal-close:hover {
  background-color: #f3f4f6;
  color: #374151;
}

.profile-header {
  display: flex;
  gap: 24px;
  margin-bottom: 10px;
  align-items: center;
  white-space: nowrap;
}
@media (max-width: 1079px) {
  .profile-header {
    white-space: normal;
    display: grid;
    gap: 8px;
  }
}

.profile-department {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.02em;
}
@media (max-width: 1079px) {
  .profile-department {
    font-size: 14px;
    font-weight: 700;
  }
}

.profile-name {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: 0;
}
@media (max-width: 1079px) {
  .profile-name {
    font-size: 24px;
  }
}

.profile-card {
  display: flex;
  gap: 40px;
}
@media (max-width: 1079px) {
  .profile-card {
    display: grid;
    gap: 12px;
  }
}

.profile-description {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0.02em;
}
@media (max-width: 1079px) {
  .profile-description {
    font-size: 14px;
  }
}

.profile-image {
  flex-shrink: 0;
  align-self: baseline;
  background-image: url("../../images/lp/mk-conference/background-gradient.png");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1079px) {
  .profile-image {
    background-size: 100% 100%;
  }
}
.profile-image img {
  width: 240px;
  margin: auto;
}
.profile-grid {
  display: grid;
  gap: 56px;
}
@media (max-width: 1079px) {
  .profile-grid {
    gap: 40px;
  }
}

/*# sourceMappingURL=mk-conference.css.map */
