@charset "UTF-8";
/* A Modern CSS Reset */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
  height: auto;
}

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

@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;
  }
}
ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 62.5%;
  background-color: #fff;
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}

body {
  /*font size自動調整をきる*/
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.8;
  padding: 0;
  margin: 0;
  font-size: 1.3rem;
  font-family: "M PLUS Rounded 1c", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
}
body.js-navOpen {
  overflow: hidden;
}

.b-hl01 {
  line-height: 1.4;
  margin-bottom: 3.2rem;
}
@media only screen and (min-width: 64em) {
  .b-hl01 {
    margin-bottom: 4.8rem;
  }
}
.b-hl01_en {
  display: block;
  color: #000;
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 0.6rem;
  font-size: clamp(1.2rem, 3.2vw, 1.6rem);
}
@media only screen and (min-width: 64em) {
  .b-hl01_en {
    font-size: clamp(1.6rem, 1.4583333333vw, 2.1rem);
  }
}
@media only screen and (min-width: 90em) {
  .b-hl01_en {
    font-size: clamp(1.6rem, 1.1111111111vw, 2.1rem);
  }
}
.b-hl01_ja {
  display: block;
  font-weight: 800;
  color: #000;
  font-size: clamp(2rem, 5.3333333333vw, 2.8rem);
}
@media only screen and (min-width: 64em) {
  .b-hl01_ja {
    font-size: clamp(2.8rem, 2.5vw, 3.6rem);
  }
}
@media only screen and (min-width: 90em) {
  .b-hl01_ja {
    font-size: clamp(3.6rem, 2.5vw, 4.8rem);
  }
}

.b-hl02 {
  display: block;
  font-size: clamp(1.4rem, 3.7333333333vw, 1.8rem);
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #cb11ff;
}
.b-hl02:nth-child(n+2) {
  margin-top: 1.6em;
}

@media only screen and (min-width: 40em) {
  .b-only-sp {
    display: none;
  }
}

@media only screen and (max-width: 39.9375em) {
  .b-only-tab {
    display: none;
  }
}
@media only screen and (min-width: 64em) {
  .b-only-tab {
    display: none;
  }
}

@media only screen and (max-width: 63.9375em) {
  .b-only-pc {
    display: none;
  }
}

.b-container01 {
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(30px);
  padding: clamp(6rem, 16vw, 10rem) 5.3333333333vw;
  margin: 0 5.3333333333vw;
}
@media only screen and (min-width: 90em) {
  .b-container01 {
    margin: 0 0 0 340px;
  }
}
.b-container01.__white {
  background-color: #fff;
}
.b-container01.__footer {
  background-color: transparent;
  backdrop-filter: none;
}

.b-section01:nth-child(n+2) {
  margin-top: clamp(4.8rem, 12.8vw, 10rem);
}

.b-section02:nth-child(n+2) {
  margin-top: clamp(2rem, 5.3333333333vw, 3rem);
}

