@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  /* 1 */
  overflow: visible;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img, embed, object, iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
  color: inherit;
  border-radius: 0;
  outline: 0;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled], [type=button][disabled], [type=reset][disabled], [type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  color: inherit;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --colorBg: #003965;
  --colorBlack: #222222;
  --colorMain: #003965;
  --colorSub: #0086C5;
  --colorAccent: #FFE739;
  --colorAccent-blue: #00CDFF;
  --colorAccent-purple: #6E6EF0;
  --colorText: #fff;
}

:root {
  --box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.12);
  --linear-gradient: linear-gradient(to right,
      var(--colorAccent-blue) 0%,
      var(--colorAccent-purple) 100%);
  --linear-gradient-bg: linear-gradient(to left,
      var(--colorAccent-blue) 0%,
      var(--colorAccent-purple) 100%);
}

:root {
  --fontGothic: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", sans-serif;
  --fontEnglish: "Jost", sans-serif;
}

:root {
  --weightRegular: 400;
  --weightMedium: 500;
  --weightBold: 700;
}

:root {
  --fontSize: 16rem;
  --letterSpacing: 0.065em;
  --lineHeight: 1.625;
  --kerning: unset;
}

:root {
  --bodyBg: var(--colorBg);
  --speed: 0.4s;
}

html {
  font-size: clamp(2.1875%, 0.0732064422vw, 6.25%);
}
@media (max-width: 768px) {
  html {
    font-size: 0.2666666667vw;
  }
}

body {
  background-color: var(--bodyBg);
  color: var(--colorText);
  letter-spacing: var(--letterSpacing);
  font-weight: var(--weightRegular);
  font-size: var(--fontSize);
  font-family: var(--fontGothic);
  line-height: var(--lineHeight);
  font-feature-settings: var(--kerning);
}

body {
  word-break: normal;
  line-break: strict;
  overflow-wrap: break-word;
}

