@charset "utf-8";
.sp_br{
  display: none;
}
.pc_br{
  display: block;
}
@media (max-width: 828px) {
.sp_br{
  display: block;
}
.pc_br{
  display: none;
}

}


/* Shared lower-page spacing */
body:not(.home) #main-content {
  padding-bottom: 120px;
}

body:not(.home) #main-content > * + * {
  margin-top: 60px;
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: none;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (max-width: 828px) {
  body:not(.home) #main-content {
    padding-bottom: 80px;
  }

  body:not(.home) #main-content > * + * {
    margin-top: 50px;
  }
}


:root {
  --clr-white: #fff;
  --clr-black: #101418;
  --clr-red: #d82100;
  --clr-blue: #0379d3;
  --color-text: #101418;
  --color-muted: #6b7280;
  --color-line: #d9e1e7;
  --color-surface: #f5f8fa;
  --color-accent: #0f766e;
  --color-header-blue: #0068b7;
  --color-header-shadow: rgba(102, 102, 102, 1);
  --transition-base: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
  --radius-card: 1rem;
  --radius-modal: 1.25rem;
}

/* Reset
------------------------------ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img,
ins, kbd, q, samp, small, strong, sub, var, b, i,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, hgroup,
menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  word-break: normal;
  overflow-wrap: break-word
}

*, *::before, *::after {
  box-sizing: border-box;
}

article, aside, dialog, figure, footer,
header, hgroup, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  height: 100%;
  margin: 0;
  padding-right: 0 !important;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  font-family: "Noto Sans JP", Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--color-text);
  letter-spacing: 0;
  font-feature-settings: "palt";
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
}

button,
input,
select,
textarea {
  font: inherit;
}

input,
select {
  vertical-align: middle;
}

button,
a,
.circle,
a::before,
a::after {
  -webkit-transition: var(--transition-base);
  -moz-transition: var(--transition-base);
  transition: var(--transition-base);
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(100, 100, 100, 0.5);
  color: inherit;
  text-decoration: none;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.15em;
  word-break: break-all;
  color: var(--clr-blue);
}

a:hover {
  opacity: 0.8;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong,
b {
  font-weight: 700;
}

em,
i,
dfn,
cite {
  font-style: italic;
}

ul,
ol {
  padding-left: 1.5em;
}

menu,
nav ul,
nav ol,
.menu,
.language_box,
.breadcrumb ol,
.speaker-modal__session-list,
.tag-list,
.footer-nav ul,
.footer-socials,
.footer-actions__buttons,
.news-list,
.exhibitors-list,
.speaker-grid,
.related-grid,
.content-list {
  list-style: none;
  padding-left: 0;
}

header ol,
header ul{
  list-style: none;

}

/* Base
------------------------------ */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
  padding: 0.75rem 1rem;
  background: #fff;
  z-index: 1000;
}

.entry-card__meta,
.entry-meta {
  margin: 0;
}

.content-list,
.related-grid {
  display: grid;
  gap: 1rem;
}

.entry-layout {
  margin: 0;
}

.content-list {
  gap: 1.5rem;
}

.archive-header {
  margin-bottom: 2rem;
}

.p-hero {
  width: 100%;
}

.p-hero__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 230px;
  padding: 0 4%;
  width: 100%;
  background: url(/2025/en/common/img/bg_circle09.png) no-repeat right bottom;
  background-size: 350px;
}

/* Exhibitors 2025 alignment */
.exhibitors.contents.exhibitors-archive .inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.exhibitors.contents.exhibitors-archive .filter-form {
  margin: 0;
  padding: 50px 4%;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 1px 8px 0 rgba(16, 43, 63, 0.03), 0 5px 14px 0 rgba(16, 43, 63, 0.07);
}

.exhibitors.contents.exhibitors-archive .form-top {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.exhibitors.contents.exhibitors-archive .common-content {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
}

.exhibitors.contents.exhibitors-archive .filter-form__group h3 {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 700;
}

.exhibitors.contents.exhibitors-archive .filter-form__group + .filter-form__group {
  margin-top: 26px;
}

.exhibitors.contents.exhibitors-archive .accordion__body-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.exhibitors.contents.exhibitors-archive .accordion__body-inner--2 .check_label {
  min-height: 40px;
}

.exhibitors.contents.exhibitors-archive .check-box-wrap {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.exhibitors.contents.exhibitors-archive .checkbox-tag {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.exhibitors.contents.exhibitors-archive .check_label {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 10px 15px;
  outline: 1px solid #d9d9d9;
  outline-offset: -1px;
  border: 0;
  border-radius: 0;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  transition: var(--transition-base);
}

.exhibitors.contents.exhibitors-archive .checkbox-tag:checked + .check_label {
  outline: 2px solid var(--color-header-blue);
  outline-offset: -2px;
  background: #d9e8f4;
  color: var(--color-text);
}

.exhibitors.contents.exhibitors-archive .filter-form__under {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #dadada;
}

.exhibitors.contents.exhibitors-archive .form-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 30px 0;
  font-weight: 700;
}

.exhibitors.contents.exhibitors-archive .form-button-clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 40px;
  border: 0;
  border-radius: 20px;
  background: #5e5e5e;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.06em;
}

.exhibitors.contents.exhibitors-archive .form-button-narrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 60px;
  border: 0;
  border-radius: 30px;
  background: var(--color-header-blue);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}

.exhibitors.contents.exhibitors-archive .form-search {
  width: 100%;
  max-width: 760px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.exhibitors.contents.exhibitors-archive .form-search-title {
  white-space: nowrap;
  color: var(--color-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.exhibitors.contents.exhibitors-archive .form-search-input-wrapper {
  position: relative;
  width: 100%;
  height: 55px;
}

.exhibitors.contents.exhibitors-archive .form-search-input-wrapper input {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 25px;
  padding-right: 110px;
  border: 1px solid #ccc;
  border-radius: 26px;
  background: #fff;
  font-size: 14px;
}

.exhibitors.contents.exhibitors-archive .form-search-input-wrapper .search-btn {
  position: absolute;
  top: 50%;
  right: 5px;
  translate: 0 -50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 35px;
  border: 0;
  border-radius: 19px;
  background: #5e5e5e;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.exhibitors.contents.exhibitors-archive .filter-form__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 0;
}

.exhibitors.contents.exhibitors-archive .filter-form__actions .reset-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 40px;
  padding: 0 28px;
  border-radius: 20px;
  background: #999;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.exhibitors__result {
  width: fit-content;
  margin: 100px auto 40px;
  text-align: center;
}

.exhibitors__result-text {
  font-size: 24px;
  font-weight: 800;
}

.exhibitors__result-text .result-num {
  margin: 0 5px;
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
}

.exhibitors-list.entry-layout {
  width: 90%;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  gap: 100px 20px;
  margin: 0 auto;
}

.exhibitors-list.entry-layout > .exhibitors-card {
  width: calc((100% - 60px) / 4);
  display: block;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  text-decoration: none;
}

.exhibitors-card__logo.img.dummy {
  width: 100%;
  padding: 20% 10%;
  aspect-ratio: 1.2 / 1;
  overflow: hidden;
  border: 1px solid #dadada;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.exhibitors-card__logo.img.dummy img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s;
  transform-origin: center center;
}

@media (any-hover: hover) {
  .exhibitors-list.entry-layout > .exhibitors-card:hover .exhibitors-card__logo.img.dummy img {
    transform: scale(1.1);
  }
}

.exhibitors-card .company-area {
  margin-top: 20px;
  padding: 7px 20px 7px 28px;
  background: url('../img/bg_red-line.png') repeat-y left top;
}

.exhibitors-card .company-area .company {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.exhibitors-card .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.exhibitors-card .tag-list li,
.modal-stack--exhibitors .tag-list li {
  width: fit-content;
  padding: 4px 7px;
  border: 1px solid #dadada;
  border-radius: 11px;
  background-color: #fff;
  font-size: 13px;
  line-height: 1;
}

.exhibitors-card .txt {
  margin-top: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 1.5;
}

.modal-stack--exhibitors .modal-stack__viewport {
  width: 90%;
  height: 90%;
  max-width: 1100px;
  max-height: 700px;
}

.modal-stack--exhibitors .modal-card {
  max-height: none;
  padding: 40px 20px;
}

.modal-stack--exhibitors .modal-card__body {
  width: 90%;
  height: 100%;
  max-height: none;
  margin: 0 auto;
  overflow: auto;
  padding-right: 0;
}

.modal-stack--exhibitors .modal-card__close {
  top: 30px;
  right: 30px;
}

.modal-stack--exhibitors .ttl-area {
  display: flex;
  flex-direction: column;
}

.modal-stack--exhibitors .ttl-area .booth-number {
  width: fit-content;
  margin-bottom: 3px;
  padding: 5px 10px;
  background-color: var(--clr-black);
  color: var(--clr-white);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}

.modal-stack--exhibitors .ttl-area .company {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}

.modal-stack--exhibitors .ttl-area .tag-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
}

.modal-stack--exhibitors .ttl-area .tag-list .theme {
  border: none;
}

.modal-stack--exhibitors .box-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 25px;
}

.modal-stack--exhibitors .modal-card__media.img.dummy {
  width: 25%;
  aspect-ratio: 1.2 / 1;
  padding: 30px 10px;
  border: 1px solid #dadada;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.modal-stack--exhibitors .modal-card__media.img.dummy img {
  width: 65%;
  height: 100%;
  object-fit: contain;
}

.modal-stack--exhibitors .txt-area {
  width: 70%;
  margin-top: -10px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.modal-stack--exhibitors .txt-area dl {
  line-height: 2;
}

.modal-stack--exhibitors .txt-area dl:first-child dt {
  margin-top: 0;
}

.modal-stack--exhibitors .txt-area dt {
  margin-bottom: 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--clr-black);
  font-size: 18px;
  font-weight: 700;
}

.modal-stack--exhibitors .txt-area dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
}

.modal-stack--exhibitors .txt-area dd a {
  color: var(--color-header-blue);
  word-break: break-all;
}

@media (max-width: 1000px) {
  .exhibitors-list.entry-layout > .exhibitors-card {
    width: calc((100% - 40px) / 3);
  }
}

