@charset "utf-8";

@media (max-width: 768px) {
  .visible-pc {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .visible-sp {
    display: none !important;
  }
}
#wrapper {
  overflow-x: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #wrapper {
    width: 1080px;
  }
}
.font-barlow {
  font-family: "Barlow", sans-serif;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.ta-r {
  text-align: right;
}
.ib {
  display: inline-block;
}

/*//////////////////////////// トップページ */
.index-sec {
  position: relative;
  max-width: 1700px;
  margin: 0 auto;
  z-index: 2;
}
.index-sec h2 > span:first-child {
  position: relative;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.index-sec h2 > span + span {
  font-size: 12px;
}

.index-sec h2 > span::after {
  content: "";
  position: absolute;
  top: 140%;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  width: 1.9em;
  height: 3px;
  background: rgba(255, 255, 255, 0.9);
}
.index-content {
  padding: 2.4% 4.7% 50px;
  position: relative;
}
.index-content-list {
  list-style: none;
  padding: 25px 3.8% 0;
}
.index-list-item {
  padding: 12px 2.2%;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  line-height: 22px;
}
.index-datetime {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  flex: 0 0 6em;
  max-width: 6em;
}
#index-event .index-datetime {
  display: none;
}
.index-list-mark {
  display: block;
  color: #fff;
  background: #000;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  margin: 0 10px 0 11px;
  font-size: 12px;
  flex: 0 0 20px;
  max-width: 20px;
}
.index-list-link {
  text-decoration: none;
  color: #000;
  font-weight: 700;
  font-size: 15px;
  flex: 1 1 auto;
}
.read-more {
  position: absolute;
  bottom: 0;
  display: block;
  background: #fff;
  text-decoration: none;
  min-width: 25%;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  height: 49px;
  line-height: 52px;
  padding: 0 0.9% 0 3.2%;
  color: #000;
}
.read-more::after {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  background: url(../img/arrow.png) no-repeat center / contain;
  margin-left: 2em;
}
@media screen and (max-width: 767px) {
  .index-sec {
    padding: 20px 0 40px;
    min-height: initial !important;
  }
  .index-sec .index-content {
    padding: 10px 10px 80px;
    min-height: initial !important;
  }
  .index-list-item {
    line-height: 20px;
  }
  .index-datetime {
    font-size: 10px;
  }
  .index-list-link {
    font-size: 13px;
  }
  .read-more {
    padding: 0 15px 0 23px;
  }
}
/* NEWS */
.index-news {
  min-height: 740px;
  background: url(../img/top-back01.jpg) no-repeat left 155px / 39.1% auto;
}
.index-news::before {
  content: "";
  position: absolute;
  display: block;
  top: 43px;
  right: 0;
  width: 34.4%;
  height: 438px;
  background: url(../img/back-dots.png) repeat 34px -3px / 143px auto;
}

.index-news .index-content {
  background: #eee93a;
  width: 61.8%;
  margin: -43px 5.3% 0 auto;
  min-height: 470px;
}
.index-news .read-more {
  right: 6%;
}
@media screen and (max-width: 767px) {
  .index-news {
    background-position: left calc(100% - 25px);
    background-size: 62% auto;
  }
  .index-news .index-content {
    width: calc(100% - 20px);
    margin: 0 0 0 auto;
    background: rgba(238, 233, 58, 0.84);
  }
  .index-news::before {
    top: 0;
    height: 200px;
  }
}
/* EVENT */
.index-event {
  min-height: 1016px;
  background: url(../img/top-back02.jpg) no-repeat right 235px / 39.1% auto;
}
.index-event::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 65.7%;
  height: 668px;
  background: url(../img/back-dots.png) repeat 34px -3px / 143px auto;
}
.index-event .index-content {
  background: #ce65f0;
  width: 61.8%;
  margin: 70px auto 0 5.4%;
  min-height: 742px;
}
.index-event .read-more {
  left: 6%;
}
.index-event.index-sec h2 {
  padding-left: 1.2%;
}
.index-event.index-sec h2:after {
  left: 26px;
}

/* ADD CODE 2021/03/24 By 義友堂 start */
.index-event .event-calendar-link {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 124px;
  background: #a628e1;
  text-align: center;
  text-decoration: none;
  padding-bottom: 15px;
}
.index-event .event-calendar-link img {
  margin: 18px 32px 0;
}
.index-event .event-calendar-link .text {
  color: #fff;
  font-size: 0.6em;
  margin-top: 0.4em;
  display: block;
}
.index-event .event-calendar-link .text::after {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  background: url(../svg/icon-arow-event-calendar-text.svg) no-repeat center / contain;
  margin-left: 0.6em;
}
@media screen and (max-width: 767px) {
  .index-event .event-calendar-link {
    width: 105px;
    padding-bottom: 10px;
  }
  .index-event .event-calendar-link img {
    margin: 12px 32px 0;
  }
  .index-event .event-calendar-link .text {
    font-size: 0.5em;
  }
  .index-event .event-calendar-link .text::after {
    margin-left: 0.2em;
  }
}
/* ADD CODE 2021/03/24 By 義友堂 end */

@media screen and (max-width: 767px) {
  .index-event {
    background-position: right calc(100% + 5px);
    background-size: 62% auto;
  }
  .index-event .index-content {
    margin: 0 auto 0 0;
    width: calc(100% - 20px);
    background: rgba(206, 101, 240, 0.84);
  }
  .index-event::before {
    top: -10px;
    height: 100%;
  }
}
/* INFORMATION */
.index-information {
  min-height: 535px;
}
.index-information .index-content {
  background: #eee93a;
  /*width: 61.8%;*/
  width: 58.5%;
  margin: -100px 5.3% 0 auto;
  min-height: 470px;
}
.index-information .read-more {
  right: 6%;
}
.index-information h2 > span {
  margin-left: -2.4%;
}
.index-information .index-list-mark {
  padding-right: 0.06em;
}
.index-information .read_more_area {
  display: none;
}
.index-information .read_more_area.open {
  display: block;
}
.index-information .show_area.open {
  max-height: 1200px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.index-information .show_area.open::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 767px) {
  .index-information .index-content {
    padding: 10px 10px 80px;
    width: calc(100% - 20px);
    margin: 0 0 0 auto;
  }
  .index-information h2 > span {
    margin-left: 0;
  }
}
/* ORGANIZATION */
.index-organization {
  background: #181919;
  padding: 52px 0 15px;
}
.index-organization h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 49px;
}
.index-organization h2 > span::after {
  height: 2px;
  top: 152%;
}
.index-organization-list {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  width: 82%;
  margin: 0 auto;
  background: #fff;
  padding: 60px 2.9% 51px;
}
.index-organization-item {
  margin-bottom: 20px;
}
.index-organization-item {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0.3% 3%;
}

#org-10 {
  padding: 0;
}
#org-11 {
  padding: 0.3% 7.4%;
}
#org-12 {
  padding: 0.3% 5%;
}
#org-13 {
  padding: 0.6% 5.7% 0;
}
#org-17 {
  padding: 0.3% 5.2%;
}
#org-20 {
  padding: 0 3% 0.6% 3%;
}
#org-20 img {
  margin-top: -7%;
}
#org-22 {
  padding: 0 0% 0% 0%;
}
#org-23 {
  padding: 0 3% 0.6% 3%;
}
#org-26 {
  padding: 0.3% 5%;
}
#org-28 {
  padding: 0.3% 5%;
}
#org-29 {
  padding: 0.3% 5%;
}
#org-30 {
  padding: 0.3% 0.5%;
}

@media screen and (max-width: 767px) {
  .index-organization-item {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  #org-11 {
    padding: 0.3% 15%;
  }
  #org-12 {
    padding: 0.3% 10%;
  }
  #org-13 {
    padding: 0.6% 8% 0;
  }
  #org-17 {
    padding: 0.3% 9%;
  }
  #org-28 {
    padding: 0.3% 7%;
  }
  #org-29 {
    padding: 0.3% 7%;
  }
}