.b-dl01 {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
@media only screen and (min-width: 64em) {
  .b-dl01 {
    grid-template-columns: 1fr 3fr 1fr 3fr;
  }
}
.b-dl01 > dt, .b-dl01 > dd {
  padding: 2rem 1rem;
}
.b-dl01 > dt {
  border-bottom: 1px solid #000;
  font-weight: bold;
  font-size: clamp(1.4rem, 3.7333333333vw, 1.8rem);
}
@media only screen and (min-width: 64em) {
  .b-dl01 > dt {
    font-size: clamp(1.4rem, 1.4vw, 1.8rem);
  }
}
.b-dl01 > dt:nth-of-type(1) {
  border-top: 1px solid #000;
}
@media only screen and (min-width: 64em) {
  .b-dl01 > dt:nth-of-type(2) {
    border-top: 1px solid #000;
  }
}
.b-dl01 > dd {
  border-bottom: 1px solid #ccc;
  font-size: clamp(1.2rem, 3.2vw, 1.6rem);
}
@media only screen and (min-width: 40em) {
  .b-dl01 > dd {
    font-size: clamp(1.2rem, 1.7647058824vw, 1.6rem);
  }
}
@media only screen and (min-width: 64em) {
  .b-dl01 > dd {
    font-size: clamp(1.2rem, 1.2244897959vw, 1.8rem);
  }
}
@media only screen and (min-width: 90em) {
  .b-dl01 > dd {
    font-size: clamp(1.4rem, 0.9722222222vw, 1.8rem);
  }
}
.b-dl01 > dd:nth-of-type(1) {
  border-top: 1px solid #ccc;
}
@media only screen and (min-width: 64em) {
  .b-dl01 > dd:nth-of-type(2) {
    border-top: 1px solid #ccc;
  }
}

.b-strong01 {
  font-weight: 700;
  color: #cb11ff;
}

.b-faq01_q {
  background-color: #f4f8fb;
  padding: 10px;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: clamp(18px, 4.8vw, 21px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.b-faq01_q:nth-of-type(n+2) {
  margin-top: clamp(20px, 5.3333333333vw, 40px);
}
.b-faq01_q:before {
  content: "Q.";
  display: inline-block;
  white-space: nowrap;
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.b-faq01_a {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  font-size: clamp(1.4rem, 3.7333333333vw, 1.8rem);
}
.b-faq01_a:before {
  content: "A.";
  display: inline-block;
  white-space: nowrap;
  color: #cb11ff;
  font-size: clamp(18px, 4.8vw, 21px);
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
}

.b-txtLead01 {
  text-align: center;
  font-size: clamp(1.6rem, 4.2666666667vw, 1.8rem);
}

.b-txtLead02 {
  font-size: clamp(1.6rem, 4.2666666667vw, 1.8rem);
}

.b-txtLink01 {
  color: #000;
  text-decoration: underline;
  text-decoration-color: #666;
  text-decoration-style: dotted;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .b-txtLink01:hover {
    color: #999;
  }
}

.b-map01 iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.b-list01 > li {
  position: relative;
  padding-left: 1rem;
}
.b-list01 > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1.4rem;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #333;
}

.b-list02 {
  counter-reset: item;
}
.b-list02 > li {
  position: relative;
  padding-left: 2em;
}
.b-list02 > li:before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.b-btn01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 5rem;
  background-color: #fff;
  border: 0.1rem solid #000;
  border-radius: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 1.6rem;
  color: #000;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
@media (hover: hover) {
  .b-btn01:hover {
    background-color: #f4f8fb;
  }
}
.b-btn01.__center {
  max-width: 48rem;
  margin: 0 auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media only screen and (min-width: 64em) {
  .header {
    position: relative;
    width: auto;
    height: auto;
  }
}
.js-navOpen .header {
  height: 100%;
  background-color: rgba(203, 17, 255, 0.4);
  backdrop-filter: blur(2rem);
}
@media only screen and (min-width: 64em) {
  .js-navOpen .header {
    height: auto;
    background-color: #fff;
  }
}
@media only screen and (min-width: 64em) {
  .header.__top .header_btn {
    display: none;
  }
}
@media only screen and (min-width: 90em) {
  .header.__top .header_btn {
    display: none;
  }
}
.header_logo {
  display: block;
  position: relative;
  z-index: 3;
  position: absolute;
  top: 2rem;
  left: 2rem;
}
@media only screen and (min-width: 64em) {
  .header_logo {
    position: fixed;
    top: 2rem;
    left: 2rem;
  }
}
@media only screen and (min-width: 90em) {
  .header_logo {
    top: 3rem;
    left: 3rem;
  }
}
.header_logo svg {
  width: 24rem;
  height: 5.1rem;
  fill: #cb11ff;
}
@media only screen and (min-width: 90em) {
  .header_logo svg {
    width: 28rem;
    height: 6.1rem;
  }
}
.js-navOpen .header_logo svg {
  fill: #fff;
}
@media only screen and (min-width: 64em) {
  .js-navOpen .header_logo svg {
    fill: #cb11ff;
  }
}
.header_btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  position: absolute;
  z-index: 3;
  top: 2rem;
  right: 2rem;
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  background-color: #000;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.js-navOpen .header_btn {
  background-color: #fff;
}
.js-navOpen .header_btn:before {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
  background-color: #cb11ff;
}
.js-navOpen .header_btn:after {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
  background-color: #cb11ff;
}
.js-navOpen .header_btn .header_btn_inner {
  opacity: 0;
}
.header_btn:before, .header_btn:after {
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1rem;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.header_btn:before {
  -webkit-transform: translateY(-0.8rem);
          transform: translateY(-0.8rem);
}
.header_btn:after {
  -webkit-transform: translateY(0.7rem);
          transform: translateY(0.7rem);
}
.header_btn_inner {
  overflow: hidden;
  text-indent: -99999px;
  display: block;
  width: 2rem;
  height: 1px;
  background-color: #fff;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.header_nav {
  display: none;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  top: 0;
  right: 0;
  gap: 3.2rem;
  padding: 12rem 0;
}
@media only screen and (min-width: 64em) {
  .header_nav {
    display: block;
    padding: 0;
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    overflow-y: visible;
  }
}
.js-navOpen .header_nav {
  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;
}
.header_gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.4;
  font-weight: 700;
  font-size: 1.6rem;
  gap: 3.2rem;
}
@media only screen and (min-width: 64em) {
  .header_gnav {
    position: fixed;
    top: 108px;
    left: 2rem;
    font-size: clamp(1.3rem, 1.26953125vw, 1.6rem);
  }
}
@media only screen and (min-width: 90em) {
  .header_gnav {
    left: 3rem;
    top: 128px;
  }
}
.header_gnav a {
  color: #fff;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
@media only screen and (min-width: 64em) {
  .header_gnav a {
    color: #000;
  }
}
@media (hover: hover) {
  .header_gnav a:hover {
    color: #cb11ff;
  }
}
.header_gnav br {
  display: none;
}
@media only screen and (min-width: 64em) {
  .header_gnav br {
    display: block;
  }
}
.header_cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1rem;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 0 1rem 1rem;
  background-color: rgba(203, 17, 255, 0.4);
  backdrop-filter: blur(2rem);
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .header_cv {
    right: 0;
    top: 2rem;
    bottom: auto;
    gap: 1rem;
    width: auto;
    height: 8rem;
    border-radius: 4rem 0 0 4rem;
    padding-top: 1rem;
    padding-inline: 3rem 2rem;
  }
}
@media only screen and (min-width: 90em) {
  .header_cv {
    top: 3rem;
    padding-inline: 3rem;
  }
}
.header_cv_hl {
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 4rem;
}
@media only screen and (min-width: 64em) {
  .header_cv_hl {
    width: auto;
    height: auto;
    font-size: 1.6rem;
    padding-right: 2rem;
  }
}
.header_cv_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.1rem, 2.9333333333vw, 1.6rem);
  font-weight: 700;
  width: calc((100% - 20px) / 3);
  height: 4rem;
  border-radius: 2.5rem;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  background-color: #000;
  color: #fff;
}
@media only screen and (min-width: 64em) {
  .header_cv_item {
    border-radius: 3rem;
    height: 6rem;
    width: 16rem;
    font-size: clamp(1.3rem, 1.26953125vw, 1.6rem);
  }
}
@media (hover: hover) {
  .header_cv_item:hover {
    background-color: #cb11ff;
  }
}

.main {
  position: relative;
  z-index: 1;
}
.js-navOpen .main {
  pointer-events: none;
}

.fv_video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv_wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 3;
  width: 84%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  gap: 3rem;
}
@media only screen and (min-width: 64em) {
  .fv_wrapper {
    width: 70%;
  }
}
@media only screen and (min-width: 90em) {
  .fv_wrapper {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 10rem 0 10rem 34rem;
  }
}
.fv_wrapper.__lower {
  padding-block: 8rem 0;
  min-height: 30rem;
  height: 35vh;
}
@media only screen and (min-width: 90em) {
  .fv_wrapper.__lower {
    padding-top: 9rem;
  }
}
.fv_theme {
  width: 80%;
}
@media only screen and (min-width: 90em) {
  .fv_theme {
    width: 70%;
  }
}
.fv_txt {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  text-align: center;
  gap: 1rem;
}
@media only screen and (min-width: 90em) {
  .fv_txt {
    width: calc(30% - 3rem);
    text-align: left;
  }
}
.fv_txt_date {
  display: block;
  width: 100%;
  background-color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.3rem 1rem;
  font-size: clamp(2rem, 5.3333333333vw, 3.6rem);
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (min-width: 90em) {
  .fv_txt_date {
    font-size: clamp(2rem, 1.6666666667vw, 4rem);
  }
}
.fv_txt_place {
  color: #000;
  font-weight: 800;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media only screen and (min-width: 90em) {
  .fv_txt_place {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.fv_txt_place .__place1 {
  font-size: clamp(1.6rem, 4.2666666667vw, 2.8rem);
}
.fv_txt_place .__place2 {
  font-size: clamp(1.2rem, 3.2vw, 1.6rem);
}
.fv_txt_theme {
  -ms-flex-item-align: center;
      align-self: center;
  color: #000;
  font-size: clamp(1.4rem, 3.7333333333vw, 2rem);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 1rem;
}
@media only screen and (min-width: 64em) {
  .fv_txt_theme {
    margin-top: 3rem;
    font-size: clamp(2rem, 2.0408163265vw, 3rem);
  }
}
@media only screen and (min-width: 90em) {
  .fv_txt_theme {
    -ms-flex-item-align: start;
        align-self: start;
    font-size: clamp(2rem, 1.4285714286vw, 3rem);
  }
}
.fv_tit {
  font-size: clamp(2.4rem, 6.4vw, 5.6rem);
}

@media only screen and (min-width: 64em) {
  .concept {
    display: grid;
    grid-template-columns: 1fr 2.5fr;
  }
}
.concept_cnt {
  font-size: clamp(1.4rem, 3.7333333333vw, 1.6rem);
}
@media only screen and (min-width: 64em) {
  .concept_cnt {
    grid-row: 1/3;
    grid-column: 2/3;
  }
}
.concept_cnt p:nth-child(n+2) {
  margin-top: 1.8rem;
}
.concept_links {
  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;
  gap: 3.2rem;
  margin-top: 3rem;
}
@media only screen and (min-width: 40em) {
  .concept_links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0;
  }
}
@media only screen and (min-width: 64em) {
  .concept_links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 3.2rem;
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
.concept_links .b-btn01 {
  width: 27rem;
}
@media only screen and (min-width: 64em) {
  .concept_links .b-btn01 {
    width: 100%;
  }
}

.about {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.2rem;
}
@media only screen and (min-width: 64em) {
  .about {
    grid-template-columns: 1fr 3fr;
    gap: 0.1rem;
  }
}
.about_hl {
  font-size: clamp(2rem, 5.3333333333vw, 2.8rem);
  font-weight: 800;
  color: #000;
  line-height: 1.4;
}
@media only screen and (min-width: 64em) {
  .about_hl {
    padding-right: 3.1rem;
  }
}
.about_hl br {
  display: none;
}
@media only screen and (min-width: 64em) {
  .about_hl br {
    display: block;
  }
}
.about_cnt {
  font-size: clamp(1.4rem, 3.7333333333vw, 2.1rem);
}
@media only screen and (min-width: 64em) {
  .about_cnt {
    font-size: clamp(1.6rem, 1.5625vw, 2.1rem);
  }
}
@media only screen and (min-width: 90em) {
  .about_cnt {
    font-size: clamp(1.6rem, 1.1111111111vw, 2.1rem);
  }
}

.info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.2rem 0.1rem;
}
@media only screen and (max-width: 29.9375em) {
  .info {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 40em) {
  .info {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.info_item {
  padding-right: 1.6rem;
  line-height: 1.4;
}
.info_item a {
  text-decoration: none;
  color: #000;
}
.info_date {
  font-size: 1.6rem;
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #000;
  display: block;
  margin-bottom: 1rem;
}
.info_tit {
  font-weight: 400;
  font-size: 1.6rem;
  color: #000;
}
.info_link {
  margin-top: 1.5rem;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 1.4rem;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (hover: hover) {
  .info_link:hover {
    opacity: 0.6;
  }
}
.info_link:after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 1.2rem;
  clip-path: polygon(0% 0%, 25% 0%, 100% 50%, 25% 100%, 0% 100%, 75% 50%);
  background-color: #000;
}

.footer {
  position: relative;
  padding-bottom: 9rem;
  z-index: 2;
}
@media only screen and (min-width: 64em) {
  .footer {
    padding-bottom: 0;
  }
}
.footer_staff {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3.2rem 0.1rem;
}
@media only screen and (min-width: 40em) {
  .footer_staff {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 64em) {
  .footer_staff {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
.footer_staff_item {
  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;
  gap: 1rem;
  position: relative;
}
.footer_staff_item:has(a) {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (hover: hover) {
  .footer_staff_item:has(a):hover {
    opacity: 0.7;
  }
}
.footer_staff_item_name {
  display: block;
  color: #000;
  text-align: center;
  font-size: 1.2rem;
}
@media only screen and (min-width: 64em) {
  .footer_staff_item_name {
    font-size: 1.4rem;
  }
}
.footer_staff_item a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer_staff img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #f4f8fb;
}
.footer_nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: clamp(1rem, 2.6666666667vw, 1.4rem);
  font-weight: 700;
  gap: 1.6rem;
  line-height: 1.4;
}
@media only screen and (min-width: 40em) {
  .footer_nav {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.6rem 0.1rem;
  }
}
@media only screen and (min-width: 64em) {
  .footer_nav {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    font-size: 1.6rem;
  }
}
.footer_nav a {
  color: #000;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (hover: hover) {
  .footer_nav a:hover {
    opacity: 0.6;
  }
}
.footer_copy {
  color: #000;
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-align: right;
  font-size: 1.2rem;
}

.topContainer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.2rem;
}
@media only screen and (min-width: 64em) {
  .topContainer {
    grid-template-columns: 1fr 3fr;
    gap: 4.8rem 0.1rem;
  }
}
.topContainer .b-hl01 {
  margin-bottom: 0;
}
@media only screen and (min-width: 64em) {
  .topContainer .b-hl01 {
    margin-bottom: 0;
  }
}

.supporters {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.1rem;
}
@media only screen and (min-width: 40em) {
  .supporters {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 64em) {
  .supporters {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.supporters_item {
  position: relative;
}
.supporters_item img {
  width: 100%;
  height: auto;
}
.supporters_item a {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (hover: hover) {
  .supporters_item a:hover {
    opacity: 0.7;
  }
}

.group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 40em) {
  .group {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 64em) {
  .group {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
.group_item {
  position: relative;
}
.group_item a {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (hover: hover) {
  .group_item a:hover {
    opacity: 0.7;
  }
}
.group_item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.pagetitle {
  color: #cb11ff;
}
.pagetitle.b-wrapper01 {
  padding-top: 13rem;
}
@media only screen and (min-width: 40em) {
  .pagetitle.b-wrapper01 {
    padding-top: 15rem;
  }
}
@media only screen and (min-width: 90em) {
  .pagetitle.b-wrapper01 {
    padding-top: 18rem;
  }
}
.pagetitle_en {
  display: block;
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 3.6rem;
  line-height: 1.4;
}
@media only screen and (min-width: 40em) {
  .pagetitle_en {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 64em) {
  .pagetitle_en {
    font-size: 5.6rem;
  }
}
.pagetitle_ja {
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
}
@media only screen and (min-width: 40em) {
  .pagetitle_ja {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 64em) {
  .pagetitle_ja {
    font-weight: 2.1rem;
  }
}

.p-timetable {
  position: relative;
  display: block;
  background-color: #fff;
}
@media only screen and (min-width: 64em) {
  .p-timetable {
    display: table;
    width: 100%;
    table-layout: fixed;
    border: 4px solid #fff;
    border-collapse: collapse;
  }
}
.p-timetable_header {
  display: none;
}
@media only screen and (min-width: 64em) {
  .p-timetable_header {
    position: sticky;
    z-index: 3;
    top: 9rem;
    display: table-header-group;
  }
}
@media only screen and (min-width: 90em) {
  .p-timetable_header {
    top: 12rem;
  }
}
.p-timetable_header_track {
  vertical-align: middle;
  text-align: left;
  height: 4rem;
  background-color: #ccc;
  position: relative;
  z-index: 2;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
}
@media only screen and (min-width: 64em) {
  .p-timetable_header_track {
    border: 4px solid #fff;
    text-align: center;
  }
}
.p-timetable_header_track.__roomA {
  background: -webkit-gradient(linear, left top, right top, from(#fff9d8), to(#efffde));
  background: linear-gradient(to right, #fff9d8 0%, #efffde 100%);
}
.p-timetable_header_track.__roomB {
  background: -webkit-gradient(linear, left top, right top, from(#d3ffee), to(#ddfcff));
  background: linear-gradient(to right, #d3ffee 0%, #ddfcff 100%);
}
.p-timetable_header_track.__roomC {
  background: -webkit-gradient(linear, left top, right top, from(#d9f2ff), to(#dfe4ff));
  background: linear-gradient(to right, #d9f2ff 0%, #dfe4ff 100%);
}
.p-timetable_header_track.__roomD {
  background: -webkit-gradient(linear, left top, right top, from(#f3d9ff), to(#ffddfa));
  background: linear-gradient(to right, #f3d9ff 0%, #ffddfa 100%);
}
.p-timetable_header_track.__lodge {
  background: -webkit-gradient(linear, left top, right top, from(#ffeff2), to(hsl(9, 100%, 95%)));
  background: linear-gradient(to right, #ffeff2 0%, hsl(9, 100%, 95%) 100%);
}
.p-timetable_row {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 40em) {
  .p-timetable_row {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 64em) {
  .p-timetable_row {
    display: table-row;
    padding: 0;
    border-top: none;
  }
}
.p-timetable_time {
  display: block;
  padding: 0.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.4rem, 3.7333333333vw, 1.8rem);
  position: relative;
}
@media only screen and (min-width: 40em) {
  .p-timetable_time {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media only screen and (min-width: 64em) {
  .p-timetable_time {
    display: table-cell;
    grid-column-start: unset;
    grid-column-end: unset;
    border: 4px solid #fff;
    text-align: center;
  }
}
.p-timetable_time_inner {
  position: relative;
  width: 100%;
  display: block;
}
.p-timetable_time_inner:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  border-top: 1px dotted #ccc;
  top: 50%;
  left: 0;
  z-index: 1;
}
.p-timetable_time_txt {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 0 1rem;
}
.p-timetable_cel {
  padding: 1rem;
}
@media only screen and (min-width: 64em) {
  .p-timetable_cel {
    display: table-cell;
    padding: 0;
    background-color: #f4f8fb;
    border: 4px solid #fff;
    vertical-align: top;
  }
}
.p-timetable_cel_inner {
  display: block;
  position: relative;
  background-color: #f4f8fb;
  padding: 3rem 1rem 1rem;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 64em) {
  .p-timetable_cel_inner {
    padding: 1rem;
  }
}
.p-timetable_cel_inner.__preparation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-timetable_cel_inner.__socialGathering {
  padding: 1rem;
}
@media only screen and (min-width: 64em) {
  .p-timetable_cel:has(.__preparation) {
    vertical-align: middle;
  }
}
.p-timetable_cel.__empty {
  display: none;
}
@media only screen and (min-width: 64em) {
  .p-timetable_cel.__empty {
    display: table-cell;
    background-color: #fff;
  }
}
.p-timetable_break {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
}
@media only screen and (min-width: 40em) {
  .p-timetable_break {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media only screen and (min-width: 64em) {
  .p-timetable_break {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
}
.p-timetable_break_hl {
  font-weight: bold;
  font-size: 1.6rem;
}
.p-timetable_track {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
  font-size: 1.1rem;
  color: #000;
  width: 100px;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0 0 2rem 0;
}
@media only screen and (min-width: 64em) {
  .p-timetable_track {
    display: none;
  }
}
.p-timetable_track.__roomA {
  background-color: #fff6cb;
  color: #5b4c03;
}
.p-timetable_track.__roomB {
  background-color: #b5ffe3;
  color: #063221;
}
.p-timetable_track.__roomC {
  background-color: #a9e2ff;
  color: #005a87;
}
.p-timetable_track.__roomD {
  background-color: #ebbfff;
  color: #7000a3;
}
.p-timetable_track.__lodge {
  background-color: #ffbfca;
  color: #9d061f;
}
.p-timetable_tit {
  color: #000;
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
}
.p-timetable_tit:nth-last-child(1) {
  margin-bottom: 0;
}
.__roomA .p-timetable_tit {
  color: #5b4c03;
}
.__roomA .p-timetable_tit > a {
  color: #5b4c03;
}
.__roomB .p-timetable_tit {
  color: #063221;
}
.__roomB .p-timetable_tit > a {
  color: #063221;
}
.__roomC .p-timetable_tit {
  color: #005a87;
}
.__roomC .p-timetable_tit > a {
  color: #005a87;
}
.__roomD .p-timetable_tit {
  color: #7000a3;
}
.__roomD .p-timetable_tit > a {
  color: #7000a3;
}
.__lodge .p-timetable_tit {
  color: #9d061f;
}
.__lodge .p-timetable_tit > a {
  color: #9d061f;
}
.p-timetable_tit_ico {
  width: 3rem;
}
.p-timetable_tit_ico img {
  width: 3rem;
  height: auto;
}
.p-timetable_tit a {
  text-decoration: none;
}
.p-timetable_tit a:nth-child(n+2) {
  width: calc(100% - 3rem);
}
.p-timetable_tit a:before {
  content: "";
  display: block;
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
}
.p-timetable_profile:nth-of-type(n+2) {
  margin-top: 1rem;
}
.p-timetable_profile_name {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.__roomA .p-timetable_profile_name {
  color: #5b4c03;
}
.__roomA .p-timetable_profile_name > a {
  color: #5b4c03;
}
.__roomB .p-timetable_profile_name {
  color: #063221;
}
.__roomB .p-timetable_profile_name > a {
  color: #063221;
}
.__roomC .p-timetable_profile_name {
  color: #005a87;
}
.__roomC .p-timetable_profile_name > a {
  color: #005a87;
}
.__roomD .p-timetable_profile_name {
  color: #7000a3;
}
.__roomD .p-timetable_profile_name > a {
  color: #7000a3;
}
.__lodge .p-timetable_profile_name {
  color: #9d061f;
}
.__lodge .p-timetable_profile_name > a {
  color: #9d061f;
}
.p-timetable_profile_dl {
  font-size: 1.1rem;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  line-height: 1.4;
}
.p-timetable_profile_dl > dt {
  width: 3em;
}
.p-timetable_profile_dl > dd {
  width: calc(100% - 3em - 0.5rem);
}
.p-timetable_labels {
  margin-top: 1rem;
}

.p-speakers {
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 40em) {
  .p-speakers {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 64em) {
  .p-speakers {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.p-speakers_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: transparent;
  padding: 2rem 0;
}
@media only screen and (min-width: 40em) {
  .p-speakers_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}
@media (hover: hover) {
  .p-speakers_item:hover {
    background-color: #f4f8fb;
  }
}
.p-speakers_item_pic {
  position: relative;
  width: 33.3333333333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 clamp(1rem, 2.6666666667vw, 1.5rem);
}
@media only screen and (min-width: 40em) {
  .p-speakers_item_pic {
    width: 60%;
  }
}
.p-speakers_item_pic > img {
  display: block;
  border-radius: 100%;
  position: relative;
  z-index: 1;
}
.p-speakers_item_pic_ico {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: -2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 40em) {
  .p-speakers_item_pic_ico {
    left: auto;
    right: -1rem;
  }
}
.p-speakers_item_pic_ico img {
  width: 3rem;
  height: auto;
}
.p-speakers_item_data {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(1rem, 2.6666666667vw, 1.5rem) clamp(1rem, 2.6666666667vw, 1.5rem) 0;
  width: 66.6666666667%;
}
@media only screen and (min-width: 40em) {
  .p-speakers_item_data {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 0 clamp(1rem, 1.4705882353vw, 1.5rem);
  }
}
@media only screen and (min-width: 64em) {
  .p-speakers_item_data {
    padding: 0 clamp(1.5rem, 1.5625vw, 3rem);
  }
}
.p-speakers_item_track {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: 900;
  width: 8rem;
  height: 2rem;
  line-height: 1;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  background-color: #ccc;
  vertical-align: bottom;
}
.p-speakers_item_track.__roomA {
  background-color: #fff6cb;
  color: #5b4c03;
}
.p-speakers_item_track.__roomB {
  background-color: #b5ffe3;
  color: #063221;
}
.p-speakers_item_track.__roomC {
  background-color: #a9e2ff;
  color: #005a87;
}
.p-speakers_item_track.__roomD {
  background-color: #ebbfff;
  color: #7000a3;
}
.p-speakers_item_track.__lodge {
  background-color: #ffbfca;
  color: #9d061f;
}
.p-speakers_item_name {
  font-size: clamp(1.4rem, 3.7333333333vw, 2rem);
}
@media only screen and (min-width: 40em) {
  .p-speakers_item_name {
    font-size: clamp(1.4rem, 2.1875vw, 2rem);
  }
}
@media only screen and (min-width: 64em) {
  .p-speakers_item_name {
    font-size: clamp(1.4rem, 1.4583333333vw, 2rem);
  }
}
.p-speakers_item_name a {
  color: #cb11ff;
}
.p-speakers_item_name a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-speakers_item_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: clamp(1rem, 2.6666666667vw, 1.2rem);
}
.p-speakers_item_dl dt {
  width: 3em;
  color: #cb11ff;
  font-weight: bold;
}
.p-speakers_item_dl dd {
  width: calc(100% - 3em);
}

.p-speaker {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 5.3333333333vw, 4rem);
}
@media only screen and (min-width: 64em) {
  .p-speaker {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
}
.p-speaker_profile {
  display: grid;
  grid-template-columns: 1fr 2fr;
  font-size: clamp(1.1rem, 2.9333333333vw, 1.2rem);
}
@media only screen and (min-width: 64em) {
  .p-speaker_profile {
    grid-template-columns: 1fr 1fr;
  }
}
.p-speaker_profile_pic {
  position: relative;
  padding: 0 clamp(1rem, 2.6666666667vw, 1.5rem);
}
@media only screen and (min-width: 40em) {
  .p-speaker_profile_pic {
    padding: 0 clamp(1.5rem, 2.2058823529vw, 2rem);
  }
}
@media only screen and (min-width: 64em) {
  .p-speaker_profile_pic {
    padding: 0 clamp(1.5rem, 1.5625vw, 2rem);
  }
}
.p-speaker_profile_pic > img {
  width: 100%;
  height: auto;
  border-radius: 100%;
  display: block;
}
.p-speaker_profile_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 0 clamp(1rem, 2.6666666667vw, 1.5rem);
}
@media only screen and (min-width: 40em) {
  .p-speaker_profile_txt {
    padding: 0 clamp(1.5rem, 2.2058823529vw, 2rem);
  }
}
@media only screen and (min-width: 64em) {
  .p-speaker_profile_txt {
    padding: 0 clamp(1.5rem, 1.5625vw, 2rem);
  }
}
.p-speaker_profile_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #cb11ff;
  font-size: clamp(1.4rem, 3.7333333333vw, 2rem);
}
@media only screen and (min-width: 40em) {
  .p-speaker_profile_name {
    font-size: clamp(1.4rem, 2.1875vw, 2rem);
  }
}
@media only screen and (min-width: 64em) {
  .p-speaker_profile_name {
    font-size: clamp(1.4rem, 1.4583333333vw, 2rem);
  }
}
.p-speaker_profile_name_ico img {
  width: 3rem;
  height: auto;
}
.p-speaker_profile_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: clamp(1rem, 2.6666666667vw, 1.2rem);
}
.p-speaker_profile_dl dt {
  width: 3em;
  color: #cb11ff;
  font-weight: bold;
}
.p-speaker_profile_dl dd {
  width: calc(100% - 3em);
}
.p-speaker_profile2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 1.5rem;
  padding: 0 clamp(1rem, 2.6666666667vw, 1.5rem);
}
@media only screen and (min-width: 40em) {
  .p-speaker_profile2 {
    padding: 0 clamp(1.5rem, 2.2058823529vw, 2rem);
  }
}
@media only screen and (min-width: 64em) {
  .p-speaker_profile2 {
    padding: 0 clamp(1.5rem, 1.5625vw, 2rem);
  }
}
.p-speaker_profile2_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1px 0;
  font-size: clamp(1rem, 2.6666666667vw, 1.2rem);
}
.p-speaker_profile2_links dt {
  padding: clamp(1rem, 2.6666666667vw, 1.5rem);
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  background-color: #e8eef3;
  color: #cb11ff;
}
.p-speaker_profile2_links dd {
  background-color: #f4f8fb;
  padding: clamp(1rem, 2.6666666667vw, 1.5rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 70%;
}
.p-speaker_session {
  padding: clamp(1rem, 2.6666666667vw, 1.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media only screen and (min-width: 40em) {
  .p-speaker_session {
    padding: clamp(1.5rem, 2.2058823529vw, 2rem);
  }
}
@media only screen and (min-width: 64em) {
  .p-speaker_session {
    padding: clamp(1.5rem, 1.5625vw, 2rem);
  }
}
.p-speaker_session.__roomA {
  background: -webkit-gradient(linear, left top, right top, from(#fff9d8), to(#efffde));
  background: linear-gradient(to right, #fff9d8 0%, #efffde 100%);
}
.p-speaker_session.__roomB {
  background: -webkit-gradient(linear, left top, right top, from(#d3ffee), to(#ddfcff));
  background: linear-gradient(to right, #d3ffee 0%, #ddfcff 100%);
}
.p-speaker_session.__roomC {
  background: -webkit-gradient(linear, left top, right top, from(#d9f2ff), to(#dfe4ff));
  background: linear-gradient(to right, #d9f2ff 0%, #dfe4ff 100%);
}
.p-speaker_session.__roomD {
  background: -webkit-gradient(linear, left top, right top, from(#f3d9ff), to(#ffddfa));
  background: linear-gradient(to right, #f3d9ff 0%, #ffddfa 100%);
}
.p-speaker_session.__lodge {
  background: -webkit-gradient(linear, left top, right top, from(#ffeff2), to(hsl(9, 100%, 95%)));
  background: linear-gradient(to right, #ffeff2 0%, hsl(9, 100%, 95%) 100%);
}
.p-speaker_session_tit {
  font-weight: bold;
  font-size: clamp(1.8rem, 4.8vw, 2.4rem);
}
.__roomA .p-speaker_session_tit {
  color: #5b4c03;
}
.__roomB .p-speaker_session_tit {
  color: #063221;
}
.__roomC .p-speaker_session_tit {
  color: #005a87;
}
.__roomD .p-speaker_session_tit {
  color: #7000a3;
}
.__lodge .p-speaker_session_tit {
  color: #9d061f;
}
.p-speaker_session_data {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.p-speaker_session_data_track {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: 900;
  width: 8rem;
  height: 2rem;
  line-height: 1;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  background-color: #ccc;
  vertical-align: bottom;
}
.p-speaker_session_data_track.__roomA {
  background-color: #fff6cb;
  color: #5b4c03;
}
.p-speaker_session_data_track.__roomB {
  background-color: #b5ffe3;
  color: #063221;
}
.p-speaker_session_data_track.__roomC {
  background-color: #a9e2ff;
  color: #005a87;
}
.p-speaker_session_data_track.__roomD {
  background-color: #ebbfff;
  color: #7000a3;
}
.p-speaker_session_data_track.__lodge {
  background-color: #ffbfca;
  color: #9d061f;
}
.p-speaker_session_data_time {
  font-weight: bold;
  font-size: clamp(1.4rem, 3.7333333333vw, 1.8rem);
}
.p-speaker_session_txt {
  font-size: clamp(1.5rem, 4vw, 1.6rem);
}
.p-speaker_session_dl {
  display: grid;
  grid-template-columns: 1fr 4fr;
  font-size: clamp(1.1rem, 2.9333333333vw, 1.4rem);
  gap: 0.1rem;
  margin-top: 2rem;
}
.p-speaker_session_dl dt, .p-speaker_session_dl dd {
  background-color: rgba(255, 255, 255, 0.5);
  padding: clamp(0.5rem, 1.3333333333vw, 1rem);
}
.p-speaker_session_dl dt {
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */