@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.cdnfonts.com/css/google-sans");
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
  margin: 0;
  padding: 0; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */ }

p {
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */ }

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

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

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */ }

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */ }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

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

[type='search'] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Apply cursor pointer to button elements */
button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  cursor: pointer;
  color: inherit; }

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none; }

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */ }

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy='true'] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled='true'] {
  cursor: default; }

@media screen and (min-width: 1000px) {
  .pc {
    display: inherit; } }
@media screen and (max-width: 767px) {
  .pc {
    display: none; } }

@media screen and (min-width: 1000px) {
  .sp {
    display: none; } }
@media screen and (max-width: 767px) {
  .sp {
    display: inherit; } }

html {
  scroll-behavior: smooth; }

body {
  scroll-behavior: smooth;
  background: url("/innovationlab/meetup4/assets/img/bgi_body.png") no-repeat center top/contain;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

a {
  color: #0a75d9;
  text-decoration: none;
  word-break: break-all; }
  a:hover {
    opacity: .8; }
/*
  a.blank {
    position: relative; }
    a.blank::after {
      margin-left: 8px;
      content: url("/innovationlab/meetup4/assets/img/icon-blank.png");
      display: inline-block; }
*/

ul li, ol li {
  list-style: none; }

.sec-inner {
  width: 94%;
  max-width: 1140px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (max-width: 767px) {
    .sec-inner {
      width: 90%;
      padding-top: 40px;
      padding-bottom: 40px; } }
  .sec-inner-normal {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .sec-inner-normal {
        display: block; } }
  .sec-inner-full .sec-content {
    width: 100%;
    margin-top: 60px; }
.sec-hl {
  font-size: 48px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .sec-hl {
      font-size: 7vw; } }
  .sec-hl-sub {
    display: block;
    font-size: 24px;
    font-weight: normal; }
    @media screen and (max-width: 767px) {
      .sec-hl-sub {
        font-size: 5vw; } }
  .sec-hl-underline {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: #0ad9aa 8px solid; }
.sec-content {
  width: 70%; }
  @media screen and (max-width: 767px) {
    .sec-content {
      width: 100%;
      margin-top: 24px; } }

.btn-fix {
  width: 76px;
  height: 290px;
  margin-top: auto;
  margin-bottom: auto;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: linear-gradient(-180deg, #11d6cb 0%, #0097db 100%);
  border-radius: 6px 0 0 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 4px;
  text-decoration: none;
  transition: all .2s linear; }
  @media screen and (max-width: 767px) {
    .btn-fix {
      width: 45px;
      height: 230px;
      font-size: 18px;
      letter-spacing: 3px; } }
  .btn-fix::before {
    content: url("/innovationlab/meetup4/assets/img/icon-entry.png");
    margin-bottom: 6px;
    display: inline-block; }
  .btn-fix:hover {
    opacity: .8; }

.fixed_entry {
  display: block;
  position: fixed;
  top: 100px;
  right: 0;
  padding: 40px 0;
  width: 80px;
  background: #0ad9aa;
  color: #000;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  z-index: 9999;
}
.fixed_entry:hover {
  opacity: .8;
}
.fixed_entry span {
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .fixed_entry {
    padding: 20px 0;
    width: 40px;
    font-size: 16px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}

.pagetop {
  height: 60px;
  width: 60px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 2px 2px 10px rgba(0,0,0,.25);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: all .2s linear; }
  .pagetop:hover {
    opacity: .8; }

.pagetop-arrow {
  height: 15px;
  width: 15px;
  border-top: 3px solid #030303;
  border-right: 3px solid #030303;
  transform: translateY(20%) rotate(-45deg); }

.btn_defaults {
  display: block;
  margin: auto;
  padding: 12px 20px;
  width: 100%;
  max-width: 405px;
  background: #0ad9aa;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5em;
  box-shadow: 0 3px 3px rgba(0,0,0,.25);
}
.btn_defaults:hover {
  opacity: .8;
}
@media screen and (max-width: 767px) {
  .btn_defaults {
    width: 90%;
    max-width: none;
    font-size: 4vw;
  }
}

/* header */
.header-inner {
  padding: 20px 5%;
  display: flex;
  justify-content: flex-end; }
@media screen and (max-width: 767px) {
  .header-logo {
    width: 100px;
  }
}

/* main visual */
.hero {
  width: 100%;
}
.hero .slick-list ,
.hero .slick-track{
  height: 100%;
}
.hero .btn_hero {
  position: relative;
  padding: 9px 20px;
  max-width: 435px;
  font-size: 30px;
  text-align: center;
}
.hero .btn_hero::before {
  content: "＼お申し込みはこちらから／";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-100%);
  width: 100%;
  font-size: 20px;
}
.hero .btn_flow {
  margin-top: 25px;
  max-width: 430px;
  padding: 13px 20px;
  background: #222;
  color: #fff;
  font-size: 17px;
  text-align: center;
  box-shadow: none;
}
.hero_item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .hero .btn_hero {
    max-width: none;
    font-size: 4vw;
  }
  .hero .btn_hero::before {
    font-size: 4vw;
  }
  .hero .btn_flow {
    margin-top: 15px;
    max-width: none;
    font-size: 4vw;
  }
  .hero_item {
    aspect-ratio: 2 / 3;
  }
}
  .hero-inner {
    width: 100%;
    height: 100%;
    max-width: 1080px;
    margin: 0 auto; }
    @media screen and (max-width: 1280px) {
      .hero-inner {
        padding: 0 3%; } }
    @media screen and (max-width: 767px) {
      .hero-inner {
        padding: 4% 5% 0;
        align-items: flex-start; } }
  .hero-data-wrap {
    padding-bottom: 60px;
    width: 50%; }
    @media screen and (max-width: 767px) {
      .hero-data-wrap {
        width: 100%; } }
  .hero-logo {
    margin-bottom: 65px;
    width: 100%;
    max-width: 507px; }
    @media screen and (max-width: 767px) {
      .hero-logo {
        margin-bottom: 8vw;
        width: 100%;
        max-width: 706px;
        display: block; } }
.hero-img {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 46%;
}
.hero-img img {
  width: 600px;
  max-width: 100%;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  .hero-img {
    right: 50%;
    transform: translateX(50%);
    width: 75%;
    z-index: -1;
  }
  .hero-img img {
    width: 100%;
    max-width: none;
  }
}

  .hero-finish {
    margin: 40px auto 30px;
    border: solid 1px #fff;
    padding: 20px 20px;
    background: rgba(0, 0, 0, 0.5); }
    @media screen and (max-width: 767px) {
      .hero-finish {
        margin: 0 auto 10px;
        padding: 10px 20px;
        position: absolute;
        bottom:0;
      }
      }

    .hero-finish-txt {
      text-align: center;
      font-size: 18px; }
      @media screen and (max-width: 1399px) {
        .hero-finish-txt {
          font-size: 17px; } }
      @media screen and (max-width: 1199px) {
        .hero-finish-txt {
          font-size: 16px; } }
      @media screen and (max-width: 991px) {
        .hero-finish-txt {
          font-size: 12px; } }
      @media screen and (max-width: 767px) {
        .hero-finish-txt {
          font-size: 2.5vw;
          text-align: left; } }
    .hero-finish-btn {
      width: 80%;
      max-width: 640px;
      margin: 20px auto 0;
      padding: 10px 0;
      border-radius: 5em;
      background: #0ad9aa;
      display: block;
      color: #000;
      text-align: center;
      font-size: 24px;
      font-weight: bold;
      text-decoration: none;
      transition: all .2s linear; }
      @media screen and (max-width: 991px) {
        .hero-finish-btn {
          font-size: 20px; } }
      @media screen and (max-width: 767px) {
        .hero-finish-btn {
          width: 90%;
          margin-top: 4vw;
          padding: 2.5vw 0;
          font-size: 3vw; } }
      .hero-finish-btn:hover {
        opacity: .8; }

/* gnav */
.gnav {
  background: #000; }
  .gnav-list {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .gnav-list li {
/*      width: 16.6666%;
      height: 64px;*/
      width: calc(100% / 5);
      padding: 0;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .gnav-list li {
          width: 50%;
          font-size: 14px; } }
      @media screen and (min-width: 991px) {
        .gnav-list li {
          font-size: 21px; } }
      .gnav-list li a {
        width: 100%;
/*        height: 64px;*/
        padding: 35px 0;
        display: block;
        background: #000;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        position: relative;
        transition: all .2s linear; }
      @media screen and (max-width: 767px) {
        .gnav-list li a {
          padding: 20px 0; } }
        .gnav-list li a:hover {
          opacity: .7; }

/* main */
.main {
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .main {
    font-size: 3.5vw;
  }
}

/* lead */
.lead {
}
.lead .lead_text {
  font-size: 56px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  .lead .lead_text {
    font-size: 6vw;
  }
}

/* news */
.news {
  position: relative; }
.news .sec-hl {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .news .sec-hl {
    font-size: 7vw;
  }
}
.news-list {
  margin: auto;
  max-width: 800px;
}
.news-list li {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 18px; }
  @media screen and (max-width: 767px) {
    .news-list li {
      display: block;
      font-size: 3.5vw; } }
  .news-list li:first-child {
    margin-top: 0; }
  .news-list li time {
    width: 100px; }
.news-detail {
  width: calc(100% - 120px); }
  @media screen and (max-width: 767px) {
    .news-detail {
      width: 100%; } }
  .news-detail-hl {
    margin-bottom: 6px; }
  @media screen and (max-width: 767px) {
    .news-detail-hl {
      font-size: 4vw; } }

/* session */
.session {
  position: relative;
  color: #fff;
  background: url(/innovationlab/meetup4/assets/img/bgi_session.png) no-repeat center top/cover,
    linear-gradient(180deg, #fff, #fff 25px, #000 25px, #000 100%);
}
.session .session_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.session .session_list .session_tab {
  display: block;
  margin: 0 0 30px;
  padding: 30px 0 0;
  width: 100%;
  border-top: #fff 1px solid;
}
.session .session_list .session_tab .tab_text {
  margin-right: 15px;
  font-size: 30px;
  font-weight: bold;
}
.session .session_list .session_tab .tab_time {
  color: #0ad9aa;
  font-size: 24px;
}
.session .session_list .session_item {
  margin-bottom: 50px;
  padding: 0 50px 50px 110px;
  width: 100%;
  border-bottom: #fff 1px solid;
}
.session .session_list .session_item .session_cont {}
.session .session_list .session_item .session_cont .session_ttl {
  padding-right: 60px;
  font-size: 34px;
  font-weight: normal;
}
.session .session_list .session_item .session_cont .session_text {
  margin-top: 30px;
  padding-right: 60px;
}
.session .session_list .session_item .session_cont .session_member {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}
.session .session_list .session_item .session_cont .session_member > div {
  display: flex;
  align-items: center;
  gap: 15px;
  width: calc(50% - 15px);
}
.session .session_list .session_item .session_cont .session_member figure {
  position: relative;
  z-index: 0;
}
.session .session_list .session_item .session_cont .session_member figure::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -60px;
  width: 196px;
  aspect-ratio: 1 / 1;
  background: url(/innovationlab/meetup4/assets/img/bgi_session_member.png) no-repeat center center /contain;
  z-index: -1;
}
.session .session_list .session_item .session_cont .session_member > div div {
  position: relative;
  z-index: 0;
}
.session .session_list .session_item .session_cont .session_member .member_name {
  font-size: 30px;
  font-weight: bold;
}
.session .session_list .session_item .session_cont .session_logo {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}
.session .session_list .session_item .session_cont .session_logo li {
  width: 31%;
  padding:10px 40px;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .session .session_list .session_item {
    margin-bottom: 30px;
    padding: 0 0 30px;
  }
  .session .session_list .session_item .session_cont .session_ttl {
    padding-right: 0;
    font-size: 5vw;
  }
  .session .session_list .session_item .session_cont .session_text {
    padding-right: 0;
  }
  .session .session_list .session_item .session_cont .session_member > div {
    width: 100%;
  }
.session .session_list .session_item .session_cont .session_logo li {
  width: 47%;
  padding:10px 20px;
}
}
@media screen and (max-width: 767px) {
  .session .session_list .session_tab .tab_text {
    font-size: 4.5vw;
  }
  .session .session_list .session_tab .tab_time {
    font-size: 3.5vw;
  }
  .session .session_list .session_item .session_cont .session_member figure::after {
    right: -30%;
    width: 110%;
  }
  .session .session_list .session_item .session_cont .session_member figure {
    width: 20%;
  }
  .session .session_list .session_item .session_cont .session_member figure img {
    max-width: 100%;
  }
  .session .session_list .session_item .session_cont .session_member .member_name {
    font-size: 5vw;
  }
}

.session .session_list .session_item.item_keynote {
  margin-bottom: 0;
  border-bottom: none;
}

/* event */
.event {
  position: relative;
  margin-top: 30px;
  background: url(/innovationlab/meetup4/assets/img/bgi_event.png) no-repeat center top/cover;
}
.event .event_lead {
  margin-bottom: 60px;
  font-size: 21px;
  text-align: center;
}
.event .event_lead_box {
}
.event .event_lead_box .event_lead_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: #19aed2 1px solid;
}
.event .event_lead_box .event_lead_item:last-child {
  margin-bottom: 70px;
}
.event .event_lead_box .event_lead_item .event_tab {
  width: 150px;
}
.event .event_lead_box .event_lead_item .event_tab span {
  display: block;
  background: linear-gradient(-20deg,#19aed2,#b2f0e4);
  width: 100%;
  aspect-ratio: 1 / 1;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 150px;
  border-radius: 50%;
}
.event .event_lead_box .event_lead_item .event_text {
  padding-right: 40px;
  width: calc(100% - 560px);
}
.event .event_lead_box .event_lead_item .event_text .event_h3 {
  margin-bottom: 15px;
  font-size: 30px;
}
.event .event_lead_box .event_lead_item .event_text .event_h3 span {
  margin-left: 20px;
  color: #19aed2;
  font-size: 24px;
  font-weight: normal;
}
.event .event_lead_box .event_lead_item .event_text p {
  font-size: 18px;
}
.event .event_lead_box .event_lead_item .event_img {
  width: 360px;
}
.event .event_lead_box .event_lead_item .event_img img {
  max-width: 100%;
}
.event .btn_event {
  max-width: 577px;
  padding: 20px;
  background: #222;
  color: #fff;
  font-size: 21px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .event .event_lead_box .event_lead_item .event_text {
    padding-right: 0;
    width: calc(100% - 170px);
  }
  .event .event_lead_box .event_lead_item .event_img {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  .event .event_lead {
    font-size: 4.5vw;
  }
  .event .event_lead_box .event_lead_item .event_tab {
    margin: auto;
    width: 20vw;
  }
  .event .event_lead_box .event_lead_item .event_tab span {
    font-size: 5vw;
    line-height: 20vw;
  }
  .event .event_lead_box .event_lead_item .event_text {
    width: 100%;
  }
  .event .event_lead_box .event_lead_item .event_text .event_h3 {
    font-size: 4.5vw;
  }
  .event .event_lead_box .event_lead_item .event_text .event_h3 span {
    font-size: 3.5vw;
  }
  .event .event_lead_box .event_lead_item .event_text p {
    font-size: 3.5vw;
  }
  .event .btn_event {
    max-width: none;
    font-size: 4vw;
  }
}
@media screen and (max-width: 575px) {
}

/* partner */
.partner {
  background: url(/innovationlab/meetup4/assets/img/bgi_partner.png) no-repeat center top/50%, linear-gradient(180deg, #fff, #fff 25px, #000 25px, #000 100%);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .partner .sec-hl br {display: none;}
}
.partner .sec-inner {
  padding-top: 160px; }
@media screen and (max-width: 767px) {
  .partner .sec-inner {
    padding-top: 80px;
    padding-bottom: 80px; } }
.partner-list {
  width: 90%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .partner-list .btn-prev {
    content: "";
    width: 13px;
    /* くの字を山なりに見た時、左側の長さ */
    height: 13px;
    /* くの字を山なりに見た時、右側の長さ */
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(-135deg); }
  .partner-list .btn-next {
    content: "";
    width: 13px;
    /* くの字を山なりに見た時、左側の長さ */
    height: 13px;
    /* くの字を山なりに見た時、右側の長さ */
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -30px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg); }
  .partner-list li {
    width: 19%; }
.partner-box {
  width: 95%;
  height: 220px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 15px; }
  @media screen and (max-width: 767px) {
    .partner-box {
      margin-top: 8px;
      margin-bottom: 8px;
      padding: 15px; } }
  .partner-box.no-logo .partner-box-inner {
    display: flex;
    align-items: center; }
  .partner-box a {
    transition: all .2s linear; }
    .partner-box a:hover {
      opacity: .5; }
      @media screen and (max-width: 999px) {
        .partner-box a:hover {
          opacity: 1; } }
      .partner-box a:hover .partner-logo-img {
        width: 100%;
        height: auto; }
        @media screen and (max-width: 999px) {
          .partner-box a:hover .partner-logo-img {
            width: 75%; } }
  .partner-box-inner {
    width: 100%;
    height: 100%;
    padding: 25px;
    display: inline-block;
    color: #000;
    text-decoration: none; }
    @media screen and (max-width: 999px) {
      .partner-box-inner {
        padding: 15px 7px; } }
    @media screen and (max-width: 767px) {
      .partner-box-inner {
        padding: 0; } }
.partner-logo {
  width: 100%;
  height: 50px;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center; }
  .partner-logo-img {
    width: 95%;
    height: auto;
    transition: all .2s linear; }
    @media screen and (max-width: 999px) {
      .partner-logo-img {
        width: 70%;
        margin: 0 auto;
        display: block; } }
.partner-name {
  margin-top: 7px;
  text-align: center;
  font-size: 12px; }
.partner-text {
  margin-top: 7px;
  text-align: center;
  font-size: 11px; }
.partner-modal {
  width: 80%;
  max-width: 600px;
  height: 60%;
  max-height: 500px;
  background-color: #fff;
  border-radius: 8px;
  overflow-y: scroll; }
  .partner-modal-inner a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    transition: all .2s linear; }
    .partner-modal-inner a:hover {
      opacity: .7; }
      .partner-modal-inner a:hover .partner-modal-name {
        text-decoration: underline; }
        @media screen and (max-width: 999px) {
          .partner-modal-inner a:hover .partner-modal-name {
            text-decoration: none; } }
      @media screen and (max-width: 999px) {
        .partner-modal-inner a:hover {
          opacity: 1; } }
  .partner-modal-logo {
    width: 100%;
    max-width: 250px; }
    @media screen and (max-width: 767px) {
      .partner-modal-logo {
        max-width: 200px; } }
    .partner-modal-logo-wrap {
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center; }
      .partner-modal-logo-wrap-100 {
        height: 100px; }
      .partner-modal-logo-wrap-150 {
        height: 150px; }
      .partner-modal-logo-wrap-200 {
        height: 200px; }
      .partner-modal-logo-wrap-250 {
        height: 250px; }
  .partner-modal-name {
    margin-top: 2px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    text-align: center; }
  .partner-modal-tagline {
    margin-top: 12px;
    font-size: 26px;
    font-weight: bold;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .partner-modal-tagline {
        font-size: 22px; } }
  .partner-modal-hl {
    margin-top: 30px;
    display: block;
    text-align: center; }
  .partner-modal-shl {
    margin-top: 10px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .partner-modal-shl {
        font-size: 18px; } }
  .partner-modal-txt {
    margin-top: 20px;
    font-size: 14px;
    text-align: left; }
  .partner-modal-img {
    width: 100%;
    height: auto;
    margin-top: 40px;
    display: block;
    transition: all .2s linear; }
  .partner-modal-communitybtn {
    margin-top: 40px;
    padding: 12px 30px;
    background: linear-gradient(to right, #0096dc, #12d5cb);
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    transition: all .2s linear;
    position: relative; }
    .partner-modal-communitybtn:hover {
      opacity: .7; }
    .partner-modal-communitybtn span {
      color: #fff; }
      .partner-modal-communitybtn span::after {
        margin: 0 auto;
        position: absolute;
        right: 15px;
        top: 20px;
        display: block;
        content: "";
        width: 10px;
        height: 10px;
        border-right: 2px solid #fff;
        border-top: 2px solid #fff;
        transform: rotate(45deg); }
  .partner-modal .remodal-close {
    left: auto;
    right: 0; }
  .partner-modal .remodal-close::before {
    font-size: 35px; }

@media screen and (max-width: 767px) {
  .remodal.partner-modal {
    padding: 25px 20px; } }

.el_slider-figure {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 40%; }
  .el_slider-figure img {
    object-fit: cover;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.partner .slick-dots {
  bottom: -50px; }
  @media screen and (max-width: 767px) {
    .partner .slick-dots {
      bottom: -80px; } }

.partner .slick-dots li {
  margin: 0 4px;
  width: 15px;
  height: 15px; }
  @media screen and (max-width: 767px) {
    .partner .slick-dots li {
      height: 20px;
      width: 20px; } }

.partner .slick-dots li button:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  opacity: 1; }
  @media screen and (max-width: 767px) {
    .partner .slick-dots li button:before {
      width: 15px;
      height: 15px; } }

.partner .slick-dots li.slick-active button:before {
  background: #0ad9aa;
  transition: 0.5s; }

.notes-list li {
  margin-top: 20px;
  position: relative;
  display: flex;
  justify-content: flex-start; }
  @media screen and (max-width: 767px) {
    .notes-list li {
      width: 95%;
      margin-top: 10px;
      font-size: 14px; } }
  .notes-list li::before {
    content: "・";
    display: inline-block; }
  .notes-list li:first-child {
    margin-top: 0; }
.notes-txt {
  line-height: 1.75; }

/* il */
.il {
  background: url(/innovationlab/meetup4/assets/img/bgi_il.png) no-repeat center top/cover;
}
.il .il_box {
  padding: 0 115px 75px;
}
.il .il_box h2 {
  font-size: 54px;
  text-align: center;
}
.il .il_box h2 span {
  padding: 0 10px;
  color: #0ad9aa;
}
.il .il_box h2 small {
  font-size: 30px;
}
.il .il_box h3 {
  margin-bottom: 25px;
  font-size: 24px;
  text-align: center;
}
.il .il_box p {
  margin-bottom: 20px;
  font-size: 18px;
}
.il .il_box p:last-of-type {
  margin-bottom: 50px;
}
.il .btn_il {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .il .il_box {
    padding: 0 15px 20px;;
  }
  .il .il_box h2 {
    font-size: 7vw;
  }
  .il .il_box h2 span {
    padding: 0 5px;
  }
  .il .il_box h2 small {
    font-size: 5vw;
  }
  .il .il_box h3 {
    font-size: 4vw;
  }
  .il .il_box p {
    font-size: 16px;
  }
  .il .il_box figure {
    width: 100%;
    text-align: center;
  }
  .il .il_box figure img {
    max-width: 100%;
  }
}

/* summary */
.summary {
  background: url(/innovationlab/meetup4/assets/img/bgi_summary.png) no-repeat center -400px/contain;
}
.summary dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: #999 1px solid;
  font-size: 18px;
}
.summary dl:first-child {
  border-top: #999 1px solid;
}
.summary dl dt {
  padding: 35px 20px;
  width: 180px;
  font-weight: bold;
}
.summary dl dd {
  padding: 35px 0;
  width: calc(100% - 180px);
}
.summary dl dd img {
  margin-top: 20px;
  max-width: 100%;
}
.summary dl dd iframe {
  display: block;
  margin: 20px 0 15px;
  width: 100%;
  height: 360px;
  border: #fff 3px solid;
  border-radius: 30px;
}
.summary dl dd ul li {
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
}
.summary dl dd ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .summary dl {
    font-size: 3.5vw;
  }
  .summary dl dt {
    padding: 15px;
    width: 100%;
  }
  .summary dl dd {
    padding: 0 15px 15px;
    width: 100%;
  }
  .summary dl dd ul li {
    font-size: 3.5vw;
  }
}

/* archive */
.archive {
}
.archive .sec-hl {
  font-size: 30px;
}
.archive ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 35px;
}
.archive ul li {
  width: calc((100% - 70px) / 3);
  text-align: center;
}
.archive ul li a {
}
.archive ul li a img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .archive .sec-hl {
    font-size: 7vw;
  }
  .archive ul li {
    width: 100%;
  }
}

/* faq */
.faq {
  padding-bottom: 40px;
  background: #eee;
}
.faq dl {
  margin-bottom: 10px;
  padding: 30px;
  background: #fff;
  border-radius: 30px;
  cursor: pointer;
}
.faq dl:last-child {
  margin-bottom: 0;
}
.faq dl dt {
  position: relative;
  padding: 0 60px;
  font-size: 21px;
  font-weight: bold;
}
.faq dl dt::before {
  content: "Q";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #0ad9aa;
  font-size: 48px;
  font-family: Futura, 'Century Gothic', "Noto Sans JP", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.faq dl dt::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 0;
  width: 20px;
  height: 20px;
  border-right: #0ad9aa 3px solid;
  border-bottom: #0ad9aa 3px solid;
}
.faq dl.is_open dt::after {
  transform: translateY(-50%) rotate(225deg);
}
.faq dl dd {
  display: none;
  position: relative;
  margin-top: 30px;
  padding-left: 60px;
  color: #ab165c;
  font-size: 18px;
  font-weight: bold;
}
.faq dl dd::before {
  content: "A";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #ed65a5;
  font-size: 48px;
  font-family: Futura, 'Century Gothic', "Noto Sans JP", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .faq dl {
    padding: 20px;
  }
  .faq dl dt {
    padding: 0 40px;
    font-size: 18px;
  }
  .faq dl dt::before {
    font-size: 36px;
  }
  .faq dl dt::after {
    width: 15px;
    height: 15px;
  }
  .faq dl dd {
    padding-left: 40px;
    font-size: 16px;
  }
  .faq dl dd::before {
    font-size: 36px;
  }
}

/* footer */
.footer {
  width: 100%;
  padding: 70px 20px 40px;
  background: #000;
  color: #fff;
  text-align: center;
}
.footer-logo {
  max-width: 100%;
}
.footer-copy {
  margin-top: 30px;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    margin: 0 auto;
  }
  .footer-copy {
    width: 100%;
  }
}


/*モーダル表示*/

.modaal-content-container {
  padding: 0;
}

.modaal-container img {
  width:100%;
}

.modaal-container {
  background-color: rgba(0,0,0,0.2);
}

.modaal-close:before,
.modaal-close:after {
  top: 10px;
  left: 23px;
  width: 2px;
  height: 32px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
