@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* 32px */
/* 28px */
/* 24px */
/* min:18px max:20px */
/* 18px */
/* 16px */
/* 14px */
/* 12px */
.noto-sans-jp-4 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; }

.noto-sans-jp-7 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal; }

/*flexbox*/
@media screen and (min-width: 769px) {
  .dp-sm-none {
    display: none; } }
@media screen and (max-width: 768px) {
  .dp-pc-none {
    display: none; } }
.clear:before,
.clear:after,
.group:before,
.group:after {
  content: "";
  display: table; }

.clear:after,
.group:after {
  clear: both; }

.group {
  zoom: 1; }

.clear,
.section {
  clear: both;
  padding: 0px;
  margin: 0px; }

html {
  border-top: none; }

body {
  font-family: "Helvetica Neue", "Helvetica", "Arial", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1rem; }

#mainArea, .startups_section, footer, #keyimg {
  margin: 0 auto;
  padding: 0;
  width: 100%; }

.startups_section {
  margin: 0 auto;
  overflow-x: hidden; }
  .startups_section.blue2_bg {
    background-color: rgba(0, 91, 171, 0.15); }
  .startups_section.blue3_bg {
    background-color: rgba(0, 91, 171, 0.25); }
  .startups_section.blue4_bg {
    background-color: rgba(0, 91, 171, 0.35); }
  .startups_section.blue5_bg {
    background-color: rgba(0, 91, 171, 0.45); }
  .startups_section .inner, .startups_section .feature_img .features > div, .feature_img .startups_section .features > div {
    padding: 50px 0;
    max-width: 768px; }

.inner, .feature_img .features > div {
  margin: 0 auto;
  padding: 0;
  width: 90%;
  max-width: 1152px;
  box-sizing: border-box; }

footer p {
  margin: 0 0 20px;
  text-align: center;
  font-size: 0.875rem; }

header#mainHeader {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 600;
  background: #fff; }

header#mainHeader .inner, header#mainHeader .feature_img .features > div, .feature_img header#mainHeader .features > div {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.hamburger-menu {
  display: block; }

.hamburger-menu {
  position: absolute;
  top: 0;
  right: 0; }

.menu-content ul {
  height: 80%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 50px; }

.menu-btn {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 602;
  background-color: #005bab; }
  @media only screen and (max-width: 768px) {
    .menu-btn {
      height: 50px;
      width: 50px; } }

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute; }

.menu-btn span:before {
  bottom: 8px; }

.menu-btn span:after {
  top: 8px; }

#menu-btn-check:checked ~ .menu-btn {
  position: fixed;
  top: 0;
  right: 0; }

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
  /*メニューオープン時は真ん中の線を透明にする*/ }

#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg); }

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg); }

#menu-btn-check {
  display: none; }

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  /*leftの値を変更してメニューを画面外へ*/
  z-index: 601;
  background-color: #005bab;
  transition: all 0.5s;
  /*アニメーション設定*/ }

.menu-content ul {
  padding: 70px 10px 50px; }

.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none; }

.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative; }

.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px; }

#menu-btn-check:checked ~ .menu-content {
  left: 0;
  /*メニューを画面内へ*/ }

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed !important; }

#sitelogo {
  width: 60%;
  text-align: left;
  padding: 10px; }
  @media only screen and (max-width: 768px) {
    #sitelogo {
      width: calc(90% - 70px); } }
  #sitelogo img {
    width: auto;
    height: 40px; }
    @media only screen and (max-width: 768px) {
      #sitelogo img {
        max-height: 30px; } }

/*基本見出し*/
.midashi01 {
  margin: 0 0 20px;
  padding: 0;
  font-weight: 700;
  color: #005bab;
  font-size: clamp(1.5rem, 1.6875rem, 2.25rem);
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .midashi01 {
      margin-bottom: 24px;
      line-height: 1.3; } }
  .midashi01 span {
    display: inline-block; }