@media (max-width: 828px) {
  .exhibitors.contents.exhibitors-archive .inner {
    width: 92%;
  }

  .exhibitors.contents.exhibitors-archive .filter-form {
    padding: 35px 5%;
  }

  .exhibitors.contents.exhibitors-archive .form-top {
    width: 100%;
  }

  .exhibitors.contents.exhibitors-archive .common-content {
    width: 100%;
  }

  .exhibitors.contents.exhibitors-archive .filter-form__group + .filter-form__group {
    margin-top: 20px;
  }

  .exhibitors.contents.exhibitors-archive .filter-form__group h3 {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .exhibitors.contents.exhibitors-archive .check_label {
    min-height: 40px;
    padding: 10px 14px;
    font-size: 14px;
  }

  .exhibitors.contents.exhibitors-archive .filter-form__under {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-top: 24px;
    padding-top: 24px;
  }

  .exhibitors.contents.exhibitors-archive .form-buttons {
    gap: 15px;
    padding: 24px 0;
  }

  .exhibitors.contents.exhibitors-archive .form-button-clear {
    width: 80px;
    height: 35px;
    font-size: 14px;
  }

  .exhibitors.contents.exhibitors-archive .form-button-narrow {
    width: 200px;
    height: 50px;
    font-size: 16px;
  }

  .exhibitors.contents.exhibitors-archive .form-search {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .exhibitors.contents.exhibitors-archive .form-search-input-wrapper {
    height: 50px;
  }

  .exhibitors.contents.exhibitors-archive .form-search-input-wrapper input {
    padding-left: 15px;
    padding-right: 100px;
  }

  .exhibitors.contents.exhibitors-archive .form-search-input-wrapper .search-btn {
    width: 90px;
    font-size: 14px;
  }

  .exhibitors.contents.exhibitors-archive .filter-form__actions .reset-btn {
    min-width: 130px;
    height: 40px;
    padding: 0 20px;
    font-size: 13px;
  }

  .exhibitors__result {
    margin: 40px auto 20px;
  }

  .exhibitors__result-text {
    font-size: 20px;
  }

  .exhibitors__result-text .result-num {
    font-size: 40px;
  }

  .exhibitors-list.entry-layout {
    gap: 40px 20px;
  }

  .exhibitors-list.entry-layout > .exhibitors-card {
    width: calc((100% - 20px) / 2);
  }

  .exhibitors-card__logo.img.dummy {
    text-align: center;
  }

  .exhibitors-card__logo.img.dummy img {
    transition: none;
    transform-origin: unset;
  }

  .modal-stack--exhibitors .modal-stack__viewport {
    height: 80vh;
    max-height: 100%;
  }

  .modal-stack--exhibitors .modal-card {
    padding: 20px 5%;
  }

  .modal-stack--exhibitors .modal-card__body {
    width: 100%;
    height: 70vh;
  }

  .modal-stack--exhibitors .modal-card__close {
    top: 15px;
    right: 15px;
  }

  .modal-stack--exhibitors .ttl-area {
    gap: 5px;
  }

  .modal-stack--exhibitors .ttl-area .company {
    font-size: 20px;
  }

  .modal-stack--exhibitors .box-wrapper {
    flex-direction: column;
  }

  .modal-stack--exhibitors .modal-card__media.img.dummy {
    width: 70%;
    min-height: 150px;
    aspect-ratio: auto;
    margin: 0 auto;
  }

  .modal-stack--exhibitors .txt-area {
    width: 100%;
    margin-top: 20px;
  }

  .modal-stack--exhibitors .txt-area dt {
    margin-bottom: 7px;
    font-size: 16px;
  }

  .modal-stack--exhibitors .txt-area dd {
    font-size: 15px;
  }
}

.p-hero__eyebrow {
  margin-bottom: 5px;
  font-size: 24px;
}

.p-hero__title {
  margin: 0;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 1;
}

.p-hero__title:first-letter {
  color: var(--clr-red);
}

.hero-heading-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 150px 4% 80px;
  text-align: left;
  max-width: calc(1300px + 8%);
  margin: 0 auto;
}


.hero-heading-group > p {
  margin: 0 0 5px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
}

.hero-heading-group > h1,
.hero-heading-group > h2,
.hero-heading-group > h3,
.hero-heading-group > h4,
.hero-heading-group > h5,
.hero-heading-group > h6 {
  margin: 0;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-size: 100px;
  font-weight: bold;
  line-height: 1 ;
}

.hero-heading-group > h1:first-letter,
.hero-heading-group > h2:first-letter,
.hero-heading-group > h3:first-letter,
.hero-heading-group > h4:first-letter,
.hero-heading-group > h5:first-letter,
.hero-heading-group > h6:first-letter {
  color: var(--clr-red);
}


.breadcrumb {
  position: relative;
  width: 100%;
  padding: 5px 4%;
  background: var(--clr-red);
  z-index: 10;
}

.breadcrumb__inner {
  width: 100%;
}

.breadcrumb ol {
  display: flex;
  align-items: center;
  gap: 0 15px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.breadcrumb li {
  position: relative;
  margin-right: 6px;
  padding-right: 12px;
  color: var(--clr-white);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1rem;
}

.breadcrumb li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 5px;
  height: 5px;
  margin: auto 0;
  border-top: 1px solid var(--clr-white);
  border-right: 1px solid var(--clr-white);
  transform: rotate(45deg);
}

.breadcrumb li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.breadcrumb li:last-child::before {
  display: none;
}

.breadcrumb li a {
  color: var(--clr-white);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.breadcrumb li a:hover {
  text-decoration: none;
  opacity: 1;
}

.btn-grad-blue {
  width: 330px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 30px 44px 30px 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0074c8 0%, #24adea 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.btn-grad-blue::after {
  content: "";
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}


.btn-grad-red {
  width: 330px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 30px 44px 30px 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, #eb3603 0%, #ff1f7f 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.btn-grad-red::after {
  content: "";
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

@media (max-width: 828px) {
  .btn-grad-blue ,
  .btn-grad-red {
    width: auto;
    min-height: 42px;
    padding: 5% 28px 5% 16px;
    font-size: 14px;
  }
  .btn-grad-blue::after ,
  .btn-grad-red::after {
    right: 14px;
    width: 7px;
    height: 7px;
    border-top-width: 1px;
    border-right-width: 1px;
  }
}

.archive-kicker {
  margin: 0 0 0.5rem;
  color: var(--color-accent);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.archive-title,
.entry-title,
.entry-card__title {
  margin: 0 0 0.75rem;
  line-height: 1.3;
}

.entry-card {
  padding: 1.5rem;
  background: var(--color-surface);
  border: 1px solid var(--color-line);
  border-radius: var(--radius-card);
}

.entry-card__thumb {
  display: block;
  margin-bottom: 1rem;
}

.entry-card__excerpt > :last-child,
.entry-content > :last-child,
.archive-description > :last-child {
  margin-bottom: 0;
}

/* Card Lists
------------------------------ */
.speaker-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.speaker-card,
.exhibitors-card,
.session-card,
.related-card {
  display: block;
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-card);
  background: #fff;
  color: inherit;
  text-decoration: none;
}

.speaker-card__image,
.exhibitors-card__logo {
  aspect-ratio: 4 / 3;
  background: var(--color-surface);
}

.speaker-card__image img,
.exhibitors-card__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.speaker-card__name,
.exhibitors-card__name,
.session-card__title,
.related-card h3 {
  margin: 0;
  line-height: 1.35;
}

.speaker-card__name,
.speaker-card__meta,
.speaker-card__body,
.exhibitors-card__body,
.session-card,
.related-card {
  padding: 1rem;
}

.speaker-card__meta,
.exhibitors-card__tags,
.exhibitors-card__summary,
.session-card__time,
.session-card__speakers,
.related-card__meta,
.timetable-empty {
  margin: 0.5rem 0 0;
  color: var(--color-muted);
  font-size: 0.9375rem;
}

/* Filters
------------------------------ */
.filter-form {
  margin-bottom: 2rem;
  padding: 1.25rem;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-card);
  background: #fff;
}

.filter-form__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.filter-field {
  display: grid;
  gap: 0.4rem;
}

.filter-field span {
  font-size: 0.875rem;
  color: var(--color-muted);
}

.filter-field input,
.filter-field select {
  width: 100%;
  padding: 0.75rem 0.875rem;
  border: 1px solid var(--color-line);
  border-radius: 0.75rem;
  background: #fff;
  color: inherit;
}

.filter-form__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}

.filter-form__actions button {
  padding: 0.75rem 1rem;
  border: 0;
  border-radius: 999px;
  background: var(--color-accent);
  color: #fff;
  cursor: pointer;
}

.filter-form__actions a {
  text-decoration: none;
}

/* Modal
------------------------------ */
html.is-modal-open,
body.is-modal-open {
  overflow: hidden;
}

.modal-stack {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s, visibility 0.4s, pointer-events 0.4s;
}

.modal-stack.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal-stack__overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.modal-stack__viewport {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 1100px;
}

.modal-stack__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  border: 2px solid var(--color-header-blue);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.modal-stack__nav::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: -5px;
  border-top: 2px solid var(--color-header-blue);
  border-left: 2px solid var(--color-header-blue);
  transform: rotate(-45deg);
}

.modal-stack__nav--prev {
  left: calc(50% - 580px);
}

.modal-stack__nav--next {
  right: calc(50% - 580px);
}

.modal-stack__nav--next::before {
  margin-left: -9px;
  transform: rotate(135deg);
}

.modal-card {
  position: relative;
  display: none;
  width: 100%;
  max-height: min(700px, 90vh);
  padding: 55px 20px;
  border: 0;
  border-radius: 0;
  background: url(../img/bg_modal.jpg) no-repeat left top #fff;
  box-shadow: none;
  align-items: center;
  justify-content: center;
}

.modal-card.is-active {
  display: flex;
}

.modal-card--wide {
  gap: 5%;
}

.modal-card--wide > .modal-card__media {
  width: 40%;
  aspect-ratio: 1 / 1;
  margin-left: 1px;
  border-radius: 0;
  background: #fff;
}

