@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*****************************************
 * 数値から単位を取り除く
******************************************/
/*****************************************
 * px→remの計算
******************************************/
/*****************************************
 * vwの計算
******************************************/
/*****************************************
 * line-heightの計算
******************************************/
html {
  font-size: 16px;
}
@media (max-width: 1040px) {
  html {
    font-size: 1.5384615385vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Meiryo", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  background-color: #000e3a;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

/* ある時からbr消去 
----------------------------------------------- */
@media screen and (max-width: 399px) {
  .sm-remove {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .md-remove {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  .lg-remove {
    display: none;
  }
}

/* ある時からbr追加
----------------------------------------------- */
.sm-add {
  display: none;
}
@media screen and (max-width: 399px) {
  .sm-add {
    display: block;
  }
}

.md-add {
  display: none;
}
@media screen and (max-width: 767px) {
  .md-add {
    display: block;
  }
}

.lg-add {
  display: none;
}
@media screen and (max-width: 999px) {
  .lg-add {
    display: block;
  }
}

.l-header {
  position: fixed;
  z-index: 900;
  top: 0;
  right: 0;
  left: 0;
}

.l-overview {
  padding: 1.875rem 0 3.0625rem 0;
}
@media screen and (max-width: 767px) {
  .l-overview {
    padding: 1.875rem 0;
  }
}

.l-point {
  padding-bottom: 4.9375rem;
}
@media screen and (max-width: 767px) {
  .l-point {
    padding-bottom: 1.875rem;
  }
}

.l-speaker {
  padding-bottom: 4.9375rem;
}
@media screen and (max-width: 767px) {
  .l-speaker {
    padding-bottom: 1.875rem;
  }
}

.l-sponsor {
  padding-bottom: 4.9375rem;
}
@media screen and (max-width: 767px) {
  .l-sponsor {
    padding-bottom: 1.875rem;
  }
}

.l-place {
  padding-bottom: 5.5625rem;
}
@media screen and (max-width: 767px) {
  .l-place {
    padding-bottom: 1.875rem;
  }
}

.l-contact {
  padding: 2.4375rem 0 4.25rem;
}
@media screen and (max-width: 767px) {
  .l-contact {
    padding: 1.875rem 0;
  }
}

.l-privacy-policy {
  padding: 2.3125rem 0 4.3125rem 0;
}
@media screen and (max-width: 767px) {
  .l-privacy-policy {
    padding: 1.875rem 0;
  }
}

.l-exhibition {
  padding: 2.4375rem 0 4.25rem;
}
@media screen and (max-width: 767px) {
  .l-exhibition {
    padding: 1.875rem 0;
  }
}

.l-program {
  padding: 2.4375rem 0 4.25rem;
}
@media screen and (max-width: 767px) {
  .l-program {
    padding: 1.875rem 0;
  }
}

.c-inner {
  max-width: 58.75rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-inner {
    max-width: 40rem;
  }
}

.c-sec-title {
  font-size: 1.75rem;
  font-weight: 500;
  font-family: "Meiryo", sans-serif;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-sec-title {
    font-size: 1.5rem;
  }
}

.c-content-title {
  font-size: 1.375rem;
  font-weight: 500;
  font-family: "Meiryo", sans-serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-content-title {
    font-size: 1.25rem;
  }
}

.c-sub-title {
  font-size: 1.75rem;
  font-weight: 500;
  font-family: "Meiryo", sans-serif;
  color: #fff;
  text-align: center;
}

.c-sec-line {
  border-top: 0.3125rem solid #00ff80;
}

/*--------------------------------
ページtop
--------------------------------*/
.js-scroll-fadein {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
}
.js-scroll-fadein.is-fadein {
  visibility: visible;
  opacity: 1;
}

.arrow {
  position: fixed;
  right: 12px;
  bottom: 12px;
  color: #fff;
  cursor: pointer;
  background-color: #c4c4c4;
  border-radius: 22px;
  padding: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.arrow:hover {
  opacity: 0.8;
  bottom: 15px;
  -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.5);
}
.arrow:before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: 13px;
}
.arrow:before {
  top: 14px;
}

.p-header__top {
  background-color: #000e3a;
  height: 5.5625rem;
}
@media screen and (max-width: 767px) {
  .p-header__top {
    height: 3.125rem;
  }
}

.p-header__top-inner {
  padding: 0 3.125rem;
  max-width: 62.5rem;
  width: 100%;
  margin: 0 auto;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-header__top-inner {
    padding: 0 1.25rem;
  }
}

.p-header__bottom {
  padding: 1.5625rem;
  background-color: #00ff80;
}
@media screen and (max-width: 767px) {
  .p-header__bottom {
    padding: 0.625rem;
  }
}

.p-header__bottom-inner {
  height: inherit;
}

.p-header__logo {
  max-width: 18.6875rem;
  width: 100%;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    max-width: 9.375rem;
  }
}
.p-header__logo img {
  height: auto;
}

.p-header__logo a {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__nav {
  height: inherit;
}
.p-header__nav-list {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-header__nav-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.625rem;
  }
}

.p-header__nav-item {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-header__nav-item.p-header__nav-item--contact {
  margin-left: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__nav-item a,
.p-header__nav-item span {
  padding: 0 1.25rem;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Meiryo", sans-serif;
  color: #000e3a;
  line-height: 1;
  color: #333;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-header__nav-item a,
  .p-header__nav-item span {
    padding: 0 1em;
    font-size: 0.75rem;
  }
}

.p-header__nav-item.p-header__nav-item--contact a,
.p-header__nav-item.p-header__nav-item--contact span {
  padding: 1rem 2.0625rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  position: relative;
  height: initial;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-header__nav-item.p-header__nav-item--contact a,
  .p-header__nav-item.p-header__nav-item--contact span {
    padding: 0.5rem 0.625rem;
    font-size: 1rem;
  }
}

.p-header__hamburger {
  display: none;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  position: relative;
  z-index: 999;
  width: 2.5rem;
  height: inherit;
  background-color: #DE8430;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__hamburger.is-open {
  background-color: transparent;
}

.p-header__hamburger span {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 0.9375rem;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-header__hamburger span:nth-of-type(1) {
  top: -0.25rem;
}

.p-header__hamburger span:nth-of-type(2) {
  top: 0;
}

.p-header__hamburger span:nth-of-type(3) {
  top: 0.25rem;
}

.p-header__hamburger.is-open span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.p-header__hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.p-header__hamburger.is-open span:nth-of-type(3) {
  top: -0.125rem;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.p-header__drawer {
  padding: 14.25rem 0;
  display: none;
  position: absolute;
  z-index: 900;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(98, 58, 20, 0.95);
  overflow-y: scroll;
  scrollbar-width: none;
}

.p-header__drawer::-webkit-scrollbar {
  display: none;
}

.p-header__drawer-item a {
  padding: 0.9375rem 0;
  display: block;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.p-header__drawer-item.p-header__drawer-item--contact a::after {
  content: "";
  margin-bottom: 0.3125rem;
  margin-left: 1.25rem;
  width: 0.9375rem;
  height: 0.9375rem;
  display: inline-block;
  background-image: url(./../images/common/contact-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.p-footer {
  width: 100%;
  margin-bottom: 1.4375rem;
  padding-top: 0.3125rem;
  padding-bottom: 1.25rem;
  background-color: #00ff80;
}

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

.p-footer__wrap {
  margin-top: 1.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-footer__logo {
  max-width: 18.6875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    max-width: 15rem;
  }
}
.p-footer__logo img {
  height: auto;
}

.p-footer__text-wrap {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__text-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.3125rem;
  }
}

.p-footer__text {
  font-size: 1rem;
  font-weight: 500;
  font-family: "Meiryo", sans-serif;
  color: #000e3a;
}

.p-footer__text-img {
  max-width: 22.25rem;
  width: 100%;
}
.p-footer__text-img img {
  height: auto;
}

.p-footer__nav {
  margin-top: 1.75rem;
}

.p-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__list {
    gap: 3.125rem;
  }
}

.p-footer__item a {
  font-size: 1rem;
  font-weight: 700;
  font-family: "Meiryo", sans-serif;
  color: #000e3a;
}

.p-sub-mv {
  position: relative;
  height: inherit;
  min-height: 3.6875rem;
}

.p-sub-mv__inner {
  height: inherit;
  min-height: inherit;
}

.p-sub-mv__title-wrap {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-sub-mv__main-title {
  font-size: 2.5rem;
  color: #00ff80;
  font-family: "Arial", sans-serif;
  text-shadow: 0 0 10px rgb(0, 5, 19);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-sub-mv__main-title {
    font-size: 1.5rem;
  }
}

.p-sub-mv__img {
  height: inherit;
  min-height: inherit;
  width: 100%;
}
.p-sub-mv__img img {
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: inherit;
}

/* デフォルトテンプレート用 */
.index-default__content {
  margin-top: 4rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .index-default__content {
    margin-top: 7.5rem;
  }
}
.index-default__content h2 {
  margin-top: 5rem;
  padding-bottom: 1.875rem;
  font-size: 1.75rem;
  line-height: 1.5;
  border-bottom: 0.125rem solid #fff;
}

@media screen and (max-width: 767px) {
  .index-default__content h2 {
    margin-top: 4rem;
    padding-bottom: 1.5rem;
    font-size: 1.25rem;
  }
}
.index-default__content h3 {
  margin-top: 5rem;
  padding: 1.5rem 0;
  font-size: 1.5rem;
  line-height: 1.5;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .index-default__content h3 {
    margin-top: 4rem;
    padding: 1.25rem 0;
    font-size: 1.125rem;
  }
}
.index-default__content h4 {
  margin-top: 4rem;
  padding: 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  background-color: #F3F5F5;
}

@media screen and (max-width: 767px) {
  .index-default__content h4 {
    margin-top: 3rem;
    font-size: 1rem;
  }
}
.index-default__content h5 {
  margin-top: 3rem;
  padding: 0.5rem 0 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-left: 0.25rem solid #fff;
}

@media screen and (max-width: 767px) {
  .index-default__content h5 {
    margin-top: 2.5rem;
    padding: 0.25rem 0 0.25rem 1rem;
    font-size: 0.9375rem;
  }
}
.index-default__content h6 {
  margin-top: 2.375rem;
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .index-default__content h6 {
    margin-top: 2rem;
    font-size: 0.875rem;
  }
}
.index-default__content p {
  margin-top: 2.375rem;
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .index-default__content p {
    margin-top: 1.25rem;
  }
}
.index-default__content p a {
  color: #73B2C8;
  -webkit-text-decoration: underline #73B2C8;
  text-decoration: underline #73B2C8;
}

.index-default__content ul {
  margin-top: 2.375rem;
}

@media screen and (max-width: 767px) {
  .index-default__content ul {
    margin-top: 2rem;
  }
}
.index-default__content ul li {
  padding-left: 1.375rem;
  font-size: 1rem;
  line-height: 1.5;
  text-indent: -1.125rem;
}

.index-default__content ul li:not(:first-of-type),
.index-default__content ol li:not(:first-of-type) {
  margin-top: 1rem;
}

.index-default__content ul li::before {
  content: "";
  margin-right: 0.625rem;
  position: relative;
  top: -0.1875rem;
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
}

.index-default__content ol {
  margin-top: 2.375rem;
  counter-reset: number;
}

@media screen and (max-width: 767px) {
  .index-default__content ol {
    margin-top: 2rem;
  }
}
.index-default__content ol li {
  padding-left: 1.75rem;
  font-size: 1rem;
  line-height: 1.5;
  text-indent: -0.75rem;
}

.index-default__content ol li::before {
  counter-increment: number;
  content: counter(number) ".";
  margin-right: 0.625rem;
  display: inline-block;
  line-height: 1;
}

.index-default__content figure {
  margin-top: 2rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .index-default__content figure {
    margin-top: 3rem;
  }
}
.index-default__content figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-mv {
  position: relative;
  height: calc(100vh - 9.9375rem);
  min-height: 25rem;
  border-bottom: 0.3125rem solid #00ff80;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .p-mv {
    height: calc(100vh - 5rem);
  }
}

.p-mv__inner {
  height: inherit;
  min-height: inherit;
}

.p-mv-container {
  max-width: 55.625rem;
  width: 100%;
  height: inherit;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mv-container {
    max-width: 37.5rem;
    padding: 0 1.25rem;
  }
}

.p-mv__title-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}

.p-mv__main-title {
  margin-top: 0.5625rem;
  font-size: 5rem;
  color: #00ff80;
  font-family: "Arial", sans-serif;
  text-shadow: 0 0 10px rgb(0, 5, 19);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-mv__main-title {
    font-size: 1.875rem;
  }
}

.p-mv__sub-title {
  margin-top: 1.25rem;
  font-size: 1.75rem;
  font-weight: 700;
  color: #00ff80;
  font-family: "Meiryo", sans-serif;
  text-shadow: 0 0 10px rgb(0, 5, 19);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-mv__sub-title {
    margin-top: 0.625rem;
    font-size: 1rem;
    line-height: 1.475;
  }
}

.p-mv__main-title-wrap {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-mv__main-title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-mv__main-title-wrap span:first-of-type {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-mv__main-title-wrap span:first-of-type {
    font-size: 1.75rem;
  }
}
.p-mv__main-title-wrap span:last-of-type {
  font-size: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-mv__main-title-wrap span:last-of-type {
    font-size: 6.25rem;
    text-align: right;
  }
}

.p-mv__day-img {
  max-width: 17.4375rem;
  position: absolute;
  bottom: 1.9375rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-mv__day-img {
    max-width: 12.5rem;
    left: 1.25rem;
  }
}
.p-mv__day-img img {
  height: auto;
}

.p-mv__img,
.p-mv__img img {
  height: inherit;
  min-height: inherit;
}

.p-mv__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-overview__inner {
  text-align: center;
}

.c-content-title.p-overview__content-title {
  margin-top: 1.875rem;
}

.p-overview__content-text {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Meiryo", sans-serif;
  color: #fff;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-overview__content-text {
    padding: 0 1.25rem;
    font-size: 0.875rem;
    text-align: left;
  }
}

.p-overview__btn-wrap {
  margin-top: 1.25rem;
}

.c-btn__registration {
  display: block;
  max-width: 11.25rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-btn__registration {
    max-width: 12.5rem;
  }
}

.p-point__content {
  padding-top: 1.5625rem;
  text-align: center;
}

.p-point__content-text {
  margin-top: 2.125rem;
  padding: 0 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Meiryo", sans-serif;
  color: #fefefe;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-point__content-text {
    margin-top: 1.25rem;
    font-size: 0.875rem;
  }
}

.p-speaker__content {
  padding-top: 1.5625rem;
}

.p-speaker__list {
  margin: 1.6875rem auto 0 auto;
  max-width: 43.75rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .p-speaker__list {
    margin-top: 1.25rem;
    gap: 1.25rem;
  }
}

.p-speaker__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
  background-color: #303b5f;
}
@media screen and (max-width: 767px) {
  .p-speaker__item {
    padding: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-speaker__item-img {
  max-width: 11.25rem;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-speaker__item-img img {
  height: auto;
}

.p-speaker__item-content {
  font-family: "Meiryo", sans-serif;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-speaker__item-content {
    width: 100%;
  }
}

.p-speaker__item-title {
  font-size: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-speaker__item-title {
    font-size: 1.25rem;
  }
}

.p-speaker__item-affiliation {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-speaker__item-affiliation {
    font-size: 0.75rem;
  }
}

.p-speaker__item-name {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-speaker__item-name {
    font-size: 1.875rem;
  }
}

.p-sponsor__content {
  padding-top: 1.75rem;
}

.p-sponsor__list {
  margin-top: 2.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.125rem;
}

.p-sponsor__item-title {
  font-size: 1.625rem;
  font-weight: 500;
  font-family: "Meiryo", sans-serif;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sponsor__item-title {
    font-size: 1.25rem;
  }
}

.p-sponsor__item-img-wrap {
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.0625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-sponsor__item-img-wrap {
    gap: 1.25rem;
  }
}
.p-sponsor__item-img-wrap figure img {
  max-width: 11.25rem;
  width: 100%;
  aspect-ratio: 180/180;
  max-width: 9.375rem;
}

.p-sponsor__item:nth-of-type(1) .p-sponsor__item-img-wrap figure img,
.p-sponsor__item:nth-of-type(2) .p-sponsor__item-img-wrap figure img {
  max-width: 10.78125rem;
}

.p-sponsor__item:nth-of-type(4) .p-sponsor__item-img-wrap figure img {
  max-width: 7.96875rem;
}

.p-place__content {
  padding-top: 1.6875rem;
}

.c-content-title.p-place__content-title {
  margin-top: 2.3125rem;
  font-size: 1.625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-content-title.p-place__content-title {
    margin-top: 0.625rem;
  }
}

.p-place__content-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-place__content-text-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 0.3125rem;
  }
}

.c-content-text.p-place__content-text {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-content-text.p-place__content-text {
    font-size: 0.875rem;
  }
}

.p-place__map-wrap {
  margin-top: 1.75rem;
  width: 100%;
}
.p-place__map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 47.5%;
}
@media screen and (max-width: 767px) {
  .p-place__map {
    height: 18.75rem;
  }
}

.p-place__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-privacy-policy__items {
  margin-top: 2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.5625rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy__items {
    margin-top: 1.25rem;
    gap: 1.875rem;
  }
}

.p-privacy-policy__item {
  font-family: "Meiryo", sans-serif;
  color: #fff;
}

.p-privacy-policy__term {
  padding: 0.5625rem 0.625rem;
  font-size: 1.25rem;
  font-weight: 700;
  border-left: 0.625rem solid #00ff80;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy__term {
    font-size: 1.125rem;
  }
}

.p-privacy-policy__description {
  margin-top: 0.875rem;
  font-size: 1rem;
  line-height: 1.63;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy__description {
    font-size: 0.875rem;
  }
}

.c-sub-title.p-contact__title {
  margin-bottom: 3.25rem;
}

.c-inner.p-contact__inner {
  max-width: 46.25rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-inner.p-contact__inner {
    max-width: 37.5rem;
  }
}

.p-form__wrap {
  width: 100%;
}
.p-form__wrap + .p-form__wrap {
  margin-top: 2.9375rem;
}
@media screen and (max-width: 767px) {
  .p-form__wrap + .p-form__wrap {
    margin-top: 1.25rem;
  }
}

.p-form__label {
  padding-left: 0.375rem;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "Meiryo", sans-serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-form__label {
    font-size: 1rem;
  }
}

.p-form__input {
  margin-top: 0.6875rem;
}
.p-form__input input {
  width: 100%;
  min-height: 2.1875rem;
  padding: 0.625rem;
  font-size: 1rem;
}

.p-form-input input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.p-form__wrap--textarea textarea {
  padding: 0.625rem;
  width: 100%;
  min-height: 9.9375rem;
  resize: none;
}
.p-form__wrap--textarea textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.p-form__textarea {
  margin-top: 0.625rem;
}

.p-form__submit {
  text-align: center;
  margin-top: 3.0625rem;
}
@media screen and (max-width: 767px) {
  .p-form__submit {
    margin-top: 1.875rem;
  }
}
.p-form__submit input {
  padding: 0.875rem 6.375rem;
  color: #fff;
  display: inline-block;
  font-size: 1.5625rem;
  line-height: 1;
  background-color: transparent;
  background-image: none;
  border: 0.0625rem solid #fff;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-form__submit input {
    font-size: 1.125rem;
  }
}

.p-form-submit input:hover,
.p-form-submit input:focus {
  outline: none;
}

.p-form-submit input:hover {
  opacity: 0.8;
}

.p-form-submit input::-moz-foucus-inner {
  padding: 0;
  border: none;
}

.p-contact .wpcf7-not-valid-tip {
  margin-top: 0.625rem;
}

.p-contact .wpcf7-spinner {
  display: block;
  margin: 0.3125rem auto 0 auto;
}

.p-contact .wpcf7-response-output {
  line-height: 1.5;
}

.p-exhibition__list {
  margin-top: 2.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-exhibition__list {
    margin-top: 1.875rem;
    gap: 1.25rem;
  }
}

.p-exhibition__item-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 0.625rem solid #00ff80;
  background-color: #303b5f;
}
@media screen and (max-width: 767px) {
  .p-exhibition__item-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-left: 0.3125rem solid #00ff80;
  }
}

.p-exhibition__item a .p-exhibition__item-title::after {
  content: "";
  margin-right: 0.625rem;
  margin-bottom: -0.1875rem;
  margin-left: 0.625rem;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background-image: url(../img/icon_blank.webp);
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-exhibition__item a .p-exhibition__item-title::after {
    width: 0.75rem;
    height: 0.75rem;
  }
}

.p-exhibition__item-img {
  max-width: 11.25rem;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-exhibition__item-img {
    margin: 1rem auto 0 auto;
  }
}
.p-exhibition__item-img img {
  height: auto;
}

.p-exhibition__item-content {
  padding: 1rem 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  -ms-flex-item-align: start;
      align-self: start;
}

.p-exhibition__item-title {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-exhibition__item-title {
    font-size: 1.25rem;
    text-align: center;
  }
}

.p-exhibition__item-text {
  margin-top: 0.625rem;
  font-size: 1.125rem;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-exhibition__item-text {
    font-size: 1rem;
  }
}

.p-hall.l-exhibition-hall {
  margin-bottom: 5.8125rem;
}
@media screen and (max-width: 767px) {
  .p-hall.l-exhibition-hall {
    margin-bottom: 2.5rem;
  }
}

.p-program__day-wrap {
  margin-top: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-program__day-wrap {
    margin-top: 1.25rem;
  }
}

