@charset "UTF-8";
/*=============================================================
 共通
=============================================================*/
* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

/* 背景色を薄い黄色に変更 */
body {
  color: #333333;
}

[data-barba=wrapper] {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.summit2026-ttl {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 768.9px) {
  .summit2026-ttl {
    margin-bottom: 60px;
  }
}
.summit2026-ttl h2 {
  color: #fff;
  text-shadow: none;
  font-size: clamp(14vw, 200px, 10vw);
  line-height: 1;
  text-align: left;
  white-space: nowrap;
}
.summit2026-ttl p {
  color: rgba(83, 77, 56, 0.5);
  text-align: center;
  font-size: clamp(30px, 3vw, 45px);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768.9px) {
  .summit2026-ttl p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.summit2026-ttl p::first-letter {
  color: #E60012;
}

.entry-content {
  display: block;
}

.summit2026-content {
  width: 1100px;
  max-width: 90%;
  margin: 0 auto;
  font-size: clamp(14px, 3vw, 18px);
}

/*=============================================================
 キービジュアル
=============================================================*/
.topIndexArea {
  position: relative;
}
.topIndexArea.topIndexAreaSlider {
  position: relative;
  overflow: hidden;
}
.topIndexArea.topIndexAreaSlider .event-titlediv {
  position: absolute;
  z-index: 50;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  width: 100%;
}
.topIndexArea.topIndexAreaSlider .c-hksd {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: calc(100vh - 90px);
  background-size: cover;
}
.topIndexArea.topIndexAreaSlider .c-hksd-frame {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.topIndexArea.topIndexAreaSlider .c-hksd-slider {
  position: relative;
}
.topIndexArea.topIndexAreaSlider .c-hksd-slider,
.topIndexArea.topIndexAreaSlider .c-hksd-slider_inner {
  overflow: hidden;
  height: 100%;
}
.topIndexArea.topIndexAreaSlider .c-hksd-slider_slide {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  clip: rect(0, 100vw, 100vh, 100vw);
}
.topIndexArea.topIndexAreaSlider .c-hksd-slider_slide_inner {
  margin: -9px;
  width: calc(100% + 18px);
  height: 100%;
}
@supports (-o-object-fit: cover) or (object-fit: cover) {
  .topIndexArea.topIndexAreaSlider .c-hksd-slider_slide_inner {
    height: calc(100% + 18px);
  }
}
.topIndexArea.topIndexAreaSlider .c-hksd-slider_slide figure {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
}
.topIndexArea.topIndexAreaSlider .c-hksd-slider_slide figure::before {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.17);
  z-index: 100;
}
.topIndexArea.topIndexAreaSlider .c-hksd-slider_slide figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  max-width: inherit;
  height: auto;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
  object-fit: cover;
}
@supports (-o-object-fit: cover) or (object-fit: cover) {
  .topIndexArea.topIndexAreaSlider .c-hksd-slider_slide figure img {
    top: 0;
    left: 0;
    width: 100%;
    min-width: 0;
    height: 100%;
    min-height: 0;
    -webkit-transform: none;
    transform: none;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.topIndexArea.topIndexAreaSlider .c-hksd-slider_slide figure img {
  width: 100%;
  height: 100%;
}
.topIndexArea.topIndexAreaSlider .c-hksd-slider_slide.pre {
  z-index: 20;
  clip: rect(0, 100vw, 100vh, 0);
  -webkit-animation: c-hksd-prev-slide 2.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal both;
  animation: c-hksd-prev-slide 2.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal both;
}
@-webkit-keyframes c-hksd-prev-slide {
  from {
    left: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    left: -10%;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes c-hksd-prev-slide {
  from {
    left: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    left: -10%;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.topIndexArea.topIndexAreaSlider .c-hksd-slider_slide.active {
  -webkit-animation: c-hksd-slide-clip 2.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal both;
  animation: c-hksd-slide-clip 2.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal both;
  z-index: 30;
}
@-webkit-keyframes c-hksd-slide-clip {
  from {
    clip: rect(0, 100vw, 100vh, 100vw);
  }
  50% {
    clip: rect(0, 100vw, 100vh, 0);
  }
  to {
    clip: rect(0, 100vw, 100vh, 0);
  }
}
@keyframes c-hksd-slide-clip {
  from {
    clip: rect(0, 100vw, 100vh, 100vw);
  }
  50% {
    clip: rect(0, 100vw, 100vh, 0);
  }
  to {
    clip: rect(0, 100vw, 100vh, 0);
  }
}
@supports (-o-object-fit: cover) or (object-fit: cover) {
  .topIndexArea.topIndexAreaSlider .c-hksd-slider_slide.active img {
    -webkit-animation: hksd-slide-scale-in 7s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal both;
    animation: hksd-slide-scale-in 7s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal both;
  }
  @-webkit-keyframes hksd-slide-scale-in {
    from {
      -webkit-transform: scale(1.2) translate3d(150px, 0, 0);
      transform: scale(1.2) translate3d(150px, 0, 0);
    }
    25% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    45% {
      -webkit-transform: scale(1) translate3d(0, 0, 0);
      transform: scale(1) translate3d(0, 0, 0);
    }
    to {
      -webkit-transform: scale(1) translate3d(0, 0, 0);
      transform: scale(1) translate3d(0, 0, 0);
    }
  }
  @keyframes hksd-slide-scale-in {
    from {
      -webkit-transform: scale(1.2) translate3d(150px, 0, 0);
      transform: scale(1.2) translate3d(150px, 0, 0);
    }
    25% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    45% {
      -webkit-transform: scale(1) translate3d(0, 0, 0);
      transform: scale(1) translate3d(0, 0, 0);
    }
    to {
      -webkit-transform: scale(1) translate3d(0, 0, 0);
      transform: scale(1) translate3d(0, 0, 0);
    }
  }
}
.topIndexArea.topIndexAreaSlider .c-hksd_progress {
  z-index: 50;
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 60px);
}
.topIndexArea.topIndexAreaSlider .c-hksd-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  color: #fff;
}
@media (min-width: 768px) {
  .topIndexArea.topIndexAreaSlider .c-hksd_progress {
    width: 20%;
    right: 0;
  }
}
@media (max-width: 767px) {
  .topIndexArea.topIndexAreaSlider .c-hksd_progress {
    bottom: 5.5%;
    left: 0;
    padding-left: 15px;
  }
  .topIndexArea.topIndexAreaSlider .c-hksd_progress .viewed {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .topIndexArea.topIndexAreaSlider .viewed .c-hksd-progress_inner {
    padding: 0;
  }
}
.topIndexArea.topIndexAreaSlider .c-hksd-progress_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}
.topIndexArea.topIndexAreaSlider .viewed .c-hksd-progress_bg {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.topIndexArea.topIndexAreaSlider .c-hksd-progress_inner {
  padding: 36.66667px 0 46px 0;
  z-index: 10;
  position: relative;
  -webkit-transition: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  transition: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}
.topIndexArea.topIndexAreaSlider .viewed .c-hksd-progress_inner {
  width: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.topIndexArea.topIndexAreaSlider .c-hksd-progress_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.topIndexArea.topIndexAreaSlider .c-hksd-progress_bars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -2px;
  margin-right: -3px;
  width: 50%;
}
.topIndexArea.topIndexAreaSlider .c-hksd-progress_bar {
  padding-right: 2.5px;
  padding-left: 2.5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  height: 2px;
}
.topIndexArea.topIndexAreaSlider .c-hksd-progress_bar_inner {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.topIndexArea.topIndexAreaSlider .c-hksd-progress_bar_bg {
  background-color: rgba(255, 255, 255, 0.2);
}
.topIndexArea.topIndexAreaSlider .c-hksd-progress_bar_bg,
.topIndexArea.topIndexAreaSlider .c-hksd-progress_bar_line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.topIndexArea.topIndexAreaSlider .c-hksd-progress_bar_line.active {
  background-color: #fff;
  -webkit-transition: linear 0s;
  transition: linear 0s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-name: progress_bar-active;
  animation-name: progress_bar-active;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  left: 100%;
}
@-webkit-keyframes progress_bar-active {
  0% {
    left: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  95% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    left: 0%;
  }
  to {
    left: 150%;
  }
}
@keyframes progress_bar-active {
  0% {
    left: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  95% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    left: 0%;
  }
  to {
    left: 150%;
  }
}
.topIndexArea.topIndexAreaSlider .c-hksd-nomax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.topIndexArea.topIndexAreaSlider .c-hksd-nomax_delimiter,
.topIndexArea.topIndexAreaSlider .c-hksd-nomax_max,
.topIndexArea.topIndexAreaSlider .c-hksd-nomax_no {
  letter-spacing: 0;
  line-height: 1;
  font-size: 14px;
  position: relative;
  color: #fff;
  font-family: "Yantramanav", sans-serif;
  font-weight: 700;
}
.topIndexArea.topIndexAreaSlider .c-hksd-nomax_no {
  top: 0;
}
.topIndexArea.topIndexAreaSlider .c-hksd-nomax_max,
.topIndexArea.topIndexAreaSlider .c-hksd-nomax_no {
  overflow: hidden;
  position: relative;
  width: 1.5em;
  height: 1em;
}
.topIndexArea.topIndexAreaSlider .c-hksd-nomax_max span,
.topIndexArea.topIndexAreaSlider .c-hksd-nomax_no span {
  -webkit-animation: c-hksd-num-up-out 1s cubic-bezier(0.26, 1, 0.48, 1) 0s 1 normal both;
  animation: c-hksd-num-up-out 1s cubic-bezier(0.26, 1, 0.48, 1) 0s 1 normal both;
  position: absolute;
  left: 0;
}
@-webkit-keyframes c-hksd-num-up-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@keyframes c-hksd-num-up-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
.topIndexArea.topIndexAreaSlider .c-hksd-nomax_max span.active,
.topIndexArea.topIndexAreaSlider .c-hksd-nomax_no span.active {
  -webkit-animation: c-hksd-num-up-in 0.8s cubic-bezier(0.26, 1, 0.48, 1) 1 0s normal both;
  animation: c-hksd-num-up-in 0.8s cubic-bezier(0.26, 1, 0.48, 1) 1 0s normal both;
}
@-webkit-keyframes c-hksd-num-up-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@keyframes c-hksd-num-up-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .topIndexArea.topIndexAreaSlider .c-hksd {
    height: calc(100vh - 90px);
  }
}
@media (max-width: 767px) {
  .topIndexArea.topIndexAreaSlider .c-hksd {
    height: calc(100vh - 42px);
  }
}
.topIndexArea.topIndexAreaSlider .c-hksd_progress {
  display: none;
}

/*=============================================================
 サミットコンセプト
=============================================================*/
.summit2026-concept {
  background-color: rgba(223, 223, 223, 0.3);
  padding-bottom: 80px;
}

/*=============================================================
 タイムテーブル
=============================================================*/
.summit2026-timetable {
  padding-bottom: 30px;
}
@media screen and (min-width: 768.9px) {
  .summit2026-timetable {
    padding-bottom: 80px;
  }
}
.summit2026-timetable .summit2026-ttl h2 {
  color: rgba(0, 0, 0, 0.05);
}
.summit2026-timetable__session {
  margin-bottom: 6rem;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.21);
  padding: 40px 20px 20px 20px;
  position: relative;
}
@media screen and (min-width: 768.9px) {
  .summit2026-timetable__session {
    position: relative;
    margin-bottom: 6rem;
    padding: 20px 20px 20px 20px;
  }
}
.summit2026-timetable__session:before {
  content: "";
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 20px;
  height: 20px;
  background-color: #E60012;
  position: absolute;
  top: -5px;
  left: -5px;
  font-weight: bold;
  font-size: clamp(14px, 3vw, 100px);
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 768.9px) {
  .summit2026-timetable__session:before {
    width: 40px;
    height: 40px;
    top: -10px;
    left: -10px;
  }
}
.summit2026-timetable__session:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #E60012;
  position: absolute;
  top: -15px;
  left: -15px;
}
@media screen and (min-width: 768.9px) {
  .summit2026-timetable__session:after {
    width: 40px;
    height: 40px;
    top: -25px;
    left: -25px;
  }
}
.summit2026-timetable__session-head {
  text-align: center;
}
.summit2026-timetable__session-head-left {
  color: #B8A156;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}
.summit2026-timetable__session-kind {
  font-size: clamp(25px, 3vw, 40px);
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #000;
}
.summit2026-timetable__session-kind small {
  color: #B8A156;
  display: block;
  font-size: clamp(18px, 3vw, 20px);
  margin-bottom: 10px;
}
.summit2026-timetable__session-time {
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 400;
  line-height: 1;
}
.summit2026-timetable__session-title {
  font-size: clamp(16px, 3vw, 25px);
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 30px;
  font-weight: 600;
}
@media screen and (min-width: 768.9px) {
  .summit2026-timetable__session-speakers {
    display: flex;
    gap: 20px 2%;
    flex-flow: row wrap;
    justify-content: center;
    margin: 20px 0;
  }
}
.summit2026-timetable__session-speakers-heading {
  padding: 1rem;
  width: 100%;
  color: #fff;
  background-color: #534d38;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  margin-top: 30px;
}
.summit2026-timetable__session-speakers .summit2026-speaker__card {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  transition: all 0.4s;
  cursor: pointer;
  color: #707070;
  position: relative;
}
@media screen and (max-width: 768.9px) {
  .summit2026-timetable__session-speakers .summit2026-speaker__card {
    width: 100%;
    margin: 30px auto 0 auto;
  }
}
@media screen and (min-width: 768.9px) {
  .summit2026-timetable__session-speakers .summit2026-speaker__card {
    width: 23.5%;
  }
}
.summit2026-timetable__session-speakers .summit2026-speaker__card-body {
  padding: 15px 15px 40px;
  background-color: #fff;
  transition: all 0.4s;
  box-sizing: border-box;
  color: #707070;
  position: relative;
}
.summit2026-timetable__session-speakers .summit2026-speaker__card-body .person-detail {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 768.9px) {
  .summit2026-timetable__session-speakers .summit2026-speaker__card-body .person-detail {
    display: block;
    text-align: center;
  }
}
.summit2026-timetable__session-speakers .summit2026-speaker__card-body .person-detail span {
  /*font-size: 80%;*/
}
.summit2026-timetable__session-speakers .summit2026-speaker__card-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
}
.summit2026-timetable__session-speakers .summit2026-speaker__card-name {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E3E3E3;
  font-size: clamp(20px, 3vw, 22px);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.36;
  text-align: center;
}
@media screen and (min-width: 768.9px) {
  .summit2026-timetable__session-speakers .summit2026-speaker__card-name {
    padding-bottom: 4px;
  }
}
.summit2026-timetable__session-speakers .summit2026-speaker__card-name span {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: -1.7em;
  right: 0;
  font-size: clamp(12px, 1vw, 12px);
  color: #fff;
  padding: 0.2em 0.5em;
}
.summit2026-timetable__session-speakers .summit2026-speaker__card-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border: 1px solid #707070;
  text-align: center;
  transition: all 0.4s;
  border-radius: 100%;
}
.summit2026-timetable__session-speakers .summit2026-speaker__card:hover {
  box-shadow: 3px 6px 10px 0 rgba(0, 0, 0, 0.16);
  transform: translateY(-0.2em);
}
.summit2026-timetable__session-speakers .summit2026-speaker__card:hover .summit2026-speaker__card-body {
  color: #409ad5;
  transition: color 0.4s;
}
.summit2026-timetable__session-speakers .summit2026-speaker__card:hover .summit2026-speaker__card-btn {
  color: #fff;
  background-color: #707070;
}

/*=============================================================
 登壇者
=============================================================*/
.summit2026-speaker {
  background-color: rgb(241, 241, 241);
  padding-bottom: 30px;
}
@media screen and (min-width: 768.9px) {
  .summit2026-speaker {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768.9px) {
  .summit2026-speaker__cards {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
  }
}

/*=============================================================
 タイムテーブル/登壇者共通　モーダル
=============================================================*/
.modal-container {
  background-color: #f8f8f8;
  width: 700px;
  max-width: 80%;
  border-radius: 10px 0 0 10px;
  box-sizing: 2px 2px 2px #000;
}
.modal-container .modal-title-wrapper {
  position: relative;
  z-index: 2;
  padding: 5px 11px 11px 11px;
}
.modal-container .person-detail {
  font-size: clamp(12px, 14px, 1vw);
  margin-bottom: 1em;
  font-weight: 400;
  line-height: 1.57;
}
@media screen and (min-width: 768.9px) {
  .modal-container .person-detail {
    text-align: left;
  }
}
.modal-container .person-detail span {
  /*font-size: 80%;*/
}
.modal-container .modal-title {
  font-size: clamp(20px, 30px, 3vw);
}
.modal-container .modal-text {
  font-size: clamp(12px, 15px, 1vw);
}
.modal-container .modal-img {
  flex-shrink: 0;
  position: relative;
  padding-top: 52.8%;
}
.modal-container .modal-img img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*=============================================================
 お申し込み
=============================================================*/
.application_area {
  background-color: rgb(28, 19, 65);
  padding-bottom: 20px;
}
@media screen and (min-width: 768.9px) {
  .application_area {
    padding-bottom: 80px;
  }
}
.application_area .summit2026-ttl h2 {
  color: rgba(255, 255, 255, 0.1);
}
.application_area .summit2026-ttl p {
  color: #fff;
}

/*=============================================================
 前回サミット風景
=============================================================*/
.summit2026-history {
  background-color: rgb(241, 241, 241);
  padding-bottom: 30px;
}
@media screen and (min-width: 768.9px) {
  .summit2026-history {
    padding-bottom: 80px;
  }
}
.summit2026-history__imgs {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 30px;
}
@media screen and (min-width: 768.9px) {
  .summit2026-history__imgs {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 50px;
  }
}
.summit2026-history__img img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.summit2026-history__img input {
  display: none;
}
.summit2026-history__img input:checked + .summit2026-history__overlay {
  visibility: visible;
  z-index: 9999;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.4392156863);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transition: opacity 0.4s;
}
.summit2026-history__img input:checked + .summit2026-history__overlay .summit2026-history__window {
  transform: translate(-50%, -50%);
}
.summit2026-history__overlay {
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s;
}
.summit2026-history__open {
  cursor: pointer;
}
.summit2026-history__window {
  width: 80vw;
  max-width: 900px;
  max-height: 600px;
  background-color: #ffffff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  transition: transform 0.3s;
}
@media screen and (min-width: 768.9px) {
  .summit2026-history__window {
    height: 80vh;
  }
}
.summit2026-history__window img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (min-width: 768.9px) {
  .summit2026-history__window img {
    height: 100%;
  }
}
.summit2026-history__close {
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 8px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #000;
  background-color: #fff;
  font-size: 3.6rem;
  line-height: 1em;
  text-align: center;
}
.summit2026-history .netsui_btn {
  padding: 0;
}

/*=============================================================
 スポンサー
=============================================================*/
.summit2026-sponsor {
  background-color: rgb(255, 255, 255);
  padding-bottom: 30px;
}
@media screen and (min-width: 768.9px) {
  .summit2026-sponsor {
    padding-bottom: 80px;
  }
}
.summit2026-sponsor .summit2026-ttl h2 {
  color: rgba(0, 0, 0, 0.05);
}
.summit2026-sponsor__list {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768.9px) {
  .summit2026-sponsor__list {
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
  }
}
.summit2026-sponsor__name {
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.42;
  text-align: center;
  font-size: clamp(14px, 2vw, 15px);
}
.summit2026-sponsor .sponsor_gold {
  background-color: #B8A156;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 5px 0;
  margin-bottom: 20px;
}
.summit2026-sponsor .sponsor_media {
  background-color: #93c47d;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 5px 0;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 768.9px) {
  .summit2026-sponsor .sponsor_media {
    margin-top: 50px;
  }
}

/*=============================================================
 主催
=============================================================*/
.summit2026-organizer {
  background-color: rgb(241, 241, 241);
  padding-bottom: 30px;
}
@media screen and (min-width: 768.9px) {
  .summit2026-organizer {
    padding-bottom: 80px;
  }
}
.summit2026-organizer__title {
  margin-bottom: 20px;
  padding: 18px;
  width: 100%;
  color: #fff;
  background-color: #B8A156;
  font-size: clamp(20px, 3vw, 26px);
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.42;
  text-align: center;
}
@media screen and (min-width: 768.9px) {
  .summit2026-organizer__title {
    margin-bottom: 5.2rem;
  }
}
.summit2026-organizer__title .only-sp {
  display: none;
}
@media screen and (max-width: 768.9px) {
  .summit2026-organizer__title .only-sp {
    display: block;
  }
}
.summit2026-organizer__content {
  margin-bottom: 10px;
}
@media screen and (min-width: 768.9px) {
  .summit2026-organizer__content {
    display: flex;
    margin-bottom: 3.2rem;
  }
}
.summit2026-organizer__heading {
  flex-basis: 180px;
  flex-grow: 0;
  padding: 6px 0;
  color: #fff;
  background-color: #B8A156;
  font-size: clamp(18px, 3vw, 26px);
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.42;
  text-align: center;
}
@media screen and (min-width: 768.9px) {
  .summit2026-organizer__heading {
    padding: 18px 0;
  }
}
.summit2026-organizer__desc {
  color: #B8A156;
  flex-grow: 1;
  padding: 10px;
  border: 1px solid #B8A156;
  font-size: clamp(16px, 3vw, 22px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.36;
}
@media screen and (min-width: 768.9px) {
  .summit2026-organizer__desc {
    padding: 20px 6.2%;
  }
}
.summit2026-organizer__text {
  margin-bottom: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.94;
}
@media screen and (min-width: 768.9px) {
  .summit2026-organizer__text {
    margin-bottom: 5rem;
  }
}
.summit2026-organizer .netsui_btn {
  padding: 0;
}

/*=============================================================
 共催
=============================================================*/
.summit2026-cosponsor {
  background-color: rgb(255, 246, 205);
  padding-bottom: 30px;
}
@media screen and (min-width: 768.9px) {
  .summit2026-cosponsor {
    padding-bottom: 80px;
  }
}
.summit2026-cosponsor__title {
  margin-bottom: 6.8rem;
  padding: 18px;
  width: 100%;
  color: #fff;
  background-color: #B8A156;
  font-size: clamp(18px, 3vw, 26px);
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.42;
  text-align: center;
}
@media screen and (max-width: 768.9px) {
  .summit2026-cosponsor__title {
    margin-bottom: 20px;
  }
}
.summit2026-cosponsor__title .only-sp {
  display: none;
}
.summit2026-cosponsor__logo {
  text-align: center;
}
.summit2026-cosponsor__logo img {
  width: 420px;
  max-width: 70%;
  margin: 0 auto;
}
.summit2026-cosponsor__logo a {
  display: block;
  transition: opacity 0.3s;
}
.summit2026-cosponsor__logo a:hover {
  opacity: 0.7;
}
.summit2026-cosponsor__text {
  margin-bottom: 5rem;
  color: #fff;
  font-size: clamp(15px, 3vw, 18px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.94;
}
@media screen and (max-width: 768.9px) {
  .summit2026-cosponsor .netsui_member_02_lest {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768.9px) {
  .summit2026-cosponsor .netsui_member_02_lest li {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 768.9px) {
  .summit2026-cosponsor .netsui_member_02_lest li p {
    font-size: 13px;
    margin: 10px 0 0 0;
    padding: 0;
  }
}

/*=============================================================
熱意ある地方創生ベンチャー連合とは
=============================================================*/
.summit2026-about {
  background-color: rgb(241, 241, 241);
  padding-bottom: 30px;
}
@media screen and (min-width: 768.9px) {
  .summit2026-about {
    padding-bottom: 80px;
  }
}
.summit2026-about__text {
  margin-bottom: 50px;
}
@media screen and (min-width: 768.9px) {
  .summit2026-about__text {
    text-align: center;
  }
}

/*=============================================================
 お申し込み
=============================================================*/
#id_iframe2025 {
  position: relative;
  z-index: 1;
  height: 860px;
  width: 750px;
}

@media (max-width: 567px) {
  #id_iframe2025 {
    height: 1060px;
  }
}/*# sourceMappingURL=lp2026.css.map */