.modal-card--wide > .modal-card__body {
  width: 55%;
}

.modal-card--wide > .modal-card__body:only-child {
  width: 95%;
}

.modal-card__body {
  max-height: calc(min(700px, 90vh) - 110px);
  overflow-y: auto;
  padding-right: 10px;
}

.modal-card__header {
  position: relative;
  display: block;
  margin-bottom: 22px;
  padding-right: 60px;
}

.modal-card__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 0;
  background: url(../img/btn_close.svg) no-repeat center center;
  background-size: 28px;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.modal-card__close:hover {
  opacity: 0.8;
  background-color: transparent;
}

.modal-card__media {
  overflow: hidden;
  background: #fff;
}

.modal-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-card__eyebrow {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-muted);
}

.modal-card__title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}

.modal-card__meta {
  margin-top: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-text);
}

.modal-card__meta-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
  margin-top: 20px;
}

.modal-card__meta-grid p {
  font-size: 13px;
  line-height: 1.6;
  color: #6c6c6c;
}

.modal-card__meta-grid strong {
  display: inline-block;
  margin-right: 0.45em;
  font-weight: 700;
  color: var(--color-text);
}

.modal-card__content {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}

.modal-card__content + .modal-card__content,
.modal-card__section {
  margin-top: 24px;
}

.modal-card__section h3 {
  margin: 0 0 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--clr-black);
  font-size: 18px;
  font-weight: 700;
}

.modal-list {
  margin-top: 0;
  padding-left: 0;
}

.modal-list li {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}

.modal-list li + li {
  margin-top: 0.8em;
}

@media (max-width: 828px) {
  .modal-stack {
    padding: 20px 0;
  }

  .modal-stack__viewport {
    width: 90%;
  }

  .modal-stack__nav {
    width: 45px;
    height: 45px;
    margin-top: -22px;
  }

  .modal-stack__nav::before {
    width: 11px;
    height: 11px;
    margin-top: -6px;
    margin-left: -4px;
  }

  .modal-stack__nav--prev {
    left: -20px;
  }

  .modal-stack__nav--next {
    right: -20px;
  }

  .modal-stack__nav--next::before {
    margin-left: -7px;
  }

  .modal-card {
    max-height: 80vh;
    padding: 20px 5%;
  }

  .modal-card.is-active {
    display: block;
  }

  .modal-card--wide > .modal-card__media,
  .modal-card--wide > .modal-card__body,
  .modal-card--wide > .modal-card__body:only-child {
    width: 100%;
  }

  .modal-card--wide > .modal-card__media {
    width: 80%;
    margin: 0 auto;
  }

  .modal-card__body {
    max-height: calc(80vh - 70px);
    margin-top: 20px;
    padding-right: 0;
  }

  .modal-card__close {
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background-size: 24px;
  }

  .modal-card__title {
    font-size: 20px;
  }

  .modal-card__meta-grid {
    display: grid;
    gap: 10px;
    margin-top: 16px;
  }

  .modal-card__section h3 {
    margin-top: 20px;
    margin-bottom: 7px;
    font-size: 16px;
  }

  .modal-card__content,
  .modal-list li {
    font-size: 12px;
  }
}

/* Timetable
------------------------------ */
.day-tabs {
  display: grid;
  gap: 2.5rem;
}

.day-tabs__nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.day-tabs__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-width: 248px;
  min-height: 68px;
  padding: 0.75rem 1.5rem;
  border: 2px solid #0068b7;
  border-radius: 999px;
  background: #fff;
  color: #0068b7;
  cursor: pointer;
  font-weight: 700;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.day-tabs__button-date,
.day-tabs__button-text {
  position: relative;
  z-index: 1;
}

.day-tabs__button-date {
  flex: 0 0 auto;
  padding: 0.4rem 1rem 0.4rem 0;
  border-right: 1px solid currentColor;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.03em;
}

.day-tabs__button-text {
  font-size: 1.6rem;
  line-height: 1.1;
  letter-spacing: 0.06em;
}

.day-tabs__button.is-active {
  border-color: transparent;
  background: linear-gradient(to right, #0068b7, #0083df 50%, #00c1f8);
  color: #fff;
}

.day-tab {
  display: none;
}

.day-tab.is-active {
  display: block;
}

.day-tab__title,
.timetable-column__title {
  margin: 0 0 1rem;
}

.timetable-sheet-wrap {
  overflow-x: auto;
  padding-bottom: 0.5rem;
}

.timetable-sheet {
  --gse-timetable-unit-height: 34px;
  display: grid;
  grid-template-columns: 92px repeat(4, minmax(240px, 1fr));
  gap: 0;
  min-width: 1160px;
  background: #fff;
}

.timetable-sheet__head {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0.5rem;
  background: #fff;
  text-align: center;
}

.timetable-sheet__head-label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 195px;
  min-height: 40px;
  padding: 0.4rem 1rem 0.4rem 1.6rem;
  border: 1px solid #bfbfbf;
  background: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.015em;
}

.timetable-sheet__head-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 100%;
  background-image: repeating-linear-gradient(90deg, #e70212, #e70212 2px, transparent 2px, transparent 4px);
}

.timetable-sheet__head--time {
  align-items: flex-start;
}