.p-program__day {
  padding: 0 2em;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-program__day {
    padding: 0 1em 0 0;
    font-size: 1.125rem;
  }
}
.p-program__day.current {
  color: #fff;
}
.p-program__day + .p-program__day {
  border-left: 0.0625rem solid #fff;
}
@media screen and (max-width: 767px) {
  .p-program__day + .p-program__day {
    padding: 0 0 0 1em;
  }
}
.p-program__day span {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-program__day span {
    font-size: 1rem;
  }
}

.p-program__navi-list {
  margin-top: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-program__navi-item + .p-program__navi-item a {
  border-left: 0.0625rem solid #fff;
}

.p-program__navi-item a {
  padding: 0 2em;
}
@media screen and (max-width: 767px) {
  .p-program__navi-item a {
    padding: 0 1em;
  }
}

.p-hall {
  max-width: 56.25rem;
  padding: 1.625rem 4.375rem 2.5rem 4.375rem;
  margin: 0 auto;
  border-top: 0.3125rem solid #00ff80;
  background-color: #303b5f;
}
@media screen and (max-width: 767px) {
  .p-hall {
    padding: 1.25rem;
  }
}
.p-hall + .p-hall {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-hall + .p-hall {
    margin-top: 1.875rem;
  }
}

.p-program__sec-title {
  margin-bottom: 1rem;
  font-size: 1.75rem;
  font-weight: 400;
  font-family: "Meiryo", sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-program__sec-title {
    font-size: 1.375rem;
  }
}

.p-program-opening__list {
  width: 100%;
}

.p-program-opening__item-title {
  padding: 1.0625rem 0.8125rem 0.8125rem 1.25rem;
  font-size: 1.375rem;
  font-weight: 400;
  color: #000e3a;
  font-family: "Meiryo", sans-serif;
  text-align: center;
  background-color: #00ff80;
}
.p-program-opening__item-title span {
  margin-left: 1em;
  display: inline-block;
  font-weight: 700;
}

.p-program-opening__item-content {
  padding: 1.125rem 2.8125rem 2.0625rem 2.5rem;
  background-color: #000e3a;
}
@media screen and (max-width: 767px) {
  .p-program-opening__item-content {
    padding: 1.25rem;
  }
}

.p-program-opening__item-text-wrap {
  line-height: 1.5;
}
.p-program-opening__item-text-wrap + .p-program-opening__item-text-wrap {
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-program-opening__item-text-wrap + .p-program-opening__item-text-wrap {
    margin-top: 0.625rem;
  }
}

.p-program-opening__item-text01 {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-program-opening__item-text01 {
    font-size: 1.25rem;
  }
}

.p-program-opening__item-text02 {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-program-opening__item-text02 {
    font-size: 0.75rem;
  }
}

.p-program-opening__item-text03 {
  font-size: 1.375rem;
  font-weight: 400;
  font-family: "Meiryo", sans-serif;
  font-size: 1.125rem;
}

.p-program__list {
  margin-top: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
}

.p-program__item-title {
  padding: 1.0625rem 0.8125rem 0.8125rem 1.25rem;
  font-size: 1.375rem;
  font-weight: 400;
  color: #000e3a;
  font-family: "Meiryo", sans-serif;
  text-align: center;
  background-color: #00ff80;
}
@media screen and (max-width: 767px) {
  .p-program__item-title {
    padding: 0.625rem 1.25rem;
  }
}
.p-program__item-title span {
  margin-left: 1em;
  display: inline-block;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-program__item-title span {
    display: block;
    margin-top: 0.625rem;
    margin-left: 0;
  }
}

.p-program__item-wrap {
  padding: 1.125rem 2.8125rem 2.0625rem 2.5rem;
  background-color: #000e3a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-program__item-wrap {
    padding: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
}

.p-program__item-img {
  max-width: 8.125rem;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-program__item-img {
    margin: 0 auto;
  }
}
.p-program__item-img img {
  height: auto;
}

.p-program__item-content {
  font-weight: 400;
  color: #fff;
  font-family: "Meiryo", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-program__item-content {
    margin-top: 1.25rem;
  }
}

.p-program__item-text01 {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-program__item-text01 {
    text-align: center;
    font-size: 1.25rem;
  }
}
.p-program__item-text01.p-program__item-text01--pdf::after {
  content: "";
  margin-right: 0.625rem;
  margin-bottom: -0.1875rem;
  margin-left: 0.3125rem;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  background-image: url(../img/icon_pdf.webp);
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-program__item-text01.p-program__item-text01--pdf::after {
    width: 1rem;
    height: 1rem;
  }
}

.p-program__item-link.p-program__item-link--pdf .p-program__item-text01::after {
  content: "";
  margin-right: 0.625rem;
  margin-bottom: -0.1875rem;
  margin-left: 0.3125rem;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  background-image: url(../img/icon_pdf.webp);
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-program__item-link.p-program__item-link--pdf .p-program__item-text01::after {
    width: 1rem;
    height: 1rem;
  }
}

.p-program__item-text02 {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-program__item-text02 {
    margin-top: 0.625rem;
    font-size: 0.75rem;
  }
}

.p-program__item-text03 {
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-program__item-text03 {
    margin-top: 0.625rem;
    font-size: 1.125rem;
  }
}

.p-program__item-text04 {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-program__item-text04 {
    margin-top: 0.625rem;
    font-size: 0.75rem;
  }
}/*# sourceMappingURL=style.css.map */