/* ADD CODE 2021/05/23 By 岡 start */
.index-supporter {
  background-color: #181919;
  padding: 52px 0 135px;
}
.index-supporter h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 49px;
}
.index-supporter-list {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  width: 82%;
  margin: 0 auto;
  background: #fff;
  padding: 60px 2.9% 50px;
}
.index-supporter-item {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0.3% 3%;
}
.p-sec--beige---01 {
  padding: 100px 0 30px;
  background: #f5f4d3;
}
.p-sec__container01 h2 {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-sec__container01 {
  width: 1080px;
  max-width: 96%;
  margin: 0 auto;
  background: #fff;
  padding: 61px 4% 54px;
  position: relative;
}
.p-sec__supporter {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.p-sec__supporter___li {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0.3% 3%;
}
.mb-1em01 {
  line-height: 40px;
}
.mb-1em01 a {
  color: #fff;
  text-decoration: none;
  background-color: #181919;
  padding: 10px 15px;
}
@media screen and (max-width: 767px) {
  .index-supporter-item,
  .p-sec__supporter___li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
  .p-sec__container01 {
    padding-bottom: 32px;
  }
}
/* ADDCODE 2021/05/23 By 岡 end */

/*//////////////////////////// 下層ページ */
/* メインビジュアル */
.site-content {
  margin-top: -76px;
}
.entry-header {
  position: relative;
  background: #000;
  padding-top: 76px;
}
.entry-header-inner {
  max-width: 1700px;
  margin: 0 auto;
  height: 0;
  background: #000 no-repeat left top / cover; /* 修正前 92% auto */
  padding-bottom: 19.4%;
}
.mv-support,
.mv-vc,
.mv-professionals,
.mv-vc-brushup,
.mv-kyoto-vc,
.mv-vc-desk,
.mv-vc_booking,
.mv-contact,
.mv-startup_supporter,
.mv-contact-en {
  background-image: url(../img/mv-support.jpg);
}
.mv-news,
.mv-information,
.mv-startups_visa,
.mv-site-map,
.mv-d-break {
  background-image: url(../img/mv-news.jpg);
  background-position: left bottom;
}
.mv-startups,
.mv-startups-en {
  background-image: url(../img/mv-startups.jpg);
  background-position: left 49%;
}
.mv-eventcalendar {
  background-image: url(../img/mv-news.jpg);
  background-position: left bottom;
}
.mv-about,
.mv-features,
.mv-ecosystem,
.mv-about-en,
.mv-features-en {
  background-image: url(../img/mv-about.jpg); /* (Organization) */
  background-size: cover;
  background-position: center;
}
.entry-heading {
  width: 268px;
  text-align: center;
  color: #fff;
  background: #000;
  height: 83px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
  padding-top: 20px;
}
.entry-heading::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 7px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 33px;
  height: 3px;
  background: #eee93a;
}
.entry-heading .font-barlow {
  display: block;
  font-size: 23px;
  line-height: 1;
  margin-bottom: 7px;
}
.entry-heading span:nth-last-of-type(1) {
  display: block;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .entry-header {
    padding-top: calc(1080px * 0.588 * 0.084);
  }
  .site-content {
    margin-top: calc(-1080px * 0.588 * 0.084);
  }
}
@media screen and (min-width: 1080px) {
  .entry-header {
    padding-top: calc(100vw * 0.588 * 0.084);
  }
  .site-content {
    margin-top: calc(-100vw * 0.588 * 0.084);
  }
}
@media screen and (min-width: 1700px) {
  .entry-header {
    padding-top: calc(1700px * 0.588 * 0.084);
  }
  .site-content {
    margin-top: calc(-1700px * 0.588 * 0.084);
  }
  .entry-header-inner {
    padding-bottom: 330px;
  }
}

@media screen and (max-width: 767px) {
  .entry-header-inner {
    background-size: cover;
    padding-bottom: 40%;
    background-position: center;
  }
  .entry-heading {
    width: auto;
    padding: 12px 20px 16px;
    height: auto;
  }
  .entry-heading .font-barlow {
    font-size: 20px;
  }
  .mv-support {
    background-position: 18% bottom;
  }
  .mv-news,
  .mv-information,
  .mv-eventcalendar {
    background-position: 80% bottom;
  }
  .mv-about {
    background-position: 4% center;
  }
}

/* 共用クラス */
.clearfix::before,
.clearfix::after {
  display: table;
  clear: both;
  height: 0;
  content: "";
}
.entry-content {
  margin-top: -25px;
}
.entry-content .p-sec:nth-of-type(1) {
  padding-top: 126px;
}
.p-sec--dots {
  padding: 100px 0 60px;
  background: url(../img/back-dots.png) repeat center / 105px auto;
}
.p-sec--dots--last {
  padding: 100px 0 100px;
}
.p-sec--beige {
  padding: 100px 0 100px;
  background: #f5f4d3;
}
.p-sec__container {
  width: 1080px;
  max-width: 96%;
  margin: 0 auto;
  background: #fff;
  padding: 61px 4% 54px;
  position: relative;
}
.p-sec__h2 {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-sec__h2-inner {
  background: #eee93a;
  display: inline-block;
  min-width: 250px;
  line-height: 1.6;
  font-size: 20px;
  padding: 15px 40px;
  max-width: calc(100% - 20px);
}
#p-support-list img:hover {
  opacity: 0.8;
}

.p-sec__desc {
  /* max-width: 670px; */
  margin: 0 auto;
  font-weight: 500;
}
.p-sec__h3 {
  text-align: center;
  margin: 54px 0 15px;
}
.p-sec__h3--deco {
  color: #9358a4;
  font-weight: 700;
  font-size: 20px;
  margin: 64px 20px 25px -10px;
  padding-left: 142px;
  background: url(../img/hl-deco.png) no-repeat left center / 133px auto;
}
.p-sec__h1--bk {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  background: #000;
  width: 650px;
  max-width: 100%;
  margin: 0 auto;
  padding: 1em 1.4em;
}
.p-sec__h4 {
  width: 700px;
  max-width: 100%;
  margin: 1em auto;
  line-height: 2.18;
  font-size: 18px;
  font-weight: 500;
}
.p-sec__p,
.editor-content p {
  width: 670px;
  max-width: 100%;
  margin: 0 auto;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.8;
}
.p-sec__ul2,
.editor-content ul {
  width: 670px;
  max-width: 100%;
  margin: 0 auto;
  list-style: none;
  font-weight: 500;
  line-height: 1.7;
  padding: 12px 0;
}
.p-sec__ul2 a,
.editor-content ul a {
  font-size: 15px;
  font-weight: 500;
}

.p-sec__p img {
  margin-top: 20px;
}
.p-sec__p img:hover {
  cursor: pointer;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .p-sec__h2-inner {
    font-size: 17px;
    padding: 10px 30px;
  }
  .p-sec__h3--deco {
    position: relative;
    width: 520px;
    background: none;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    max-width: calc(100% - 50px);
    font-size: 17px;
    margin-top: 40px;
  }
  .p-sec__h3--deco::before {
    content: "";
    position: absolute;
    display: block;
    top: 4px;
    left: -107px;
    width: 100px;
    height: 20px;
    background: url(../img/hl-deco.png) no-repeat right center / auto 100%;
  }
  .p-sec__desc,
  .p-sec__p,
  .editor-content p {
    font-size: 15px;
    padding: 0 5px;
  }
  .p-sec__ul2,
  .editor-content ul {
    padding: 12px 5px;
    font-size: 15px;
  }
  .p-sec__ul2 li,
  .editor-content ul li {
    margin-bottom: 10px;
    line-height: 1.4;
  }
}
/* メインビジュアル下 ページ内リンクボックス */
.anchor-link-wrap {
  position: relative;
  max-width: 1700px;
  margin: 0 auto;
}
.anchor-link {
  margin: 0 0 0 auto;
  padding: 39px 0 48px;
  width: 100%;
  background: #000;
  list-style: none;
  display: flex;
  justify-content: center;
}
.page-id-15 .anchor-link {
  width: 100%;
}
.anchor-link > li {
  flex: 0 0 16.56%;
  max-width: 12.56%;
  border-bottom: 1px solid #666;
  margin-left: 1.56%;
  position: relative;
  left: -6.8%;
}
.page-id-15 .anchor-link > li,
.page-id-2 .anchor-link > li,
.page-id-3504 .anchor-link > li,
.page-id-5588 .anchor-link > li {
  left: 0%;
}
.page-id-3504 .anchor-link > li {
  flex: 0 0 10.56%;
}
.anchor-link > li > a {
  position: relative;
  padding: 10px 10px 8px 0;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  height: 100%;
  display: flex;
  align-items: center;
}
.anchor-link > li > a::after {
  content: "";
  position: absolute;
  top: 64%;
  right: 0;
  transform: translate(0, -50%);
  width: 9px;
  height: 9px;
  background: url(../img/arrow-down.png) no-repeat center / contain;
}

.anchor-link.about_page {
  width: 100%;
}
.anchor-link.about_page > li {
  left: 0;
}
@media screen and (max-width: 767px) {
  .anchor-link {
    width: 100%;
    padding: 10px 10px 18px;
    flex-wrap: wrap;
  }
  .anchor-link > li {
    flex: 0 0 46%;
    max-width: 46%;
    margin-left: 0;
    position: static;
  }
  .anchor-link > li:nth-of-type(2n) {
    margin-left: 4%;
  }
  .anchor-link > li > a {
    font-size: 10px;
  }
  .anchor-link.about_page:after,
  .anchor-link.support_page:after,
  .anchor-link.ecosystem_page:after {
    content: "";
    display: block;
    max-width: 46%;
    flex: 0 0 46%;
    margin-left: 4%;
  }
  .page-id-15 .anchor-link {
    padding-left: 20px;
    justify-content: left;
  }
  .page-id-3504 .anchor-link > li {
    flex: 0 0 46%;
  }
}
/* 固定ページ上部 ページ内リンク */
.p-sec__ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1;
  margin: 20px auto 40px;
  width: 640px;
  max-width: 100%;
}
.p-sec__li {
  margin-bottom: 10px;
  border-right: 1px solid #000;
}
.p-sec__li > a {
  padding: 0 5px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 375px) {
  .p-sec__li > a {
    font-size: 3.8vw;
  }
}
/* テーブル */