.timetable-sheet__head-label--date {
  width: auto;
  min-width: 92px;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.timetable-sheet__head-label--date::before {
  display: none;
}

.timetable-sheet__time,
.timetable-sheet__stage {
  position: relative;
  display: grid;
  grid-template-rows: repeat(var(--gse-timetable-units), var(--gse-timetable-unit-height));
}

.timetable-sheet__time {
  background: #fff;
  background:
    repeating-linear-gradient(
      to bottom,
      transparent 0,
      transparent calc(var(--gse-timetable-unit-height) * 2 - 1px),
      #d9d9d9 calc(var(--gse-timetable-unit-height) * 2 - 1px),
      #d9d9d9 calc(var(--gse-timetable-unit-height) * 2)
    );
  border-right: 1px solid #d9d9d9;
}

.timetable-sheet__time-label {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-right: 0.9rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #222;
  background: transparent;
  letter-spacing: 0.04em;
}

.timetable-sheet__stage {
  align-content: start;
  padding: 0 0.35rem;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  background:
    linear-gradient(#fff, #fff) padding-box,
    repeating-linear-gradient(
      to bottom,
      #d9d9d9 0,
      #d9d9d9 1px,
      transparent 1px,
      transparent calc(var(--gse-timetable-unit-height) * 2)
    ) border-box;
  overflow: hidden;
}

.timetable-sheet__empty {
  grid-row: 1 / span 4;
  align-self: start;
  margin: 0;
  padding: 1rem;
  border: 1px solid #d9d9d9;
  background: #f8f8f8;
  color: var(--color-muted);
  font-size: 0.9375rem;
}

.timetable-session {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 5% 0 0;
  min-height: 90%;
  border-radius: 10px;
  background: linear-gradient(to right, #0068b7, #0083df 50%, #00c1f8);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
}

.timetable-session:hover {
  opacity: 0.96;
}

.timetable-session__top {
  display: grid;
  gap: 0.35rem;
  padding: 0.95rem 0.95rem 0.8rem;
  color: #fff;
}

.timetable-session__time {
  margin: 0;
  color: inherit;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}

.timetable-session__title {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.04em;
}

.timetable-session__participants {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0 0.95rem 0.75rem;
  list-style: none;
  height: 100%;
  border: 2px solid #00a8e6;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  background: #fff;
}

.timetable-session.is-empty::after {
  content: "";
  display: block;
  flex: 1;
  border: 2px solid #00a8e6;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  background: #fff;
}

.timetable-session__participant {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 0.625rem;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid #000;
}

.timetable-session__participant:last-child {
  border-bottom: 0;
}

.timetable-session__participant-photo {
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #e8eef6;
}

.timetable-session__participant-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.timetable-session__participant-photo.is-placeholder {
  border: 1px dashed #bfd0e6;
}

.timetable-session__participant-text {
  min-width: 0;
}

.timetable-session__participant-name,
.timetable-session__participant-company {
  margin: 0;
}

.timetable-session__participant-name {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
}

.timetable-session__participant-company {
  margin-top: 0.2rem;
  color: #555;
  font-size: 0.75rem;
  line-height: 1.35;
}

.modal-speaker-list {
  display: grid;
  gap: 1.25rem;
}

.entry--timetable .modal-card {
  border-radius: 0;
  background: #fff;
}

.entry--timetable .modal-card__body {
  max-height: 70vh;
  padding-right: 0;
}

.entry--timetable .modal-card__header {
  margin-bottom: 1.75rem;
  padding: 3rem 4.5rem 0;
}

.entry--timetable .modal-card__eyebrow {
  margin-bottom: 0.9rem;
  color: #111;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.entry--timetable .modal-card__title {
  max-width: 900px;
  padding-right: 4rem;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.entry--timetable .modal-card__close {
  top: 1.6rem;
  right: 1.8rem;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 0;
  color: transparent;
  background: transparent;
}

.entry--timetable .modal-card__close::before,
.entry--timetable .modal-card__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  background: #acacac;
}

.entry--timetable .modal-card__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.entry--timetable .modal-card__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.entry--timetable .modal-card__meta-grid,
.entry--timetable .modal-card__content,
.entry--timetable .modal-card__section {
  margin-right: 4.5rem;
  margin-left: 4.5rem;
}

.entry--timetable .modal-card__meta-grid {
  gap: 1rem 1.25rem;
  margin-bottom: 2rem;
}

.entry--timetable .modal-card__meta-grid p {
  font-size: 0.875rem;
  color: #444;
}

.entry--timetable .modal-card__content {
  font-size: 0.875rem;
  line-height: 1.85;
  letter-spacing: 0.04em;
}

.entry--timetable .modal-card__section {
  margin-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.entry--timetable .modal-card__section h3 {
  margin-bottom: 1.5rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid #000;
  font-size: 1.125rem;
}

.modal-speaker-card {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.modal-speaker-card__photo {
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #eef3f8;
}

.modal-speaker-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-speaker-card__photo.is-placeholder {
  border: 1px dashed #bfd0e6;
}

.modal-speaker-card__name,
.modal-speaker-card__company {
  margin: 0;
}

.modal-speaker-card__name {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

.modal-speaker-card__company {
  margin-top: 0.35rem;
  color: #666;
  font-size: 0.8125rem;
  line-height: 1.6;
}

/* About / Misc
------------------------------ */
.theme-link-section {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}

.empty-state {
  padding: 3rem 1.5rem;
  border-radius: var(--radius-card);
  background: var(--color-surface);
  text-align: center;
}

.site-footer__copy {
  margin: 0;
  font-size: 0.875rem;
  color: var(--color-muted);
}
/*
.wp-block-image,
.wp-block-group,
.wp-block-columns {
  margin-bottom: 1.5rem;
}
  */

/* Responsive
------------------------------ */
@media (max-width: 828px) {
  .day-tabs {
    gap: 1.5rem;
  }

  .day-tabs__nav {
    gap: 0.75rem;
  }

  .day-tabs__button {
    min-width: calc(50% - 0.375rem);
    min-height: 58px;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
  }

  .day-tabs__button-date {
    padding-right: 0.75rem;
    font-size: 0.8125rem;
  }

  .day-tabs__button-text {
    font-size: 1.2rem;
  }

  .timetable-sheet {
    grid-template-columns: 72px repeat(4, minmax(180px, 1fr));
    min-width: 860px;
  }

  .timetable-sheet__head {
    min-height: 46px;
  }

  .timetable-sheet__head-label {
    width: 170px;
    min-height: 36px;
    padding-left: 1.4rem;
    font-size: 0.875rem;
  }

  .timetable-sheet__head-label::before {
    width: 14px;
  }

  .timetable-sheet__head-label--date {
    width: auto;
    min-width: 72px;
    padding-left: 0;
    font-size: 0.875rem;
  }

  .timetable-sheet__time-label {
    padding-right: 0.55rem;
    font-size: 0.75rem;
  }

  .timetable-sheet__stage {
    padding: 0 0.25rem;
  }

  .timetable-session__top {
    padding: 0.75rem 0.75rem 0.65rem;
  }

  .timetable-session__time {
    font-size: 0.8125rem;
  }

  .timetable-session__title {
    font-size: 0.8125rem;
  }

  .timetable-session__participants {
    padding: 0 0.75rem 0.55rem;
  }

  .timetable-session__participant {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 0.5rem;
  }

  .timetable-session__participant-photo {
    width: 38px;
    height: 38px;
  }

  .timetable-session__participant-name {
    font-size: 0.75rem;
  }

  .timetable-session__participant-company {
    font-size: 0.6875rem;
  }

  .modal-speaker-card {
    grid-template-columns: 90px minmax(0, 1fr);
  }

  .entry--timetable .modal-card__body {
    max-height: calc(80vh - 40px);
  }

  .entry--timetable .modal-card__header {
    margin-bottom: 1.25rem;
    padding: 2rem 1.25rem 0;
  }

  .entry--timetable .modal-card__title {
    padding-right: 2.5rem;
    font-size: 1.125rem;
  }

  .entry--timetable .modal-card__close {
    top: 0.9rem;
    right: 0.9rem;
    width: 28px;
    height: 28px;
  }

  .entry--timetable .modal-card__close::before,
  .entry--timetable .modal-card__close::after {
    width: 22px;
  }

  .entry--timetable .modal-card__meta-grid,
  .entry--timetable .modal-card__content,
  .entry--timetable .modal-card__section {
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }

  .entry--timetable .modal-card__section {
    padding-bottom: 1.75rem;
  }

  .modal-speaker-card__name {
    font-size: 0.9375rem;
  }

  .modal-speaker-card__company {
    font-size: 0.75rem;
  }

  .p-hero__inner {
    min-height: 150px;
    background-size: 130px;
  }

  .p-hero__eyebrow {
    font-size: 20px;
    font-weight: 600;
  }

  .p-hero__title {
    font-size: 50px;
  }

  .breadcrumb li,
  .breadcrumb li a {
    font-size: 12px;
    letter-spacing: 0.05rem;
  }

  .site-header__inner,
  .site-footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .speaker-grid,
  .filter-form__grid,
  .modal-card--wide,
  .modal-card__meta-grid {
    grid-template-columns: 1fr;
  }

  .timetable-sheet {
    --gse-timetable-unit-height: 28px;
    grid-template-columns: 68px repeat(4, minmax(220px, 1fr));
    min-width: 980px;
  }

  .timetable-session {
    padding: 0.75rem;
  }

  .timetable-session__participant {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .timetable-session__participant-photo {
    width: 38px;
    height: 38px;
  }

  .modal-speaker-card {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 0.75rem;
  }
}




/* Header
------------------------------ */
body {
  padding-top: 80px !important;
}

#header,
.spheader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: var(--clr-white);
  box-shadow: 0 0 16px -10px var(--color-header-shadow);
}

#header .header_inner {
  width: 100%;
  margin-inline: auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 80px;
}

.spheader .inner {
  width: 100%;
  margin-inline: auto;
}

#header .header_left,
#header .header_right {
  display: flex;
  align-items: center;
}

.header_logo_btn,
.logo_btn_sp .header_logo_btn,
.spheader .logo a {
  display: inline-flex;
  align-items: center;
}

.header_logo_img {
  width: 180px;
  max-width: 100%;
}

#header .header_right {
  width: 80%;
  justify-content: flex-end;
  gap: 15px;
}

#header .header_nav {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#header .header_nav > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 710px;
  gap: 15px;
  list-style: none;
}

#header .header_nav > ul > li {
  position: relative;
  color: var(--color-text);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

#header .header_nav > ul > li > a,
#header .header_nav > ul > li.child {
  display: inline-flex;
  align-items: center;
  min-height: 80px;
  color: var(--color-text);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

#header .header_nav > ul > li.child > span,
.spheader .gnav > ul > li > span {
  font-weight: 700;
}

#header .header_nav > ul > li > a:hover {
  color: var(--color-header-blue);
  opacity: 1;
}

#header .header_nav > ul > li.is-current > a {
  color: var(--color-header-blue);
}

#header .header_nav > ul > li.child {
  padding-right: 16px;
  cursor: default;
}

#header .header_nav > ul > li.child::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--color-header-blue);
  border-bottom: 2px solid var(--color-header-blue);
  transform: translateY(calc(-50% - 1px)) rotate(45deg);
}

#header .header_nav > ul > li.child ul {
  position: absolute;
  top: calc(100% - 14px);
  left: 0;
  width: 180px;
  margin-top: 0;
  padding: 2px 10px;
  background: var(--color-header-blue);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: none;
}

#header .header_nav > ul > li.child:hover ul,
#header .header_nav > ul > li.child:focus-within ul,
#header .header_nav > ul > li.child ul.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#header .header_nav > ul > li.child ul::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 26px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--color-header-blue);
  transform: translateX(-50%) rotate(180deg);
}

#header .header_nav > ul > li.child::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 24px;
}

#header .header_nav > ul > li.child ul li {
  border-top: 1px solid #3386c5;
}

#header .header_nav > ul > li.child ul li:first-child {
  border-top: 0;
}

#header .header_nav > ul > li.child ul li a {
  display: block;
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

#header .header_nav > ul > li.child ul li a:hover {
  opacity: 0.7;
}

#header .header_nav > ul > li.child ul li.is-current a {
  opacity: 0.7;
}

.language_box {
  display: inline-flex;
  align-items: baseline;
  gap: 0 10px;
}

.language_box .language {
  color: var(--color-text);
  font-size: 16px;
  font-weight: 400;
}

.language_box .language.active {
  border-bottom: 1px solid var(--color-text);
  color: var(--color-text);
  font-weight: 700;
}

.language_box .line {
  width: 1px;
  height: 15px;
  background: #ccc;
}

.spheader {
  display: none;
  height: 60px;
  box-shadow: 0 0 16px -10px #666;
}

.spheader .inner {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 10px;
}

.spheader .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}

.icon-animation {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.45rem;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.icon-animation .top,
.icon-animation .middle {
  display: block;
  width: 28px;
  height: 2px;
  margin-inline: auto;
  background: var(--color-text);
}

.spheader .gnav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 0;
  padding: 20px 10px 32px;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 18px 28px -24px rgba(0, 0, 0, 0.45);
}

.js .spheader .gnav {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.js .spheader.is-open .gnav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.spheader .gnav > ul {
  display: grid;
  gap: 0;
}

.spheader .gnav li {
  color: var(--color-text);
  font-weight: 700;
  font-size: 16px;
}

.spheader .gnav li a,
.spheader .gnav li span {
  display: block;
  font-weight: 700;
}

.spheader .gnav > ul > li > a {
  padding: 20px 0;
  border-bottom: 1px solid #888;
  color: #000;
}

.spheader .gnav > ul > li.is-current > a {
  color: var(--color-header-blue);
}

.spheader .gnav > ul > li > span {
  padding: 20px 0 0;
}

.spheader .gnav li.child ul {
  display: grid;
  gap: 0;
  margin-top: 18px;
  padding-left: 1em;
}

.spheader .gnav li.child ul li {
  margin-bottom: 15px;
}

.spheader .gnav li.child ul li a {
  display: inline;
  width: fit-content;
  padding: 0;
  border: 0;
  color: #000;
}

.spheader .gnav li.child ul li.is-current a {
  color: var(--color-header-blue);
}

.spheader .gnav .link_area {
  margin-top: 30px;
  padding-top: 0;
  padding-inline: 4%;
  border-top: 0;
}

.spheader.is-open .icon-animation .top {
  transform: translateY(5px) rotate(45deg);
}

.spheader.is-open .icon-animation .middle {
  transform: translateY(-5px) rotate(-45deg);
}

@media (max-width: 1024px) {
  body {
    padding-top: 60px !important;
  }

  #header.pc {
    display: none;
  }

  .spheader {
    display: block;
  }
  .spheader .logo{
    display: flex;
    align-items: center;
  }

  .spheader .header_logo_img {
    width: 150px;
  }
}

@media (max-width: 1300px) {
  #header .header_inner {
    padding: 0 20px;
  }
}

/* Footer
------------------------------ */
footer.site-footer-gse {
  width: 100%;
  background: #000;
}