.midashi02 {
  margin: 0 0 50px;
  padding: 0;
  padding-top: 50px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  width: 100%;
  gap: 12px;
  justify-content: center;
  align-content: center; }
  .midashi02 div {
    margin: 0 auto;
    padding: 0px;
    text-align: center; }
    .midashi02 div h3 {
      display: inline;
      text-align: center;
      font-size: 1.75rem;
      background-image: linear-gradient(rgba(255, 255, 255, 0) 65%, rgba(0, 91, 171, 0.45) 65%); }
      .midashi02 div h3 span {
        display: inline-block; }
    .midashi02 div p {
      font-size: 1.125rem;
      text-align: center;
      margin-bottom: 15px; }
    .midashi02 div h3 + p {
      margin-top: 15px; }
    .midashi02 div p + h3 {
      margin-top: 1em !important; }

.maxw_100 img {
  width: 100%;
  height: auto; }

.point01 {
  position: relative;
  padding: 1rem;
  text-align: center;
  border: 2px solid #000;
  background: #fff;
  width: 120px;
  margin: 0 auto; }
  .point01 i {
    font-size: 1.875rem;
    line-height: 60px;
    position: absolute;
    z-index: 1;
    top: -40px;
    left: calc(50% - 40px);
    width: 80px;
    height: 60px;
    text-align: center; }
  .point01 span {
    position: relative;
    z-index: 1; }

.point01:before,
.point01:after {
  position: absolute;
  content: ''; }

.point01:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff; }

.point01:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.midashi3 {
  margin: 0 auto 40px;
  padding: 0;
  font-weight: 700;
  color: #251e1c;
  font-size: 1.75rem;
  text-align: center;
  line-height: 1.5; }

.txt-basic, .criterion p, .framework article p, .mentorList article p, .fukidasi p {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #251e1c;
  font-weight: 400;
  line-height: 1.5; }

#keyimg {
  margin-top: 0;
  padding: 90px 10px 30px;
  height: 100vh;
  box-sizing: border-box;
  background-image: url("mozaic_bottom.png"), url("mozaic_top.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left bottom, right top;
  background-size: 50% auto, 50% auto; }
  @media only screen and (max-width: 768px) {
    #keyimg {
      height: 60vh; } }
  #keyimg figure {
    margin: 0 auto;
    width: auto;
    height: 80%;
    display: block;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      #keyimg figure {
        width: 100%;
        height: auto; } }
    #keyimg figure img {
      width: auto;
      height: 100%; }
      @media only screen and (max-width: 768px) {
        #keyimg figure img {
          width: 100%;
          height: auto; } }
  #keyimg h1 {
    margin: 0 auto 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: grid;
    place-content: center;
    box-sizing: border-box; }
    #keyimg h1 img {
      width: 100%;
      max-width: 800px;
      height: auto; }

.container {
  width: 100%;
  height: 100vh; }
  @media only screen and (max-width: 768px) {
    .container {
      height: 68vh; } }

.slider-area {
  position: relative;
  width: 100%;
  height: calc(100vh - 60px); }
  @media only screen and (max-width: 768px) {
    .slider-area {
      height: calc(68vh - 60px); } }

.slider-item {
  position: absolute;
  inset: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%; }

.slider-item:nth-child(1) {
  transform: translate(-50%, 40%); }

.slider-item img {
  width: 100%;
  height: 100%;
  object-fit: contain; }

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(0); }
  100% {
    opacity: 1;
    transform: translateY(20px); } }
.lead {
  width: 100%;
  margin: 10px auto;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 1.75rem;
  color: #251e1c;
  text-align: center;
  line-height: 1.5;
  z-index: 2;
  color: #251e1c;
  top: 50%; }
  @media only screen and (max-width: 768px) {
    .lead {
      font-size: clamp(1.5rem, 1.5vw, 2rem);
      line-height: 1.3; } }
  .lead span {
    display: inline-block; }
  .lead span.lead_l {
    display: block;
    font-size: 40px; }

