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

html,
main {
  background: black;
}

.l-inner-main {
  max-width: 1023px;
}

header {
  background-color: transparent;
  color: #fff;
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
}

.header__inner {
  padding: 23px 39px;
}

@media (max-width: 1079px) {
  .header__inner {
    padding: 17px 17px;
  }
}
.header__nav {
  gap: 46px;
}

.header__social {
  gap: 25px;
}

button {
  cursor: pointer;
}

.u-bg-black {
  background-color: #000;
}

.p-button {
  background: linear-gradient(121.63deg, #00B2FF -12.73%, #A928FF 67.35%);
  border-radius: var(--radius_full);
  color: #ffffff;
  font-family: "Noto Sans JP";
  font-weight: 700;
  padding: 19px 35px 19px 43px;
  font-size: 21px;
  line-height: 30.8px;
  display: inline-block;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
  /* letter-spacing: 1.1px; */
}

@media (max-width: 1079px) {
  .p-button {
    padding: 17.6px 26px 17.6px 42px;
    font-size: 22px;
  }
}
.p-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

@media (min-width: 1080px) {
  .p-button:hover {
    transform: translateY(-4px);
  }
  .p-button:hover::before {
    left: 100%;
  }
}
.p-button--small {
  padding: var(--spacing_xs) 12px var(--spacing_xs) 20px;
  font-size: 16px;
}

@media (max-width: 1079px) {
  .p-button--small {
    font-size: 13.3px;
    padding: 1px 7px 1px 16px;
  }
}
.mv {
  padding-top: 157.8px;
  position: relative;
  overflow: hidden;
  background-color: #000;
}

@media (max-width: 1079px) {
  .mv {
    padding-top: 84.8px;
  }
}
.mv__left {
  position: relative;
  left: 34px;
}

@media (max-width: 1079px) {
  .mv__left {
    left: 0px;
  }
}
.mv__right img {
  position: relative;
  left: -65px;
  bottom: 38px;
}

.mv__subtitle {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 1.23vw;
  line-height: 39.5px;
  letter-spacing: 1.85px;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 9px;
  margin-bottom: 34px;
  position: relative;
  left: 11px;
}

@media (max-width: 1079px) {
  .mv__subtitle {
    margin-bottom: 26px;
    font-size: 12px;
    white-space: nowrap;
    line-height: 21.74px;
    letter-spacing: 0;
    text-underline-offset: 6px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    left: 0;
  }
}
.mv__title {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 94.73px;
  line-height: 116.87px;
  letter-spacing: -7.3px;
  color: #fff;
  margin-bottom: 40px;
  /* position: relative; */
  /* left: -13px; */
}

@media (max-width: 1079px) {
  .mv__title {
    font-size: 52.14px;
    margin-bottom: 28px;
    line-height: 64.33px;
    left: 0;
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.mv__title-en, .mv__title-ai {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 116.59px;
  letter-spacing: -5.94px;
}

@media (max-width: 1079px) {
  .mv__title-en, .mv__title-ai {
    font-size: 64.18px;
    letter-spacing: -3.22px;
  }
}
.mv__title-ai {
  letter-spacing: -3.84px;
  margin-right: 14px;
  background: linear-gradient(94.77deg, #B23EFF 25.49%, #00B2FF 44.11%, #D698FF 67.29%, #6BA5FF 84.91%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mv__button {
  margin-bottom: 55px;
}

@media (max-width: 1079px) {
  .mv__button {
    margin-bottom: 48.8px;
    text-align: center;
  }
}
.mv__fallback-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../images/lp/mk-conference-202604/mv-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 1079px) {
  .mv__fallback-bg {
    background-image: url("../../images/lp/mk-conference-202604/mv-bg-sp.png");
    background-position: center 107px;
  }
}
.mv__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

@media (max-width: 1079px) {
  .mv__video {
    height: 50%;
    top: 75px;
  }
}
.mv__video.loaded {
  opacity: 1;
}

.mv__inner {
  gap: 0;
  position: relative;
}

.mv__inner-sub {
  border-radius: 16px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 18px;
  line-height: 200%;
  letter-spacing: 0;
}

@media (max-width: 1079px) {
  .mv__inner-sub {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1079px) {
  .mv__speaker {
    margin: -85px -18px 35px -24px;
  }
}
.mv__speaker img {
  margin: auto;
}

@media (max-width: 1079px) {
  .mv__speaker img {
    /* max-width: 340px; */
    margin: auto;
    object-position: -24px 0;
    /* margin: 0 -14px; */
  }
}
.mv__information {
  color: #fff;
}

.mv__information-place {
  font-weight: 700;
  font-size: 1.83vw;
  line-height: 125%;
  letter-spacing: 5%;
}

@media (max-width: 1079px) {
  .mv__information-place {
    text-align: center;
    font-size: 18px;
    margin-bottom: 11px;
  }
}
.mv__information-date {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 3.35vw;
  line-height: 90px;
  letter-spacing: 0%;
}

@media (max-width: 1079px) {
  .mv__information-date {
    text-align: center;
    line-height: 1;
    font-size: 24px;
  }
}
.mv__information-week {
  font-weight: 500;
  font-size: 32px;
  line-height: 50px;
  letter-spacing: 0%;
  margin-right: 15px;
  margin-left: 3px;
}

@media (max-width: 1079px) {
  .mv__information-week {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
  }
}
.mv__information-time {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 1.69vw;
  line-height: 32px;
  letter-spacing: 2.4px;
}

@media (max-width: 1079px) {
  .mv__information-time {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 2.4px;
  }
}
.mv__information-open {
  margin-left: 6px;
  font-weight: 500;
  font-size: 1.5vw;
  line-height: 32px;
  letter-spacing: 1.9px;
}

@media (max-width: 1079px) {
  .mv__information-open {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 2.4px;
    margin-left: 6px;
  }
}
.mv__second {
  position: relative;
  border-radius: 16px;
  background: rgba(43, 43, 43, 0.4509803922);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(30px);
}

@media (max-width: 1079px) {
  .mv__second {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.mv__second-title {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 5%;
  background: linear-gradient(94.77deg, #B23EFF 23.55%, #00B2FF 39.35%, #D698FF 55.21%, #6BA5FF 76.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 18px;
}

@media (max-width: 1079px) {
  .mv__second-title {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 3%;
    margin-bottom: 32px;
    white-space: nowrap;
    background: linear-gradient(99.78deg, #00B2FF 13.15%, #D698FF 55.11%, #B23EFF 96.63%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
}
.mv__second-bottom {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 23px;
  line-height: 150%;
  letter-spacing: 2%;
  color: #fff;
}

@media (max-width: 1079px) {
  .mv__second-bottom {
    font-size: 19px;
    line-height: 170%;
    letter-spacing: 4%;
    text-align: left;
  }
}
.mv__second-bottom span {
  font-family: Montserrat;
  font-weight: 600;
  line-height: 100%;
  background: linear-gradient(100.77deg, #B23EFF 0%, #00B2FF 0.35%, #D698FF 71.21%, #6BA5FF 89.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media (max-width: 1079px) {
  .mv__second-bottom span {
    margin-left: -10px;
  }
}
.mv__second::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(113.75deg, #B23EFF -6.51%, #00B2FF 26.58%, #D698FF 59.79%, #6BA5FF 103.81%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.mv__lead {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 2%;
  text-align: center;
  color: #fff;
  margin-bottom: 24px;
}

@media (max-width: 1079px) {
  .mv__lead {
    text-align: left;
    margin-bottom: 32px;
  }
}
.mv__sub {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.mv__sub-bg {
  position: absolute;
  top: -25%;
  left: 0;
  width: 100%;
  height: 140%;
  z-index: -1;
  background-image: url("../../images/lp/mk-conference-202604/mv_bg_sub.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.65;
  will-change: transform;
}

.mv__sub-bg::before {
  /* content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  background-size: cover;
  opacity: 0.6;
  z-index: 0; */
}

@media (max-width: 1079px) {
  .mv__sub-bg {
    background-size: 388%;
    background-position: center 68%;
  }
}
.p-benefit-item {
  padding: 14px 32px 42px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4509803922);
  border: 1px solid var(--color-white-20, rgba(255, 255, 255, 0.2));
  border-radius: 16px;
  overflow: hidden;
  color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(30px);
}

.p-benefit-item__head {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 96px;
  line-height: 100%;
  letter-spacing: 3%;
  background: linear-gradient(94.77deg, #B23EFF 21.73%, #00B2FF 42.37%, #D698FF 63.07%, #6BA5FF 90.52%);
  /* background: linear-gradient(94.77deg, #B23EFF 21.73%, #00B2FF 42.37%, #D698FF 63.07%, #6BA5FF 90.52%); */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  height: 117px;
  display: flex;
}

.p-benefit-item__head img {
  margin: auto;
}

.p-benefit-item__title {
  margin-top: 12px;
  margin-bottom: 16px;
}

.p-benefit-item__lead {
  background: var(--White-80, rgba(255, 255, 255, 0.8));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.p-time-table {
  background: linear-gradient(180deg, #000000 0%, #0F172A 50.96%, #000000 100%);
}

.p-time-table-row {
  background: linear-gradient(111.33deg, rgba(30, 30, 30, 0.6) 2.58%, rgba(5, 5, 5, 0.6) 97.3%);
  display: grid;
  grid-template-columns: auto auto;
  gap: 129.5px;
  position: relative;
  border-radius: 16px;
  padding: 60px 40px;
}

.p-time-table-row::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(113.75deg, #B23EFF -6.51%, #00B2FF 26.58%, #D698FF 59.79%, #6BA5FF 103.81%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

@media (max-width: 1079px) {
  .p-time-table-row__head {
    width: fit-content;
  }
  .p-time-table-row {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 40px 24px;
  }
}
.p-time-table-row__session {
  color: #fff;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 2%;
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  padding: 6px 28.5px;
  border-radius: 4px;
  margin-bottom: 12px;
  display: inline-block;
}

.p-time-table-row__session--gradient {
  background: linear-gradient(121.63deg, #00B2FF -12.73%, #A928FF 67.35%);
  border: none;
  color: #fff;
  padding: 8px;
}

.p-time-table-row__time {
  color: #CF94DD;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 21px;
  line-height: 100%;
  letter-spacing: 3%;
  text-align: center;
}

.p-time-table-row__title {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

@media (min-width: 1080px) {
  .p-time-table-row__title:hover {
    color: #E9D5FF;
  }
}
@media (max-width: 1079px) {
  .p-time-table-row__title {
    margin-bottom: 16px;
    font-size: 24px;
  }
  .p-time-table-row__title br {
    display: none;
  }
}
.p-time-table-row__lead {
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 2%;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 24px;
}

@media (max-width: 1079px) {
  .p-time-table-row__lead {
    margin-bottom: 16px;
  }
  .p-time-table-row__lead--sp-mb-32 {
    margin-bottom: 32px;
  }
}
.p-time-table-row__speaker-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

@media (max-width: 1079px) {
  .p-time-table-row__speaker-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.p-time-table-row__speaker-list-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1079px) {
  .p-time-table-row__speaker-list-item {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 8px;
    align-items: center;
    justify-content: center;
  }
}
.p-time-table-row__speaker-list-item__text {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 12px;
  line-height: 125%;
  letter-spacing: 2%;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 4px;
  font-feature-settings: "palt";
}

.p-time-table-row__speaker-list-item__name {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 2%;
  color: #fff;
}

.p-time-table-row__speaker-list-item__name small {
  font-weight: 700;
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 2%;
}

@media (max-width: 1079px) {
  .p-time-table-row__speaker-list-item__name {
    font-size: 14px;
  }
}
.p-time-table-row__button {
  border: 1px solid rgba(240, 171, 252, 0.5019607843);
  background: transparent;
  font-weight: 400;
  font-size: 12px;
  line-height: 125%;
  letter-spacing: 2%;
  color: #F0ABFC;
  padding: 10px 20px;
  border-radius: 9999px;
  display: flex;
  gap: 8px;
  align-items: baseline;
  z-index: 1;
  position: relative;
  transition: all 0.3s ease;
}

@media (min-width: 1080px) {
  .p-time-table-row__button:hover {
    color: #fff;
    background: rgba(168, 85, 247, 0.2);
  }
}
@media (max-width: 1079px) {
  .p-time-table-row__button {
    margin: auto;
  }
}
.p-section-title {
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 1079px) {
  .p-section-title {
    margin-bottom: 24px;
  }
}
.p-section-title p {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 2%;
  background: var(--color-violet-75, #C084FC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 8px;
}

@media (max-width: 1079px) {
  .p-section-title p {
    font-size: 15px;
    letter-spacing: 3%;
  }
}
.p-section-title h2 {
  color: #ffffff;
}

.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;
}

#application {
  background: linear-gradient(180deg, #000000 0%, #0F172A 50.96%, #000000 100%);
}

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

.p-overview-list {
  /* background-color: #000; */
  background: linear-gradient(111.12deg, rgba(255, 255, 255, 0.15) -1.05%, rgba(255, 255, 255, 0.07) 102.39%);
  max-width: 1023px;
  margin: auto;
  border-radius: 14px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

@media (min-width: 1080px) {
  .p-overview-list:hover {
    background-color: rgba(255, 255, 255, 0.06);
    transform: translateY(-4px);
  }
}
.p-overview-list__inner {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.p-overview-list__inner .p-overview-list__item:last-child {
  border-bottom: none;
}

.p-overview-list__item {
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 2%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 1079px) {
  .p-overview-list__item {
    grid-template-columns: 21% 79%;
  }
}
.p-overview-list__item-title {
  /* background: linear-gradient(111.33deg, rgba(30, 30, 30, 0.6) 2.58%, rgba(5, 5, 5, 0.6) 97.3%); */
  background: rgba(13, 13, 13, 0.8);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 2%;
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1079px) {
  .p-overview-list__item-title {
    padding: 0 8px;
    font-size: 14px;
  }
}
.p-overview-list__item-description {
  /* background: linear-gradient(111.33deg, rgba(30, 30, 30, 0.6) 2.58%, rgba(5, 5, 5, 0.6) 97.3%); */
  padding: 22px 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 2%;
  color: #fff;
}
.p-overview-list__item-description.u-bold {
  font-weight: 700;
}

@media (max-width: 1079px) {
  .p-overview-list__item-description {
    padding: 24px 16px;
  }
}
.p-overview-list__item-description span {
  color: var(--White-50, rgba(255, 255, 255, 0.5019607843));
}

.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: 32px;
  background: linear-gradient(111.12deg, rgba(255, 255, 255, 0.15) -1.05%, rgba(255, 255, 255, 0.07) 102.39%);
  max-width: 850px;
  margin: auto;
  border-radius: 8px;
  border: 1px solid var(--color-white-10, rgba(255, 255, 255, 0.1019607843));
}

@media (max-width: 1079px) {
  .p-confarence-map {
    padding: 24px 24px;
  }
}
.p-confarence-map__access {
  display: block;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  letter-spacing: 5%;
  color: #fff;
  margin-bottom: 24px;
}

@media (max-width: 1079px) {
  .p-confarence-map__access {
    font-size: 20px;
  }
}
.p-confarence-map__access span {
  font-weight: 400;
  font-size: 14px;
  line-height: 175%;
  letter-spacing: 2%;
  color: var(--White-80, rgba(255, 255, 255, 0.8));
  margin-top: 8px;
  display: block;
}

.p-confarence-map__image {
  border-radius: 8px;
  overflow: hidden;
}

.p-confarence-map__image iframe {
  display: block;
  width: 100%;
  height: 450px;
}

.p-confarence-map__image img {
  width: 100%;
  height: auto;
}

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

.p-faq-list {
  max-width: 850px;
  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: linear-gradient(111.12deg, rgba(255, 255, 255, 0.15) -1.05%, rgba(255, 255, 255, 0.07) 102.39%);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(16px);
  border: 1px solid var(--color-white-10, rgba(255, 255, 255, 0.1019607843));
  border-radius: 8px;
  padding: 24px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

@media (min-width: 1080px) {
  .p-faq-list-item:hover {
    background-color: rgba(255, 255, 255, 0.06);
    transform: translateY(-4px);
  }
}
@media (max-width: 1079px) {
  .p-faq-list-item {
    padding: 16px;
  }
}
.p-faq-list-item__question {
  color: #fff;
  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: 20px;
  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 {
    font-size: 18px;
  }
}
.p-faq-list-item__question-toggle {
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
  display: none;
}

.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%;
  color: var(--White-80, rgba(255, 255, 255, 0.8));
}

@media (max-width: 1079px) {
  .p-faq-list-item__answer {
    align-items: flex-start;
  }
}
.p-form {
  color: #fff;
  max-width: 850px;
  margin: auto;
}

@media (max-width: 1079px) {
  .p-form {
    padding: 0 24px;
  }
}
.p-form__inner {
  border: 1px solid var(--color-white-10, rgba(255, 255, 255, 0.1019607843));
  border-radius: 8px;
  padding: 60px 32px;
  background: linear-gradient(111.12deg, rgba(255, 255, 255, 0.15) -1.05%, rgba(255, 255, 255, 0.07) 102.39%);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(30px);
}

@media (max-width: 1079px) {
  .p-form__inner {
    padding: 16px;
  }
}
/* モーダルスタイル */
.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: linear-gradient(#08090B, #08090B) padding-box, linear-gradient(113.75deg, #B23EFF -6.51%, #00B2FF 26.58%, #D698FF 59.79%, #6BA5FF 103.81%) border-box;
  border: 1px solid transparent;
  border-radius: 16px;
  max-width: 1040px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  padding: 64px;
  position: relative;
}

@media (max-width: 1079px) {
  .modal-content {
    max-width: 100%;
    padding: 56px 44px;
  }
}
.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: 18px;
    right: 18px;
  }
}
.modal-close svg {
  color: #fff;
  width: 40px;
  height: 40px;
}

@media (max-width: 1079px) {
  .modal-close svg {
    width: 24px;
    height: 24px;
  }
}
.profile-header {
  color: #fff;
  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-department br.no-br-modal {
  display: none;
}

.profile-name {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: 0;
}

.profile-name small {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}

@media (max-width: 1079px) {
  .profile-name {
    font-size: 24px;
  }
}
.profile-name--coming-soon {
  font-size: 35px;
  text-align: center;
}

@media (max-width: 1079px) {
  .profile-name--coming-soon {
    font-size: 20px;
  }
}
.profile-card {
  display: flex;
  gap: 40px;
}

@media (max-width: 1079px) {
  .profile-card {
    display: grid;
    gap: 16px;
  }
}
.profile-card--coming-soon .profile-info {
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-description {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0.02em;
  color: var(--White-70, rgba(255, 255, 255, 0.6980392157));
}

@media (max-width: 1079px) {
  .profile-description {
    font-size: 14px;
  }
}
.profile-info {
  align-self: anchor-center;
}

.profile-image {
  flex-shrink: 0;
  align-self: anchor-center;
  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: 32px;
}

@media (max-width: 1079px) {
  .profile-grid {
    gap: 40px;
  }
}
.p-voice-section {
  padding: 80px 0 120px;
  background: linear-gradient(rgba(43, 43, 51, 0.8), rgba(43, 43, 51, 0.8)), url("../../images/lp/mk-conference/voice-bg.jpg") no-repeat center center;
}

.p-voice-section .p-section-title__main {
  line-height: 1.3;
}

@media (max-width: 1079px) {
  .p-voice-section {
    padding: 40px 0;
    background-position: center -170px;
  }
}
.p-voice-item {
  border: 1px solid #FFFFFF;
  border-radius: 32px 32px 0 32px;
  padding: 32px;
  color: var(--color-text-inverse);
  font-weight: 500;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0;
  display: flex;
  align-items: center;
}

.frm_button_submit {
  background: linear-gradient(121.63deg, #00B2FF -12.73%, #A928FF 67.35%) !important;
}

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