.p-sec__table,
.editor-content table {
  width: 680px !important;
  max-width: 100%;
  table-layout: fixed;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-collapse: collapse;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 15px;
}
.p-sec__table.support_table {
  width: 100% !important;
  border-top: 1px solid rgba(227, 111, 159, 0);
  border-left: 1px solid rgba(227, 111, 159, 0);
}
.p-sec__table.support_table th {
  text-align: left;
   background:#fee9f2;
}
.p-sec__table.support_table tr:nth-child(odd) {
  background-color: #f8f8f8;
}
.p-sec__table th,
.editor-content table th {
  background: #dedede;
  /* color: #fff; */
  line-height: 1.09;
  vertical-align: middle;
  font-weight: 500;
}
.p-sec__table thead,
.p-sec__table thead th,
.editor-content table thead,
.editor-content table thead th {
  background: #dedede;
  text-align: center;
  height: 56px;
  color: #000;
  font-weight: 400;
}
.p-sec__table th,
.p-sec__table td,
.editor-content table th,
.editor-content table td {
  padding: 17px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.p-sec__table.support_table th,
.p-sec__table.support_table td {
  border-right: 8px solid #fff;
  border-bottom: 1px solid rgba(227, 111, 159, 0);
}

.p-sec__table.support_table th.date,
.p-sec__table.support_table td.date {
  width: 280px;
}

.p-sec__table.support_table td.date span {
  display: inline-block;
}

@media screen and (max-width: 602px) {
  .p-sec__table,
  .editor-content table {
    width: 100% !important;
    font-size: 15px;
  }
}
/*////////////////// Support */
/* 支援策について */
.p-support__dl {
  position: relative;
  display: flex;
  border: 1px solid #d2ccc2;
  width: 582px;
  max-width: 100%;
  margin: 0 auto 15px;
  min-height: 85px;
  padding-top: 7px;
}
.p-support__dl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 7px;
  background: pink;
}
.p-support__dl::after {
  content: "";
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 16px;
  border-right: 1px solid #ccc;
}
.p-support__dl:nth-last-of-type(1)::after {
  content: none;
}
.p-support__dl:nth-of-type(1)::before {
  background: #b0c36e;
}
.p-support__dl:nth-of-type(2)::before {
  background: #f8e59c;
}
.p-support__dl:nth-of-type(3)::before {
  background: #b26d48;
}
.p-support__dl:nth-of-type(4)::before {
  background: #672014;
}
.p-support__dl:nth-of-type(5)::before {
  background: #371410;
}
.p-support__dt {
  flex: 0 0 45%;
  max-width: 45%;
  display: flex;
  align-items: center;
  color: #4d0066;
  font-weight: 700;
}
.p-support__dd {
  flex: 0 0 55%;
  max-width: 55%;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding-right: 3%;
  font-weight: 500;
  line-height: 1.4;
}
.p-support__num {
  font-style: normal;
  font-weight: 600;
  font-size: 46px;
  line-height: 1;
  align-self: flex-start;
  padding: 0 12.5% 0 4%;
  color: #ccc;
}
@media screen and (max-width: 767px) {
  .p-support__dl {
    flex-direction: column;
    align-items: center;
  }
  .p-support__dt {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    padding: 10px;
  }
  .p-support__dd {
    flex-basis: 100%;
    max-width: 100%;
    padding: 15px;
  }
}
/* 支援策一覧 */
.p-support-pre-seed,
.p-support-seed,
.p-support-early,
.p-support-middle,
.p-support-later {
  text-align: center;
  vertical-align: middle;
}
.p-support-pre-seed {
  color: #b0c36e;
}
.p-support-seed {
  color: #f8e59c;
}
.p-support-early {
  color: #b26d48;
}
.p-support-middle {
  color: #672014;
}
.p-support-later {
  color: #371410;
}
.p-support-list .p-sec__table {
  width: 670px;
  border-top: none;
}
.p-support-list .p-sec__table:nth-of-type(1) {
  border-top: 1px solid #666;
}