footer.site-footer-gse .inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 140px 20px 44px;
}

.footer-nav {
  width: 70%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 74px;
}

.footer-nav__col > ul > li > a,
.footer-nav__col > ul > li > span {
  display: block;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.footer-nav__col > ul > li.child ul {
  margin-top: 22px;
  padding-left: 20px;
}

.footer-nav__col > ul > li.child ul li + li {
  margin-top: 12px;
}

.footer-nav__col > ul > li.child ul a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  text-decoration: none;
}

.footer-lower {
  margin-top: 152px;
  padding-top: 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.footer-actions {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
  flex-wrap: wrap;
}

.footer-actions__buttons {
  display: grid;
  grid-template-columns: 270px;
  gap: 18px;
  flex: 0 0 270px;
}

.footer-pill-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  min-height: 60px;
  padding: 16px 54px 16px 24px;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
.footer-pill-button {
  text-align: left;
}

.footer-pill-button .arrow {
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.footer-pill-button:hover {
  background: #fff;
  color: #000;
  opacity: 1;
}

.footer-pill-button:hover .arrow {
  border-top-color: #000;
  border-right-color: #000;
}

.footer-actions__contact {
  flex: 1 1 540px;
  color: #fff;
  font-size: 16px;
  line-height: 1.75;
}

.footer-actions__contact p {
  margin: 0;
}
.footer-actions__contact a{
  color: #fff;
}


.footer-office-break {
  display: none;
}

.footer-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  margin-top: 40px;
}

.footer-privacy {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.footer-meta__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 18px;
}

.footer-socials {
  display: flex;
  gap: 24px;
  justify-content: flex-end;
}

.footer-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
}

.footer-socials svg {
  width: 100%;
  height: 100%;
  display: block;
}

footer.site-footer-gse .copyright {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  text-align: right;
}

@media (max-width: 1024px) {
  footer.site-footer-gse .inner {
    padding: 88px 24px 42px;
  }

  .footer-nav {
    gap: 40px;
  }

  .footer-nav__col > ul > li > a,
  .footer-nav__col > ul > li > span {
    font-size: 18px;
  }

  .footer-nav__col > ul > li.child ul a {
    font-size: 18px;
  }

  .footer-lower {
    margin-top: 112px;
  }

  .footer-actions {
    gap: 32px;
  }

  .footer-actions__contact {
    flex-basis: 360px;
  }
}

@media (max-width: 828px) {
  .hero-heading-group{
    padding: 75px 4% 40px;
  }
  .hero-heading-group > p {
    margin-bottom: 4px;
    font-size: 20px;
  }

  .hero-heading-group > h1,
  .hero-heading-group > h2,
  .hero-heading-group > h3,
  .hero-heading-group > h4,
  .hero-heading-group > h5,
  .hero-heading-group > h6 {
    font-size: 50px;
  }

  footer.site-footer-gse .inner {
    padding: 20px 0 40px;
  }

  .footer-nav {
    width: 90%;
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-nav__col > ul > li > a,
  .footer-nav__col > ul > li > span {
    font-size: 15px;
  }

  .footer-nav__col > ul > li.child ul {
    margin-top: 18px;
    padding-left: 14px;
  }

  .footer-nav__col > ul > li.child ul a {
    font-size: 16px;
  }

  .footer-lower {
    margin-top: 52px;
    padding-top: 28px;
  }

  .footer-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-actions__buttons {
    grid-template-columns: 1fr;
    gap: 14px;
    flex-basis: auto;
  }

  .footer-pill-button {
    width: 80%;
    margin: 0 auto;
    min-height: 58px;
    font-size: 16px;
    padding: 4% 10% ;
  }
  .footer-pill-button br{
    display: none;
  }

  .footer-office-break {
    display: block;
  }

  .footer-actions__contact {
    padding-top: 0;
    font-size: 14px;
    flex-basis: auto;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  .footer-meta {
    text-align: center;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    margin-top: 32px;
  }

  .footer-meta__right {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  footer.site-footer-gse .copyright {
    text-align: left;
    font-size: 14px;
  }
}









/* Speaker 2025 alignment */
.speaker-grid.entry-layout {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 50px 3%;
  margin: 0 auto;
}

.speaker-card {
  display: block;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  text-decoration: none;
}

.speaker-card__image {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #fff;
}

.speaker-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
  transform-origin: center center;
}

@media (any-hover: hover) {
  .speaker-card:hover .speaker-card__image img {
    transform: scale(1.1);
  }
}

.speaker-card__body {
  padding: 0;
}

.speaker-card__name {
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding: 7px 20px 7px 28px;
  background: url('../img/bg_red-line.png') repeat-y left top #eceeef;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.speaker-card__meta {
  margin-top: 15px;
  padding: 0 10px;
  color: var(--color-text);
  font-size: 14px;
  line-height: 1.4;
}

.modal-stack--speaker {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-stack--speaker.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal-stack--speaker .modal-stack__viewport {
  position: relative;
  z-index: 1;
  width: 90%;
  height: 90%;
  max-width: 1100px;
  max-height: 700px;
  overflow: hidden;
}

.modal-stack--speaker .modal-stack__track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease;
  will-change: transform;
}

.modal-stack--speaker .modal-stack__track.is-instant {
  transition: none;
}

.modal-stack--speaker .modal-stack__track > .modal-card {
  display: flex;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  max-height: none;
}

.modal-stack--speaker .modal-stack__nav--prev {
    left: calc(50% - min(45vw, 550px) - 30px);
  }

.modal-stack--speaker .modal-stack__nav--next {
    right: calc(50% - min(45vw, 550px) - 30px);
  }

.modal-stack--speaker .modal-card {
  padding: 55px 20px;
}

.modal-stack--speaker .modal-card__body {
  height: 100%;
  max-height: none;
  overflow-y: auto;
  padding-right: 10px;
}

@media (max-width: 1300px) {
  .speaker-grid.entry-layout {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .speaker-grid.entry-layout {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 787px) {
  .speaker-grid.entry-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 20px;
  }

  .speaker-card__meta {
    padding: 0;
    font-size: 15px;
  }

  .modal-stack--speaker {
    padding: 20px 0;
  }

  .modal-stack--speaker .modal-stack__viewport {
    width: 90%;
    height: 80vh;
    max-height: 100%;
  }

  .modal-stack--speaker .modal-stack__nav--prev {
    left: 8px;
  }

  .modal-stack--speaker .modal-stack__nav--next {
    right: 8px;
  }

  .modal-stack--speaker .modal-card {
    padding: 20px 5%;
  }

  .modal-stack--speaker .modal-card__body {
      margin-top: 0;
      padding-right: 0;
    }
}



/* Speaker archive section 2025 alignment */
section.speakers.speakers-archive {
  padding: 60px 4% 80px;
}

section.speakers.speakers-archive .inner {
  margin: 0;
}

section.speakers.speakers-archive .speaker-grid.entry-layout {
  margin: 0;
}

@media (max-width: 828px) {
  section.speakers.speakers-archive {
    padding: 0 4% 50px;
  }

  section.speakers.speakers-archive .inner {
    margin: 0;
  }
}
/* Speaker modal 2025 content alignment */
.modal-stack--speaker .modal-card__close {
  top: 30px;
  right: 30px;
}

.modal-stack--speaker .speaker-modal__body {
  width: 95%;
  height: 100%;
  max-height: none;
  margin: 0 auto;
  overflow: auto;
  padding-right: 0;
}

.modal-stack--speaker .speaker-modal__name-area {
  display: flex;
  align-items: center;
  gap: 35px;
}

.modal-stack--speaker .speaker-modal__name {
  min-width: fit-content;
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}

.modal-stack--speaker .speaker-modal__position-area {
  padding-top: 3px;
}

.modal-stack--speaker .speaker-modal__company {
  margin: 0;
  color: var(--color-text);
  font-size: 14px;
  line-height: 1;
}

.modal-stack--speaker .speaker-modal__box-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5%;
  margin-top: 25px;
}

.modal-stack--speaker .speaker-modal__media {
  width: 40%;
  aspect-ratio: 1 / 1;
  margin-left: 1px;
  border-radius: 0;
  background: #fff;
  overflow: hidden;
}

.modal-stack--speaker .speaker-modal__txt-area {
  width: 55%;
}

.modal-stack--speaker .speaker-modal__detail {
  margin: 0;
  line-height: 2;
}

.modal-stack--speaker .speaker-modal__detail + .speaker-modal__detail {
  margin-top: 0;
}

.modal-stack--speaker .speaker-modal__detail dt {
  margin: 30px 0 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--clr-black);
  font-size: 18px;
  font-weight: 700;
}

.modal-stack--speaker .speaker-modal__detail:first-child dt {
  margin-top: 0;
}

.modal-stack--speaker .speaker-modal__detail dd {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.modal-stack--speaker .speaker-modal__session-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.modal-stack--speaker .speaker-modal__session-list li {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.modal-stack--speaker .speaker-modal__session-list li + li {
  margin-top: 0.8em;
}

.modal-stack--speaker .speaker-modal__session-list a {
  color: var(--color-text);
  text-decoration: none;
}

@media (max-width: 787px) {
  .modal-stack--speaker .modal-card__close {
    top: 15px;
    right: 15px;
  }

  .modal-stack--speaker .speaker-modal__body {
    width: 100%;
    max-height: 100%;
    height: 72vh;
    margin: 0;
    padding-right: 0;
  }

  .modal-stack--speaker .speaker-modal__name-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .modal-stack--speaker .speaker-modal__name {
    font-size: 20px;
  }

  .modal-stack--speaker .speaker-modal__box-wrapper {
    flex-direction: column;
    margin-top: 20px;
  }

  .modal-stack--speaker .speaker-modal__media {
    width: 80%;
    margin: 0 auto;
  }

  .modal-stack--speaker .speaker-modal__txt-area {
    width: 100%;
    margin-top: 20px;
  }

  .modal-stack--speaker .speaker-modal__detail dt {
    margin-top: 20px;
    margin-bottom: 7px;
    font-size: 16px;
  }

  .modal-stack--speaker .speaker-modal__detail dd,
  .modal-stack--speaker .speaker-modal__session-list li {
    font-size: 12px;
  }
}








.p-hero__eyebrow {
  min-height: 1.5em;
}

.p-hero__eyebrow.is-placeholder {
  visibility: hidden;
}

/* News */
.news-archive,
.news-single {
  max-width: calc(1000px + 8%);
  padding: 0 4%;
  margin: 0 auto;
}

.news-list {
  list-style: none;
  border-top: 1px solid #d9d9d9;
}

.news-list__item {
  border-bottom: 1px solid #d9d9d9;
}

.news-list__link {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr) 28px;
  gap: 56px;
  align-items: center;
  padding: 40px 40px;
  color: inherit;
  text-decoration: none;
}

.news-list__link--static {
  grid-template-columns: 320px minmax(0, 1fr);
}

.news-list__media {
  width: 100%;
  aspect-ratio: 320 / 220;
  overflow: hidden;
  background: #f5f8fa;
}

.news-list__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-list__media.is-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f8fa;
}

.news-list__media.is-placeholder img {
  width: auto;
  height: 80%;
  object-fit: contain;
}

.news-list__body {
  min-width: 0;
}

.news-list__date {
  margin: 0 0 12px;
  color: var(--color-header-blue);
  font-size: 16px;
  line-height: 1.6;
}

.news-list__title {
  color: #101418;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
}

.news-list__title--external,
.news-list__title--detail {
  color: #101418;
}

.news-list__title--static {
  color: #101418;
}

.news-list__arrow {
  position: relative;
  width: 16px;
  height: 16px;
}

.news-list__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid var(--color-header-blue);
  border-right: 2px solid var(--color-header-blue);
  transform: translate(-70%, -50%) rotate(45deg);
}