a {
  transition: 0.4s;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.6;
  }
}
a:focus {
  text-decoration: none;
}
a img {
  transition: opacity 0.4s;
}
a[href^="tel:"] {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

@media (max-width: 768px) {
  *,
  *::before,
  *::after {
    max-width: 100%;
  }
}

.c-inner {
  max-width: 1000rem;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .c-inner {
    width: 315rem;
  }
}

.c-inner--large {
  max-width: 1050rem;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .c-inner--large {
    width: 315rem;
  }
}

.c-section {
  padding: 80rem 0;
}
@media (max-width: 768px) {
  .c-section {
    padding: 48rem 0;
  }
}

.c-section__title {
  font-size: 40rem;
  font-weight: var(--weightBold);
  color: var(--colorAccent-blue);
  font-feature-settings: "kern" 1, "palt" 1;
  display: flex;
  align-items: center;
  gap: 16rem;
}
.c-section__title::before {
  content: "";
  display: block;
  width: 1em;
  height: 2px;
  background-color: var(--colorAccent-blue);
}
@media (max-width: 768px) {
  .c-section__title {
    font-size: 24rem;
  }
}

.c-section__heading {
  font-size: 32rem;
  font-weight: var(--weightBold);
}
@media (max-width: 768px) {
  .c-section__heading {
    font-size: 24rem;
    line-height: 1.75;
  }
}

.c-section__label {
  font-size: 22rem;
  display: flex;
  align-items: center;
  gap: 8rem;
}
.c-section__label::before {
  content: "";
  display: block;
  width: 6rem;
  height: 24rem;
  background-color: var(--colorSub);
}

.c-section__lead {
  font-size: 18rem;
  font-weight: var(--weightBold);
  line-height: 1.66;
}
@media (max-width: 768px) {
  .c-section__lead {
    font-size: 16rem;
    letter-spacing: 0.04em;
  }
}

.c-section__lead--large {
  font-size: 22rem;
  font-weight: var(--weightBold);
  line-height: 1.36;
}
@media (max-width: 768px) {
  .c-section__lead--large {
    font-size: 20rem;
    line-height: 1.4;
  }
}

.c-button {
  width: 200rem;
  height: 60rem;
}
@media (max-width: 768px) {
  .c-button {
    height: 50rem;
  }
}

.c-button--large {
  width: 320rem;
}
@media (max-width: 768px) {
  .c-button--large {
    width: 300rem;
  }
}

.c-button__link {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 8rem;
  font-size: 14rem;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  padding-right: 44rem;
  transition: 0.4s;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .c-button__link {
    padding-right: 40rem;
  }
}
.c-button__link::after {
  content: "";
  display: block;
  width: 32rem;
  height: 32rem;
  background-image: url("../image/icon_arrow--button.svg");
  background-size: 13rem 13rem;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4rem;
  position: absolute;
  right: 12rem;
  transition: 0.4s;
}
@media (max-width: 768px) {
  .c-button__link::after {
    width: 28rem;
    height: 28rem;
  }
}
@media (hover: hover) {
  .c-button__link:hover {
    opacity: 1;
  }
}

.c-button__link--register {
  background-color: var(--colorAccent);
  color: #002850;
  border: 2px solid var(--colorAccent);
}
.c-button__link--register::after {
  background-color: #fff;
}
@media (hover: hover) {
  .c-button__link--register:hover {
    background-color: #002850;
    color: var(--colorAccent);
    box-shadow: 8rem 8rem 8rem rgba(0, 0, 0, 0.25);
  }
  .c-button__link--register:hover::after {
    background-color: var(--colorAccent);
  }
}

.c-button__link--timetable {
  background-color: #002850;
  color: var(--colorAccent);
  border: 2px solid var(--colorAccent);
}
.c-button__link--timetable::after {
  background-color: var(--colorAccent);
}
@media (hover: hover) {
  .c-button__link--timetable:hover {
    background-color: var(--colorAccent);
    color: #002850;
    box-shadow: 8rem 8rem 8rem rgba(0, 0, 0, 0.25);
  }
  .c-button__link--timetable:hover::after {
    background-color: #fff;
  }
}

.c-button__link--contest {
  background: var(--linear-gradient);
  color: #fff;
  z-index: 10;
  transition: background 0.4s;
}
.c-button__link--contest::before {
  content: "";
  display: block;
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8rem;
  z-index: -1;
  transition: 0.4s;
}
.c-button__link--contest::after {
  background-color: #fff;
  background-image: url("../image/icon_arrow--contest.svg");
  background-size: 11rem 11rem;
}
@media (hover: hover) {
  .c-button__link--contest:hover {
    background: var(--linear-gradient-bg);
    box-shadow: 8rem 8rem 8rem rgba(0, 0, 0, 0.25);
  }
  .c-button__link--contest:hover::before {
    background-color: #002850;
  }
  .c-button__link--contest:hover::after {
    background-color: var(--colorAccent-blue);
    background-image: url("../image/icon_arrow--contest02.svg");
  }
}

.c-button__wrapper {
  display: flex;
  justify-content: center;
  gap: 24rem;
  padding: 40rem 0;
}
@media (max-width: 768px) {
  .c-button__wrapper {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .c-button--register {
    width: 130rem;
  }
}

@media (max-width: 768px) {
  .c-button--timetable {
    width: 160rem;
  }
}

.c-category {
  background-color: var(--colorAccent-purple);
  color: #fff;
  font-size: 16rem;
  font-weight: var(--weightBold);
  border-radius: 4rem;
  width: 88rem;
  height: 27rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.065em;
}
.c-category.--room {
  background-color: var(--colorSub);
}

.c-section__note {
  font-size: 12rem;
}
@media (max-width: 768px) {
  .c-section__note {
    font-size: 11rem;
  }
}

/* =========================
  上部へ戻るボタン
========================= */
.c-page-top {
  position: fixed;
  right: calc(50% - 500rem);
  bottom: 50rem;
  width: 50rem;
  height: 50rem;
  border: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 500;
}
@media (max-width: 768px) {
  .c-page-top {
    right: 20rem;
    bottom: 63rem;
  }
}

/* 表示状態 */
.c-page-top.is-show {
  opacity: 1;
  visibility: visible;
}

/* =========================
  モーダル
========================= */
.c-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
  color: var(--colorBlack);
}

.c-modal.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

/* ダイアログ本体 */
.c-modal__dialog {
  position: relative;
  max-width: 896rem;
  width: calc(100% - 32rem);
  max-height: calc(100dvh - 120rem);
  background: #fff;
  border-radius: 4rem;
  overflow: hidden;
  /* 中身スクロール用 */
}

/* 中身だけスクロール */
.c-modal__content {
  padding: 48rem;
  max-height: calc(100dvh - 120px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 768px) {
  .c-modal__content {
    padding: 24rem;
    padding-top: 48rem;
  }
}

/* モーダル閉じるボタン */
.c-modal__close {
  position: absolute;
  top: 8rem;
  right: 8rem;
  width: 40rem;
  height: 40rem;
  border: 0;
  background: #D9D9D9;
  background-image: url(../image/icon_modal--close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20rem 20rem;
  cursor: pointer;
  z-index: 100;
}

.c-modal__title {
  font-size: 24rem;
  font-weight: var(--weightBold);
}
@media (max-width: 768px) {
  .c-modal__title {
    font-size: 20rem;
  }
}
.c-modal__title > span {
  font-size: 18rem;
}
@media (max-width: 768px) {
  .c-modal__title > span {
    display: block;
    font-size: 16rem;
  }
}

.c-modal__time {
  font-family: var(--fontEnglish);
  font-weight: var(--weightBold);
  font-size: 22rem;
  margin-top: 18rem;
  display: flex;
  align-items: center;
  gap: 24rem;
}

.c-modal__description {
  margin-top: 16rem;
  font-size: 14rem;
  line-height: 1.5714;
}

.c-modal__button-container {
  display: flex;
  gap: 24rem;
  margin-top: 40rem;
  padding-top: 40rem;
  position: relative;
}
.c-modal__button-container .c-button {
  height: 50rem;
}
@media (max-width: 768px) {
  .c-modal__button-container {
    gap: 0 18rem;
    padding-bottom: 24rem;
  }
  .c-modal__button-container .c-button {
    width: 160rem;
    height: 50rem;
  }
}
.c-modal__button-container::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 1rem;
  width: 100%;
  background: repeating-linear-gradient(to right, var(--colorAccent-purple) 0 6rem, transparent 5rem 10rem);
}

.c-modal__link {
  width: 50rem;
}
@media (max-width: 768px) {
  .c-modal__link {
    width: 50rem;
  }
}
.c-modal__link img {
  width: 100%;
  height: auto;
}

.c-modal__speaker-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 24rem;
  row-gap: 24rem;
  padding-top: 40rem;
  position: relative;
}
@media (max-width: 768px) {
  .c-modal__speaker-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-modal__speaker-container::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 1rem;
  width: 100%;
  background: repeating-linear-gradient(to right, var(--colorAccent-purple) 0 10rem, transparent 10rem 18rem);
}

.c-modal__speaker-item {
  display: flex;
}

.c-modal__speaker-item.--moderator {
  background-color: #CCD7E0;
  padding: 10rem;
  border-radius: 4rem;
}
.c-modal__speaker-item.--moderator .c-modal__speaker-image {
  width: 80rem;
  height: 80rem;
}
.c-modal__speaker-item.--moderator .c-modal__speaker-data {
  padding: 0 16rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.c-modal__speaker-image {
  width: 100rem;
  height: 100rem;
  border-radius: 4rem;
  object-fit: cover;
  flex-shrink: 0;
}

.c-modal__speaker-data {
  padding: 16rem;
}

.c-modal__speaker-name {
  font-size: 14rem;
  font-weight: var(--weightBold);
}

.c-modal__speaker-company,
.c-modal__speaker-position {
  font-size: 14rem;
}

.c-modal__header {
  margin: 0 0 24rem;
}
@media (max-width: 768px) {
  .c-modal__header {
    padding: 46rem 0 0;
    position: relative;
  }
}
.c-modal__header-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  font-family: var(--fontEnglish);
  font-weight: var(--weightBold);
  line-height: 1;
  margin: 0 0 8rem;
}
.c-modal__header-number {
  font-size: 40rem;
  align-items: flex-end;
  line-height: 1;
  font-style: normal;
  color: var(--colorAccent-purple);
}
@media (max-width: 768px) {
  .c-modal__header-number {
    font-size: 28rem;
    padding-top: 0;
  }
}
.c-modal__header-date {
  font-size: 20rem;
  padding-top: 8rem;
  margin-left: 16rem;
}
@media (max-width: 768px) {
  .c-modal__header-date {
    font-size: 18rem;
    padding-top: 4rem;
    margin-left: 8rem;
  }
}
.c-modal__header-time {
  font-size: 30rem;
  margin-left: 4rem;
}
@media (max-width: 768px) {
  .c-modal__header-time {
    font-size: 22rem;
  }
}
.c-modal__header-category {
  margin-left: 16rem;
}
@media (max-width: 768px) {
  .c-modal__header-category {
    position: absolute;
    right: 0;
    top: 8rem;
  }
}

/* =========================
  モーダルセクション（追加）
========================= */
.c-modal-section + .c-modal-section {
  margin-top: 24rem;
}
.c-modal-section__header {
  margin: 0 0 4rem;
  position: relative;
  font-weight: var(--weightBold);
  color: var(--colorAccent-purple);
}
.c-modal-section__header::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--colorAccent-purple);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-modal-section__title {
  display: inline-block;
  background-color: #fff;
  padding: 0 4rem 0 0;
  position: relative;
  z-index: 1;
}
.c-modal-section__body p, .c-modal-section__body ul {
  font-size: 14rem;
}
@media (max-width: 768px) {
  .c-modal-section__body p, .c-modal-section__body ul {
    font-size: 13rem;
  }
}
.c-modal-section__speaker-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 24rem;
  row-gap: 24rem;
  position: relative;
}
@media (max-width: 768px) {
  .c-modal-section__speaker-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-modal-section__speaker-container {
  /*
  &::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 1rem;
    width: 100%;
    background: repeating-linear-gradient(to right,
        var(--colorAccent-purple) 0 10rem,
        transparent 10rem 18rem);
  }
  */
}
.c-modal-section__speaker-item {
  display: flex;
  align-items: center;
}
.c-modal-section__speaker-item.--moderator {
  background-color: #CCD7E0;
  padding: 10rem;
  border-radius: 4rem;
}
.c-modal-section__speaker-item.--moderator .c-modal-section__speaker-image {
  width: 80rem;
  height: 80rem;
}
.c-modal-section__speaker-item.--moderator .c-modal-section__speaker-data {
  padding: 0 16rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-modal-section__speaker-image {
  width: 100rem;
  height: 100rem;
  border-radius: 4rem;
  object-fit: cover;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .c-modal-section__speaker-image {
    width: 80rem;
    height: 80rem;
  }
}
.c-modal-section__speaker-data {
  padding: 16rem 0 16rem 16rem;
}
@media (max-width: 768px) {
  .c-modal-section__speaker-data {
    padding: 0 16rem;
  }
}
.c-modal-section__speaker-name {
  font-size: 14rem;
  font-weight: var(--weightBold);
}
.c-modal-section__speaker-company, .c-modal-section__speaker-position {
  font-size: 14rem;
}

.c-modal-text-list__item {
  position: relative;
  padding-left: 1em;
}
.c-modal-text-list__item::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 1em;
  width: 1em;
}

/* 背景スクロール停止 */
html.is-modal-open,
body.is-modal-open {
  overflow: hidden;
}

.l-header {
  position: fixed;
  top: 0;
  padding: 30rem 0;
  width: 100%;
  z-index: 2000;
}
@media (max-width: 768px) {
  .l-header {
    padding: 0;
  }
}

.l-header__inner {
  max-width: 1252rem;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .l-header__inner {
    width: 100%;
    padding-left: 20rem;
    align-items: flex-end;
  }
}

.l-header__logo {
  width: 157rem;
}
@media (max-width: 768px) {
  .l-header__logo {
    width: 110rem;
  }
}

.l-header__nav {
  border-radius: 8rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .l-header__nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 328rem;
    z-index: 3000;
    background-color: var(--colorBlack);
    padding: 24rem;
    transform: translateX(100%);
    transition: transform 0.4s ease;
  }
}
@media (max-width: 768px) {
  .is-open .l-header__nav {
    transform: translateX(0);
    max-height: 100dvh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.l-header__nav-list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .l-header__nav-list {
    flex-direction: column;
  }
}

.l-header__nav-link {
  background-color: var(--colorBlack);
  color: #fff;
  padding: 14rem 10rem;
  line-height: 1.57;
  font-size: 14rem;
  font-weight: var(--weightBold);
  display: block;
  position: relative;
}
.l-header__nav-link::before {
  content: "";
  display: block;
  width: calc(100% - 24rem);
  height: 1px;
  background-color: var(--colorAccent);
  opacity: 0;
  position: absolute;
  bottom: 12rem;
  left: 12rem;
  transition: 0.4s;
}
@media (hover: hover) {
  .l-header__nav-link:hover {
    opacity: 1;
    color: var(--colorAccent);
  }
  .l-header__nav-link:hover::before {
    opacity: 1;
  }
}

.l-header__nav-button {
  width: 160rem;
  height: 50rem;
}
@media (max-width: 768px) {
  .l-header__nav-button {
    width: 100rem;
    height: 50rem;
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  .l-header__nav-button .c-button__link--register::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .l-header__nav-button .c-button__link--register {
    padding: 0;
    border-radius: 0 0 0 8rem;
  }
}

@media (max-width: 768px) {
  .l-header__menu-button {
    width: 50rem;
    height: 50rem;
    background-color: var(--colorBlack);
    z-index: 3000;
    background-image: url(../image/icon_menu.svg);
    background-size: 32rem 20rem;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.is-open .l-header__menu-button {
  background-color: #fff;
  background-image: url(../image/icon_menu--close.svg);
}

.l-header__nav-button-wrapper {
  padding: 0;
  gap: 16rem;
  margin-top: 24rem;
}

.l-header__nav-button-wrapper .c-button {
  width: 100%;
}

.l-footer {
  background-image: url("../image/bg_mv.webp");
  background-size: 1920rem auto;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .l-footer {
    background-image: url("../image/bg_footer_sp.webp");
    background-size: 100% auto;
  }
}

.l-footer__inner {
  padding-top: 140rem;
  padding-bottom: 34rem;
}
@media (max-width: 768px) {
  .l-footer__inner {
    padding-top: 60rem;
  }
}

.l-footer__title {
  width: 572rem;
  transform: translateX(-40rem);
}
@media (max-width: 768px) {
  .l-footer__title {
    width: 335rem;
    transform: translateX(-10rem);
  }
}

.l-footer__info {
  margin-top: 40rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .l-footer__info {
    margin-top: 210rem;
  }
}

.l-footer__info--date {
  font-size: 28rem;
  font-weight: var(--weightBold);
  font-family: var(--fontEnglish);
  line-height: 1;
}
@media (max-width: 768px) {
  .l-footer__info--date {
    font-size: 24rem;
  }
}
.l-footer__info--date span {
  font-size: 50rem;
}
@media (max-width: 768px) {
  .l-footer__info--date span {
    font-size: 40rem;
  }
}

.l-footer__info--time {
  font-size: 40rem;
  font-family: var(--fontEnglish);
  font-weight: var(--weightBold);
  line-height: 1;
  margin-left: 20rem;
  transform: translateY(6rem);
}
@media (max-width: 768px) {
  .l-footer__info--time {
    font-size: 32rem;
    margin-left: 0;
  }
}

.l-footer__info--place {
  width: 100%;
  font-size: 24rem;
  font-weight: var(--weightBold);
  display: flex;
  align-items: center;
  gap: 8rem;
}
@media (max-width: 768px) {
  .l-footer__info--place {
    font-size: 16rem;
    line-height: 1.1875;
    margin-top: 16rem;
  }
}
.l-footer__info--place::before {
  content: "";
  display: block;
  width: 26rem;
  height: 30rem;
  background-image: url("../image/icon_mv-place.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.l-footer__button {
  padding-top: 63rem;
  padding-bottom: 32rem;
}
@media (max-width: 768px) {
  .l-footer__button {
    justify-content: flex-start;
    padding-top: 32rem;
    padding-bottom: 16rem;
  }
}
@media (max-width: 768px) {
  .l-footer__button .c-button {
    width: 130rem;
    font-size: 13rem;
  }
}

.l-footer__contact {
  text-align: center;
  font-size: 14rem;
}
@media (max-width: 768px) {
  .l-footer__contact {
    text-align: left;
  }
}
.l-footer__contact a {
  text-decoration: underline;
}

.l-footer__bottom {
  padding: 20rem 0;
  text-align: center;
  background-color: var(--colorBlack);
}

.l-footer__copyright {
  font-size: 12rem;
}

.p-mv {
  background-image: url("../image/bg_mv.webp");
  background-size: 1920rem auto;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 140rem;
  padding-bottom: 160rem;
}
@media (max-width: 768px) {
  .p-mv {
    background-image: url("../image/bg_mv_sp.webp");
    background-size: 100% auto;
    padding-top: 100rem;
    padding-bottom: 88rem;
  }
}

.p-mv__title {
  width: 572rem;
  transform: translateX(-40rem);
}
@media (max-width: 768px) {
  .p-mv__title {
    width: 335rem;
    transform: translateX(-10rem);
    margin-top: 0;
  }
}

.p-mv__info {
  margin-top: 40rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .p-mv__info {
    margin-top: 210rem;
  }
}

.p-mv__info--date {
  font-size: 28rem;
  font-weight: var(--weightBold);
  font-family: var(--fontEnglish);
  line-height: 1;
}
@media (max-width: 768px) {
  .p-mv__info--date {
    font-size: 24rem;
  }
}
.p-mv__info--date span {
  font-size: 50rem;
}
@media (max-width: 768px) {
  .p-mv__info--date span {
    font-size: 40rem;
  }
}

.p-mv__info--time {
  font-size: 40rem;
  font-family: var(--fontEnglish);
  font-weight: var(--weightBold);
  line-height: 1;
  margin-left: 20rem;
  transform: translateY(6rem);
}
@media (max-width: 768px) {
  .p-mv__info--time {
    font-size: 32rem;
    margin-left: 0;
  }
}

.p-mv__info--place {
  width: 100%;
  font-size: 24rem;
  font-weight: var(--weightBold);
  display: flex;
  align-items: center;
  gap: 8rem;
}
@media (max-width: 768px) {
  .p-mv__info--place {
    font-size: 16rem;
    line-height: 1.1875;
    margin-top: 16rem;
  }
}
.p-mv__info--place::before {
  content: "";
  display: block;
  width: 26rem;
  height: 30rem;
  background-image: url("../image/icon_mv-place.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.p-mv__button {
  padding: 0;
  margin-top: 24rem;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .p-mv__button {
    flex-wrap: wrap;
    width: 300rem;
    row-gap: 16rem;
    column-gap: 8rem;
  }
}

.p-intro .c-section__heading {
  text-align: center;
}

.p-intro__section:first-child {
  padding-top: 0;
}

.p-intro__text {
  width: 800rem;
  margin: 32rem auto 0;
  line-height: 1.625;
  font-feature-settings: "palt";
}
@media (max-width: 768px) {
  .p-intro__text {
    width: 100%;
    margin-top: 24rem;
    font-size: 15rem;
    letter-spacing: 0.02em;
    line-height: 1.66;
  }
}

.p-intro__container {
  margin-top: 32rem;
}
@media (max-width: 768px) {
  .p-intro__container {
    margin-top: 40rem;
  }
}

.p-intro__list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-intro__list {
    flex-direction: column;
    gap: 40rem;
  }
}

.p-intro__item {
  width: 300rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24rem;
}
@media (max-width: 768px) {
  .p-intro__item {
    width: 100%;
  }
}

.p-intro__image {
  width: 200rem;
}
@media (max-width: 768px) {
  .p-intro__image {
    width: 160rem;
  }
}

.p-intro__item .c-section__lead {
  text-align: center;
}

.p-discussion__container {
  margin-top: 48rem;
}
@media (max-width: 768px) {
  .p-discussion__container {
    margin-top: 40rem;
  }
}

.p-discussion__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 40rem;
  row-gap: 32rem;
}
@media (max-width: 768px) {
  .p-discussion__list {
    row-gap: 24rem;
  }
}

.p-discussion__item {
  width: 480rem;
}
@media (max-width: 768px) {
  .p-discussion__item {
    width: 100%;
  }
}

.p-discussion__button {
  display: flex;
  flex-direction: column;
  border-radius: 8rem;
  background-color: #fff;
  padding: 16rem;
  color: var(--colorBlack);
  transition: box-shadow 0.4s;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .p-discussion__button {
    gap: 16rem;
    padding-top: 56rem;
    padding-bottom: 80rem;
  }
}
.p-discussion__button::after {
  content: "";
  margin-top: 16rem;
  margin-left: auto;
  display: block;
  width: 40rem;
  height: 40rem;
  border-radius: 4rem;
  background-color: transparent;
  background-image: url("../image/icon_arrow--discussion.svg");
  background-size: 40rem 40rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-color 0.4s;
}
@media (max-width: 768px) {
  .p-discussion__button::after {
    background-color: var(--colorAccent);
    order: 5;
    position: absolute;
    bottom: 16rem;
    right: 16rem;
  }
}
@media (hover: hover) {
  .p-discussion__button:hover {
    box-shadow: 10rem 10rem 10rem rgba(0, 0, 0, 0.25);
  }
  .p-discussion__button:hover::after {
    background-color: var(--colorAccent);
  }
}
@media (max-width: 768px) {
  .p-discussion__button .c-category {
    position: absolute;
    top: 16rem;
    right: 16rem;
  }
}

.p-discussion__number {
  font-family: var(--fontEnglish);
  font-size: 30rem;
  letter-spacing: 0;
  font-weight: var(--weightBold);
  color: var(--colorAccent-purple);
  display: flex;
  align-items: center;
  gap: 16rem;
}
@media (max-width: 768px) {
  .p-discussion__number {
    order: 2;
    font-size: 28rem;
    gap: 4rem;
    line-height: 1;
  }
}

.p-discussion__number.--room {
  color: var(--colorSub);
}

.p-discussion__image {
  width: 100%;
  aspect-ratio: 448/166;
  object-fit: cover;
  border-radius: 4rem;
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .p-discussion__image {
    aspect-ratio: 283/130;
    order: 1;
    margin-top: 0;
  }
}

.p-discussion__title {
  font-size: 22rem;
  font-weight: var(--weightBold);
  line-height: 1.3636;
  margin-top: 16rem;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
@media (max-width: 768px) {
  .p-discussion__title {
    font-size: 20rem;
    order: 3;
    margin-top: 0;
  }
}
.p-discussion__title span {
  font-size: 18rem;
}
@media (max-width: 768px) {
  .p-discussion__title span {
    font-size: 16rem;
  }
}

.p-discussion__speaker-container {
  display: flex;
  gap: 8rem;
  margin-top: 16rem;
}
@media (max-width: 768px) {
  .p-discussion__speaker-container {
    order: 4;
    margin-top: 0;
  }
}

.p-discussion__speaker-item {
  width: 128rem;
}

.p-discussion__name {
  font-size: 14rem;
  font-weight: var(--weightBold);
}

.p-discussion__company,
.p-discussion__position {
  font-size: 14rem;
}

@media (max-width: 768px) {
  .p-discussion__data {
    display: flex;
    flex-direction: column;
    gap: 16rem;
  }
}

.p-discussion__date {
  color: var(--colorBlack);
  font-size: 18rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-discussion__date {
    font-size: 18rem;
    margin-left: 0;
  }
}

.p-discussion__time {
  color: var(--colorBlack);
  font-size: 22rem;
  margin-bottom: 2rem;
  line-height: 1;
  margin-left: -8rem;
}
@media (max-width: 768px) {
  .p-discussion__time {
    font-size: 22rem;
    margin-left: 0;
  }
}

.p-discussion__item--1column {
  width: 100%;
}
.p-discussion__item--1column .p-discussion__button {
  flex-direction: row;
  align-items: flex-start;
  gap: 16rem;
  position: relative;
}
@media (max-width: 768px) {
  .p-discussion__item--1column .p-discussion__button {
    flex-direction: column-reverse;
    padding-top: 56rem;
    padding-bottom: 80rem;
  }
}
.p-discussion__item--1column .p-discussion__image {
  width: 480rem;
  aspect-ratio: 480/254;
  object-fit: cover;
  margin-top: 0;
}
@media (max-width: 768px) {
  .p-discussion__item--1column .p-discussion__image {
    width: 100%;
    aspect-ratio: 283/130;
    margin-top: 0;
  }
}
.p-discussion__item--1column .c-category {
  position: absolute;
  top: 16rem;
  right: 16rem;
}
.p-discussion__item--1column .p-discussion__number {
  font-size: 40rem;
  gap: 4rem;
  align-items: flex-end;
  line-height: 1;
  padding-top: 8rem;
}
@media (max-width: 768px) {
  .p-discussion__item--1column .p-discussion__number {
    font-size: 28rem;
    padding-top: 0;
  }
}
.p-discussion__item--1column .p-discussion__date {
  color: var(--colorBlack);
  font-size: 22rem;
  margin-left: 6rem;
  margin-bottom: 4rem;
  padding-top: 2rem;
}
@media (max-width: 768px) {
  .p-discussion__item--1column .p-discussion__date {
    font-size: 18rem;
    margin-left: 0;
  }
}
.p-discussion__item--1column .p-discussion__time {
  color: var(--colorBlack);
  font-size: 30rem;
  margin-bottom: 2rem;
  margin-left: 0;
}
@media (max-width: 768px) {
  .p-discussion__item--1column .p-discussion__time {
    font-size: 22rem;
  }
}
.p-discussion__item--1column .p-discussion__button::after {
  position: absolute;
  bottom: 16rem;
  right: 16rem;
}
.p-discussion__item--1column .p-discussion__speaker-item {
  border-right: 1px solid #D9D9D9;
}
.p-discussion__item--1column .p-discussion__speaker-item:last-child {
  border-right: none;
}

.p-discussion__item--teaser {
  width: 100%;
  background-color: #002850;
  border-radius: 8rem;
  padding: 40rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16rem;
  position: relative;
}
@media (max-width: 768px) {
  .p-discussion__item--teaser {
    padding: 40rem 16rem;
  }
}
.p-discussion__item--teaser::before {
  content: "";
  display: block;
  width: 40rem;
  height: 40rem;
  background-image: url("../image/icon_plus.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -100rem;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
@media (max-width: 768px) {
  .p-discussion__item--teaser::before {
    top: -80rem;
  }
}

.p-discussion__item--teaser-title {
  text-align: center;
  font-family: var(--fontEnglish);
  font-size: 40rem;
  font-weight: var(--weightBold);
}
@media (max-width: 768px) {
  .p-discussion__item--teaser-title {
    font-size: 30rem;
  }
}

.p-discussion__item--teaser-text {
  text-align: center;
  font-size: 22rem;
}
@media (max-width: 768px) {
  .p-discussion__item--teaser-text {
    font-size: 18rem;
    text-align: left;
  }
}

.p-timetable__list {
  margin-top: 48rem;
  display: flex;
  flex-direction: column;
  gap: 48rem;
}
@media (max-width: 768px) {
  .p-timetable__list {
    margin-top: 40rem;
    gap: 32rem;
  }
}

.p-titmetable__item {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .p-titmetable__item {
    flex-wrap: wrap;
    gap: 8rem;
  }
}

.p-timetable__time {
  width: 200rem;
  font-family: var(--fontEnglish);
  font-size: 22rem;
  font-weight: var(--weightBold);
  letter-spacing: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .p-timetable__time {
    width: 100%;
  }
}

.p-timetable__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: var(--colorBlack);
}
@media (max-width: 768px) {
  .p-timetable__container {
    flex-direction: column;
    gap: 16rem;
  }
}

.p-timetable__content {
  width: 100%;
  background-color: #fff;
  border-radius: 8rem;
  padding: 16rem;
  font-size: 18rem;
  font-weight: var(--weightBold);
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

.p-timetable__content.--half {
  width: 390rem;
  padding-left: 26rem;
}
@media (max-width: 768px) {
  .p-timetable__content.--half {
    width: 100%;
  }
}
.p-timetable__content.--half.--stage {
  background: linear-gradient(to right, var(--colorAccent-purple) 0, var(--colorAccent-purple) 10rem, #fff 10rem, #fff 100%);
}
.p-timetable__content.--half.--room {
  background: linear-gradient(to right, var(--colorSub) 0, var(--colorSub) 10rem, #fff 10rem, #fff 100%);
}

.p-timetable__content.--gradient {
  background: var(--linear-gradient-bg);
  color: #fff;
}

.p-contest {
  padding-bottom: 160rem;
}

.p-contest__container {
  margin-top: 48rem;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .p-contest__container {
    flex-direction: column;
  }
}

.p-contest__heading {
  margin-top: 48rem;
}
@media (max-width: 768px) {
  .p-contest__heading {
    margin-top: 40rem;
  }
}

.p-contest__text {
  margin-top: 16rem;
}

.p-contest__label {
  width: 213rem;
  flex-shrink: 0;
}

.p-contest__table {
  width: 100%;
}
@media (max-width: 768px) {
  .p-contest__table {
    font-size: 15rem;
    margin-top: 40rem;
  }
}

.p-contest__table th,
.p-contest__table td {
  padding: 16rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-weight: var(--weightRegular);
  line-height: 1.4;
}
@media (max-width: 768px) {
  .p-contest__table th,
  .p-contest__table td {
    vertical-align: middle;
    padding: 16rem 8rem;
    font-size: 15rem;
    line-height: 1.666;
  }
}

.p-contest__table th {
  width: 132rem;
}
@media (max-width: 768px) {
  .p-contest__table th {
    width: 112rem;
  }
}

.p-contest__table td li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-contest__button {
  padding-bottom: 0;
}

.p-sponsorship {
  border-radius: 80rem 80rem 0 0;
  margin-top: -80rem;
  background-color: #002850;
}
@media (max-width: 768px) {
  .p-sponsorship {
    border-radius: 40rem 40rem 0 0;
    margin-top: -40rem;
  }
}

.p-sponsorship__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 28rem;
}
@media (max-width: 768px) {
  .p-sponsorship__heading {
    font-size: 20rem;
  }
}

.p-sponsorship__heading::after {
  content: "";
  display: block;
  width: 874rem;
  height: 1rem;
  background-color: #fff;
}
@media (max-width: 768px) {
  .p-sponsorship__heading::after {
    width: 223rem;
  }
}

.p-sponsorship__wrapper {
  margin-top: 48rem;
  display: flex;
  flex-direction: column;
  gap: 48rem;
}

.p-sponsorship__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24rem;
  margin-top: 16rem;
}
@media (max-width: 768px) {
  .p-sponsorship__list {
    gap: 16rem;
  }
}

.p-sponsorship__item--large {
  width: 420rem;
  height: 140rem;
}
@media (max-width: 768px) {
  .p-sponsorship__item--large {
    width: 315rem;
    height: 100rem;
  }
}

.p-sponsorship__item {
  width: 300rem;
  height: 120rem;
}
@media (max-width: 768px) {
  .p-sponsorship__item {
    width: 148rem;
    height: 60rem;
  }
}

.p-sponsorship__item--small {
  width: 160rem;
  height: 60rem;
}
@media (max-width: 768px) {
  .p-sponsorship__item--small {
    width: 90rem;
    height: 40rem;
  }
}
@media (max-width: 768px) {
  .p-sponsorship__item--small img {
    border-radius: 4rem;
  }
}

.p-sponsorship__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8rem;
}

.p-booth {
  border-radius: 0 0 80rem 80rem;
  background-color: #002850;
}
@media (max-width: 768px) {
  .p-booth {
    border-radius: 0 0 40rem 40rem;
  }
}

.p-booth__list {
  margin-top: 48rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 24rem;
  grid-row-gap: 24rem;
}
@media (max-width: 768px) {
  .p-booth__list {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16rem;
    grid-row-gap: 16rem;
  }
}

.p-booth__item {
  background-color: #fff;
  border-radius: 8rem;
  color: var(--colorMain);
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 16rem;
  font-size: 14rem;
  line-height: 1.57;
}

.p-booth__name {
  font-size: 18rem;
  font-weight: var(--weightBold);
}

.p-meetup__container {
  margin-top: 48rem;
}

.p-meetup__list {
  display: flex;
  justify-content: space-between;
  gap: 24rem;
}
@media (max-width: 768px) {
  .p-meetup__list {
    flex-direction: column;
  }
}

.p-meetup__item {
  width: 232rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16rem;
}
@media (max-width: 768px) {
  .p-meetup__item {
    width: 100%;
    font-size: 15rem;
    letter-spacing: 0.02em;
  }
}

.p-meetup__item .c-section__lead {
  text-align: center;
  min-height: 2lh;
}
@media (max-width: 768px) {
  .p-meetup__item .c-section__lead {
    min-height: auto;
  }
}

.p-meetup__image {
  width: 160rem;
}

.p-flow__lead {
  margin-top: 48rem;
}

.p-flow__container {
  display: flex;
  flex-direction: column;
  gap: 42rem;
  margin-top: 40rem;
}

.p-flow__item {
  background-color: #002850;
  position: relative;
  padding: 40rem 40rem 40rem 186rem;
  display: flex;
  flex-direction: column;
  gap: 24rem;
}
@media (max-width: 768px) {
  .p-flow__item {
    padding: 26rem 24rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.p-flow__item::after {
  content: "";
  width: 44rem;
  height: 20rem;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #002850;
  position: absolute;
  bottom: -18rem;
  left: 50%;
  transform: translateX(-50%);
}

.p-flow__image {
  position: absolute;
  width: 66rem;
  left: 60rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .p-flow__image {
    position: relative;
    transform: none;
    left: auto;
    top: auto;
    width: 55rem;
  }
}

.p-flow__title {
  display: flex;
  align-items: center;
  gap: 16rem;
}
@media (max-width: 768px) {
  .p-flow__title {
    flex-direction: column;
    width: 172rem;
    align-items: flex-start;
  }
}

.p-flow__number {
  width: 140rem;
  height: 40rem;
  background-color: var(--colorSub);
  font-family: var(--fontEnglish);
  font-size: 22rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: var(--weightBold);
  border-radius: 100rem;
}
@media (max-width: 768px) {
  .p-flow__number {
    font-size: 18rem;
    width: 120rem;
    height: 32rem;
  }
}

@media (max-width: 768px) {
  .p-flow__text {
    font-size: 16rem;
    letter-spacing: 0.02em;
  }
}

.p-flow__note {
  margin-top: 48rem;
  display: flex;
  flex-direction: column;
  gap: 40rem;
}
@media (max-width: 768px) {
  .p-flow__note {
    font-size: 15rem;
  }
}

.p-flow__note-container {
  display: flex;
  flex-direction: column;
  gap: 16rem;
}

.p-flow__note-item::before {
  content: "・";
}

.p-flow__note-item {
  text-indent: -1em;
  padding-left: 1em;
}

.p-flow__note-item ol {
  list-style: decimal;
  padding-left: 0.5em;
  text-indent: 0;
}

.p-flow__note-list ol li {
  text-indent: -1em;
  padding-left: 1em;
}

.p-access__map {
  width: 100%;
  aspect-ratio: 1000/400;
  margin-top: 48rem;
}
.p-access__map iframe {
  width: 100%;
  height: 100%;
}

.p-access__container {
  margin: 40rem auto 0;
  width: 720rem;
  margin-top: 40rem;
  display: flex;
  flex-direction: column;
  gap: 24rem;
}

.p-access__item {
  display: flex;
  align-items: center;
}
.p-access__item.--access {
  align-items: flex-start;
}
@media (max-width: 768px) {
  .p-access__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 8rem;
  }
}

.p-access__label {
  width: 260rem;
  flex-shrink: 0;
}

@media (min-width: 769px) {
  .pc_none {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}

a[href^="tel:"] {
  cursor: default;
}
@media (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.u-text-bold {
  font-weight: var(--weightBold);
}
/*# sourceMappingURL=style.css.map */