.p-support-list .p-sec__table th {
  width: 50px;
  padding: 17px 0 0;
  vertical-align: top;
  line-height: 50px;
}
.p-support-list .p-sec__table th > span {
  display: block;
  white-space: nowrap;
  -ms-writing-mode: bt-lr;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.p-support-list .p-sec__table tr td:nth-of-type(1) {
  width: 300px;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.p-support-list .p-sec__table thead tr td:nth-of-type(1) {
  text-align: center;
}
.p-sec__table td.p-support-stage {
  padding: 0;
  font-size: 11px;
  font-weight: 700;
  color: #4f0367;
}
@media screen and (max-width: 767px) {
  .p-support-list .p-sec__table {
    width: 100% !important;
  }
  .p-support-list .p-sec__table th {
    font-size: 12px;
    width: 30px;
    line-height: 30px;
    text-align: left;
  }
  .p-sec__table th,
  .p-sec__table td {
    padding: 5px;
  }
  .p-support-list .p-sec__table tr td:nth-of-type(1) {
    width: 30%;
    font-size: 12px;
  }
  .p-sec__table.support_table {
    font-size: 14px;
  }
  .p-sec__table.support_table th.date,
  .p-sec__table.support_table td.date {
    width: 114px;
    font-feature-settings: "palt" 1;
  }
}
@media screen and (max-width: 400px) {
  .p-sec__table td.p-support-stage {
    font-size: 2.4vw;
  }
}
/*////////////////// Professionals */
.p-pro p {
  width: 670px;
  max-width: 100%;
  margin: 0 auto;
  /*	line-height: 2.18;*/
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}
.p-pro p.p-sec__desc {
  font-size: 15px;
  line-height: 1.8;
}
p.p-sec__box,
.add_bg_box {
  /* width: 670px; */
  max-width: 100%;
  margin: 1em auto 30px;
  line-height: 1.7;
  font-size: 17px;
  font-weight: 500;
  /* border: 3px solid #e0a8f0; */
  padding: 1em 1.6em;
  background: #f2f2f2;
}
.mb-1em {
  margin-bottom: 1em !important;
}
.p-pro-intro__col2 {
  width: 670px;
  max-width: 100%;
  margin: 50px auto 0;
}
.startup_supporter .p-pro-intro__col2 {
  margin: 50px auto 60px;
}
.startup_supporter .mb-1em a {
  background-color: inherit;
  color: inherit;
  padding: 0px;
  text-decoration: underline;
}
.p-pro-intro__col2-left {
  float: left;
  width: 26%;
  margin-right: 20px;
  border: 1px solid #ccc;
}
.p-pro-intro__col2-right {
  float: right;
  width: 70%;
}
.p-pro-intro__branch {
  font-size: 13px;
}
.p-pro-intro__personal-name {
  font-size: 20px;
  margin: 5px 0 18px;
  font-weight: 500;
}
.p-pro-intro__history {
  font-size: 15px;
  margin-top: 0.8em;
}
.p-pro-intro__history a {
  color: #777;
  font-size: 13px;
}

.p-pro-intro__h5 {
  font-weight: 700;
  margin: 34px auto 6px;
  /* width: 670px; */
  max-width: 100%;
  font-size: 15px;
  /* color: #9358a4; */
}
.p-pro-intro__col2 + .p-pro-intro__h5 {
  margin-top: 45px;
}
.p-pro-intro__genre {
  /* width: 670px; */
  max-width: 100%;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.8;
  /* border-top: 2px solid #ccc; */
  /* padding-top: 6px; */
}
p.p-pro-intro__text {
  margin: 35px auto 80px;
  font-weight: 500;
}
.p-pro-intro__more {
  position: relative;
  display: block;
  margin: 10px 0 0 auto;
  width: 9em;
  background: #9358a8;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  padding-right: 1.1em;
  line-height: 40px;
  height: 40px;
}
.p-pro-intro__more::after {
  content: "";
  position: absolute;
  display: block;
  top: 54%;
  right: 0.8em;
  width: 0.8em;
  height: 1em;
  background: url(../img/arrow_white.png) no-repeat center / contain;
  /*background: url(../img/arrow.png) no-repeat center / contain;*/
  transform: translate(0, -50%);
}
.p-sec__box-name {
  font-size: 16px;
  display: block;
  border-bottom: 2px solid #ccc;
  margin-bottom: 15px;
  padding: 0.3em 0;
}
.p-sec__box + .p-sec__desc {
  line-height: 1.8;
}
.p-pro__adviser {
  width: 670px;
  max-width: 100%;
  margin: 50px auto 30px;
  display: flex;
  border-bottom: 5px solid #ccc;
  padding-bottom: 10px;
}
.p-pro__h4 {
  font-size: 19px;
  font-weight: 700;
  flex: 0 0 8em;
}
.p-pro__adviser dl {
  display: flex;
  flex: 1 0 auto;
}
.p-pro__adviser dl dt::after {
  content: "／";
}
.p-pro__adviser dl dd {
  flex: 1 0 auto;
}

.pro-introduction {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.pro-introduction_block {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.pro-introduction_img {
  width: 124px;
}
.pro-introduction_img img {
  border: solid 1px #ccc;
}
.pro-introduction_text {
  width: calc(100% - 20px - 124px);
}

@media screen and (max-width: 767px) {
  .p-pro__adviser {
    display: block;
  }
  .p-pro__adviser dl {
    display: block;
    margin-top: 20px;
    font-size: 14px;
  }
  .p-pro__adviser dl dt {
    margin-bottom: 10px;
  }
  .p-pro__adviser dl dt::after {
    content: none;
  }
  .p-pro-intro__col2-left {
    float: none;
    display: block;
    width: 240px;
    margin: 0 auto 20px;
    max-width: 100%;
  }
  .p-pro-intro__col2-right {
    float: none;
    width: 100%;
  }
  p.p-sec__box {
    padding: 10px 17px;
    font-size: 16px;
  }
  .p-pro-intro__col2 + .p-pro-intro__col2 {
    border-top: 2px solid #eee;
    padding-top: 50px;
  }

  .pro-introduction {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }

  .pro-introduction_block {
    flex-direction: column;
  }

  .pro-introduction_img {
    width: 124px;
    margin-right: auto;
    margin-left: auto;
  }

  .pro-introduction_text {
    width: 100%;
    text-align: center;
  }

}
/*////////////////// VC Brushup, VC desk */

.p-sec__h2--plain {
  width: 670px;
  margin: 30px auto 30px;
  max-width: 100%;
}
.p-pro__contact {
  display: block;
  text-decoration: none;
  background: #eee;
  width: 10em;
  text-align: center;
  margin-top: 20px;
}
.p-pro__contact::after {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  background: url(../img/arrow.png) no-repeat center / contain;
  margin-left: 0.8em;
}
.p-pro__col4 {
  display: flex;
  flex-wrap: wrap;
  width: 670px;
  margin: 0 auto;
  max-width: 100%;
  justify-content: center;
  align-items: center;
}
.p-pro__col4 a {
  display: block;
  flex: 0 0 22%;
  margin-right: 4%;
  margin-top: 30px;
  max-width: 22%;
}
.p-pro__col4 a:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 575px) {
  .p-pro__col4 a {
    flex: 0 0 46%;
    max-width: 46%;
    margin-right: 8%;
  }
  .p-pro__col4 a:nth-of-type(2n) {
    margin-right: 0;
  }
}

.p-pro__col3,
.p-pro__col2 {
  display: flex;
  flex-wrap: wrap;
  width: 670px;
  margin: 0 auto;
  max-width: 100%;
  justify-content: center;
  align-items: center;
}

.p-pro__col3 a {
  display: block;
  flex: 0 0 31%;
  margin-right: 2.5%;
  margin-top: 30px;
  max-width: 31%;
}
.p-pro__col3 a:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 575px) {
  .p-pro__col3 a {
    flex: 0 0 46%;
    max-width: 46%;
    margin-right: 8%;
  }
  .p-pro__col3 a:nth-of-type(2n) {
    margin-right: 0;
  }
}

.p-pro__col2 a {
  display: block;
  flex: 0 0 46%;
  margin-right: 4%;
  margin-top: 30px;
  max-width: 46%;
}
.p-pro__col2 a:nth-of-type(2n) {
  margin-right: 0;
}

@media screen and (max-width: 575px) {
  .p-pro__col3 a {
    flex: 0 0 46%;
    max-width: 46%;
    margin-right: 8%;
  }
  .p-pro__col3 a:nth-of-type(2n) {
    margin-right: 0;
  }
}

/*////////////////// Organization */
.p-org-about .p-sec__table {
  margin-top: 50px;
}
.p-org-about .p-sec__table th {
  width: 25%;
  border-bottom: 1px solid #fff;
}

.p-org-greeting p {
  width: 670px;
  max-width: 100%;
  margin: 0 auto;
  line-height: 2.18;
  font-size: 15px;
  font-weight: 500;
}
.p-org-greeting p:nth-last-of-type(1) {
  margin-top: 70px;
}
.p-org-about .p-sec__container {
  padding-top: 13px;
}
@media screen and (max-width: 375px) {
  .p-org-greeting p:nth-last-of-type(1) {
    font-size: 4vw;
  }
  .p-org-about .p-sec__table th {
    width: 30%;
    line-height: 1.5;
  }
  .p-org-greeting p {
    font-size: 15px;
    padding: 0 5px;
  }
}
/*////////////////// Startup */
.p-startup-j .p-sec__p {
  margin-bottom: 30px;
}
.su-iframe {
  width: 100%;
  max-width: 100%;
  height: 400px;
  margin: 20px 0 0;
}
/*////////////////// News / Information */
.p-content-list {
  list-style: none;
  padding: 0 5.3%;
}
.p-list-item {
  padding: 12px 2.2%;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  line-height: 22px;
}
.p-datetime {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  flex: 0 0 6em;
  max-width: 6em;
}
.p-list-mark {
  display: block;
  color: #fff;
  background: #000;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  margin: 0 10px 0 11px;
  font-size: 12px;
  flex: 0 0 20px;
  max-width: 20px;
}
.p-list-link {
  text-decoration: none;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  flex: 1 1 auto;
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.p-news .p-sec__container {
  padding-top: 54px;
}
@media screen and (max-width: 767px) {
  .p-list-item {
    line-height: 20px;
  }
  .p-datetime {
    font-size: 10px;
  }
  .p-list-link {
    font-size: 13px;
  }
}
/*////////////////// News Single */
.editor-content {
  width: 650px;
  max-width: calc(100% - 10px);
  margin: 0 auto;
}
.editor-content img {
  height: auto;
}
.category-news .p-sec__h3--deco {
  margin-top: 30px;
  max-width: calc(100% - 110px);
}
@media (max-width: 768px) {
  .category-news .p-sec__h3--deco {
    margin-top: 10px;
    max-width: calc(100% - 10px);
    margin-left: 10px;
  }
}
.editor-content h2 {
  margin-bottom: 1em;
}
.editor-content h2 img {
  margin-bottom: 1em;
}
.editor-content h3 {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .editor-content h2 {
    font-size: 18px;
  }
  .editor-content h3 {
    font-size: 17px;
  }
}
.editor-content h4 {
  font-size: 17px;
  font-weight: 700;
}
.editor-content h5 {
  font-size: 16px;
  font-weight: 700;
}
.editor-content h6 {
  font-size: 16px;
  font-weight: 700;
}
.editor-content p {
  margin-bottom: 1.5em;
}
.editor-content p.p-strong {
  font-size: 16px;
  font-weight: 700;
}
.editor-content p:nth-of-type(1) {
  margin-top: 1em;
}
.editor-content ul {
  margin-bottom: 1em;
}
.editor-content ul li {
  margin-bottom: 1em;
}
.editor-content table {
  margin-bottom: 1em;
}
.editor-content .indent {
  display: inline-block;
  padding-left: 1em;
}
.editor-content .bold {
  font-weight: 700;
}
/*////////////////// Event calendar */
.fc-event-title:not(.fc-sticky) {
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.fc-h-event {
  background: #f2f2f2;
  border-color: #f2f2f2;
}
.fc-daygrid-event-dot {
  border-color: #f2f2f2;
}
/* Modal */
#event-modal-back {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
  background: rgba(255, 255, 255, 0.3);
  display: none;
}
#event-modal {
  background: #fff;
  /* top: 50%; */
  top: 140px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  padding: 30px 40px;
  position: absolute;
  width: 600px;
  height: 500px;
  max-width: calc(100% - 20px);
  max-height: 75vh;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#event-modal p {
  margin-top: 10px;
}
#event-modal dl {
  margin-top: 30px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
#event-modal dt {
  display: table-cell;
  width: 5.5em;
}
#event-modal dd {
  display: table-cell;
}
.ex-title {
  font-size: 20px;
  font-weight: 500;
  border-left: 7px solid #9400c4;
  margin-left: -7px;
  padding-left: 7px;
}
#event-modal div.tr-r {
  margin: 50px 0;
  text-align: right;
}
.ex-url {
  font-size: 18px;
  font-weight: 500;
}
#event-modal-close {
  border: none;
  outline: none;
  background: none;
  font-size: 25px;
  font-weight: 400;
  width: 50px;
  height: 50px;
  line-height: 30px;
  text-align: center;
  margin: -15px -15px 10px auto;
  display: block;
  cursor: pointer;
}
.fc a {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #event-modal {
    font-size: 15px;
    padding-left: 7%;
    padding-right: 7%;
  }
  .ex-title {
    font-size: 17px;
  }
}