.news-single {
  margin: 0 auto;
}

.news-single__inner {
  width: 100%;
}

.news-single__media {
  width: 100%;
  aspect-ratio: 1000 / 520;
  margin-bottom: 32px;
  overflow: hidden;
  background: #f5f8fa;
}

.news-single__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-single__media.is-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-single__media.is-placeholder img {
  width: min(280px, 42%);
  height: auto;
  object-fit: contain;
}

.news-single .entry-header {
  margin-bottom: 2rem;
}

.news-single .entry-meta {
  margin: 0 0 12px;
  color: var(--color-header-blue);
  font-size: 16px;
}

.news-single .entry-title {
  letter-spacing: 0.03em;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 30px;
}

.news-single .entry-content {
  font-size: 16px;
  line-height: 2;
}

.news-single .entry-content > :last-child {
  margin-bottom: 0;
}

@media (max-width: 828px) {
  .news-list {
    width: 100%;
  }

  .news-list__link,
  .news-list__link--static {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 0;
  }

  .news-list__media {
    aspect-ratio: 320 / 200;
  }

  .news-list__date {
    margin-bottom: 8px;
    font-size: 15px;
  }

  .news-list__title {
    font-size: 20px;
  }

  .news-list__arrow {
    display: none;
  }

  .news-single {
    width: 100%;
  }

  .news-single__media {
    aspect-ratio: 320 / 200;
    margin-bottom: 24px;
  }

  .news-single .entry-title {
    font-size: 22px;
  }

  .news-single .entry-content {
    font-size: 15px;
    line-height: 1.9;
  }
}


/* Side Events */
.side-events-detail{
    max-width: calc(1000px + 8%);
    margin: 0 auto;
    padding-left: 4%;
    padding-right: 4%;
}
.side-events-detail h2{
  letter-spacing: 0.03em;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 30px;
}

.side-events-detail h3 {
  line-height: 1;
  letter-spacing: 0.03em;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 30px;
}
.side-events-detail h3:first-letter {
    color: var(--clr-red);
}
.side-events-detail p {
  line-height: 1.8;
  font-size: 16px;
}
.side-events-detail .flow{
  gap: 0;
}
.side-events-detail .txt_mt0{
  margin-block-start:0;
}

.side-events-detail .mb_last{
  margin-bottom: 80px;
}
.side-events-detail .txt_indent{
  text-indent: -0.6em;
  margin-left: 0.6em!important;
}

.side-events-detail .side-events-judge{
  flex-wrap: wrap!important;
  justify-content: space-between;
  gap: 20px 2%;
}
.side-events-detail .side-events-judge .item{
  flex-basis: 49%;
  border:2px solid #0078d2;
  padding: 3%;
}
.side-events-detail .side-events-judge .item h4{
  font-size: 22px;
  font-weight: 700;
  color: #0078d2;
  margin-bottom: 15px;
}
.side-events-detail .side-events-judge .item p{
  text-indent: -0.6em;
  margin: 0 0 0  0.6em;;
}
.side-events-detail .txt_notice{
  background:url("../img/ico_attn.svg") left 30px top 50% no-repeat #f1f1f1;
  background-size: 20px auto;
  padding: 2% 2% 2% 80px;
  color: #0078d2;
  font-weight: 700;
}

