@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Alfa+Slab+One");
.startup_title_bg {
  background-color: #444;
  background-image: url(../event/startup_img/O72H2U0.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5); }
  .startup_title_bg .ins {
    background-color: rgba(218, 164, 48, 0.75);
    width: 100%;
    height: 100%; }
  .startup_title_bg .cons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: rgba(255, 255, 255, 0.85);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    text-align: center;
    width: 100%;
    height: 60vh;
    min-height: 500px; }
    @media screen and (max-width: 599px) {
      .startup_title_bg .cons {
        width: calc(100% - 1em);
        margin: 0 auto; } }
    .startup_title_bg .cons .global_logo {
      margin-bottom: 1.5em; }
      .startup_title_bg .cons .global_logo img {
        width: 100%;
        max-width: 600px; }
    .startup_title_bg .cons h1.title {
      font-size: 2em;
      margin-bottom: 0.5em;
      font-weight: bold; }
    .startup_title_bg .cons h2 {
      display: none;
      font-size: 3em;
      font-family: 'Alfa Slab One', cursive; }
    .startup_title_bg .cons p.copy {
      font-size: 2.25em;
      line-height: 1.325em;
      margin-top: 0.5em;
      font-weight: bold; }
    @media screen and (max-width: 999px) {
      .startup_title_bg .cons {
        height: auto;
        min-height: auto;
        padding: 6em 0; }
        .startup_title_bg .cons h1.title {
          font-size: 2em; }
        .startup_title_bg .cons p.copy {
          font-size: 2em;
          text-align: left; }
          .startup_title_bg .cons p.copy br {
            display: none; } }
    @media screen and (max-width: 767px) {
      .startup_title_bg .cons {
        padding: 4em 0; }
        .startup_title_bg .cons h1.title {
          font-size: 2em; }
        .startup_title_bg .cons p.copy {
          font-size: 1.75em; } }
    @media screen and (max-width: 599px) {
      .startup_title_bg .cons h1.title {
        font-size: 1.75em; }
      .startup_title_bg .cons p.copy {
        font-size: 1.5em; } }
    @media screen and (max-width: 399px) {
      .startup_title_bg .cons h1.title {
        font-size: 1.5em; }
      .startup_title_bg .cons p.copy {
        font-size: 1.25em; } }

.imz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  padding: 5px;
  margin-top: 3em; }
  @media screen and (max-width: 599px) {
    .imz {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 80%;
      margin: 2em auto 0; } }
  .imz img {
    width: 100%; }