/* スタートアップ用の記事一覧スタイル
--------------------------------- */

#p-startup-posts {
  /* display: none; */ /* 一時的に非表示 */
}

#p-startup-posts .p-sec__container,
#p-startup-poc .p-sec__container {
  min-width: 1080px;
  width: 80%;
}
@media (max-width: 768px) {
  #p-startup-posts .p-sec__container,
  #p-startup-poc .p-sec__container {
    min-width: auto;
    width: 100%;
  }
}
.startups_posts_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.startups_post {
  width: 33%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 25px;
}
.startups_post--type01 {
  width: 24%;
}
.startups_post h3 {
  padding: 10px 15px;
  background-color: #000;
  color: #fff;
  font-size: 1em;
  min-height: 95px;
}
:lang(en-US) .startups_post h3 {
  font-size: 14px;
}
.startups_post h3 span {
  display: block;
}
.startups_post img {
  max-width: 100%;
  height: auto;
}
.startups_post p {
  text-align: left;
  padding: 10px 5px 0;
  font-size: 0.95em;
}
.startups_post a {
  display: block;
  text-decoration: none;
}

#p-startup-library .p-sec__p:nth-of-type(1),
#p-startup-Kyo-working .p-sec__p:nth-of-type(1) {
  margin-bottom: 20px;
}
#p-startup-library .p-sec__p:nth-of-type(2):hover,
#p-startup-Kyo-working .p-sec__p:nth-of-type(2):hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .startups_posts_inner {
    display: block;
    width: 100%;
  }
  .startups_post {
    display: block;
    width: 100%;
  }
}

/*////////////////// 投稿個別ページ共通 */
.interviewer {
  display: block;
  color: #9358a8;
  font-weight: 700;
  margin-block: 1.8em 1em;
}
.interviewer::before {
  content: "ー　";
  font-weight: 400;
}
.interviewer--plain {
  color: #9358a8;
  font-weight: 700;
}
.speaker {
  background: #9e9e9f;
  padding: 0 0.5em 0.2em;
  color: #fff;
  margin-right: 0.6em;
}
.editor-content figure {
  max-width: 100%;
}
.editor-content figure img {
  height: auto;
}
.editor-content figcaption {
  background: #f5f4d3;
  display: inline-block;
  padding: 0.3em 0.7em;
  font-size: 90%;
}
.editor-content a {
  color: #9358a8;
  text-decoration: none;
  font-weight: 700;
}

/* 投稿ページ　おすすめ記事 */
.related-posts {
  background: #000;
  padding: 0 3% 20px;
  margin: 8% -30px -54px;
}
.related-posts__h3 {
  color: #fff;
  text-align: center;
  font-size: 22px;
  padding: 3% 0;
}
.related-posts__row {
  display: flex;
  justify-content: flex-start;
}
.related-posts__col {
  display: block;
  flex: 0 0 24.25%;
  max-width: 24.25%;
  margin: 0 1% 2% 0;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}
.related-posts__col:nth-of-type(4n) {
  margin-right: 0;
}
.related-posts__message {
  margin: 3% 0;
  padding: 0 1%;
}
.related-posts__name {
  padding: 0 1%;
}

@media screen and (max-width: 768px) {
  .related-posts__col {
    flex: 0 0 49%;
    max-width: 49%;
    margin-right: 2%;
  }
  .related-posts__col:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 564px) {
  .related-posts__row {
    display: block;
  }
  .related-posts__col {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .related-posts__col:nth-last-of-type(1) {
    margin-bottom: 15px;
  }
}

/*////////////////// Features */
.p-features-urban .p-sec__container {
  padding-left: 0;
  padding-right: 0;
}
.p-features-urban__sec {
  min-height: 360px;
  background-repeat: no-repeat;
  background-size: auto 360px;
  margin-top: 50px;
}
.p-features-urban__sec:nth-of-type(2n + 1) {
  padding: 2% 10% 0 33%;
  background-position: left top;
}
.p-features-urban__sec:nth-of-type(2n) {
  padding: 2% 33% 0 10%;
  background-position: right top;
}
.p-features-urban__sec:nth-of-type(1) {
  background-image: url(../img/features/urban1.png);
}
.p-features-urban__sec:nth-of-type(2) {
  background-image: url(../img/features/urban2.png);
}
.p-features-urban__sec:nth-of-type(3) {
  background-image: url(../img/features/urban3.png);
}
.p-features-urban__sec:nth-of-type(4) {
  background-image: url(../img/features/urban4.png);
}
.p-features-urban__sec:nth-of-type(5) {
  background-image: url(../img/features/urban5.png);
}
.p-features-urban__sec:nth-of-type(6) {
  background-image: url(../img/features/urban6.png);
}

.p-features-urban__h3 {
  border-bottom: 3px solid #9358a8;
  font-size: 30px;
  font-weight: 700;
  color: #9358a8;
  line-height: 1.6;
  padding: 0.2em 0;
  margin-bottom: 40px;
}
.p-features-urban__h3 .fs-s {
  font-size: 66%;
  margin: 0 0.1em;
  color: #000;
}
.p-features__ul {
  padding: 0;
}
.p-sitemap__ul {
  padding: 0 5.3%;
}
.p-features__li,
.p-sitemap__li {
  position: relative;
  list-style: none;
  padding-left: 1.3em;
  margin-top: 1em;
  font-weight: 700;
}
.p-features__li::before,
.p-sitemap__li::before {
  content: "●";
  font-size: 80%;
  color: #9358a8;
  position: absolute;
  top: 0.18em;
  left: 0;
}
.p-sitemap__li > a {
  text-decoration: none;
}
.p-sitemap__li ul {
  list-style: none;
  padding-top: 16px;
  padding-bottom: 24px;
  padding-left: 0;
}
.p-sitemap__li ul a {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  text-indent: -1em;
  padding-left: 1em;
}
.p-sitemap__li a:hover {
  opacity: 0.5;
}
.p-sitemap__li ul a::before {
  content: "-";
  padding-right: 0.5em;
}
.p-sitemap__li.has-no__child {
  margin-bottom: 40px;
}
.red {
  color: #d90011;
}
.p-features-action .p-sec__container {
  padding-left: 90px;
  padding-right: 90px;
}
.p-features-action__h3 {
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  padding: 0.4em 0.2em;
  font-size: 24px;
  margin: 0 auto 20px;
}
.p-features-action__mv {
  width: 530px;
  max-width: 100%;
  margin: 0 auto;
}
.p-features-action .p-features__ul {
  width: 600px;
  max-width: 100%;
  margin: 40px auto 80px;
  font-size: 17px;
}
.p-features__col2 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.p-features__col2 img {
  flex: 0 0 50%;
  max-width: 50%;
}
.p-features__dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
}
.p-features__dt {
  flex: 0 0 30%;
  max-width: 30%;
  margin-top: 30px;
}
.p-features__dt > a {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 0 0 0 auto;
}
.p-features__dt:nth-of-type(2) > a {
  width: 34%;
}
.p-features__dt:nth-of-type(3) > a {
  width: 62%;
}
.p-features__dd {
  flex: 0 0 70%;
  margin-top: 30px;
  padding-left: 5%;
}
.p-features__5col {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
}
.p-features__5col a {
  flex: 0 0 16%;
  max-width: 16%;
  margin: 5% 0 0 5%;
}
.p-features__5col a:nth-of-type(1) {
  flex: 0 0 14%;
  max-width: 14%;
  margin-left: 0;
}
.p-features-global .p-features__dl {
  width: 100%;
}
.p-features__dd--en {
  display: block;
  margin-top: 20px;
}
.p-features-global .p-features__dt > span {
  display: block;
  max-width: 80%;
  height: auto;
  margin: -20px 0 0 auto;
}
.spil {
  display: none;
}
.youtube-wrap {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin: 20px 0 10px;
}
.youtube-wrap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ta-c {
  text-align: center;
  font-size: 17px;
}

