@charset "UTF-8";
*,
*:before,
*:after {
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
ul,
ol {
  list-style: none;
}
html:focus-within {
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
input,
button,
textarea,
select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}
html {
  overscroll-behavior-y: none;
}
body {
  min-height: 100vh;
  font-family: Zen Kaku Gothic New, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  background-color: #000;
}
body.noScroll {
  overflow: hidden;
}
* {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1;
}
main {
  display: block;
}
ul li {
  list-style: none;
}
a {
  color: #fff;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
.questionItem__link {
  font-size: 14px;
  text-decoration: underline;
}
.questionItem__link:hover {
  color: #ffffffb3;
}
.questionItem__link:active {
  color: #ffffff80;
}
.onlyPc {
  display: block;
}
.onlyPc.--inline {
  display: inline;
}
.onlyPc.--flex {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .onlyPc,
  .onlyPc.--inline,
  .onlyPc.--flex {
    display: none;
  }
}
.onlySp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .onlySp {
    display: block;
  }
  .onlySp.--inline {
    display: inline;
  }
  .onlySp.--flex {
    display: flex;
  }
}
@font-face {
  font-family: Zen Kaku Gothic New;
  font-weight: 300;
  src: url(../font/ZenKakuGothicNew-Light.ttf);
}
@font-face {
  font-family: Zen Kaku Gothic New;
  font-weight: 400;
  src: url(../font/ZenKakuGothicNew-Regular.ttf);
}
@font-face {
  font-family: Zen Kaku Gothic New;
  font-weight: 500;
  src: url(../font/ZenKakuGothicNew-Medium.ttf);
}
@font-face {
  font-family: Zen Kaku Gothic New;
  font-weight: 700;
  src: url(../font/ZenKakuGothicNew-Bold.ttf);
}
@font-face {
  font-family: Hind;
  font-weight: 400;
  src: url(../font/Hind-Regular.ttf);
}
@font-face {
  font-family: Hind;
  font-weight: 500;
  src: url(../font/Hind-Medium.ttf);
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 400;
  src: url(../font/Roboto-Italic.ttf);
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 500;
  src: url(../font/Roboto-MediumItalic.ttf);
}
.entryButton[data-astro-cid-h6vydt3m] {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background: linear-gradient(45deg, #028293, #004cdb);
  box-shadow: 0 3px 6px #00000029;
}
.entryButton[data-astro-cid-h6vydt3m]:hover {
  background: linear-gradient(45deg, #016c7a 0%, #0044c2 100%);
}
.entryButton[data-astro-cid-h6vydt3m]:active {
  background: linear-gradient(45deg, #015661 0%, #003ba8 100%);
}
.entryButton__icon[data-astro-cid-h6vydt3m] {
  width: 10px;
  height: 10px;
  margin-top: 5px;
}
.entryButton__icon[data-astro-cid-h6vydt3m].header__button {
  width: 12px;
  height: 12px;
  margin-top: 3px;
}
.entryButton__link[data-astro-cid-h6vydt3m] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.entryButton__linkText[data-astro-cid-h6vydt3m] {
  font-size: 13px;
  font-family: Zen Kaku Gothic New, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-weight: 500;
  margin-left: 9.8px;
  padding-bottom: 1px;
}
.entryButton__linkText[data-astro-cid-h6vydt3m].header {
  font-size: 11px;
  margin-left: 2.8px;
}
.entryButton__linkText[data-astro-cid-h6vydt3m].pcNav {
  font-size: 13px;
}
.spNav[data-astro-cid-2vwq7bqi] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}
.spNav[data-astro-cid-2vwq7bqi].active {
  visibility: visible;
  opacity: 1;
}
.spNav__overlay[data-astro-cid-2vwq7bqi] {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
}
.spNav__inner[data-astro-cid-2vwq7bqi] {
  position: relative;
  padding: 64px 24px;
  background-image: url(/_astro/sp_nav_bg.757ff58c.png);
  background-size: cover;
  z-index: 5;
}
.spNav__title[data-astro-cid-2vwq7bqi] {
  text-align: center;
  font-family: Hind, sans-serif;
  line-height: 1.4;
}
.spNav__titleMedium[data-astro-cid-2vwq7bqi] {
  font-size: 24px;
  font-weight: 300;
}
.spNav__titleLarge[data-astro-cid-2vwq7bqi] {
  font-size: 28px;
  font-weight: 300;
}
.spNav__titleLarge[data-astro-cid-2vwq7bqi]:nth-of-type(3) {
  margin-left: 7.7px;
}
.spNav__titleRoboto[data-astro-cid-2vwq7bqi] {
  margin-left: 6.6px;
  font-size: 28px;
  font-family: Roboto, sans-serif;
  font-style: italic;
  font-weight: 400;
}
.spNav__titleSmall[data-astro-cid-2vwq7bqi] {
  font-family: Zen Kaku Gothic New, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-size: 10px;
}
.spNav__list[data-astro-cid-2vwq7bqi] {
  margin-top: 32px;
}
.spNav__listItem[data-astro-cid-2vwq7bqi] {
  border-top: 1px solid #373945;
}
.spNav__listItem[data-astro-cid-2vwq7bqi]:first-child {
  border-top: none;
}
.spNav__link[data-astro-cid-2vwq7bqi] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.spNav__link[data-astro-cid-2vwq7bqi]:hover {
  opacity: 0.7;
}
.spNav__link[data-astro-cid-2vwq7bqi]:active {
  opacity: 0.5;
}
.spNav__rightArrow[data-astro-cid-2vwq7bqi] {
  width: 20px;
  height: 5px;
}
.spNav__buttonFlex[data-astro-cid-2vwq7bqi] {
  display: flex;
  justify-content: center;
  width: 100%;
}
.spNav__buttonWrapper[data-astro-cid-2vwq7bqi] {
  margin-top: 32px;
  width: 196px;
  height: 44px;
}
.header[data-astro-cid-3ef6ksr2] {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.header--headerFixed[data-astro-cid-3ef6ksr2] {
  position: fixed;
  width: 100%;
  top: 0;
}
.header__recruit[data-astro-cid-3ef6ksr2] {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  background-color: #fff;
}
.header__recruitLogo[data-astro-cid-3ef6ksr2] {
  margin-left: 35px;
  width: 174px;
  height: 34.5px;
}
@media screen and (max-width: 1024px) {
  .header__recruitLogo[data-astro-cid-3ef6ksr2] {
    margin-left: 10px;
  }
}
.header__eventWrapper[data-astro-cid-3ef6ksr2] {
  display: flex;
  justify-content: space-between;
  padding: 13px 0 11px 40px;
  width: 100%;
  height: 40px;
  background-color: #151c23;
}
@media screen and (max-width: 1024px) {
  .header__eventWrapper[data-astro-cid-3ef6ksr2] {
    position: relative;
    align-items: flex-start;
    padding: 10px 8px 22px;
    height: 64px;
    background: linear-gradient(
      #000 0%,
      rgba(0, 0, 0, 0.98) 11.33%,
      rgba(0, 0, 0, 0.7) 76.85%,
      rgba(0, 0, 0, 0) 100%
    );
    z-index: 10;
  }
}
@media screen and (max-width: 1024px) {
  .header__eventWrapper--headerEventFixed[data-astro-cid-3ef6ksr2] {
    position: fixed;
    top: 0;
  }
}
.header__event[data-astro-cid-3ef6ksr2] {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 1024px) {
  .header__event[data-astro-cid-3ef6ksr2] {
    align-items: flex-start;
    flex-direction: column;
  }
}
.header__eventText[data-astro-cid-3ef6ksr2] {
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .header__eventText[data-astro-cid-3ef6ksr2] {
    order: 2;
    font-size: 8px;
    font-weight: 500;
    margin-top: 4px;
  }
}
.header__eventTitle[data-astro-cid-3ef6ksr2] {
  font-size: 12px;
  font-family: Futura, sans-serif;
  margin-left: 14px;
}
@media screen and (max-width: 1024px) {
  .header__eventTitle[data-astro-cid-3ef6ksr2] {
    font-size: 14px;
    font-weight: 500;
    font-family: Hind, sans-serif;
    margin-left: 0;
    order: 1;
  }
}
.header__eventTitleRoboto[data-astro-cid-3ef6ksr2] {
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .header__eventTitleRoboto[data-astro-cid-3ef6ksr2] {
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-style: italic;
  }
}
@media screen and (max-width: 1024px) {
  .header__buttonWrapper[data-astro-cid-3ef6ksr2] {
    display: flex;
  }
}
.header__entryButtonWrapper[data-astro-cid-3ef6ksr2] {
  width: 86px;
  height: 36px;
}
.header__hamburgerButton[data-astro-cid-3ef6ksr2] {
  position: relative;
  width: 40px;
  height: 40px;
  margin-left: 8px;
  cursor: pointer;
  z-index: 20;
}
.header__hamburgerButton--hover[data-astro-cid-3ef6ksr2]:hover
  > .header__hamburgerLine[data-astro-cid-3ef6ksr2] {
  background-color: #ffffffb3;
}
.header__hamburgerButton[data-astro-cid-3ef6ksr2]:active
  > .header__hamburgerLine[data-astro-cid-3ef6ksr2] {
  background-color: #ffffff80;
}
.header__hamburgerLine[data-astro-cid-3ef6ksr2] {
  position: absolute;
  display: inline-block;
  background-color: #fff;
  height: 2.5px;
  left: 6px;
  transition: all 0.2s;
}
.header__hamburgerLine[data-astro-cid-3ef6ksr2]:nth-child(1) {
  top: 9px;
  width: 28px;
}
.header__hamburgerLine[data-astro-cid-3ef6ksr2]:nth-child(2) {
  top: 19px;
  width: 22px;
}
.header__hamburgerLine[data-astro-cid-3ef6ksr2]:nth-child(3) {
  bottom: 9px;
  width: 16px;
}
.header__hamburgerLine[data-astro-cid-3ef6ksr2].active:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.header__hamburgerLine[data-astro-cid-3ef6ksr2].active:nth-child(2) {
  opacity: 0;
}
.header__hamburgerLine[data-astro-cid-3ef6ksr2].active:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
  width: 28px;
}
.mv[data-astro-cid-yz5a4n3r] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
@media screen and (max-width: 1024px) {
  .mv[data-astro-cid-yz5a4n3r] {
    padding-top: 136px;
    margin: 0 16px 32px;
    height: auto;
  }
}
.mv__bg[data-astro-cid-yz5a4n3r] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 942px;
  height: 463px;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 16.26%,
    rgba(0, 0, 0, 0.92) 48.77%,
    rgba(0, 0, 0, 0.5) 83.74%,
    rgba(0, 0, 0, 0) 100%
  );
}
@media screen and (max-width: 1024px) {
  .mv__bg[data-astro-cid-yz5a4n3r] {
    width: 100%;
    max-width: 343px;
    height: 100%;
    padding: 36px 73px;
  }
}
@media screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .mv__bg[data-astro-cid-yz5a4n3r] {
    padding: 36px 67px;
  }
}
.mv__container[data-astro-cid-yz5a4n3r] {
  font-family: Hind, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .mv__container[data-astro-cid-yz5a4n3r] {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .mv__title[data-astro-cid-yz5a4n3r] {
    text-align: center;
  }
}
.mv__titleMedium[data-astro-cid-yz5a4n3r] {
  font-size: 52px;
}
@media screen and (max-width: 1024px) {
  .mv__titleMedium[data-astro-cid-yz5a4n3r] {
    font-size: 46px;
  }
}
.mv__titleLarge[data-astro-cid-yz5a4n3r] {
  font-size: 87px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .mv__titleLarge[data-astro-cid-yz5a4n3r] {
    font-size: 75px;
  }
}
.mv__titleSmall[data-astro-cid-yz5a4n3r] {
  font-size: 33px;
}
@media screen and (max-width: 1024px) {
  .mv__titleSmall[data-astro-cid-yz5a4n3r] {
    font-size: 29px;
  }
}
.mv__titleRobotoLarge[data-astro-cid-yz5a4n3r] {
  font-size: 86px;
  font-family: Roboto, sans-serif;
  font-style: italic;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .mv__titleRobotoLarge[data-astro-cid-yz5a4n3r] {
    font-size: 76px;
  }
}
.mv__date[data-astro-cid-yz5a4n3r] {
  margin-top: 5px;
}
.mv__dateYear[data-astro-cid-yz5a4n3r] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
}
.mv__dateYearLine[data-astro-cid-yz5a4n3r] {
  width: 100%;
  height: 1px;
  background-color: #ffffff3d;
  margin-left: 10px;
  margin-bottom: 3px;
}
.mv__dateDetails[data-astro-cid-yz5a4n3r] {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 2px;
}
.mv__dateMonthAndDay[data-astro-cid-yz5a4n3r] {
  font-size: 23px;
}
.mv__dateDayOfWeek[data-astro-cid-yz5a4n3r] {
  font-size: 8px;
}
.mv__dateTime[data-astro-cid-yz5a4n3r] {
  font-size: 15px;
}
@media screen and (max-width: 1024px) {
  .mv__dateTime[data-astro-cid-yz5a4n3r] {
    font-size: 16px;
  }
}
.mv__buttonWrapper[data-astro-cid-yz5a4n3r] {
  margin-top: 17px;
  height: 44px;
}
.nav[data-astro-cid-3mgufxkm] {
  margin-top: 200px;
  padding-top: 100px;
  padding-right: 40px;
}
.nav__wrapper[data-astro-cid-3mgufxkm] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #141c22;
  padding: 32px 17px;
  position: sticky;
  top: 0;
}
.nav__title[data-astro-cid-3mgufxkm] {
  font-family: Hind, sans-serif;
  font-weight: 500;
  text-align: center;
}
.nav__titleSmall[data-astro-cid-3mgufxkm] {
  font-size: 12px;
}
.nav__titleMedium[data-astro-cid-3mgufxkm]:nth-of-type(3) {
  margin-left: 3.2px;
}
.nav__titleRoboto[data-astro-cid-3mgufxkm] {
  font-size: 15px;
  font-family: Roboto, sans-serif;
  font-style: italic;
  font-weight: 400;
  margin-left: 3.2px;
}
.nav__logoWrapper[data-astro-cid-3mgufxkm] {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: 8px;
}
.nav__logo[data-astro-cid-3mgufxkm] {
  width: 98px;
  height: 25.2px;
  margin-left: 5px;
}
.nav__list[data-astro-cid-3mgufxkm] {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.nav__item[data-astro-cid-3mgufxkm] {
  width: 100%;
  line-height: 1.4;
}
.nav__itemLink[data-astro-cid-3mgufxkm] {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
}
.nav__itemLink[data-astro-cid-3mgufxkm]:hover {
  color: #ffffffb3;
}
.nav__itemLink[data-astro-cid-3mgufxkm]:active {
  color: #ffffff80;
}
.nav__line[data-astro-cid-3mgufxkm] {
  display: block;
  margin-top: 24px;
  width: 144px;
  height: 1px;
  background-color: #4b4b4b;
}
.nav__line[data-astro-cid-3mgufxkm]:not(:first-of-type) {
  margin-top: 16px;
}
.nav__eventInfoWrapper[data-astro-cid-3mgufxkm] {
  margin-top: 16px;
}
.nav__eventInfo[data-astro-cid-3mgufxkm] {
  text-align: center;
}
.nav__eventInfo[data-astro-cid-3mgufxkm]:not(:first-of-type) {
  margin-top: 16px;
}
.nav__eventInfoTitle[data-astro-cid-3mgufxkm] {
  font-size: 12px;
  color: #00baff;
}
.nav__eventInfoDate[data-astro-cid-3mgufxkm] {
  font-size: 18px;
  font-weight: 500;
  margin-top: 8px;
}
.nav__eventInfoDateSmall[data-astro-cid-3mgufxkm],
.nav__eventInfoDayOfWeek[data-astro-cid-3mgufxkm] {
  font-size: 12px;
}
.nav__buttonWrapper[data-astro-cid-3mgufxkm] {
  margin-top: 24px;
  width: 144px;
  height: 48px;
}
.message[data-astro-cid-w3zfjt2s] {
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .message[data-astro-cid-w3zfjt2s] {
    margin: 0 24px;
    padding-bottom: 0;
  }
}
.message__titleTextWrapper[data-astro-cid-w3zfjt2s] {
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .message__titleTextWrapper[data-astro-cid-w3zfjt2s] {
    max-width: 300px;
  }
}
.message__titleTextWrapper[data-astro-cid-w3zfjt2s]:last-of-type {
  margin-top: 32px;
}
@media screen and (max-width: 1024px) {
  .message__titleTextWrapper[data-astro-cid-w3zfjt2s]:last-of-type {
    margin-top: 28px;
  }
}
.message__titleText[data-astro-cid-w3zfjt2s] {
  display: block;
  font-size: 64px;
  font-weight: 500;
  height: 64px;
  overflow: hidden;
  max-width: 0;
}
@media screen and (max-width: 1024px) {
  .message__titleText[data-astro-cid-w3zfjt2s] {
    font-size: 40px;
    height: 40px;
  }
}
.message__titleSquare[data-astro-cid-w3zfjt2s] {
  position: absolute;
  display: block;
  background-color: #fff;
  width: 0%;
  height: 100%;
}
.message__subtitle[data-astro-cid-w3zfjt2s] {
  margin-top: 64px;
}
@media screen and (max-width: 1024px) {
  .message__subtitle[data-astro-cid-w3zfjt2s] {
    margin-top: 56px;
  }
}
.message__subtitleText[data-astro-cid-w3zfjt2s] {
  display: block;
  font-family: Hind, sans-serif;
  font-size: 26px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .message__subtitleText[data-astro-cid-w3zfjt2s] {
    font-family: Futura, sans-serif;
    font-size: 24px;
  }
}
.message__subtitleText[data-astro-cid-w3zfjt2s]:last-of-type {
  margin-top: 12px;
}
.message__sentence[data-astro-cid-w3zfjt2s] {
  margin-top: 45px;
}
@media screen and (max-width: 1024px) {
  .message__sentence[data-astro-cid-w3zfjt2s] {
    margin-top: 24px;
  }
}
.message__sentenceText[data-astro-cid-w3zfjt2s] {
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .message__sentenceText[data-astro-cid-w3zfjt2s] {
    font-size: 14px;
  }
}
.message__sentenceText[data-astro-cid-w3zfjt2s]:not(:first-of-type) {
  margin-top: 32px;
}
.eventInfo[data-astro-cid-hlicut7n] {
  display: flex;
  justify-content: center;
  padding: 60px 0 100px;
}
@media screen and (max-width: 1024px) {
  .eventInfo[data-astro-cid-hlicut7n] {
    padding: 64px 0 0;
  }
}
.eventInfo__wrapper[data-astro-cid-hlicut7n] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  height: 532px;
  clip-path: polygon(0 20%, 100% 0%, 100% 80%, 0% 100%);
  background: linear-gradient(
    135deg,
    rgba(196, 26, 121, 0.25) 0%,
    rgba(0, 186, 255, 0.15) 58.99%,
    rgba(0, 186, 255, 0) 100%
  );
}
@media screen and (max-width: 1024px) {
  .eventInfo__wrapper[data-astro-cid-hlicut7n] {
    max-width: none;
    height: 509px;
    clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%);
    padding: 0 48px 0 47px;
  }
}
.eventInfo__container[data-astro-cid-hlicut7n] {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .eventInfo__container[data-astro-cid-hlicut7n] {
    display: block;
  }
}
.eventInfo__title[data-astro-cid-hlicut7n] {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
}
.eventInfo__details[data-astro-cid-hlicut7n] {
  margin-left: 40px;
}
@media screen and (max-width: 1024px) {
  .eventInfo__details[data-astro-cid-hlicut7n] {
    margin-left: 0;
  }
}
.eventInfo__dateAndTime[data-astro-cid-hlicut7n] {
  font-size: 14px;
  line-height: 2;
}
.eventInfo__year[data-astro-cid-hlicut7n] {
  font-size: 24px;
}
.eventInfo__month[data-astro-cid-hlicut7n] {
  font-size: 44px;
  margin-left: 8px;
}
.eventInfo__day[data-astro-cid-hlicut7n] {
  font-size: 44px;
}
.eventInfo__time[data-astro-cid-hlicut7n] {
  font-size: 24px;
  font-weight: 500;
  margin-left: 16px;
}
@media screen and (max-width: 1024px) {
  .eventInfo__time[data-astro-cid-hlicut7n] {
    line-height: 1.8;
    margin-left: 0;
  }
}
.eventInfo__annotation[data-astro-cid-hlicut7n] {
  font-size: 12px;
}
.eventInfo__subject[data-astro-cid-hlicut7n] {
  font-size: 14px;
  margin-top: 48px;
  line-height: 3;
}
@media screen and (max-width: 1024px) {
  .eventInfo__subject[data-astro-cid-hlicut7n] {
    margin-top: 47px;
    line-height: 2.4;
  }
}
.eventInfo__subjectText[data-astro-cid-hlicut7n] {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .eventInfo__subjectText[data-astro-cid-hlicut7n] {
    font-size: 14px;
  }
}
.headline[data-astro-cid-odmoivsz] {
  position: relative;
  display: inline-block;
  margin-left: 5px;
}
@media screen and (max-width: 1024px) {
  .headline[data-astro-cid-odmoivsz] {
    display: block;
    width: 100%;
  }
}
.headline__wrapper[data-astro-cid-odmoivsz] {
  position: relative;
  display: inline-block;
  padding: 14px 0 19px 19px;
  background-color: transparent;
}
@media screen and (max-width: 1024px) {
  .headline__wrapper[data-astro-cid-odmoivsz] {
    display: block;
  }
}
.headline__subTitleWrapper[data-astro-cid-odmoivsz] {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media screen and (max-width: 1024px) {
  .headline__subTitleWrapper[data-astro-cid-odmoivsz] {
    justify-content: start;
  }
}
.headline__subTitle[data-astro-cid-odmoivsz] {
  padding-left: 15px;
  text-align: right;
  color: #fff;
  font-family: Hind, sans-serif;
  font-size: 14px;
  letter-spacing: 1rem;
  z-index: 1;
  text-transform: uppercase;
  transform: translate(10px);
}
@media screen and (max-width: 1024px) {
  .headline__subTitle[data-astro-cid-odmoivsz] {
    font-size: 10px;
    text-align: left;
    letter-spacing: 0.8rem;
    padding-left: 25px;
    font-size: 12px;
    transform: translate(0);
  }
}
.headline__subTitleLineTop[data-astro-cid-odmoivsz] {
  flex-grow: 1;
  margin-left: 30px;
  height: 1px;
  background: linear-gradient(
    to right,
    rgba(196, 26, 121, 0.3) 0%,
    rgba(129, 81, 167, 0.3) 100%
  );
}
@media screen and (max-width: 1024px) {
  .headline__subTitleLineTop[data-astro-cid-odmoivsz] {
    margin-left: 50px;
    flex-grow: 0;
    width: 43px;
  }
}
@media screen and (max-width: 1024px) {
  .headline__subTitleLineTop[data-astro-cid-odmoivsz].guestSpeaker {
    width: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .headline__subTitleLineTop[data-astro-cid-odmoivsz].question {
    width: 140px;
  }
}
.headline__subTitleLineLeft[data-astro-cid-odmoivsz] {
  position: absolute;
  top: 52px;
  left: -37px;
  display: inline-block;
  height: 1px;
  width: 100px;
  transform: rotate(110deg);
  background-color: #c41a794d;
}
@media screen and (max-width: 1024px) {
  .headline__subTitleLineLeft[data-astro-cid-odmoivsz] {
    top: 47px;
    left: -9px;
    width: 89px;
  }
}
.headline__subTitleLineBottom[data-astro-cid-odmoivsz] {
  position: absolute;
  bottom: -1px;
  left: -3px;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    rgba(196, 26, 121, 0.4) 0%,
    rgba(0, 186, 255, 0.25) 58.99%,
    rgba(0, 186, 255, 0.15) 100%
  );
}
@media screen and (max-width: 1024px) {
  .headline__subTitleLineBottom[data-astro-cid-odmoivsz] {
    left: 18px;
    transform: translate(0.5%);
  }
}
.headline__title[data-astro-cid-odmoivsz] {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 40px;
  font-weight: 500;
  padding: 6px 0 8px 45px;
  clip-path: polygon(9.5% 0, 100% 0, 100% 100%, 4% 100%);
  background: linear-gradient(
    to right,
    rgba(196, 26, 121, 0.4) 0%,
    rgba(0, 186, 255, 0.15) 58.99%,
    rgba(0, 186, 255, 0) 100%
  );
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .headline__title[data-astro-cid-odmoivsz] {
    font-size: 32px;
    clip-path: polygon(40px 0, 100% 0, 100% 100%, 24px 100%);
  }
}
.timeTableCard[data-astro-cid-rj6ck3dh] {
  width: 301px;
}
@media screen and (max-width: 1024px) {
  .timeTableCard[data-astro-cid-rj6ck3dh] {
    width: 100%;
  }
}
.timeTableCard__wrapper[data-astro-cid-rj6ck3dh] {
  display: flex;
  max-height: 108px;
}
.timeTableCard__imageWrapper[data-astro-cid-rj6ck3dh] {
  border-right: 1px solid rgba(25, 168, 246, 0.5);
  border-bottom: 1px solid rgba(25, 168, 246, 0.5);
  padding-right: 8px;
  padding-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .timeTableCard__imageWrapper[data-astro-cid-rj6ck3dh] {
    max-height: 90px;
  }
}
.timeTableCard__image[data-astro-cid-rj6ck3dh] {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 1024px) {
  .timeTableCard__image[data-astro-cid-rj6ck3dh] {
    width: 80px;
    height: 80px;
  }
}
.timeTableCard__detailes[data-astro-cid-rj6ck3dh] {
  margin-left: 12px;
}
.timeTableCard__name[data-astro-cid-rj6ck3dh] {
  font-size: 14px;
  font-weight: 700;
}
.timeTableCard__belongTo[data-astro-cid-rj6ck3dh] {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.4;
}
.timeTableItem__Wrapper[data-astro-cid-pd3ruzc2] {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .timeTableItem__Wrapper[data-astro-cid-pd3ruzc2] {
    margin-top: 40px;
    padding: 0 24px;
  }
}
.timeTableItem__categoryWrapper[data-astro-cid-pd3ruzc2] {
  display: flex;
  align-items: center;
}
.timeTableItem__category[data-astro-cid-pd3ruzc2] {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #ff53b2;
  white-space: nowrap;
  margin-right: 15px;
}
@media screen and (max-width: 1024px) {
  .timeTableItem__category[data-astro-cid-pd3ruzc2] {
    font-size: 12px;
  }
}
.timeTableItem__line[data-astro-cid-pd3ruzc2] {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    rgba(196, 26, 121, 0.5) 0%,
    rgba(0, 186, 255, 0.5) 100%
  );
}
.timeTableItem__container[data-astro-cid-pd3ruzc2] {
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .timeTableItem__container[data-astro-cid-pd3ruzc2] {
    display: block;
    margin-top: 20px;
  }
}
.timeTableItem__time[data-astro-cid-pd3ruzc2] {
  font-size: 30px;
  font-weight: 700;
  width: 160px;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 1024px) {
  .timeTableItem__time[data-astro-cid-pd3ruzc2] {
    font-size: 22px;
  }
}
.timeTableItem__contentsWrapper[data-astro-cid-pd3ruzc2] {
  margin-left: 32px;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .timeTableItem__contentsWrapper[data-astro-cid-pd3ruzc2] {
    margin-top: 8px;
    margin-left: 0;
    flex: 0;
  }
}
.timeTableItem__title[data-astro-cid-pd3ruzc2] {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .timeTableItem__title[data-astro-cid-pd3ruzc2] {
    font-size: 22px;
  }
}
.timeTableItem__subTitle[data-astro-cid-pd3ruzc2] {
  margin-top: 12px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .timeTableItem__subTitle[data-astro-cid-pd3ruzc2] {
    margin-top: 4px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.timeTableItem__sentenceWrapper[data-astro-cid-pd3ruzc2] {
  position: relative;
}
.timeTableItem__sentence[data-astro-cid-pd3ruzc2] {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .timeTableItem__sentence[data-astro-cid-pd3ruzc2] {
    max-height: 39px;
    overflow: hidden;
    transition: 0.6s;
  }
}
.timeTableItem__showMoreButton[data-astro-cid-pd3ruzc2] {
  position: absolute;
  bottom: 4px;
  right: 0;
  font-size: 14px;
  font-weight: 500;
  color: #b5b5b5;
  padding: 0 5px 0 28px;
  text-decoration: underline;
  cursor: pointer;
}
.timeTableItem__showMoreButton[data-astro-cid-pd3ruzc2]:before {
  content: "…";
  position: absolute;
  top: 0;
  left: 14px;
}
.timeTableItem__showMoreButton[data-astro-cid-pd3ruzc2]:hover {
  color: #b5b5b5b3;
}
.timeTableItem__showMoreButton[data-astro-cid-pd3ruzc2]:hover:before {
  color: #b5b5b5b3;
}
.timeTableItem__showMoreButton[data-astro-cid-pd3ruzc2]:active {
  color: #b5b5b580;
}
.timeTableItem__showMoreButton[data-astro-cid-pd3ruzc2]:active:before {
  color: #b5b5b580;
}
.timeTableItem__showMoreButton[data-astro-cid-pd3ruzc2].active {
  display: none;
}
.timeTableItem__tags[data-astro-cid-pd3ruzc2] {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 8px;
}
@media screen and (max-width: 1024px) {
  .timeTableItem__tags[data-astro-cid-pd3ruzc2] {
    column-gap: 5px;
  }
}
.timeTableItem__tag[data-astro-cid-pd3ruzc2] {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #00baff;
  border: 1px solid #00baff;
  border-radius: 14px;
  padding: 3px 10px 4px;
}
.timeTableItem__cardWrapper[data-astro-cid-pd3ruzc2] {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 32px;
}
@media screen and (max-width: 1024px) {
  .timeTableItem__cardWrapper[data-astro-cid-pd3ruzc2] {
    margin-top: 34px;
    row-gap: 16px;
  }
}
.timeTable[data-astro-cid-btdn4gar] {
  display: flex;
  justify-content: center;
  padding-top: 65px;
}
@media screen and (max-width: 1024px) {
  .timeTable[data-astro-cid-btdn4gar] {
    padding-top: 64px;
  }
}
.timeTable__wrapper[data-astro-cid-btdn4gar] {
  margin-left: 16px;
  max-width: 816px;
  width: 100%;
  padding-bottom: 64px;
}
@media screen and (max-width: 1024px) {
  .timeTable__wrapper[data-astro-cid-btdn4gar] {
    margin-left: 0;
    max-width: initial;
  }
}
.timeTable__itemWrapper[data-astro-cid-btdn4gar] {
  display: flex;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .timeTable__itemWrapper[data-astro-cid-btdn4gar] {
    margin-top: 32px;
    padding: 0 24px;
  }
}
.timeTable__time[data-astro-cid-btdn4gar] {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .timeTable__time[data-astro-cid-btdn4gar] {
    font-size: 22px;
  }
}
.timeTable__title[data-astro-cid-btdn4gar] {
  font-size: 32px;
  font-weight: 700;
  margin-left: 32px;
}
@media screen and (max-width: 1024px) {
  .timeTable__title[data-astro-cid-btdn4gar] {
    font-size: 22px;
  }
}
.guestItem[data-astro-cid-3lmbjym4] {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .guestItem[data-astro-cid-3lmbjym4] {
    align-items: center;
    flex-direction: column;
  }
}
.guestItem[data-astro-cid-3lmbjym4]:not(:first-of-type) {
  margin-top: 40px;
}
.guestItem__iconWrapper[data-astro-cid-3lmbjym4] {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .guestItem__iconWrapper[data-astro-cid-3lmbjym4] {
    width: 320px;
    height: 200px;
  }
}
.guestItem__iconWrapper[data-astro-cid-3lmbjym4]:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 215px;
  bottom: 96px;
  right: -95px;
  transform: rotate(101.5deg);
  background-color: #19a8f680;
}
.guestItem__iconWrapper[data-astro-cid-3lmbjym4]:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 210px;
  bottom: -9px;
  right: 34px;
  background-color: #19a8f680;
}
@media screen and (max-width: 1024px) {
  .guestItem__iconWrapper[data-astro-cid-3lmbjym4]:after {
    width: 290px;
  }
}
@media screen and (max-width: 1024px) {
  .guestItem__profileWrapper[data-astro-cid-3lmbjym4] {
    margin-top: 24px;
  }
}
.guestItem__belongTo[data-astro-cid-3lmbjym4] {
  margin-left: 26px;
}
@media screen and (max-width: 1024px) {
  .guestItem__belongTo[data-astro-cid-3lmbjym4] {
    font-size: 14px;
    margin-left: 0;
  }
}
.guestItem__name[data-astro-cid-3lmbjym4] {
  margin-left: 24px;
  margin-top: 16px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .guestItem__name[data-astro-cid-3lmbjym4] {
    margin-left: 0;
    margin-top: 12px;
    font-size: 20px;
  }
}
.guestItem__introduction[data-astro-cid-3lmbjym4] {
  margin-top: 16px;
  margin-left: 24px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1024px) {
  .guestItem__introduction[data-astro-cid-3lmbjym4] {
    margin-top: 12px;
    margin-left: 0;
    letter-spacing: 0;
  }
}
.guest[data-astro-cid-6ys2tv4u] {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 280px 0;
}
@media screen and (max-width: 1024px) {
  .guest[data-astro-cid-6ys2tv4u] {
    padding-top: 122px;
    padding-bottom: 120px;
  }
}
.guest[data-astro-cid-6ys2tv4u]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #000c;
  background-image: url(/_astro/guest_bg_pc.a350d678.png);
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%);
}
@media screen and (max-width: 1024px) {
  .guest[data-astro-cid-6ys2tv4u]:before {
    background-image: url(/_astro/guest_bg_sp.cac0bada.png);
    clip-path: polygon(0 2%, 100% 0%, 100% 98%, 0% 100%);
  }
}
.guest[data-astro-cid-6ys2tv4u]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #000c;
  clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%);
}
@media screen and (max-width: 1024px) {
  .guest[data-astro-cid-6ys2tv4u]:after {
    clip-path: polygon(0 2%, 100% 0%, 100% 98%, 0% 100%);
  }
}
.guest__wrapper[data-astro-cid-6ys2tv4u] {
  position: relative;
  max-width: 800px;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .guest__wrapper[data-astro-cid-6ys2tv4u] {
    max-width: initial;
  }
}
.guest__anchor[data-astro-cid-6ys2tv4u] {
  position: absolute;
  top: -65px;
}
.guest__headline[data-astro-cid-6ys2tv4u] {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 1024px) {
  .guest__headline[data-astro-cid-6ys2tv4u] {
    flex-direction: column;
  }
}
.guest__entry[data-astro-cid-6ys2tv4u] {
  font-size: 12px;
  color: #b7b7b7;
}
@media screen and (max-width: 1024px) {
  .guest__entry[data-astro-cid-6ys2tv4u] {
    margin-top: 16px;
    padding-right: 24px;
  }
}
.guest__itemsWrapper[data-astro-cid-6ys2tv4u] {
  margin-top: 80px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .guest__itemsWrapper[data-astro-cid-6ys2tv4u] {
    margin-top: 32px;
    padding: 0 24px;
  }
}
.join[data-astro-cid-zhzsxg6z] {
  display: flex;
  justify-content: center;
}
.join__wrapper[data-astro-cid-zhzsxg6z] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  padding-top: 196px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1024px) {
  .join__wrapper[data-astro-cid-zhzsxg6z] {
    max-width: initial;
    padding-top: 114px;
    padding-bottom: 99px;
  }
}
.join__wrapper[data-astro-cid-zhzsxg6z]:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/_astro/join_bg_pc.db6eb8f5.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .join__wrapper[data-astro-cid-zhzsxg6z]:before {
    width: 105%;
    height: 105%;
    background-image: url(/_astro/join_bg_sp.38375cc9.png);
  }
}
.join__container[data-astro-cid-zhzsxg6z] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .join__container[data-astro-cid-zhzsxg6z] {
    max-width: 255px;
  }
}
.join__title[data-astro-cid-zhzsxg6z] {
  font-size: 20px;
  font-weight: 500;
}
.join__headline[data-astro-cid-zhzsxg6z] {
  margin-top: 56px;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .join__headline[data-astro-cid-zhzsxg6z] {
    margin-top: 40px;
  }
}
.join__headline[data-astro-cid-zhzsxg6z]:nth-child(6) {
  margin-top: 40px;
}
.join__details[data-astro-cid-zhzsxg6z] {
  margin-top: 16px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .join__details[data-astro-cid-zhzsxg6z] {
    font-size: 14px;
    text-align: left;
  }
}
.join__annotation[data-astro-cid-zhzsxg6z] {
  margin-top: 16px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .join__annotation[data-astro-cid-zhzsxg6z] {
    font-size: 12px;
    margin-top: 12px;
    text-align: left;
  }
}
.join__annotation[data-astro-cid-zhzsxg6z]:nth-child(5) {
  margin-top: 8px;
}
.join__buttonWrapper[data-astro-cid-zhzsxg6z] {
  margin-top: 48px;
  width: 248px;
  height: 48px;
}
@media screen and (max-width: 1024px) {
  .join__buttonWrapper[data-astro-cid-zhzsxg6z] {
    margin-top: 40px;
  }
}
.organizing[data-astro-cid-uw7zbzw4] {
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .organizing[data-astro-cid-uw7zbzw4] {
    margin-top: 32px;
  }
}
.organizing[data-astro-cid-uw7zbzw4]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #000;
  clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%);
}
.organizing__wrapper[data-astro-cid-uw7zbzw4] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  height: 100%;
  padding: 280px 0 240px;
}
@media screen and (max-width: 1024px) {
  .organizing__wrapper[data-astro-cid-uw7zbzw4] {
    max-width: initial;
    padding: 112px 24px;
  }
}
.organizing__container[data-astro-cid-uw7zbzw4] {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .organizing__container[data-astro-cid-uw7zbzw4] {
    flex-direction: column;
  }
}
.organizing__title[data-astro-cid-uw7zbzw4] {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .organizing__title[data-astro-cid-uw7zbzw4] {
    font-size: 16px;
  }
}
.organizing__details[data-astro-cid-uw7zbzw4] {
  margin-left: 40px;
  max-width: 510px;
}
@media screen and (max-width: 1024px) {
  .organizing__details[data-astro-cid-uw7zbzw4] {
    margin-left: 0;
  }
}
.organizing__company[data-astro-cid-uw7zbzw4] {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .organizing__company[data-astro-cid-uw7zbzw4] {
    font-size: 20px;
    margin-top: 16px;
  }
}
.organizing__sentence[data-astro-cid-uw7zbzw4] {
  margin-top: 32px;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .organizing__sentence[data-astro-cid-uw7zbzw4] {
    font-size: 14px;
    margin-top: 16px;
  }
}
.organizing__link[data-astro-cid-uw7zbzw4] {
  display: block;
  margin-top: 32px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .organizing__link[data-astro-cid-uw7zbzw4] {
    font-size: 14px;
    margin-top: 20px;
  }
}
.organizing__link[data-astro-cid-uw7zbzw4]:hover {
  color: #ffffffb3;
}
.organizing__link[data-astro-cid-uw7zbzw4]:active {
  color: #ffffff80;
}
.questionItem[data-astro-cid-nlh4ked4]:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}
.questionItem__button[data-astro-cid-nlh4ked4] {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
  padding: 28px 0 32px;
}
@media screen and (max-width: 1024px) {
  .questionItem__button[data-astro-cid-nlh4ked4] {
    padding: 28px 24px;
  }
}
.questionItem__button[data-astro-cid-nlh4ked4]:hover
  > .questionItem__plusIcon[data-astro-cid-nlh4ked4]:before {
  background-color: #ffffffb3;
}
.questionItem__button[data-astro-cid-nlh4ked4]:hover
  > .questionItem__plusIcon[data-astro-cid-nlh4ked4]:after {
  background-color: #ffffffb3;
}
.questionItem__button[data-astro-cid-nlh4ked4]:active
  > .questionItem__plusIcon[data-astro-cid-nlh4ked4]:before {
  background-color: #ffffff80;
}
.questionItem__button[data-astro-cid-nlh4ked4]:active
  > .questionItem__plusIcon[data-astro-cid-nlh4ked4]:after {
  background-color: #ffffff80;
}
.questionItem__questionWrapper[data-astro-cid-nlh4ked4] {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .questionItem__questionWrapper[data-astro-cid-nlh4ked4] {
    flex: 1;
    align-items: flex-start;
  }
}
.questionItem__icon[data-astro-cid-nlh4ked4] {
  font-family: Hind, sans-serif;
  font-size: 32px;
  color: #00baff;
}
.questionItem__question[data-astro-cid-nlh4ked4] {
  margin-left: 8px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .questionItem__question[data-astro-cid-nlh4ked4] {
    margin-top: 5px;
    text-align: left;
    line-height: 1.5;
  }
}
.questionItem__answerWrapper[data-astro-cid-nlh4ked4] {
  max-height: 0;
  margin-left: 32px;
  overflow: hidden;
  transition: 0.6s;
}
.questionItem__answer[data-astro-cid-nlh4ked4] {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 28px;
}
@media screen and (max-width: 1024px) {
  .questionItem__answer[data-astro-cid-nlh4ked4] {
    font-size: 14px;
    padding: 0 24px;
  }
}
.questionItem__answer[data-astro-cid-nlh4ked4]:not(:first-of-type) {
  margin-top: 16px;
}
.questionItem__plusIcon[data-astro-cid-nlh4ked4] {
  position: relative;
  width: 20px;
  height: 20px;
  transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  will-change: transform;
}
@media screen and (max-width: 1024px) {
  .questionItem__plusIcon[data-astro-cid-nlh4ked4] {
    margin-left: 16px;
    width: 40px;
    height: 40px;
    transform: translateY(-8px);
  }
}
.questionItem__plusIcon[data-astro-cid-nlh4ked4].active {
  transform: rotate(180deg);
}
.questionItem__plusIcon[data-astro-cid-nlh4ked4].active:after {
  height: 0;
}
.questionItem__plusIcon[data-astro-cid-nlh4ked4]:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .questionItem__plusIcon[data-astro-cid-nlh4ked4]:before {
    width: 20px;
  }
}
.questionItem__plusIcon[data-astro-cid-nlh4ked4]:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 100%;
  background: #fff;
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}
@media screen and (max-width: 1024px) {
  .questionItem__plusIcon[data-astro-cid-nlh4ked4]:after {
    height: 20px;
  }
}
.question[data-astro-cid-eg6s3v5p] {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 208px;
}
@media screen and (max-width: 1024px) {
  .question[data-astro-cid-eg6s3v5p] {
    padding-bottom: 20px;
  }
}
.question__wrapper[data-astro-cid-eg6s3v5p] {
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .question__wrapper[data-astro-cid-eg6s3v5p] {
    max-width: initial;
  }
}
.question__itemWrapper[data-astro-cid-eg6s3v5p] {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .question__itemWrapper[data-astro-cid-eg6s3v5p] {
    margin-top: 36px;
  }
}
.question__pageTop[data-astro-cid-eg6s3v5p] {
  position: absolute;
  display: flex;
  justify-content: end;
  writing-mode: vertical-rl;
  bottom: 40px;
  right: 30px;
  height: 75px;
  border-left: 1px solid #fff;
  padding-left: 6px;
}
@media screen and (max-width: 1024px) {
  .question__pageTop[data-astro-cid-eg6s3v5p] {
    height: 88px;
    bottom: -80px;
  }
}
.question__pageTop[data-astro-cid-eg6s3v5p]:before {
  position: absolute;
  content: "";
  top: 0;
  left: 2px;
  height: 10px;
  width: 1px;
  background-color: #fff;
  transform: rotate(150deg);
}
.question__pageTop[data-astro-cid-eg6s3v5p]:hover {
  border-color: #ffffffb3;
}
.question__pageTop[data-astro-cid-eg6s3v5p]:hover:before {
  background-color: #ffffffb3;
}
.question__pageTop[data-astro-cid-eg6s3v5p]:hover
  > .question__pageTopText[data-astro-cid-eg6s3v5p] {
  color: #ffffffb3;
}
.question__pageTop[data-astro-cid-eg6s3v5p]:active {
  border-color: #ffffff80;
}
.question__pageTop[data-astro-cid-eg6s3v5p]:active:before {
  background-color: #ffffff80;
}
.question__pageTop[data-astro-cid-eg6s3v5p]:active
  > .question__pageTopText[data-astro-cid-eg6s3v5p] {
  color: #ffffff80;
}
.question__pageTopText[data-astro-cid-eg6s3v5p] {
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .question__pageTopText[data-astro-cid-eg6s3v5p] {
    font-size: 16px;
  }
}
.footer[data-astro-cid-sz7xmlte] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #151c23;
  padding: 11px 40px 20px;
}
@media screen and (max-width: 1024px) {
  .footer[data-astro-cid-sz7xmlte] {
    padding: 32px 24px 25px;
  }
}
.footer--footerFixed[data-astro-cid-sz7xmlte] {
  position: fixed;
  bottom: 0;
}
.footer__wrapper[data-astro-cid-sz7xmlte] {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .footer__wrapper[data-astro-cid-sz7xmlte] {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__logoWrapper[data-astro-cid-sz7xmlte] {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 1024px) {
  .footer__logoWrapper[data-astro-cid-sz7xmlte] {
    margin-top: 23px;
    order: 2;
  }
}
.footer__logo[data-astro-cid-sz7xmlte] {
  width: 120px;
  height: 31px;
}
.footer__copyright[data-astro-cid-sz7xmlte] {
  font-size: 12px;
  margin-left: 16px;
}
.footer__privacyPolicy[data-astro-cid-sz7xmlte] {
  font-size: 12px;
  font-weight: 500;
  padding-bottom: 6px;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .footer__privacyPolicy[data-astro-cid-sz7xmlte] {
    order: 1;
  }
}
.footer__privacyPolicy[data-astro-cid-sz7xmlte]:hover {
  color: #ffffffb3;
}
.footer__privacyPolicy[data-astro-cid-sz7xmlte]:active {
  color: #ffffff80;
}
.wrapper[data-astro-cid-j7pv25f6] {
  position: relative;
  overflow-x: clip;
}
.mainBgWrapper[data-astro-cid-j7pv25f6] {
  position: fixed;
  display: block;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  z-index: -1;
}
.mainBgWrapper[data-astro-cid-j7pv25f6].changeBG:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #000000db;
  width: 100%;
  height: 100svh;
  z-index: 1;
}
.mainBgImage[data-astro-cid-j7pv25f6] {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contentsBg[data-astro-cid-j7pv25f6] {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 63px;
}
@media screen and (max-width: 1024px) {
  .contentsBg[data-astro-cid-j7pv25f6] {
    padding-bottom: 130px;
  }
}
.contentsBg[data-astro-cid-j7pv25f6]:before {
  position: absolute;
  content: "";
  top: -100px;
  left: 0;
  width: 100%;
  height: calc(100% + 100px);
  background: linear-gradient(
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.75) 1.45%,
    rgba(0, 0, 0, 0.86) 2.04%,
    rgba(0, 0, 0, 0.86) 2.5%,
    rgba(0, 0, 0, 0.86) 100%
  );
  z-index: -1;
}
.contentsBg[data-astro-cid-j7pv25f6].changeBG:before {
  position: absolute;
  content: "";
  top: -100px;
  left: 0;
  background-image: none;
}
.contentsWrapper[data-astro-cid-j7pv25f6] {
  margin-top: 200px;
  padding-top: 100px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .contentsWrapper[data-astro-cid-j7pv25f6] {
    margin-top: 80px;
    padding-top: 3px;
    padding-bottom: 100px;
  }
}