.lead_catch {
  margin: 0 auto 40px;
  padding: 0;
  font-weight: 600;
  color: #251e1c;
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  text-align: center;
  line-height: 1.5; }

.demorta_code {
  position: relative;
  width: 100%; }
  .demorta_code p {
    position: absolute;
    right: 15px;
    top: -30px;
    display: inline-block;
    text-align: left;
    font-size: 0.875rem;
    color: #251e1c;
    font-weight: 400;
    z-index: 1; }
    .demorta_code p span {
      margin-top: 5px;
      display: block;
      font-weight: 600;
      font-size: 1rem; }
    @media only screen and (max-width: 768px) {
      .demorta_code p {
        right: 0px;
        top: 0px; } }

.nanameue {
  clip-path: polygon(0 10vw, 100% 0, 100% calc(100% - 10vw), 0 100%);
  background-color: #ccefe4;
  margin: 50px auto;
  padding: 10vw 0 6vw; }

.feature_img {
  margin: 0px auto 0;
  padding: 0; }
  .feature_img .features {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-image: url("dot3.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    background-color: #4dbf93; }
    .feature_img .features:first-of-type {
      margin-bottom: 35px; }
    .feature_img .features > div {
      padding: 30px; }
      .feature_img .features > div h3 {
        margin: 0 auto 20px;
        width: 100%; }
        .feature_img .features > div h3 img {
          width: 100%;
          height: auto; }
      .feature_img .features > div p {
        display: block;
        color: #ffffff;
        font-size: 1.5rem;
        font-weight: 700;
        text-align: center;
        line-height: 1.3; }
        .feature_img .features > div p span {
          display: inline-block; }

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 80px; }

.video iframe,
.video video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

.frame {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding-top: 75%;
  margin-bottom: 48px;
  border: 1px solid #ccc; }

.frame video,
.video66 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video66 {
  margin: 0 auto 48px;
  padding: 0;
  padding-top: 66.7%;
  display: block;
  width: 100%;
  position: relative; }

.video-pop {
  margin: 0 auto 80px;
  padding: 0;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between; }

.video-pop p {
  width: 31%;
  height: auto; }

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

.video-pop p img:hover {
  opacity: 0.8; }

.trigger--right {
  margin: 0;
  margin-top: -100px;
  padding: 0;
  position: relative; }
  @media only screen and (max-width: 1152px) {
    .trigger--right {
      margin-top: 0px; } }
  .trigger--right div {
    position: absolute;
    right: 0;
    top: -150px;
    width: 350px; }
    .trigger--right div img {
      width: 100%;
      height: auto; }

.trigger--left {
  margin: 0;
  padding: 0;
  position: relative; }
  @media only screen and (max-width: 1152px) {
    .trigger--left {
      margin-top: 0px; } }
  .trigger--left div {
    position: absolute;
    left: 0;
    top: -150px;
    width: 350px; }
    .trigger--left div img {
      width: 100%;
      height: auto; }

.region_img {
  margin: 0 auto 80px;
  padding: 0; }
  .region_img h3 {
    margin: 0 auto 50px;
    color: #251e1c;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1;
    font-weight: 700; }
    .region_img h3 span {
      display: inline-block; }
  .region_img p {
    margin: 30px auto 10px;
    color: #251e1c;
    font-size: 1rem;
    text-align: center;
    line-height: 1;
    font-weight: 700; }
  .region_img div {
    padding-top: 100%;
    position: relative;
    height: 0; }
  .region_img figure {
    margin: 0 auto 10px;
    padding: 0;
    width: 100%;
    max-width: 800px;
    display: block; }
    .region_img figure img {
      width: 100%;
      height: auto; }
  .region_img article {
    width: 30%;
    margin: 0 1%;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 50%;
    background-color: #cdd6ff; }

.criterion {
  margin: 0 auto 80px;
  padding: 0; }
  .criterion h3 {
    margin: 0 auto;
    width: 100%;
    text-align: center; }
    .criterion h3 img {
      width: 100%;
      max-width: 500px;
      height: auto; }
  .criterion h4 {
    margin: 0 auto;
    width: 100%;
    text-align: center; }
    .criterion h4 img {
      width: 100%;
      max-width: 550px;
      height: auto; }
  .criterion h5 {
    margin: 0 auto;
    width: 100%;
    text-align: center; }
    .criterion h5 img {
      width: 100%;
      max-width: 500px;
      height: auto; }
  .criterion p {
    margin: 0 auto 20px;
    text-align: center; }
    .criterion p img {
      width: 100%;
      max-width: 200px;
      height: auto; }
  .criterion div {
    padding-top: 100%;
    position: relative;
    height: 0; }
  .criterion figure {
    margin: 0 auto 10px;
    padding: 0;
    width: 100%;
    max-width: 800px;
    display: block;
    position: relative; }
    .criterion figure img {
      width: 100%;
      height: auto; }
    .criterion figure figcaption {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
      .criterion figure figcaption img {
        width: 100%;
        height: auto; }

.healthtech_service {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
  margin: 40px auto 0;
  padding: 0;
  align-items: stretch; }
  .healthtech_service article {
    width: 30%;
    margin: 0 1% 2%;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 12px;
    background-color: #fff;
    border: 2px solid #cdd6ff; }
    @media only screen and (max-width: 768px) {
      .healthtech_service article {
        width: 48%;
        margin-bottom: 15px; } }
    .healthtech_service article div {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .healthtech_service article h3 {
      margin: 0 auto 0;
      width: 100%;
      color: #005bab;
      font-size: 2.4rem;
      text-align: center;
      line-height: 1;
      font-weight: 500; }
      @media only screen and (max-width: 768px) {
        .healthtech_service article h3 {
          font-size: 2.2rem;
          bottom: 0px; } }
    .healthtech_service article figure {
      width: 86%;
      display: block;
      margin: 0 auto 15px; }
      .healthtech_service article figure img {
        width: 100%;
        height: auto; }

.framework {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  align-items: stretch; }
  .framework::after {
    content: "";
    width: 31.5%; }
  .framework article {
    margin-bottom: 3%;
    width: 31.5%;
    box-sizing: border-box;
    padding: 20px 15px;
    border-radius: 12px;
    background-color: #e5f7f1;
    display: flex;
    flex-direction: column;
    min-height: 220px; }
    @media only screen and (max-width: 768px) {
      .framework article {
        width: 48%;
        margin-bottom: 15px; } }
    .framework article div {
      display: flex;
      flex-direction: column; }
    .framework article h3 {
      margin: 0 auto 15px;
      padding: 0 0 10px;
      width: 100%;
      color: #00ae77;
      font-size: 1.8rem;
      text-align: center;
      line-height: 1;
      font-weight: 500;
      border-bottom: 1px solid #00ae77; }
    .framework article p {
      width: 100%;
      flex-grow: 1; }

.program_flow {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 350px; }
  .program_flow img {
    width: 100%;
    height: auto; }

.startup_schedule {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0px auto 40px;
  padding: 0; }
  @media only screen and (max-width: 768px) {
    .startup_schedule {
      flex-direction: column; } }
  .startup_schedule article {
    margin: 0 0 3%;
    width: 48%;
    box-sizing: border-box;
    border: 2px solid #849bff;
    background: #fff; }
    @media only screen and (max-width: 768px) {
      .startup_schedule article {
        width: 100%; } }
    .startup_schedule article p.program_date {
      margin: 0;
      padding: 10px 15px;
      box-sizing: border-box;
      width: 100%;
      background-color: #849bff;
      color: #fff;
      font-weight: 500;
      font-size: 1.6rem; }
      .startup_schedule article p.program_date span {
        font-size: 2.4rem; }
    .startup_schedule article .program_detail {
      margin: 0;
      padding: 15px 15px 0; }
      .startup_schedule article .program_detail h3 {
        margin: 0 0 15px;
        font-size: 2rem;
        font-weight: 500;
        color: #434343;
        line-height: 1.5; }
      .startup_schedule article .program_detail dl {
        font-size: 1.6rem; }
      .startup_schedule article .program_detail dt {
        float: left;
        width: 4em;
        position: relative;
        padding-left: 15px;
        line-height: 1.5; }
        .startup_schedule article .program_detail dt::after {
          display: block;
          content: '';
          position: absolute;
          top: .4em;
          left: 0em;
          width: 12px;
          height: 12px;
          background-color: #849bff; }
        @media only screen and (max-width: 768px) {
          .startup_schedule article .program_detail dt {
            float: none; } }
      .startup_schedule article .program_detail dd {
        margin-left: calc(4em + 15px);
        margin-bottom: 15px;
        line-height: 1.5; }
        @media only screen and (max-width: 768px) {
          .startup_schedule article .program_detail dd {
            margin-left: 0; } }

.gmap {
  position: relative;
  width: 100%;
  padding-top: 64%; }

.gmap div {
  margin: 0;
  padding: 0; }

.gmap div iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.mentorList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  align-items: stretch; }
  .mentorList::after {
    content: "";
    width: 31.5%; }
  .mentorList article {
    margin-bottom: 3%;
    width: 31.5%;
    box-sizing: border-box;
    padding: 20px 15px;
    border-radius: 12px;
    background-color: #e5f7f1;
    min-height: 450px; }
    @media only screen and (max-width: 768px) {
      .mentorList article {
        width: 48%;
        margin-bottom: 3%; } }
    .mentorList article div {
      display: flex;
      flex-direction: column; }
    .mentorList article figure {
      margin: 0 auto;
      padding: 0;
      text-align: center;
      width: 80%; }
      .mentorList article figure img {
        width: 100%;
        height: auto;
        border-radius: 50%; }
    .mentorList article h3 {
      margin: 15px auto 15px;
      padding: 0;
      width: 100%;
      color: #00ae77;
      font-size: 1.8rem;
      text-align: center;
      line-height: 1;
      font-weight: 500; }
    .mentorList article p {
      width: 100%; }
      .mentorList article p:last-of-type {
        margin-top: 15px; }

.startup_common_list {
  margin: 0 0 7px;
  padding: 0; }
  .startup_common_list li {
    margin: 0;
    padding: 0;
    padding-top: 7px;
    list-style: disc;
    list-style-position: outside;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left; }
    .startup_common_list li a {
      color: #005bab;
      text-decoration: none; }
      .startup_common_list li a:hover {
        color: #00ae77;
        text-decoration: underline; }
    .startup_common_list li.nolist {
      list-style: none;
      margin-left: -1em; }
  .startup_common_list dt {
    margin: 0;
    padding: 0 0 5px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: left; }
  .startup_common_list dd {
    margin: 0;
    padding: 0 0 1em;
    font-size: 1rem;
    line-height: 1.5;
    text-align: left; }

.center_left {
  text-align: center;
  display: block; }
  .center_left .startup_common_list,
  .center_left .txt-basic,
  .center_left .criterion p,
  .criterion .center_left p,
  .center_left .framework article p,
  .framework article .center_left p,
  .center_left .mentorList article p,
  .mentorList article .center_left p,
  .center_left .fukidasi p,
  .fukidasi .center_left p,
  .center_left p span {
    display: inline-block; }
  .center_left p {
    line-height: 1.5; }

.participate {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 40px;
  padding: 0;
  align-items: stretch; }
  @media only screen and (max-width: 768px) {
    .participate {
      flex-direction: column; } }
  .participate article {
    width: 31.5%;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 12px;
    background-color: #e5f7f1; }
    @media only screen and (max-width: 768px) {
      .participate article {
        width: 100%;
        margin-bottom: 3%; } }
    .participate article figure {
      margin: 0 auto 20px;
      width: 100%; }
      .participate article figure img {
        width: 100%;
        height: auto; }
    .participate article h3 {
      margin: 0;
      padding: 0;
      width: 100%;
      color: #00ae77;
      font-size: 1.8rem;
      text-align: center;
      line-height: 1.5;
      font-weight: 500; }

.download_btn {
  margin: 40px auto;
  padding: 0;
  width: 60%;
  background-color: #005bab;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .download_btn {
      width: 85%; } }
  @media only screen and (max-width: 500px) {
    .download_btn {
      width: 100%; } }
  .download_btn:hover {
    cursor: pointer;
    background-color: #0E8BFB; }
  .download_btn a {
    display: block;
    padding: 2em 25px;
    font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    line-height: 0; }
    .download_btn a img {
      display: inline;
      padding-right: 5px;
      padding-top: 5px;
      vertical-align: middle; }

.closed_btn {
  margin: 45px auto;
  padding: 10px;
  width: 60%;
  background-color: #7063ff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff; }
  @media only screen and (max-width: 768px) {
    .closed_btn {
      width: 85%; } }
  @media only screen and (max-width: 500px) {
    .closed_btn {
      width: 100%; } }

.fukidasi {
  position: relative;
  width: 100%;
  background: #DAE1FF;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 12px;
  flex-grow: 1; }
  .fukidasi::after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(218, 225, 255, 0);
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    border-top-color: #DAE1FF;
    top: 100%;
    left: 20%; }

.startup_cosponsor {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  align-items: stretch; }
  @media only screen and (max-width: 768px) {
    .startup_cosponsor {
      flex-direction: column; } }
  .startup_cosponsor div {
    width: 50%;
    text-align: center !important;
    display: block; }
    @media only screen and (max-width: 768px) {
      .startup_cosponsor div {
        width: 100%;
        margin-bottom: 3%; } }
    .startup_cosponsor div a {
      display: block;
      text-align: center !important;
      font-size: 1.6rem;
      color: #251e1c;
      text-decoration: none; }
      .startup_cosponsor div a span {
        margin: 10px auto 0;
        display: block; }
      .startup_cosponsor div a img {
        width: auto;
        max-width: 240px;
        height: auto; }

#startup_contact {
  margin: 60px auto 30px;
  padding: 0;
  box-sizing: border-box;
  width: 100%; }
  #startup_contact .inner, #startup_contact .feature_img .features > div, .feature_img #startup_contact .features > div {
    border: 3px solid #005bab;
    padding: 20px; }
    @media only screen and (max-width: 768px) {
      #startup_contact .inner, #startup_contact .feature_img .features > div, .feature_img #startup_contact .features > div {
        padding: 20px 10px; } }

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none; }

textarea {
  resize: vertical; }

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer; }

input {
  padding: 5px 0;
  width: 100%;
  border: 1px solid #4dbf93;
  background-color: #ffffff; }

.ContactTable {
  margin: 0 auto 30px;
  width: 90%;
  font-size: 1.6rem; }
  @media only screen and (max-width: 768px) {
    .ContactTable {
      width: 100%; } }

.ContactTable th {
  width: 35%;
  padding: 15px 5px 15px 1.4em;
  position: relative;
  vertical-align: top; }
  .ContactTable th::before {
    content: '';
    width: 1em;
    height: 1em;
    display: inline-block;
    border-radius: 100%;
    background: #005bab;
    position: absolute;
    left: 0px;
    top: 18px; }
  @media only screen and (max-width: 768px) {
    .ContactTable th {
      width: 100%;
      padding: 0px 0px 0px 1.5em;
      text-align: left;
      white-space: nowrap;
      display: block;
      vertical-align: top;
      box-sizing: border-box; }
      .ContactTable th::before {
        top: 3px; } }
  .ContactTable th span {
    display: inline-block;
    margin-left: 1em;
    color: #b51c00;
    font-size: 1.3rem; }

.ContactTable td {
  width: 65%;
  padding: 15px 10px; }
  @media only screen and (max-width: 768px) {
    .ContactTable td {
      box-sizing: border-box;
      width: 100%;
      display: block;
      padding: 5px 0px 15px;
      border-collapse: collapse;
      text-align: left;
      vertical-align: top; } }

.ContactTable p {
  margin-bottom: 5px; }

.submit {
  display: block;
  margin: 0 auto;
  width: 300px;
  font-size: 1.6rem; }
  @media only screen and (max-width: 500px) {
    .submit {
      width: 60%; } }
  .submit input.submit_btn {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 1em 0;
    vertical-align: middle;
    color: #ffffff;
    background: #005bab;
    border: none;
    display: inline-block; }
    .submit input.submit_btn:hover {
      cursor: pointer;
      opacity: 0.8; }

.lr-area {
  display: grid;
  grid-template-columns: 25% auto;
  grid-template-rows: auto;
  gap: 15px;
  margin: 0;
  padding: 0;
  align-items: start; }

.lr-left {
  width: 100%;
  position: relative; }

.lr-right {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box; }

.zukai {
  display: flex;
  height: auto;
  align-items: center;
  box-sizing: border-box;
  margin-top: -2px; }
  .zukai .h100 {
    position: relative;
    width: 100%;
    height: auto;
    vertical-align: middle;
    padding: 20px 10px; }
    @media screen and (max-width: 768px) {
      .zukai .h100 {
        height: auto;
        vertical-align: top; } }
    .zukai .h100 p {
      width: auto;
      height: auto; }
      .zukai .h100 p img {
        width: 100%;
        height: auto;
        object-fit: contain;
        vertical-align: middle; }

#kaiten1 {
  position: absolute;
  top: 0;
  left: 50px;
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 7680px) {
    #kaiten1 {
      left: 20px; } }

#kaiten4 {
  position: absolute;
  top: 0;
  left: 0; }
  @media screen and (min-width: 1200px) {
    #kaiten4 {
      left: 20px; } }

#kaiten5 {
  position: absolute;
  top: 0;
  left: 0; }
  @media screen and (min-width: 1200px) {
    #kaiten5 {
      left: 20px; } }