@media screen and (max-width: 768px) {
  .p-features-urban .p-sec__container {
    padding-left: 4%;
    padding-right: 4%;
  }
  .p-features-urban__sec {
    padding: 80px 0 0 !important;
    background-position: center top !important;
    background-size: auto 80px;
    min-height: initial;
    margin: 0 0 50px;
  }
  .p-features-urban__sec:nth-of-type(1) {
    background-image: url(../img/features/urban-sp1.png);
  }
  .p-features-urban__sec:nth-of-type(2) {
    background-image: url(../img/features/urban-sp2.png);
  }
  .p-features-urban__sec:nth-of-type(3) {
    background-image: url(../img/features/urban-sp3.png);
  }
  .p-features-urban__sec:nth-of-type(4) {
    background-image: url(../img/features/urban-sp4.png);
  }
  .p-features-urban__sec:nth-of-type(5) {
    background-image: url(../img/features/urban-sp5.png);
  }
  .p-features-urban__sec:nth-of-type(6) {
    background-image: url(../img/features/urban-sp6.png);
  }
  .p-features-urban__h3 {
    font-size: 24px;
    text-align: center;
  }
  .p-features-action .p-sec__container {
    padding-left: 4%;
    padding-right: 4%;
  }
  .p-features-action .p-features__ul {
    margin: 20px auto 40px;
  }
  .p-features__col2 {
    display: block;
  }
  .p-features__col2 img {
    max-width: 100%;
  }
  .spil {
    display: inline;
  }
  .p-features-action__h3 {
    font-size: 16px;
  }
  .p-features__dl {
    display: block;
  }
  .p-features__dt {
    max-width: 40%;
    margin-left: 4%;
  }
  .p-features__dt > a {
    max-width: 100%;
    margin: 0;
  }
  .p-features__dt:nth-of-type(1) {
    margin-left: 2%;
  }
  .p-features__5col a {
    flex: 0 0 29% !important;
    max-width: 29% !important;
  }
  .p-features__dt:nth-of-type(2) > a {
    width: 47%;
  }
  .p-features__dt:nth-of-type(3) > a {
    width: 80%;
  }
  .p-features__5col {
    margin-top: 50px;
  }
}

/*やまだ*/
/*Google*/
.grecaptcha-badge {
  visibility: hidden;
}

.navigation.pagination {
  text-align: center;
}

div.nav-links > * {
  display: inline-block;
  border: 1px solid #181919;
  width: 42px;
  height: 42px;
  padding: 8px;
  text-decoration: none;
  margin: 4px 8px;
}

div.nav-links > *.current {
  background: #181919;
  color: #fff;
}

.gmap_wrap {
  max-width: 670px;
  margin: auto;
}

#Gmap {
  width: 100%;
  height: 100%;
  min-height: 470px;
}

.to_facilities_wrap {
  text-align: center;
  margin: 24px auto;
  max-width: 670px;
}

.to_facilities {
  width: 12em;
}
.to_more_info {
  width: 14em;
}

.p-visa-suv p {
  width: 670px;
  max-width: 100%;
  margin: 0 auto;
  line-height: 2.18;
  font-size: 15px;
  font-weight: 500;
}

.p-visa-os p {
  width: 670px;
  max-width: 100%;
  margin: 0 auto;
  line-height: 2.18;
  font-size: 15px;
  font-weight: 500;
}

.p-visa-os .fb {
  margin: 60px auto;
}
/*
.p-visa-os h3{
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  padding: 0.4em 0.2em;
  font-size: 24px;
  margin: 60px auto 20px;
}
*/
.p-visa-os ul {
  width: 670px;
  max-width: 100%;
  margin: 34px auto;
}
.p-visa-os li {
  margin-bottom: 16px;
}

p:lang(en-US) {
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: normal;
}

#index-information .container {
  display: flex;
}

.index-information-fb-wrap {
  margin-left: 65px;
  margin-top: -100px;
}

.index-information .index-content ul {
  padding-left: 0;
}
@media screen and (max-width: 1204px) {
  .index-information-fb-wrap {
    margin-top: -35px;
  }
}
@media screen and (max-width: 767px) {
  #index-information .container {
    flex-direction: column-reverse;
  }
  .index-information-fb-wrap {
    margin: 40px auto 0;
  }
}

/* TEMP */

#menu-item-2597 span {
  margin-left: 9px;
}

#p-support-prtimes table {
  width: 670px;
  margin: 0 auto;
}
#p-support-prtimes table th,
td {
  padding: 20px 0px;
}
#p-support-prtimes table th {
  vertical-align: top;
  width: 100px;
}

#p-support-prtimes ol {
  margin: 0px;
  padding: 0 0 0 20px;
}

#p-support-prtimes .p-pro-intro__more {
  margin: 20px auto;
  width: 200px;
}

/*やまだ追記20220628*/
.main-visual {
  position: relative;
  padding-bottom: 0.1px;
}
.main_pickup_swiper {
  overflow: hidden;
}
.main_pickup_slider_wrap {
  max-width: 350px;
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 1;
  bottom: 90px;
  right: 14px;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .main_pickup_slider_wrap {
    position: static;
    max-width: 80vw;
    margin: 15px auto;
    height: auto;
  }
}