.headline_h203.startip_ver {
  border-top: 4px solid #b79b00;
  color: #b79b00; }

@media screen and (max-width: 599px) {
  .headline_h203 br {
    display: none; } }

.startup_pavilion_wrap {
  background: rgba(218, 164, 48, 0.15); }

.startup_pavilion_image {
  float: right;
  margin-left: 2em;
  width: 220px; }
  @media screen and (max-width: 599px) {
    .startup_pavilion_image {
      float: none;
      margin: 0 auto 1em;
      width: 80%; } }
  .startup_pavilion_image img {
    width: 100%;
    max-width: 587px;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }

ul.startup_list {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc; }
  ul.startup_list li {
    width: 33.33%;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc; }
    @media screen and (max-width: 1199px) {
      ul.startup_list li {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      ul.startup_list li {
        width: 100%; } }
  ul.startup_list a {
    color: #333;
    width: 100%;
    display: block;
    padding: 0.75em;
    background: #fff; }
    ul.startup_list a:hover {
      opacity: 0.7; }
    ul.startup_list a:before {
      display: none;
      content: "\f0a9";
      font-family: "Font Awesome 5 Solid"; }

.tag {
  margin: 3em auto 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 999px) {
    .tag {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .tag p {
    margin-right: 1em;
    font-size: 1.125em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .tag p:before {
      content: "■";
      font-size: 1.25em;
      margin-right: 3px; }
  .tag .kh01:before {
    color: #199ad6; }
  .tag .kh02:before {
    color: #67bfab; }
  .tag .kh03:before {
    color: #905fa1; }
  .tag .kh04:before {
    color: #ed8462; }

ul.startup_list_ver2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  ul.startup_list_ver2 li {
    margin: 5px;
    width: calc(33.33% - 10px);
    border: 1px solid #ccc;
    background: #fff; }
    @media screen and (max-width: 999px) {
      ul.startup_list_ver2 li {
        width: calc(50% - 10px); } }
    @media screen and (max-width: 559px) {
      ul.startup_list_ver2 li {
        margin: 3px;
        width: 100%; } }
    ul.startup_list_ver2 li.emp {
      border: none;
      background-color: transparent; }
  ul.startup_list_ver2 a {
    display: block;
    color: #333; }
    ul.startup_list_ver2 a:hover {
      opacity: 0.5; }
  ul.startup_list_ver2 p.name {
    font-size: 1em;
    display: block;
    padding: 0.5em 0.25em;
    color: #fff;
    font-size: 1em;
    text-align: center; }
    ul.startup_list_ver2 p.name:before {
      display: none;
      content: "\f0a9";
      font-family: "Font Awesome 5 Solid"; }
  ul.startup_list_ver2 p.name.c01 {
    background: #199ad6; }
  ul.startup_list_ver2 p.name.c02 {
    background: #67bfab; }
  ul.startup_list_ver2 p.name.c03 {
    background: #905fa1; }
  ul.startup_list_ver2 p.name.c04 {
    background: #ed8462; }
  ul.startup_list_ver2 .data_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.75em; }
    ul.startup_list_ver2 .data_wrap .logo {
      margin-right: 0.75em;
      text-align: center; }
      ul.startup_list_ver2 .data_wrap .logo img {
        width: 140px;
        height: 60px;
        -o-object-fit: contain;
        object-fit: contain;
        font-family: 'object-fit: contain;'; }
        ul.startup_list_ver2 .data_wrap .logo img.off000 {
          opacity: 0.15; }
    ul.startup_list_ver2 .data_wrap p {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      font-size: 0.8125em;
      line-height: 1.5; }

.plus_guide {
  margin: 4em 0;
  text-align: center;
  line-height: 1.5; }
  @media screen and (max-width: 599px) {
    .plus_guide {
      text-align: left; } }
  .plus_guide h2 {
    font-size: 2em;
    font-weight: bold; }
    @media screen and (max-width: 599px) {
      .plus_guide h2 {
        font-size: 1.5em; } }
  .plus_guide p {
    margin: 1em 0 0; }
  .plus_guide p.linkk {
    font-size: 1.25em;
    margin: 1em 0 0; }
    .plus_guide p.linkk a {
      display: block;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#e6c614), to(#b79b00));
      background-image: -webkit-linear-gradient(top, #e6c614 0%, #b79b00 100%);
      background-image: -o-linear-gradient(top, #e6c614 0%, #b79b00 100%);
      background-image: linear-gradient(to bottom, #e6c614 0%, #b79b00 100%);
      border: 2px solid #fff;
      -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
      color: #fff;
      padding: 1em 0.5em;
      max-width: 600px;
      margin: 0 auto;
      border-radius: 3.25em; }
      .plus_guide p.linkk a:hover {
        opacity: 0.7; }
      .plus_guide p.linkk a:before {
        display: none;
        content: "\f1c1";
        font-family: "Font Awesome 5 Solid"; }
    @media screen and (max-width: 599px) {
      .plus_guide p.linkk {
        font-size: 1em;
        text-align: center; } }

.startup_entry {
  display: block;
  color: #333;
  margin: 2em;
  padding: 2em;
  text-align: center; }
  .startup_entry img {
    display: none;
    width: 80%;
    max-width: 200px; }
  @media screen and (max-width: 599px) {
    .startup_entry {
      margin: 2em 1em;
      padding: 1.25em; } }
  .startup_entry p.entry_txt {
    font-size: 1.25em;
    margin: 0; }
    .startup_entry p.entry_txt a {
      display: block;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#888), to(#555));
      background-image: -webkit-linear-gradient(top, #888 0%, #555 100%);
      background-image: -o-linear-gradient(top, #888 0%, #555 100%);
      background-image: linear-gradient(to bottom, #888 0%, #555 100%);
      border: 2px solid #fff;
      -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
      color: #fff;
      padding: 0.75em 0.5em;
      max-width: 600px;
      margin: 0 auto;
      border-radius: 1.5em; }
      .startup_entry p.entry_txt a:hover {
        opacity: 0.7; }
      .startup_entry p.entry_txt a:before {
        display: none;
        content: "\f0a9";
        font-family: "Font Awesome 5 Solid"; }
    @media screen and (max-width: 599px) {
      .startup_entry p.entry_txt {
        font-size: 1.25em; } }
  .startup_entry p.plus {
    line-height: 1.5;
    margin-bottom: 1em; }
    @media screen and (max-width: 849px) {
      .startup_entry p.plus {
        text-align: left; }
        .startup_entry p.plus br {
          display: none; } }

ul.pavilion_list {
  margin: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc; }
  ul.pavilion_list li {
    background: #fff;
    width: 25%;
    padding: 1em;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
    @media screen and (max-width: 599px) {
      ul.pavilion_list li {
        width: 50%; } }
    ul.pavilion_list li .logo {
      position: relative;
      width: 100%; }
      ul.pavilion_list li .logo:before {
        content: "";
        display: block;
        padding-top: 75%;
        /* 高さを幅の75%に固定 */ }
      ul.pavilion_list li .logo .ins {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
      ul.pavilion_list li .logo .cc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        text-align: center; }
      ul.pavilion_list li .logo img {
        height: auto;
        width: 80%; }
        ul.pavilion_list li .logo img.pibt {
          width: 50%; }
    ul.pavilion_list li p.name {
      text-align: center;
      background: #daa430;
      color: #fff;
      font-size: 1em;
      padding: 0.25em;
      border-radius: 1.5em; }
    ul.pavilion_list li p.guide {
      margin-top: 0.5em;
      font-size: 0.875em;
      line-height: 1.5; }
    ul.pavilion_list li p.ctr {
      margin-top: 0.5em;
      font-size: 0.875em;
      line-height: 1.5;
      text-align: right; }

.startup_contents_bg {
  background-color: #444;
  background-image: url(../event/startup_img/1117_009.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .startup_contents_bg .ins {
    padding: 5em 0;
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 599px) {
      .startup_contents_bg .ins {
        padding: 3em 0; } }

.dummy_startup01 {
  height: 10em;
  background: #555;
  margin: 2em 1em; }

ul.startup_presentation {
  margin: 0em 0 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc; }
  ul.startup_presentation li {
    background: #fff;
    width: 33.33%;
    width: 50%;
    padding: 2em;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 1.25; }
    @media screen and (max-width: 599px) {
      ul.startup_presentation li {
        width: 100%; } }
    ul.startup_presentation li .time {
      display: none;
      margin-bottom: 0.25em; }
      ul.startup_presentation li .time:before {
        display: none;
        content: "\f017";
        font-family: "Font Awesome 5 Regular"; }
    ul.startup_presentation li .company_name {
      font-size: 1.125em;
      padding: 0.5em 0.5em;
      border-radius: 6px;
      background: #daa430;
      color: #fff;
      margin-bottom: 0.75em; }
      ul.startup_presentation li .company_name span.ctr {
        float: right; }
    ul.startup_presentation li .title {
      font-size: 1.325em;
      color: #daa430; }
    ul.startup_presentation li .sub_title {
      font-size: 1em;
      color: #daa430;
      margin-top: 0.25em; }
    ul.startup_presentation li .personal_wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 0.5em; }
      ul.startup_presentation li .personal_wrap .ph {
        width: 80px;
        height: 80px;
        background: #eee;
        overflow: hidden;
        margin-right: 0.5em;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
        ul.startup_presentation li .personal_wrap .ph img {
          width: 100%; }
      ul.startup_presentation li .personal_wrap .txt {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
    ul.startup_presentation li .name {
      font-size: 1.125em; }
      ul.startup_presentation li .name:after {
        content: "氏";
        font-size: 75%;
        margin-left: 0.25em; }
    ul.startup_presentation li .post {
      margin-top: 0.125em;
      font-size: 0.875em; }
    ul.startup_presentation li .profile {
      display: none; }
    ul.startup_presentation li .summary {
      border-top: 1px solid #daa430;
      margin-top: 0.75em;
      padding-top: 0.5em;
      line-height: 1.5;
      font-size: 0.9125em; }

.SU_time_table {
  margin: 5em 0; }
  .SU_time_table table .orp {
    border-bottom: 4px solid #ccc; }
  .SU_time_table table th {
    font-size: 1.25em;
    text-align: center;
    border: 1px solid #ccc;
    padding: 0.75em;
    background: #daa430;
    color: #fff; }
  .SU_time_table table td {
    font-size: 1em;
    border: 1px solid #ccc;
    padding: 0.5em;
    width: 30%;
    word-break: break-all; }
    .SU_time_table table td:nth-child(1) {
      text-align: right;
      width: 10%;
      white-space: nowrap;
      background: rgba(218, 164, 48, 0.2); }
    .SU_time_table table td:empty {
      background: #eee; }
    .SU_time_table table td span.mmar {
      font-size: 0.75em;
      background: #daa430;
      color: #fff;
      padding: 0.25em 0.5em;
      border-radius: 0.25em;
      margin-right: 0.325em;
      display: block;
      float: left; }

h2.ssp_h2 {
  color: #daa430;
  margin-bottom: 0.5em; }

.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2em auto 0; }
  .link a {
    display: block;
    font-size: 1.25em;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#5dc8d5), to(#00aad8));
    background: -webkit-linear-gradient(top, #5dc8d5 0%, #00aad8 100%);
    background: -o-linear-gradient(top, #5dc8d5 0%, #00aad8 100%);
    background: linear-gradient(to bottom, #5dc8d5 0%, #00aad8 100%);
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    padding: 0.5em 2em;
    border-radius: 2.75em; }
    .link a:hover {
      opacity: 0.7; }
    @media screen and (max-width: 599px) {
      .link a {
        border: 2px solid #fff;
        font-size: 1.5em;
        border-radius: 8px;
        padding: 0.5em 1em; } }

.ph_bpk {
  background: #fff;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); }
  .ph_bpk li {
    width: 25%;
    border: 1px solid #fff; }
    @media screen and (max-width: 767px) {
      .ph_bpk li {
        width: 50%; } }
  .ph_bpk img {
    width: 100%; }