.point2_slowfast_area {
  min-height: 60vh; }

.illust_img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 20px;
  margin: 0;
  padding: 0;
  align-items: center; }
  .illust_img .half {
    width: 100%;
    position: relative;
    text-align: center; }
    .illust_img .half h3 {
      display: block;
      text-align: center; }
      .illust_img .half h3 span {
        display: inline-block;
        background-color: #005bab;
        padding: 10px;
        margin: 0 auto 10px;
        font-size: 20px;
        color: #ffffff; }

.zukai_fast {
  text-align: right;
  position: relative; }
  .zukai_fast img {
    width: 100%;
    height: auto; }

.zukai_slow {
  text-align: left;
  position: relative; }
  .zukai_slow img {
    width: 100%;
    height: auto; }

img.rotate1 {
  animation: rotate-anime 3s linear infinite;
  position: absolute;
  top: 10%;
  left: 35%;
  width: 6%;
  height: auto; }

img.rotate2 {
  animation: rotate-anime 3s linear infinite;
  position: absolute;
  top: 22%;
  left: 35%;
  width: 6%;
  height: auto; }

img.rotate3 {
  animation: rotate-anime 3s linear infinite;
  position: absolute;
  top: 32%;
  left: 35%;
  width: 6%;
  height: auto; }

img.rotate4 {
  animation: rotate-anime 3s linear infinite;
  position: absolute;
  top: 42%;
  left: 37%;
  width: 6%;
  height: auto; }

img.rotate5 {
  animation: rotate-anime 3s linear infinite;
  position: absolute;
  top: 52%;
  left: 37%;
  width: 6%;
  height: auto; }

img.rotate6 {
  animation: rotate-anime 3s linear infinite;
  position: absolute;
  top: 62%;
  left: 40%;
  width: 6%;
  height: auto; }

img.rotate7 {
  animation: rotate-anime 3s linear infinite;
  position: absolute;
  top: 6%;
  left: 45%;
  width: 6%;
  height: auto; }

img.rotate8 {
  animation: rotate-anime 3s linear infinite;
  position: absolute;
  top: 16%;
  left: 45%;
  width: 6%;
  height: auto; }

img.rotate9 {
  animation: rotate-anime 3s linear infinite;
  position: absolute;
  top: 26%;
  left: 45%;
  width: 6%;
  height: auto; }

img.rotate10 {
  animation: rotate-anime 3s linear infinite;
  position: absolute;
  top: 36%;
  left: 43%;
  width: 6%;
  height: auto; }

img.rotate11 {
  animation: rotate-anime 3s linear infinite;
  position: absolute;
  top: 46%;
  left: 43%;
  width: 6%;
  height: auto; }

img.rotate12 {
  animation: rotate-anime 3s linear infinite;
  position: absolute;
  top: 13%;
  left: 51%;
  width: 6%;
  height: auto; }

img.rotate13 {
  animation: rotate-anime 3s linear infinite;
  position: absolute;
  top: 23%;
  left: 51%;
  width: 6%;
  height: auto; }

img.rotate14 {
  animation: rotate-anime 3s linear infinite;
  position: absolute;
  top: 33%;
  left: 50%;
  width: 6%;
  height: auto; }

img.rotate15 {
  animation: rotate-anime 3s linear infinite;
  position: absolute;
  top: 43%;
  left: 50%;
  width: 6%;
  height: auto; }

img.rotate16 {
  animation: rotate-anime 3s linear infinite;
  position: absolute;
  top: 59%;
  left: 50%;
  width: 6%;
  height: auto; }

@keyframes rotate-anime {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
#kaiten6, #kaiten9 {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1; }

#kaiten7, #kaiten10 {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 3; }

#kaiten8, #kaiten11 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5; }

.location {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 20px;
  margin: 0;
  padding: 0;
  align-items: end; }

.location .half {
  width: 100%;
  position: relative; }

.zukai2 {
  text-align: right;
  position: relative; }
  .zukai2 img {
    width: 100%;
    height: auto; }
  .zukai2 figcaption {
    display: block;
    text-align: center; }

.zukai3 {
  text-align: left;
  position: relative; }
  .zukai3 img {
    width: 100%;
    height: auto; }
  .zukai3 figcaption {
    display: block;
    text-align: center; }

.zukai3 .arrow {
  position: absolute;
  top: 45%;
  left: -40px;
  z-index: 5;
  display: inline-block;
  width: 80px;
  height: 50px;
  background: #c6261e;
  clip-path: polygon(0 31%, 55% 31%, 55% 0, 100% 50%, 55% 100%, 55% 69%, 0 69%); }

#tower {
  position: relative;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 0;
  text-align: center; }
  #tower img {
    width: 100%;
    height: auto; }

#kaiten12 {
  position: absolute;
  top: 0;
  right: 0; }

#kaiten13 {
  position: absolute;
  top: 30%;
  right: 0;
  width: 28%; }

#kaiten14 {
  position: absolute;
  top: 50%;
  right: 0;
  width: 28%; }

#kaiten15 {
  position: absolute;
  top: 33%;
  left: 5%;
  width: 28%; }

#kaiten16 {
  position: absolute;
  bottom: 8%;
  right: 0;
  width: 28%; }

#kaiten17 {
  position: absolute;
  bottom: 10%;
  left: 5%;
  width: 40%; }

.fade-in {
  opacity: 1; }

.fade-out {
  opacity: 0; }