.main_pickup_slider_wrap .pickup_title {
  background-color: #000;
  color: #fff;
  font-size: 20px;
  height: 57px;
  line-height: 57px;
  padding-left: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .main_pickup_slider_wrap .pickup_title {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
  }
}
.main_pickup_slider_wrap .pickup_title span {
  margin-left: 25px;
  font-size: 0.65em;
  font-weight: 500;
}
.main_pickup_slider_wrap .pickup_text {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 180px;
}
@media screen and (max-width: 768px) {
  .main_pickup_slider_wrap .pickup_text {
    height: 150px;
  }
  .main_pickup_slider_wrap .pickup_title span {
    margin-left: 1em;
  }
}
.main_pickup_slider_wrap .pickup_text:before {
  background: linear-gradient(225deg, rgba(35, 24, 21, 0.2) 45.92%, rgba(45, 45, 46, 0.8) 73.51%);
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
}
.main_pickup_slider_wrap .pickup_text:after {
  position: absolute;
  width: 100%;
  height: 10px;
  content: "";
  display: block;
  top: 0;
  background-image: url(../img/front/diagonal.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.main_pickup_slider_wrap .pickup_text div {
  position: absolute;
  bottom: 15px;
  left: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .main_pickup_slider_wrap .pickup_text div {
    font-size: 16px;

  }
}
.main_pickup_slider_wrap .pickup_text a {
  position: absolute;
  right: -10px;
  display: block;
  line-height: 35px;
  height: 35px;
  width: 145px;
  background-color: #eee93a;
  color: #231815;
  text-align: center;
  font-size: 16px;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: none;
}
.main_pickup_slider_wrap .pickup_text a span {
  width: 7px;
  height: 12px;
  margin-left: 18px;
  display: inline-block;
  position: relative;
}
.main_pickup_slider_wrap .pickup_text a span:before {
  content: "";
  display: block;
  background-image: url(../img/front/arrrow_more.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 2px;
  width: 7px;
  height: 12px;
  transition: left 0.3s;
}
.main_pickup_slider_wrap .pickup_text a:hover span:before {
  left: 5px;
}

.main_pickup_slider_wrap .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -20px;
}

.main_pickup_slider_wrap .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}
.main_pickup_slider_wrap .swiper-pagination-bullet-active {
  background-color: #eee93a;
}
.main_pickup_slider_wrap .swiper-button-prev {
  z-index: 1000;
  background-color: #fff;
  top: auto;
  bottom: 0;
  right: 30px;
  left: auto;
  width: 30px;
  height: 30px;
}
.main_pickup_slider_wrap .swiper-button-next {
  z-index: 1000;
  background-color: #fff;
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
  width: 30px;
  height: 30px;
}
.main_pickup_slider_wrap .swiper-button-prev:after {
  content: "";
  display: block;
  background-image: url(../img/front/arrrow_more.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 6px;
  height: 10px;
  transform: rotateZ(180deg);
}
.main_pickup_slider_wrap .swiper-button-next:after {
  content: "";
  display: block;
  background-image: url(../img/front/arrrow_more.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 6px;
  height: 10px;
}

.vc_kyoto_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.vc_kyoto_content_wrap {
  background-color: #fdfce5;
  max-width: 526px;
  max-width: 440px;
  width: 100%;
  margin-bottom: 80px;
}
.vc_kyoto_spec_wrap {
  display: flex;
  padding-top: 20px;
  padding-bottom: 21px;
}
.vc_kyoto_spec {
  flex: 1;
}
.vc_kyoto_content_wrap .no_wrap {
  background-color: #fff;
  background-image: url(../img/vc/diagonal.png);
  background-position: center;
  background-repeat: repeat-x;
  height: 25px;
  position: relative;
}
.vc_kyoto_spec_wrap .img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f9f7b4;
}

.vc_kyoto_content_wrap .no {
  width: 194px;
  height: 37px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 37px;
  letter-spacing: 2px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.vc_kyoto_content {
  padding-left: 51px;
  padding-right: 48px;
  padding-bottom: 20px;
}
.vc_kyoto_content .logo {
  margin-top: 34px;
  min-height: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vc_kyoto_content .logo img {
  max-height: 77px;
}

.vc_kyoto_spec_wrap {
  font-weight: bold;
  color: #231815;
}
.vc_kyoto_spec {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
  padding-top: 22px;
}
.vc_kyoto_spec .company_name {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: auto;
}
.vc_kyoto_spec .department {
  font-size: 16px;
  line-height: 27.5px;
}
.vc_kyoto_spec .name {
  font-size: 24px;
  line-height: 27.5px;
}

.description_more .full_description {
  display: none;
}

.vc_kyoto_content .description {
  font-size: 15px;
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.vc_kyoto_content .description_more {
  text-align: center;
  margin-top: 13px;
}

.vc_kyoto_content .description_more a {
  text-decoration: none;
}
.vc_kyoto_content .description_more img {
  display: inline-block;
}

#vc_kyoto_modal_back {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
  background: rgba(255, 255, 255, 0.3);
  display: none;
}
#vc_kyoto_modal {
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
  padding: 30px 40px;
  position: absolute;
  width: 600px;
  height: 500px;
  max-width: calc(100% - 20px);
  max-height: 90vh;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#vc_kyoto_modal_close {
  border: none;
  outline: none;
  background: none;
  font-size: 25px;
  font-weight: 400;
  width: 50px;
  height: 50px;
  line-height: 30px;
  text-align: center;
  margin: -15px -15px 10px auto;
  display: block;
  cursor: pointer;
}

.vc_kyoto_modal_open {
  cursor: pointer;
}

.vc_ramming_a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 264px;
  height: 48px;
  border: 1px solid #666666;
  position: relative;
  margin: 78px auto 36px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
.vc_ramming_a:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 10px;
  background-image: url(../img/vc/arrow_more.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  right: 20px;
  top: 20px;
}

#vc_desk_modal_back {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
  background: rgba(255, 255, 255, 0.3);
  display: none;
}
#vc_desk_modal {
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
  padding: 30px 40px;
  position: absolute;
  width: 600px;
  height: 500px;
  max-width: calc(100% - 20px);
  max-height: 90vh;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#vc_desk_modal_close {
  border: none;
  outline: none;
  background: none;
  font-size: 25px;
  font-weight: 400;
  width: 50px;
  height: 50px;
  line-height: 30px;
  text-align: center;
  margin: -15px -15px 10px auto;
  display: block;
  cursor: pointer;
}

.vc_desk_modal_open {
  cursor: pointer;
}

.vc_desk_description_wrap{
  display: none;
}
.open_modal_desk{
  cursor: pointer;
  text-decoration: underline;
}
.modal_logo{
  margin-bottom: 20px;
}
.modal_logo img{
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  max-height: 120px;
}
.full_description p{
  margin-top: 20px;
}
.full_description p:nth-child(1){
  margin-top: 20px;
}
@media (min-width: 769px) {
  .vc_kyoto_content_wrap:nth-child(odd) {
    margin-right: 20px;
  }
  .vc_kyoto_content_wrap:nth-child(even) {
    margin-left: 20px;
  }
  .vc_kyoto_spec_wrap .img {
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  #vc_kyoto_modal {
    font-size: 15px;
    padding-left: 7%;
    padding-right: 7%;
  }
  #vc_desk_modal {
    font-size: 15px;
    padding-left: 7%;
    padding-right: 7%;
  }
  .vc_kyoto_content{
    padding-left: 20px;
    padding-right: 20px;
  }
  .vc_kyoto_spec_wrap{
    flex-direction: column;
  }
  .vc_kyoto_spec_wrap .img{
    margin: 20px auto 0;
  }
  .vc_kyoto_spec{
    padding-top: 0;
  }
  .vc_kyoto_spec .department{
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .vc_kyoto_content_wrap{
    margin-bottom: 50px;
  }
}

.normal-font p {
    font-family: 'helvetica', 'arial', sans-serif;
}

/*壁打ち関係追記*/
.am-event-book-cta>div:first-child{
  -webkit-box-align:center !important;
  -ms-flex-align:center !important;
  align-items:center !important;
  font-size:16px !important
}
.am-event-book-cta>div:last-child{
  width:auto !important
}
.el-form-item__label{
  margin-bottom:4px !important
}
.am-success-payment p{
  text-align:center
}
.am-event-book-cta{
  display:none !important
}
.am-calendar-picker>div.popover-origin{
  display:none !important
}
.am-events-filter{
  display:none !important
}


/* D-BREAK 20240805 追記 */
.p-sec__desc {
	margin-bottom: 1em;
	line-height: 1.8;
}
.d-break-header {
	background-color: #3f3a39;
	color: #FFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 80px;
	margin-bottom: 2em;
}
@media (max-width: 767px) {
	.d-break-header {
		padding: 20px;
	}
}
.d-break-header h2 img {
	max-width: 100%;
	display: block;
	text-align: center;
}
.d-break-header p {
	margin-top: 2em;
}
@media (min-width: 768px) {
	.d-break-header p {
		text-align: center;
		line-height: 1.8;
	}
}
.d-break-container h3 {
	text-align: center;
	font-size: 24px;
	margin-bottom: 1em;
}
.d-break-container h3 span {
	font-weight: normal;
	display: block;
}
@media (min-width: 768px) {
	.d-break-container h3 {
		text-align: center;
		font-size: 32px;
	}
}
.d-break-container .p-pro-intro__more {
    margin: 30px auto;
    width: 200px;
}

#p-schedule .date {
	font-size:24px;
	font-weight: bold;
	margin-bottom:1em;
	text-align: center
}
#p-schedule .date span.day {
	font-size:16px;
	font-weight: bold;
	display: block;
	background-color: #3f3a39;
	color: #FFF;
	padding: 1px 8px 2px;
	margin-bottom: 0.5em;
}
#p-schedule .date span.youbi {
	font-size:14px;
	font-weight: normal;
	display: inline-block;
	margin-left:0.25em;
}
#p-schedule .program_place {
  font-weight: 600;
  font-feature-settings: "palt" 1;
}
#p-schedule .program_place span {
  font-weight: normal;
}
#p-schedule .program.indent_1 {
  padding-left: 1em;
  margin-top: 0.5em;
}