.side-events-detail .side-events-notice h4{
  font-size: 22px;
  font-weight: 700;
  color: #0078d2;
  margin-bottom: 15px;
}
.side-events-detail .side-events-notice .item{
  border:2px solid #0078d2;
  padding: 2%;
  margin: 0;
}
.side-events-detail .side-events-notice .item01{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.side-events-detail .side-events-notice .item01 > div{
  margin: 0;
}
.side-events-detail .side-events-notice .btn{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 270px;
    min-height: 60px;
    padding: 16px 54px 16px 24px;
    border: 2px solid #0078d2;
    border-radius: 999px;
    color: #0078d2;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}
.side-events-detail .side-events-notice .btn .arrow {
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto 0;
  border-top: 2px solid #0078d2;
  border-right: 2px solid #0078d2;
  transform: rotate(45deg);
}
.side-events-detail .side-events-notice .btn:hover {
  background: #0078d2;
  color: #fff;
  opacity: 1;
}
.side-events-detail .side-events-notice .btn:hover .arrow {
  border-top-color: #fff;
  border-right-color: #fff;
}
.side-events-detail .txt_faq{
  display: flex;
  align-items: center;
}
.side-events-detail .txt_faq_first{
  border-top:2px solid #0078d2;
  padding-top: 1.5rem;
}

.side-events-detail .txt_faq:nth-child(even){
  padding: 0 0 1.5rem 0;
  border-bottom:2px solid #0078d2;
}

.side-events-detail .txt_faq strong{
  color: #d82100;
  font-size: 30px;
  font-weight: 700;
  margin-right: 20px;
}
.side-events-detail .txt_faq .txt_q{
  font-size: 20px;
  font-weight: 700;
}


.side-events-archive {
  width: 100%;
  padding: 0;
  margin: 0!important
}

.side-events-archive .inner {
  width: auto;
  max-width: calc(1000px + 8%);
  padding: 0 4%;
  margin: 0 auto;
}
  
.side-events-ttl h2{
    letter-spacing: 0.03em;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 30px;
}

.side-events-ttl p{
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 80px;
}

@media (max-width: 828px) {

  .side-events-detail .flow{
    gap: 10px 0;
  }


  .side-events-detail .side-events-judge .item{
    padding: 6%;
  }
  .side-events-detail .txt_notice{
    background-position: top 20px center;
    padding: 50px 6% 6% 6%;
  }
  .side-events-detail .side-events-notice .item01{
    flex-direction: column;
    gap: 20px;
  }
  .side-events-detail .side-events-notice .item{
    padding: 6%;
  }
  .side-events-detail .side-events-judge .item h4,
  .side-events-detail .side-events-notice h4{
    font-size: 18px;
  }

  .side-events-detail .txt_faq{
    align-items: baseline;
  }
  .side-events-detail .txt_faq strong{
    font-size: 20px;
  }


}




.side-events-consent {
  max-width: 500px;
  margin: 0 auto;
  padding: 32px;
  border: 1px solid var(--clr-blue);
  background: #fff;
}
.side-events-consent__checks {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.side-events-consent__check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.8;
}

.side-events-consent__check input {
  margin-top: 0.4em;
}

.side-events-consent__check a {
  text-decoration: underline;
}

.side-events-consent__check a:hover {
  text-decoration: none;
}

.side-events-apply-button {
  max-width: 330px;
  margin: 0 auto;
  display: flex;
}

.side-events-apply-button.is-disabled {
  background: #b4bcc7;
  pointer-events: none;
  cursor: default;
}

.side-events-list {
  display: grid;
  gap: 32px;
  width: 90%;
  max-width: 1000px;
  margin: 80px auto 0;
}

.side-events-card {
  display: grid;
  grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
  gap: 28px;
  padding: 28px;
  border: 1px solid var(--color-line);
  background: #fff;
  box-shadow: 0 12px 30px rgba(16, 20, 24, 0.08);
}

.side-events-card__image img {
  display: block;
  width: 100%;
  height: auto;
}

.side-events-card__image.is-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  padding: 24px;
  background: var(--color-surface);
}

.side-events-card__image.is-placeholder img {
  width: 100%;
  max-width: 180px;
  height: auto;
  object-fit: contain;
}

.side-events-card__title {
  margin: 0 0 18px;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
}

.side-events-card__meta {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.side-events-card__meta-item {
  display: grid;
  gap: 4px;
}

.side-events-card__meta-label {
  color: var(--color-muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.side-events-card__meta-value,
.side-events-card__content {
  font-size: 16px;
  line-height: 1.8;
}

.side-events-card__content > :last-child {
  margin-bottom: 0;
}

.side-events-card__website {
  margin-top: 18px;
}

.side-events-card__website a {
  text-decoration: underline;
}

.side-events-card__website a:hover {
  text-decoration: none;
}

.side-events-empty {
  width: 90%;
  max-width: 1000px;
  margin: 80px auto 0;
  padding: 48px 24px;
  text-align: center;
  border: 1px solid var(--color-line);
  background: #fff;
}

@media (max-width: 828px) {
  .side-events-archive {
    padding: 0 0 80px;
  }
  .side-events-ttl h2{
      font-size: 22px;
  }


  .side-events-consent {
    padding: 24px 20px;
  }
 .side-events-consent__check{
    font-size:14px;
  }
  .side-events-list,
  .side-events-empty {
    width: 100%;
    margin-top: 48px;
  }

  .side-events-card {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }

  .side-events-card__title {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

section.events.side-events-events {
  margin-top: 80px;
}

section.events.side-events-events ul.events-list {
  display: flex;
  flex-direction: column;
  gap: 120px;
  list-style: none;
  padding-left: 0;
}

section.events.side-events-events ul.events-list > li {
  display: flex;
  gap: 100px;
  position: relative;
  z-index: 1;
}

section.events.side-events-events ul.events-list > li > .inner {
  padding: 0;
  width: 100%;
}

section.events.side-events-events ul.events-list > li h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  background: url(../img/bg_red-line.png) repeat-y left top;
  padding: 10px 0 10px 30px;
}

section.events.side-events-events ul.events-list > li .event-wrapper {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

section.events.side-events-events ul.events-list > li .event-wrapper .img {
  width: 40%;
}

section.events.side-events-events ul.events-list > li .event-wrapper .img img {
  display: block;
  width: 100%;
  height: auto;
}

section.events.side-events-events ul.events-list > li .event-wrapper .img.dummy {
  background: #fff;
  border: 1px solid #dadada;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 350 / 300;
}

section.events.side-events-events ul.events-list > li .event-wrapper .img.dummy img {
  width: 130px;
}

section.events.side-events-events ul.events-list > li .event-wrapper .txt-area {
  width: calc(60% + 40px);
}

section.events.side-events-events ul.events-list > li .event-wrapper .txt-area > p {
  font-size: 16px;
  line-height: 2;
}

section.events.side-events-events ul.events-list > li .event-wrapper .txt-area .about-area {
  margin-top: 20px;
  border-top: 1px solid #b2b2b2;
  padding-top: 25px;
}

section.events.side-events-events ul.events-list > li .event-wrapper .txt-area .about-area dl {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 15px;
}

section.events.side-events-events ul.events-list > li .event-wrapper .txt-area .about-area dl:last-child {
  margin-bottom: 0;
}

section.events.side-events-events ul.events-list > li .event-wrapper .txt-area .about-area dl dt {
  width: 100px;
  border: 1px solid var(--color-header-blue);
  color: var(--color-header-blue);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  padding: 3px;
  text-align: center;
}

section.events.side-events-events ul.events-list > li .event-wrapper .txt-area .about-area dl dd {
  width: calc(100% - 120px);
  font-size: 16px;
  padding-top: 2px;
  line-height: 1.8;
}

section.events.side-events-events ul.events-list > li .event-wrapper .txt-area .about-area dl dd a {
  color: #3093de;
  text-decoration: underline;
}

section.events.side-events-events ul.events-list > li .event-wrapper .txt-area .about-area dl dd a:hover {
  text-decoration: none;
}

@media (max-width: 828px) {
  section.events.side-events-events {
    margin-top: 48px;
  }

  section.events.side-events-events ul.events-list {
    gap: 60px;
  }

  section.events.side-events-events ul.events-list > li {
    gap: 60px;
  }

  section.events.side-events-events ul.events-list > li h2 {
    font-size: 18px;
  }

  section.events.side-events-events ul.events-list > li .event-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  section.events.side-events-events ul.events-list > li .event-wrapper .img {
    width: 100%;
    margin: 0 auto;
  }

  section.events.side-events-events ul.events-list > li .event-wrapper .img.dummy {
    aspect-ratio: 350 / 200;
  }

  section.events.side-events-events ul.events-list > li .event-wrapper .txt-area {
    width: 100%;
  }

  section.events.side-events-events ul.events-list > li .event-wrapper .txt-area .about-area dl {
    flex-direction: column;
    gap: 5px;
    margin-bottom: 25px;
  }

  section.events.side-events-events ul.events-list > li .event-wrapper .txt-area .about-area dl dd {
    width: 100%;
  }
}


@media (max-width: 828px) {

  .privacy_page h2{
    font-size: 28px;
  }
    .privacy_page h3{
    font-size: 28px;
    margin-bottom: 25px;
    text-indent: -1.6rem;
    padding-left: 1.6rem;
  }
.privacy_page p{
  line-height: 1.8;
  font-size: 14px;
}
}
/* Exhibitors modal slider alignment */
.modal-stack--exhibitors .modal-stack__viewport {
  position: relative;
  z-index: 1;
  width: 90%;
  height: 90%;
  max-width: 1100px;
  max-height: 700px;
  overflow: hidden;
}

.modal-stack--exhibitors .modal-stack__track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease;
  will-change: transform;
}

.modal-stack--exhibitors .modal-stack__track.is-instant {
  transition: none;
}

.modal-stack--exhibitors .modal-stack__track > .modal-card {
  display: flex;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  max-height: none;
}

.modal-stack--exhibitors .modal-stack__nav--prev {
  left: calc(50% - min(45vw, 550px) - 30px);
}

.modal-stack--exhibitors .modal-stack__nav--next {
  right: calc(50% - min(45vw, 550px) - 30px);
}

.modal-stack--exhibitors .modal-card {
  padding: 55px 20px;
}

.modal-stack--exhibitors .modal-card__body {
  width: 90%;
  height: 100%;
  max-height: none;
  margin: 0 auto;
  overflow-y: auto;
  padding-right: 10px;
}

@media (max-width: 828px) {
  .modal-stack--exhibitors .modal-stack__viewport {
    width: 90%;
    height: 80vh;
    max-height: 100%;
  }

  .modal-stack--exhibitors .modal-stack__nav--prev {
    left: 8px;
  }

  .modal-stack--exhibitors .modal-stack__nav--next {
    right: 8px;
  }

  .modal-stack--exhibitors .modal-card {
    padding: 20px 5%;
  }

  .modal-stack--exhibitors .modal-card__body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding-right: 0;
  }
}

/* ここから静的ページ */

.entry--sandbox .entry-content {
  margin-top: 0;
}

.about-intro{
  max-width: calc(1000px + 8%);
  text-align: center;
  padding: 0 4% 150px;
  margin: 0 auto;
}
.about-intro h2{
  font-size: 36px;
  font-weight: 900;

}
.about-intro p{
  font-size: 20px;
  line-height: 2;
  max-width: 1000px;
  margin: 40px auto 0;
}

.about-theme{
  background: url("../img/about/bg_theme.png") top right no-repeat #f2f2f2;
}
.about-theme p.txt{
  font-size: 20px;
  line-height: 2;
  max-width: calc(1000px + 8%);
  padding: 0 4%;
  margin: 0 auto 80px;
}

.about-theme-grid {
  max-width: calc(1000px + 8%);
  margin: 0 auto;
  padding: 0 4% 80px;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 20px;
}
.about-theme-grid .about-theme-item{
  width: 32%;
}


.about-theme-item .btn-grad-blue {
  width: 80%;
  justify-content: center;
}

.about-gse205{
  max-width: calc(1300px + 8%);
  text-align: center;
  padding: 80px 4% 150px;
  margin: 0 auto;
}
.about-gse205 h2{
  font-size: 36px;
  font-weight: 900;
  margin: 0 auto 40px;
}
.about-gse205 p.txt {
    font-size: 20px;
    line-height: 2;
    max-width: calc(1300px + 8%);
    padding: 0 4%;
    margin: 0 auto 40px;
}
.about-gse2025-detail{
  max-width: 900px;
  margin: 0 auto 80px !important;
}
.about-gse205 .about-gse2025-photo{
  margin: 0 auto 80px;
}
.about-gse205 .btn-grad-blue{
  margin: 0 auto;
}


.about-participants{
  padding-bottom: 120px;
  border-left:60px solid #fff;
  border-right:60px solid #fff;
  background-color: #f3f3ff;
}
.about-participants .img_pc{
  display: block;
  max-width: calc(900px + 8%);
  margin: 0 auto;
  padding: 0 4%;
}
.about-participants .img_sp{
  display: none;
}

.about-logomark .about-logomark-group{
  display: flex;
  max-width: calc(1000px + 8%);
  margin:0 auto;
  padding: 0 4%;
  justify-content: center;
  gap: 10%;
}
.about-logomark .about-logomark-group p{
  line-height: 2;
}
@media (max-width: 828px) {
  .entry--about{
    padding: 0;
  }
  .about-intro{
    padding: 0 4% 75px;
  }

  .about-intro h2{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
    word-break: break-all;
  }

  .about-intro p{
    line-height: 1.8;
    font-size: 16px;
  }
  .about-theme{
    background-size: 50%;
  }
  .about-theme p.txt{
      font-size: 16px;
      margin-bottom: 40px;
  }
    .about-theme-grid{
    justify-content: center;
    gap: 0 2% ;
  }
  .about-theme-grid .about-theme-item{
    width: 49%;
    margin: 0 0 20px;
  }
  .about-theme-grid .about-theme-item:nth-child(5),
  .about-theme-grid .about-theme-item:nth-child(6){
    margin: 0;
  }
  .about-gse205{
    padding-bottom: 80px;
  }
  .about-gse205 h2{
    font-size: 22px;
    font-weight: bold;
  }

  .about-gse205 p.txt{
    font-size: 16px;

  }
  .about-gse2025-detail{
    margin:0 16% 40px !important;
  }
  .about-gse205 .about-gse2025-photo{
    flex-wrap: wrap!important;
    gap: 15px 4%;
    margin: 0 0 40px;
  }
    .about-gse205 .about-gse2025-photo .wp-block-column{
    flex-basis: 48%;
  }

  .about-participants{
    padding-bottom: 80px;
    border:4vw solid #fff
  }
  .about-participants .hero-heading-group{
    padding: 75px calc(10% - 4vw) 40px;
  }
  .about-participants .img_pc{
    display: none;
  }
  .about-participants .img_sp{
    display: block;
    padding: 0 4%;
  }
  .about-logomark .about-logomark-group{
    flex-direction: column;
    margin: 0 auto;
    gap: 40px;
  }
  .about-logomark .about-logomark-group .logo{
    text-align: center;
    max-width: 60%;
    margin: 0 auto;
  }

  
}



.exhibitors_page{
  max-width: calc(1000px + 8%);
  margin: 0 auto;
  padding-left: 4%;
  padding-right: 4%;
}

.exhibitors_page h2{
  letter-spacing: 0.03em;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 30px;
}

.exhibitors_page h3{
  line-height: 1;
  letter-spacing: 0.03em;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 30px;
}

.exhibitors_page h3:first-letter{
  color: var(--clr-red);
}

.exhibitors_page ol{
  list-style: auto;
  margin: 0;
}
.exhibitors_page ol li::marker{
}
.exhibitors_page li{
  margin-bottom: 5px;
}
.exhibitors_page ol li strong{
  font-size: 24px;
  line-height: 1.6;
  display: block;
}
.exhibitors_page .indent_block{
  margin-top: 0!important;
  margin-left: 1em!important;
}
.exhibitors_page h4{
    font-size: 22px;
    font-weight: 700;
}

.exhibitors_page p{
  line-height: 1.8;
  font-size: 16px;
  margin-block-start:0;
}

.exhibitors_page .mb_last{
  margin-bottom: 80px;
}

.privacy_page{
  max-width: calc(1000px + 8%);
  margin: 0 auto;
  padding-left: 4%;
  padding-right: 4%;
}

.privacy_page h2{
  letter-spacing: 0.03em;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 30px;
}

.privacy_page h3{
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 30px;
}

.privacy_page h3:first-letter{
  color: var(--clr-red);
}

.privacy_page p{
  line-height: 1.8;
  font-size: 16px;
}

.privacy_page .mb_last{
  margin-bottom: 80px;
}

.privacy_page a {
  text-decoration: underline;
}

.privacy_page a:hover{
  text-decoration: none;
}


.guidelines_page{
  max-width: calc(1000px + 8%);
  padding-left: 4%;
  padding-right:4% ;
  margin: 0 auto;
}
.guidelines_page h2{
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 30px; 
}
.guidelines_page h3{
  line-height: 1;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 30px; 
}
.guidelines_page h3:first-letter{
  color: var(--clr-red);
}
.guidelines_page h4{
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1rem; 
}
.guidelines_page ul{
  margin-bottom: 40px;
}

.guidelines_page p{
  line-height: 1.8;
  font-size: 16px;
}

.guidelines_page .mb_last{
  margin-bottom: 80px;
}
.guidelines_page a {
  text-decoration: underline;
}
.guidelines_page a:hover{
  text-decoration: none;
}

.guidelines_page table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #0078d2;
  background: #fff;
}

.guidelines_page table th,
.guidelines_page table td {
  padding: 18px 18px;
  border-bottom: 2px solid #0078d2;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  vertical-align: top;
}

.guidelines_page table th:first-child,
.guidelines_page table td:first-child {
  width: 25%;
  text-align: center;
  font-weight: 700;
}

.guidelines_page table th:last-child,
.guidelines_page table td:last-child {
  width: 75%;
}

.guidelines_page table th {
  min-width: 140px;
  border-right: 2px solid #0078d2;
  background: #f5f8fa;
  font-weight: 700;
  color: #101418;
  text-align: center;
}

.guidelines_page table td {
  background: #fff;
  color: #101418;
  border-right: 2px solid #0078d2;
}

.guidelines_page table tr:last-child th,
.guidelines_page table tr:last-child td {
  border-bottom: 0;
}

.guidelines_page .guidelines-flow01,.guidelines_page .guidelines-flow02,
.guidelines_page .guidelines-flow03,.guidelines_page .guidelines-flow04  {
  padding: 0 0 0 90px;
  margin-bottom: 60px;
  position: relative;
}
.guidelines_page .guidelines-flow01:after,
.guidelines_page .guidelines-flow02:after,
.guidelines_page .guidelines-flow03:after {
  content: "";
  width: 2px;
  height: 40px;
  background: #0078d2;
  left: 30px;
  position: absolute;
  bottom: -50px;
}

.guidelines_page .guidelines-flow01 p,.guidelines_page .guidelines-flow02 p,
.guidelines_page .guidelines-flow03 p,.guidelines_page .guidelines-flow04  p{
  margin-top: 0;
}
.guidelines_page .guidelines-flow01{
  background: url("../img/ico_guidelines-flow01.svg") top left no-repeat;
  background-size: 60px auto;
}
.guidelines_page .guidelines-flow02{
  background: url("../img/ico_guidelines-flow02.svg") top left no-repeat;
  background-size: 60px auto;
}
.guidelines_page .guidelines-flow03{
  background: url("../img/ico_guidelines-flow03.svg") top left no-repeat;
  background-size: 60px auto;
}
.guidelines_page .guidelines-flow04{
  background: url("../img/ico_guidelines-flow04.svg") top left no-repeat;
  background-size: 60px auto;
}


@media (max-width: 828px) {
  .exhibitors_page h2,.exhibitors_page h3,.privacy_page h2,.guidelines_page h2,.guidelines_page h3,.side-events-detail h2,.side-events-detail h3{
    font-size: 28px;
    margin-bottom: 20px;
  }
  .exhibitors_page ol li strong{
    font-size: 18px;;
  }
  .exhibitors_page ol li::marker{
  font-size:18px ;
  }
  .exhibitors_page .mb_last,.privacy_page .mb_last,.guidelines_page .mb_last,.side-events-detail .mb_last{
    margin-bottom: 60px;
  }
  .privacy_page h3{
    font-size: 22px;
    margin-bottom: 20px;
    text-indent: -1.3rem;
    padding-left: 1.3rem;
  }
  .guidelines_page h4{
    font-size: 17px;
  }


  .guidelines_page > table,
  .guidelines_page > table tbody,
  .guidelines_page > table tr,
  .guidelines_page > table th,
  .guidelines_page > table td {
    display: block;
    width: 100%;
  }

.guidelines_page > table tr {
    border-bottom: 1px solid #d9e1e7;
  }

  .guidelines_page > table th {
    min-width: 0;
    padding: 16px 16px 10px;
    border-bottom: 0;
  }

.guidelines_page > table td {
    padding: 0 16px 16px;
    border-bottom: 0;
  }

.guidelines_page .guidelines-flow01,.guidelines_page .guidelines-flow02,
.guidelines_page .guidelines-flow03,.guidelines_page .guidelines-flow04  {
  padding: 0 0 0 80px;
  margin-bottom: 50px;
  position: relative;
}
.guidelines_page .guidelines-flow01:after,
.guidelines_page .guidelines-flow02:after,
.guidelines_page .guidelines-flow03:after {
  height: 60px;
  left: 30px;
  bottom: -40px;
}
.guidelines_page .guidelines-flow04  {
  margin-bottom: 0;
}
}
.pagetop {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 50%;
  background: var(--clr-red);
  cursor: pointer;
  z-index: 80;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.pagetop.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.pagetop:hover {
  opacity: 0.88;
}

.pagetop span {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
}

@media (max-width: 828px) {
  .pagetop {
    right: 16px;
    bottom: 16px;
    width: 56px;
    height: 56px;
  }

  .pagetop span {
    width: 12px;
    height: 12px;
    border-top-width: 2px;
    border-right-width: 2px;
    top: 7px;
  }

  .exhibitors_page h3{
    line-height: 1.6;
  }

}


.inquiries_page{
  max-width: calc(1000px + 8%);
  margin: 0 auto;
  padding: 0 4%;
}

.inquiries_page .wpcf7-form {
  margin-top: 48px;
}

.inquiries_page .contact-form-row + .contact-form-row {
  margin-top: 24px;
}

.inquiries_page .contact-form-row > label {
  display: block;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.inquiries_page .contact-form-row .wpcf7-form-control-wrap {
  display: block;
  margin-top: 10px;
}

.inquiries_page input[type="text"],
.inquiries_page input[type="email"],
.inquiries_page select,
.inquiries_page textarea {
  width: 100%;
  border: 1px solid #d6d9df;
  border-radius: 0;
  background: #fff;
  padding: 14px 16px;
  color: #111;
  font-size: 16px;
  line-height: 1.6;
}

.inquiries_page select {
  background-image: linear-gradient(45deg, transparent 50%, #00a0ef 50%), linear-gradient(135deg, #00a0ef 50%, transparent 50%);
  background-position: calc(100% - 24px) calc(50% - 2px), calc(100% - 18px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 44px;
}

.inquiries_page textarea {
  min-height: 220px;
  resize: vertical;
}

.inquiries_page input[type="text"]:focus,
.inquiries_page input[type="email"]:focus,
.inquiries_page select:focus,
.inquiries_page textarea:focus {
  border-color: #00a0ef;
  outline: none;
}

.inquiries_page .wpcf7-not-valid-tip {
  margin-top: 8px;
  color: #e60012;
  font-size: 13px;
  line-height: 1.5;
}

.inquiries_page .wpcf7 form .wpcf7-response-output {
  margin: 24px 0 0;
  padding: 14px 16px;
  border: 1px solid #00a0ef;
  font-size: 14px;
  line-height: 1.6;
}

.inquiries_page .contact-form-submit {
  margin-top: 40px;
  text-align: center;
}

.inquiries_page .contact-form-submit .wpcf7-submit {
  min-width: 280px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(90deg, #00a0ef 0%, #1d58a7 100%);
  padding: 16px 28px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transition: opacity .2s ease;
}

.inquiries_page .contact-form-submit .wpcf7-submit:hover {
  opacity: .88;
}

.inquiries_page .contact-form-submit .wpcf7-spinner {
  display: block;
  margin: 14px auto 0;
}

@media (max-width: 828px) {
  .inquiries_page .wpcf7-form {
    margin-top: 32px;
  }

  .inquiries_page .contact-form-row + .contact-form-row {
    margin-top: 20px;
  }

  .inquiries_page .contact-form-row > label {
    font-size: 15px;
  }

  .inquiries_page input[type="text"],
  .inquiries_page input[type="email"],
  .inquiries_page select,
  .inquiries_page textarea {
    padding: 12px 14px;
    font-size: 15px;
  }

  .inquiries_page textarea {
    min-height: 180px;
  }

  .inquiries_page .contact-form-submit {
    margin-top: 32px;
  }

  .inquiries_page .contact-form-submit .wpcf7-submit {
    width: 100%;
    min-width: 0;
  }
}