#p-schedule .program_block h4::before {
	content: "●";
	display: inline-block;
	color:#3f3a39;
	font-size: 80%;
	margin-right: 0.5em;
}
#p-schedule .program {
	display: flex;
	font-size: 15px;
  flex-wrap: wrap;
}
#p-schedule .program + .program {
	/* margin-top: 1.8em; */
}
#p-schedule .program .program_time {
	width: 110px;
}
/* #p-schedule .program .program_time::before {
	content: "●";
	display: inline-block;
	color:#3f3a39;
	font-size: 80%;
	margin-right: 0.5em;
} */
#p-schedule .program .program_title {
	width: calc(100% - 110px);
	/* font-weight: bold; */
}
#p-schedule .program .program_title span {
	font-weight: normal;
	display: block;
	margin-top: 0.2em;
}
#p-schedule .schedule {
	padding-top: 1em;
	padding-bottom: 1.5em;
}
#p-schedule p {
	margin-top: 1.5em;
	font-size: 15px;
}
#p-schedule .profile {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
  width: 100%;
}
#p-schedule .profile figure {
  width: 120px;
  margin-right: 20px;
}
#p-schedule .profile_text {
  width: calc(100% - 140px);
}
#p-schedule .program_description_text h3 {
  margin-bottom: 0.5em;
}
#p-schedule .program_description_text p {
  text-align: left;
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.8;
}
#p-schedule .program_description_text p.program_lecturer {
  font-weight: 600;
  margin-bottom: 0.4em;
}
#p-schedule .program_description_text p.fz_80per {
	font-size: 80%;
  line-height: 1.6;
}
#p-schedule p.program_place {
  text-align: left;
  font-weight: 600;
}
@media (min-width: 768px) {
	#p-schedule .schedule {
		display: flex;
		/* align-items: center; */
		padding-top: 1.5em;
		border-bottom: 1px solid #d2ccc2;
	}
	#p-schedule .date {
		display: inline-block;
		padding-right: 1.5em;
		margin-bottom:1em;
	}
	#p-schedule .program {
		font-size: 16px;
	}
  #p-schedule .date_place {
    width: 180px;
  }
  #p-schedule .program_block {
    width: calc(100% - 180px);
  }
  #p-schedule .program_block p {
    text-align: left;
  }
	#p-schedule .program .program_title span {
		display: inline-block;
		margin-top: 0;
	}
	#p-schedule .program .program_title span::before {
		content:"／";
		display: inline-block;

	}
	#p-schedule .date span.youbi {
		display: block;
		margin-left:0;
	}
	#p-schedule p {
		text-align: center;
		font-size: 16px;
	}
}
#p-report ul.p-download__item {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 700px;
	padding: 0;
	margin: 0 auto;
}
#p-report ul.p-download__item li {
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 24px;
}
#p-report ul.p-download__item li a {
	display: inline-block;
	background-color: #3f3a39;
	color: #FFF;
	text-decoration: none;
	padding: 8px 16px;
	border-radius: 4px;
	width: 204px;
	text-align: center;
}
#p-report ul.p-download__item li a::after {
	content: "";
	display: inline-block;
	background-image: url("https://kyotostartup.jp/wp-content/themes/kyotostartup/assets/svg/icon-pdf.svg");
	background-size: contain;
	width: 14px;
	height: 14px;
	margin-left: 0.5em;
}
#p-report .preparation {
  text-align: center;
}
#p-report .preparation p {
  text-align: center;
  margin-top: 1em;
}
.organizing {margin-top: 4em;}
.organizing dl {
	display: flex;
	flex-wrap: wrap;
}
.organizing dd img {display: inline-block; height: 50px; width: auto;}
.organizing dd img.img_lg { height: 80px;}

ul.p-download {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.p-download li {
  margin-bottom: 2em;
  display: flex;
}

.p-download li a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  box-shadow: 0 0 5px #ccc;
  flex: 1;
}
.p-download li img {
  width: 100%;
}
.p-download .pd-block {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 16px;
  margin-top: auto;
}
.p-download_title {
  font-weight: bold;
  margin-bottom: 1em;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
.download_btn {
	text-decoration: none;
  box-sizing: border-box;
	padding: 8px;
	border-radius: 4px;
	width: 100%;
	text-align: center;
  font-weight: 400;
  background-color: #9358a8;
	color: #fff;
  border: solid 1px #9358a8;
  font-size: 14px;
}


@media (min-width: 768px) {
  .organizing dl {
    align-items: center;
  }
  .organizing dl div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* margin: 1.5em 0 0; */
  }
  .organizing dd + dd {
    padding-left: 2.5em;
  }
  .organizing dt {
    width: 7em;
    padding-right: 1em;
  }
  .p-download li {
    width: 23.5%;
    margin-right: 2%;
    list-style: none;
  }
  .p-download li:nth-child(4n+4) {
    margin-right: 0;
  }

}
@media (max-width: 767px) {
  #p-schedule .program_place {
    text-align: center;
    margin-bottom: 1.5em;
  }
  #p-schedule .program_place br {
    display: none;
  }
  #p-schedule .profile {
    margin-bottom: 1.8em;
    flex-direction: column;
  }
  #p-schedule .profile figure {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1em;
  }
  #p-schedule .profile_text {
    width: 100%;
  }
  .organizing dl + dl {
    margin-top: 1em;
  }
	.organizing dt {
    width: 6em;
    padding-right: 1em;
  }
  .organizing dd {
    margin-bottom: 1em;
  }
	.organizing dd img {height: 36px; width: auto;}
  .organizing dd img.img_lg { height: 60px;}
  .p-download li {
    width: 47.5%;
    margin-right: 5%;
    list-style: none;
  }
  .p-download li:nth-child(2n+2) {
    margin-right: 0;
  }
  .p-download .pd-block {
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 8px;
  }
  .p-download_title {
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.font_setting_palt_1 {
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
}

/* フロントページ MV イベントリンク追加 */
.event_link {
  position: absolute;
  right: 14px;
  bottom: 360px;
  display: inline-block;
  z-index: 100;
  font-size: 15px;
  font-weight: 600;
}
.event_link span {
  font-size: 160%;
  font-weight: bold;
  margin-right: 0.8em;
}
.event_link a {
  color: #000;
  /* background-color: #eee93a; */
  background-color: #fff;
  text-decoration: none;
  padding: 10px 64px 10px 40px;
  display: flex;
  align-items: center;
  transition: opacity .3s;
  position: relative;
}
.event_link a:hover {
  opacity: 0.8;
}
.event_link a::after {
  content: '';
  display: inline-block;
  background-image: url(https://kyotostartup.jp/wp-content/themes/kyotostartup/assets/img/front/arrrow_more.png);
  background-size: contain;
  width: 7px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  transition: right .3s;
}
.event_link a:hover::after {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .event_link {
    position: static;
    max-width: 80vw;
    margin: 15px auto;
    display: block;
    font-size: 14px;
  }
  .event_link a {
    padding: 8px 40px 8px 32px;
  }
}

/* パスワード保護フォーム */
.password-form_inner {
  background-color: #fadfea;
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
}

.password-form_inner input[type="password"]{
  height: 3em;
  padding-inline: 0.8em;
  background: #fff;
}
.password-form_inner label dl {
  padding-bottom: 1.6em;
  border-bottom: solid 1px #fff;
}
.password-form_inner label dt {
  font-weight: 500;
}

.password-form_inner input[type="submit"] {
  background-color: #e36f9f !important;
  color: #fff !important;
  border: 2px solid #e36f9f !important;
  transition: all 0.3s ease;
  display: inline-flex;
  padding: 12px 40px;
  border-radius: 5px;
  font-weight: bold;
  margin: auto;
  margin-top: 40px;
  display: block;
}
.password-form_inner input[type="submit"]:hover {
  color: #e36f9f !important;
  background-color: #fff !important;

}
.inner_width_m {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .pc_center {
    text-align: center;
  }
  .password-form_inner {
    padding: 60px;
    margin-top: 60px;
  }
  .password-form_inner label dl {
    display: flex;
    align-items: center;
  }
  .password-form_inner label dt {
    width: 120px;
  }
  .password-form_inner label dd {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 767px) {
  .password-form_inner label dt {
    margin-bottom: 0.5em;
  }
}
