@charset "UTF-8";
.home-header .button {
  color: #000;
  background-color: #ffd145;
}

.home-header-data-ul {
  padding: 0.5em 1.1em;
}

.home-ecosystem .home-ecosystem-ul > li {
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.home-ecosystem .home-ecosystem-ul > li:nth-child(1) {
  background-image: url(../img/home/ecosystem01.png);
}
.home-ecosystem .home-ecosystem-ul > li:nth-child(2) {
  background-image: url(../img/home/ecosystem02.png);
}
.home-ecosystem .home-ecosystem-ul > li:nth-child(3) {
  background-image: url(../img/home/ecosystem03.png);
}
.home-ecosystem .home-ecosystem-ul > li:nth-child(4) {
  background-image: url(../img/home/ecosystem04.png);
}

.home-ecosystem-li {
  padding: 20px 30px 0 39px;
}
.home-ecosystem-li .button._contact {
  color: #000;
}
.home-ecosystem-li .more {
  margin-inline: auto -30px;
}
.home-ecosystem-li .more:hover {
  color: #000;
}

.ecosystem-figure .bg_wrap {
  margin-top: 83px;
  margin-bottom: -80px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 96px;
  padding-bottom: 113px;
  background-color: #f7f7f7;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.ecosystem-figure .border_wrap {
  padding-left: 66px;
  padding-right: 51px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  border: 1px solid #6f7bd9;
  background-color: #fff;
}
.ecosystem-figure .border_wrap p {
  font-size: 16px;
  line-height: 1.875;
  padding-left: 33px;
  padding-right: 33px;
}
.ecosystem-figure .border_head {
  display: flex;
  align-items: center;
  padding-left: 50px;
  font-size: 32px;
  height: 100px;
  margin-left: -66px;
  margin-right: -51px;
  background-color: #e1e4f5;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 27px;
}
.ecosystem-figure .p1 {
  margin-bottom: 58px;
}
.ecosystem-figure .p2 {
  margin-bottom: 50px;
}
.ecosystem-figure .ul1 {
  margin-top: 36px;
  margin-bottom: 64px;
  padding-left: 44px;
}
.ecosystem-figure .ul1 li {
  font-size: 20px;
  position: relative;
  padding-left: 3em;
}
.ecosystem-figure .ul1 li + li {
  margin-top: 10px;
}
.ecosystem-figure .ul1 span {
  margin-right: 15px;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background-color: #4d4d4d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
.ecosystem-figure .d1 {
  padding-bottom: 85px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 40px;
}
.ecosystem-figure .d1 > div {
  width: calc(50% - 20px);
  max-width: 480px;
}
.ecosystem-figure .d1 .head {
  margin-bottom: 13px;
  height: 50px;
  font-size: 16px;
  padding-left: 16px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  background-color: #edf0fc;
}
.ecosystem-figure .d1 a {
  text-decoration: underline;
}
.ecosystem-figure .d1 ul {
  padding-left: 16px;
  padding-right: 16px;
}
.ecosystem-figure .d1 li {
  line-height: 2.0625;
}

.ecosystem-vchub .p1 {
  margin-bottom: 40px;
  letter-spacing: 0.1em;
  text-align: center;
}
.ecosystem-vchub .iframe_wrap {
  position: relative;
  height: 838px;
}
.ecosystem-vchub .iframe_wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/ecosystem/iframe.svg) no-repeat center/cover;
  pointer-events: none;
}
.ecosystem-vchub .iframe_wrap iframe {
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 20px;
  left: 20px;
}
.ecosystem-vchub .p2 {
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 1.6;
}
.ecosystem-vchub .v_wrap {
  display: flex;
  justify-content: center;
  gap: 46px;
}
.ecosystem-vchub ul {
  width: 100%;
  max-width: 370px;
}
.ecosystem-vchub li {
  height: 70px;
  border-bottom: 1px solid #808080;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 1.5;
  font-feature-settings: "palt";
}
.ecosystem-vchub li:nth-child(odd) {
  background: #e1e4f5;
}
.ecosystem-vchub li:nth-child(even) {
  background: #f5f5f5;
}
.ecosystem-vchub li:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.ecosystem-vchub li:last-child {
  border-bottom: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.startups_posts_inner {
  gap: 90px 30px;
  gap: 90px 2%;
}

.startups_posts {
  margin-bottom: 78px;
}

.startups_post {
  width: calc(33% - 17px);
  width: 32%;
  padding: 0;
  margin: 0;
}
.startups_post a:hover img {
  transform: scale(1.1);
  filter: brightness(0.9);
}
.startups_post .startups_img {
  border: 1px solid #808080;
  border-radius: 10px;
  overflow: hidden;
}
.startups_post img {
  transition: var(--transition_img);
}
.startups_post h3 {
  padding: 8px 10px 12px;
  font-size: 20px;
  font-size: clamp(16px, calc((100vw * 20) / 1260), 20px);
  line-height: 2.3;
  font-weight: 500;
  color: #000;
  background-color: transparent;
  text-decoration: underline #7e8ae6 5px;
  text-underline-offset: 0.4em;
}
.startups_post p {
  font-size: 16px;
  line-height: 1.625;
}

.startups_posts_about .startups_posts_inner,
.startups_posts_PoC .startups_posts_inner {
  gap: 90px 10px;
  justify-content: center;
}
.startups_posts_about .startups_post,
.startups_posts_PoC .startups_post {
  width: calc(25% - 10px);
  max-width: 289px;
}
.startups_posts_about .startups_post h3,
.startups_posts_PoC .startups_post h3 {
  padding: 8px 5px 12px;
  text-decoration: underline #55bbdb 5px;
  font-feature-settings: "palt";
}
.startups_posts_about .startups_img,
.startups_posts_PoC .startups_img {
  aspect-ratio: 1/1;
}
.startups_posts_about .startups_img img,
.startups_posts_PoC .startups_img img {
  object-fit: cover;
  height: 100%;
}

.startups_posts_about .startups_posts_inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.startups_posts_PoC {
  margin-bottom: 0;
}

.startups-what .inner {
  max-width: 1430px;
}
.startups-what .p1 {
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.startups-what .color_wrap {
  margin-top: 100px;
  padding-top: 80px;
  background-color: #f7f7f7;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.startups-what .head_txt {
  margin-bottom: 72px;
  font-size: 34px;
  font-weight: 500;
  text-align: center;
}
.startups-what .sr_wrap {
  margin-top: 108px;
  margin-bottom: 10px;
  width: 370px;
  width: fit-content;
  /* height: 54px; */
  line-height: 1;
  padding: 0.45em 1.33em;
  margin-left: auto;
  margin-right: auto;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 28px;
  font-size: clamp(20px, calc((28 * 100vw) / 768) , 28px);
  text-align: center;
  color: #0989b0;
  border: #b3b3b3 1px solid;
  border-bottom: none;
}
.startups-what .sr_scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.startups-what .sr_inner {
  width: 1370px;
  min-width: 1370px;
}
.startups-what .sr_bg_wrap {
  padding-left: 47px;
  padding-right: 68px;
  padding-top: 10px;
  height: 400px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/startups/bg.svg) no-repeat center/cover;
}
.startups-what .sr_color_wrap {
  padding-top: 23px;
  padding-left: 42px;
  padding-right: 42px;
  padding-bottom: 76px;
  background-color: #f2f2f2;
  display: flex;
  justify-content: space-between;
}
.startups-what .sr_color_wrap > div {
  max-width: 200px;
  width: calc(25% - 10px);
}
.startups-what .sr_color_wrap .txt1 {
  min-height: 64px;
  font-size: 26px;
  font-weight: 700;
  color: #0f86ab;
  line-height: 1.2307692308;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.startups-what .sr_color_wrap .txt2 {
  margin-top: 16px;
  margin-bottom: 22px;
  line-height: 1.5;
}
.startups-what .sr_color_wrap .txt3 {
  line-height: 1.375;
  font-family: "Montserrat";
}

.ecosystem-reason .border_wrap {
  padding-left: 60px;
  padding-right: 56px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  border: 1px solid #6f7bd9;
  background-color: #fff;
}
.ecosystem-reason .border_head {
  display: flex;
  align-items: center;
  padding-left: 50px;
  /* font-size: 32px; */
  font-size: clamp(24px, calc((32 * 100vw) / 1260) , 32px);
  height: 100px;
  margin-left: -60px;
  margin-right: -56px;
  background-color: #e1e4f5;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: 600;
}
.ecosystem-reason .border_head span {
  /* font-size: 24px; */
  font-size: clamp(18px, calc((24 * 100vw) / 1260) , 24px);
}
.ecosystem-reason p {
  line-height: 1.875;
}
.ecosystem-reason .er_sec {
  padding-top: 47px;
  padding-bottom: 50px;
}
.ecosystem-reason .er_sec + .er_sec {
  border-top: #5867db 1px solid;
}
.ecosystem-reason .er_sec.sec1 {
  padding-top: 60px;
}
.ecosystem-reason .num_head {
  gap: 31px;
  display: flex;
  align-items: center;
}
.ecosystem-reason .num_head .num_wrap {
  font-weight: 600;
  color: #6f7bd9;
  letter-spacing: -0.05em;
  line-height: 1;
  text-align: center;
  font-family: "Montserrat";
}
.ecosystem-reason .num_head .num_wrap span {
  font-size: 46px;
  margin-top: 5px;
  display: block;
  text-align: center;
}
.ecosystem-reason .num_head .head_wrap {
  font-size: clamp(20px, calc((30 * 100vw) / 1260) , 30px);
  font-weight: 600;
}
.ecosystem-reason .d1 {
  display: flex;
  gap: 45px;
}
.ecosystem-reason .d2 {
  display: flex;
  gap: 14px;
  flex-shrink: 0;
}
.ecosystem-reason .d3 {
  padding-top: 23px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 13px;
  max-width: 250px;
  border-radius: 10px;
  background-color: #a4dbed;
  text-align: center;
}
.ecosystem-reason .d5 {
  background-color: #d3d6ed;
}
.ecosystem-reason .p2 {
  font-size: 18px;
  line-height: 1.7777777778;
}
.ecosystem-reason .p3 {
  width: 190px;
  height: 65px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 22px;
  line-height: 1.2727272727;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.ecosystem-reason .p4 {
  width: 80px;
  height: 30px;
  border-radius: 8px;
  font-size: 20px;
  background-color: #0061a1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.ecosystem-reason .p5 {
  font-size: 32px;
  color: #0061a1;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.ecosystem-reason .p5 span {
  font-size: 77px;
  font-weight: 600;
}
.ecosystem-reason .p6 {
  background-color: #4f59ad;
}
.ecosystem-reason .p7 {
  color: #4f59ad;
}
.ecosystem-reason .d4 {
  margin: 15px auto 13px;
}
.ecosystem-reason .d5 .d4 {
  margin: 12px auto 9px;
}
.ecosystem-reason .p11 {
  margin-bottom: 25px;
  font-weight: 500;
  text-align: center;
}
.ecosystem-reason .p12 {
  font-feature-settings: "palt";
  line-height: 1.5;
}
.ecosystem-reason .d10 {
  margin-top: 41px;
  gap: 38px;
  display: flex;
}
.ecosystem-reason .d11 {
  gap: 15px;
  flex-shrink: 0;
  display: flex;
}
.ecosystem-reason .d12 {
  max-width: 250px;
  padding-top: 30px;
  padding-bottom: 15px;
  padding-left: 22px;
  padding-right: 12px;
  border-radius: 10px;
  border: 1px solid #5867db;
}
.ecosystem-reason .d20 {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  gap: 14px;
  display: flex;
  justify-content: center;
}
.ecosystem-reason .d21 {
  font-weight: 500;
  max-width: 239px;
  width: 100%;
  font-feature-settings: "palt";
}
.ecosystem-reason .d22 {
  height: 70px;
  border-radius: 10px;
  line-height: 1.5;
  border: 1px solid #5867db;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ecosystem-reason .d23 {
  margin-top: 10px;
  margin-bottom: 8px;
  width: 23px;
  height: 22px;
  background: url(../img/ecosystem/arrow.svg) no-repeat center/cover;
  margin-left: auto;
  margin-right: auto;
}
.ecosystem-reason .d24 {
  height: 51px;
  font-size: 18px;
  border-radius: 10px;
  background-color: #6f7bd9;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ecosystem-reason .p20 {
  margin-top: 34px;
  margin-bottom: 52px;
  font-feature-settings: "palt";
}
.ecosystem-reason .p21 {
  margin-top: 6px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}
.ecosystem-reason .p22 {
  margin-top: 38px;
  font-feature-settings: "palt";
}
.ecosystem-reason .d25 .d22 {
  border-color: #6cadeb;
}
.ecosystem-reason .d25 .d24 {
  background-color: #6cadeb;
}
.ecosystem-reason .d26 .d22 {
  border-color: #56b6d1;
}
.ecosystem-reason .d26 .d24 {
  background-color: #56b6d1;
}
.ecosystem-reason .d27 .d22 {
  border-color: #3dbfa3;
}
.ecosystem-reason .d27 .d24 {
  background-color: #3dbfa3;
}
.ecosystem-reason .p30 {
  margin-top: 43px;
  margin-bottom: 29px;
}
.ecosystem-reason .d30 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 13px;
}
.ecosystem-reason .d31 {
  max-width: 325px;
  height: 120px;
  border: 1px solid #838ddb;
  border-radius: 15px;
  width: 100%;
  gap: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ecosystem-reason .d33 {
  font-weight: 500;
  line-height: 1.4;
}
.ecosystem-reason .d33 span {
  font-size: 18px;
  font-weight: 700;
}
.ecosystem-reason .d34 {
  gap: 36px;
  border-color: #3dbfa3;
}
.ecosystem-reason .d35 {
  gap: 36px;
  border-color: #56b6d1;
}
.ecosystem-reason .d36 {
  border-color: #c683db;
}
.ecosystem-reason .d36 .d32 {
  margin-left: -25px;
}
.ecosystem-reason .d37 {
  border-color: #5689d1;
}
.ecosystem-reason .d38 {
  border-color: #6cadeb;
}
.ecosystem-reason .d38 .d33 {
  text-align: center;
}
.ecosystem-reason .color_wrap {
  margin-top: 124px;
  margin-bottom: 98px;
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #f7f7f7;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.ecosystem-reason .d40 {
  display: flex;
  gap: 52px;
}
.ecosystem-reason .d41 {
  gap: 60px;
  display: flex;
  justify-content: center;
}
.ecosystem-reason .u40 {
  max-width: 470px;
  width: 100%;
}
.ecosystem-reason .u40 li {
  padding-right: 20px;
  border-top: 1px solid #b8bff0;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.ecosystem-reason .u40 li:last-child {
  border-bottom: 1px solid #b8bff0;
}
.ecosystem-reason .d42 {
  height: 48px;
  min-width: 130px;
  max-width: 130px;
  background-color: #edf0fc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ecosystem-reason .d43 {
  display: flex;
}
.ecosystem-reason .d44 {
  padding-left: 30px;
  min-width: 200px;
}
.ecosystem-reason .p41 {
  margin-top: 29px;
  margin-bottom: 50px;
}
.ecosystem-reason .sec11 {
  padding-bottom: 74px;
}
.ecosystem-reason .p42 {
  margin-top: 37px;
}
.ecosystem-reason .sec12 {
  padding-bottom: 71px;
}
.ecosystem-reason .sec21,
.ecosystem-reason .sec22 {
  gap: 60px;
  display: flex;
}
.ecosystem-reason .d50 {
  flex-shrink: 0;
  width: min(50%, 470px);
}
.ecosystem-reason .p51 {
  margin-top: 26px;
}
.ecosystem-reason .p60 {
  margin-bottom: 1em;
}
.ecosystem-reason .a60 {
  margin-left: 150px;
  width: 260px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  font-weight: 500;
  color: #fff;
  background: #5867db;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.ecosystem-reason .a60:after {
  content: "";
  display: inline-flex;
  width: 18px;
  height: 18px;
  background: url(../img/ecosystem/a60.svg) no-repeat center/cover;
}
.ecosystem-reason .sec31 {
  align-items: flex-end;
  display: flex;
}
.ecosystem-reason .sec40 {
  gap: 60px;
  display: flex;
}
.ecosystem-reason .p70 {
  margin-top: 40px;
}
.ecosystem-reason .d70 {
  flex-shrink: 0;
  width: min(50%, 470px);
}

.ecosystem-kyoto p {
  line-height: 1.875;
}
.ecosystem-kyoto .border_wrap {
  border-radius: 10px;
  border: 1px solid #6f7bd9;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding-left: 70px;
  padding-right: 60px;
}
.ecosystem-kyoto .ek_sec {
  padding-top: 58px;
  padding-bottom: 60px;
  gap: 45px;
  display: flex;
}
.ecosystem-kyoto .ek_sec + .ek_sec {
  border-top: 1px solid #5867db;
}
.ecosystem-kyoto .p_head {
  margin-bottom: 42px;
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  color: #5867db;
  display: flex;
  align-items: center;
}
.ecosystem-kyoto .p_head span {
  margin-left: 70px;
  font-size: 20px;
  width: 149px;
  height: 45px;
  border: 1px solid #5867db;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.ecosystem-kyoto .r_content {
  flex-shrink: 0;
  width: min(50%, 470px);
}
.ecosystem-kyoto .rm_btn {
  color: #4d4d4d;
  font-family: "Montserrat";
  font-weight: 500;
  width: 237px;
  height: 55px;
  border-radius: 10px;
  border: 1px solid #999999;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  cursor: pointer;
}
.ecosystem-kyoto .p1 {
  margin-bottom: 48px;
}
.ecosystem-kyoto .color_wrap {
  margin-top: 124px;
  margin-bottom: 98px;
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #f7f7f7;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.ecosystem-kyoto .os_btn {
  margin-top: 35px;
  color: #fff;
  font-weight: 500;
  width: 237px;
  height: 55px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #6f7bd9;
  gap: 26px;
}
.ecosystem-kyoto .os_btn:after {
  margin-right: -20px;
  content: "";
  display: inline-flex;
  width: 17px;
  height: 17px;
  background: url(../img/ecosystem/a60.svg) no-repeat center/cover;
}
.ecosystem-kyoto .sec4 {
  display: block;
}
.ecosystem-kyoto .d20 {
  margin-top: 34px;
}
.ecosystem-kyoto .sec5 .r_content {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.ecosystem-kyoto .p21 {
  font-feature-settings: "palt";
}

.ecosystem-reason-en .border_wrap + .border_wrap {
  margin-top: 48px;
}
.ecosystem-reason-en .num_head.en {
  color: #6f7bd9;
}
.ecosystem-reason-en .u100 {
  margin-top: 45px;
  padding-left: 18px;
}
.ecosystem-reason-en .p110 {
  margin: 26px auto 48px;
}
.ecosystem-reason-en .d110 {
  display: flex;
  gap: 26px;
  justify-content: center;
  align-items: center;
}
.ecosystem-reason-en .d110 img {
  width: calc((100% - 26px) / 2);
}
.ecosystem-reason-en .d30 {
  font-family: "Montserrat";
}
.ecosystem-reason-en .d33 {
  line-height: 1.125;
}
.ecosystem-reason-en .d33 span {
  line-height: 1.4444444444;
}
.ecosystem-reason-en .d36 .d32 {
  margin-left: 20px;
}
.ecosystem-reason-en .p120 {
  margin-top: 53px;
}
.ecosystem-reason-en .p121 {
  margin: 1em auto;
}
.ecosystem-reason-en .p122 {
  margin-bottom: 53px;
}
.ecosystem-reason-en .u120 {
  margin-bottom: 1em;
  padding-left: 18px;
}
.ecosystem-reason-en .u130 {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 18px;
}
.ecosystem-reason-en .d130 {
  margin-top: 56px;
  display: flex;
  gap: 23px;
  text-align: center;
}
.ecosystem-reason-en .d130 > div {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #b3b3b3;
}
.ecosystem-reason-en .d130 > div > div:first-child {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4444444444;
}
.ecosystem-reason-en .numP {
  font-size: 58px;
  font-weight: 600;
  font-family: "Montserrat";
  color: #6f7bd9;
}
.ecosystem-reason-en .d131 {
  padding: 25px;
  max-width: 288px;
}
.ecosystem-reason-en .d131 > div:nth-child(1) {
  margin-bottom: 32px;
}
.ecosystem-reason-en .d132 {
  padding-top: 20px;
  max-width: 288px;
}
.ecosystem-reason-en .d132 > div:nth-child(1) {
  margin-bottom: 16px;
}
.ecosystem-reason-en .d132 > div:last-child {
  font-size: 14px;
  margin-top: -22px;
}
.ecosystem-reason-en .d133 {
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 23px;
  max-width: 459px;
}
.ecosystem-reason-en .d133 > div:nth-child(1) {
  margin-bottom: 16px;
}
.ecosystem-reason-en .d133 > div:last-child {
  margin-top: 10px;
  font-size: 14px;
  text-align: left;
}
.ecosystem-reason-en .p41 {
  margin-bottom: 0;
}
.ecosystem-reason-en .p142 {
  margin: 32px auto 52px;
}
.ecosystem-reason-en .d42 {
  padding-left: 16px;
  justify-content: flex-start;
  min-width: 82px;
  max-width: 82px;
  background-color: transparent;
}
.ecosystem-reason-en .d140 {
  border-radius: 10px;
  background-color: #e1e4f5;
  padding-top: 44px;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 48px;
}
.ecosystem-reason-en .d141 {
  margin-top: 40px;
  gap: 40px;
}
.ecosystem-reason-en .d141 ul {
  background-color: #fff;
  border-radius: 10px;
}
.ecosystem-reason-en .d44 {
  padding-left: 0;
  min-width: 180px;
}
.ecosystem-reason-en .u40 {
  max-width: 480px;
}
.ecosystem-reason-en .u40 li {
  border-top: none;
  border-bottom: 1px solid #b8bff0;
}
.ecosystem-reason-en .u40 li:last-child {
  border-bottom: none;
}
.ecosystem-reason-en .p150 {
  margin-top: 30px;
}
.ecosystem-reason-en .p151 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.ecosystem-reason-en .d150 {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}
.ecosystem-reason-en .d150 img {
  width: calc((100% - 39px) / 4);
}
.ecosystem-reason-en .p160 {
  margin-top: 30px;
}
.ecosystem-reason-en .p161 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.startups-jstartup .d1 {
  margin-bottom: 34px;
  gap: 52px;
  display: flex;
  justify-content: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.startups-jstartup .d2 {
  flex-shrink: 0;
}
.startups-jstartup .d3 {
  flex-shrink: 0;
}
.startups-jstartup .p1 {
  line-height: 1.75;
  letter-spacing: 0.01em;
}
.startups-jstartup .d4 span {
  font-size: 20px;
  font-weight: 500;
}
.startups-jstartup .a1 {
  width: 470px;
  height: 145px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  background: rgb(242, 242, 242);
  border-radius: 10px;
  gap: 62px;
  display: flex;
  align-items: center;
  padding-left: 40px;
  position: relative;
}
.startups-jstartup .a1::after {
  content: "";
  display: block;
  position: absolute;
  right: 25px;
  width: 6px;
  height: 10px;
  background: url(../img/startups/a_arrow.svg) no-repeat center/cover;
}
.startups-jstartup .border_wrap {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  border: 1px solid #55bbdb;
  background-color: #fff;
}
.startups-jstartup .border_head {
  display: flex;
  align-items: center;
  padding-left: 50px;
  font-size: 32px;
  height: 100px;
  background-color: #d5eef5;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 1px solid #55bbdb;
}
.startups-jstartup .border_head span {
  font-size: 24px;
}
/*
.startups-jstartup .border_inner {
  padding-top: 72px;
  padding-right: 97px;
  padding-bottom: 70px;
  padding-left: 100px;
}
*/
/* --- レポートセクション全体の枠内調整 --- */
.startups-jstartup .border_inner {
  /* 固定値を廃止し、共通変数や柔軟な余白へ変更 */
  padding-block: 60px; /* 上下の余白 */
  padding-inline: 4vw; /* 左右の余白を画面幅に比例させる */
  max-width: 100%;
}

@media (min-width: 768px) {
  .startups-jstartup .border_inner {
    padding-inline: 60px; /* PC時は安定した余白を確保 */
  }
}

.startups-jstartup .d5 {
  height: 58px;
  padding-left: 27px;
  display: flex;
  align-items: center;
  background-color: #d5eef5;
}
.startups-jstartup .d6 {
  display: flex;
  gap: 20px;
  margin-top: 15px;
}
.startups-jstartup .u1 {
  width: 100%;
  max-width: 490px;
}
.startups-jstartup .u1 li {
  border-bottom: 1px solid #b3b3b3;
}
.startups-jstartup .u1 li:nth-child(odd) {
  background: #f5f5f5;
}
.startups-jstartup .u1 a {
  padding-left: 27px;
  height: 100px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  font-feature-settings: "palt";
}
.startups-jstartup .d7 {
  font-size: 20px;
  line-height: 1.5;
}
.startups-jstartup .d8 {
  line-height: 1.875;
}
.startups-jstartup .color_wrap {
  padding-top: 80px;
  padding-bottom: 100px;
  margin-top: 100px;
  background-color: #f7f7f7;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.startups-jstartup .a11 {
  background-color: #fff;
}
.startups-jstartup .u11 a {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.startups-jstartup .d15 span {
  margin-left: 194px;
  position: relative;
  width: 120px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.startups-jstartup .d15 span::before, .startups-jstartup .d15 span:after {
  content: "";
  display: inline-block;
  background-color: #55bbdb;
  height: 32px;
  width: 1px;
  position: absolute;
}
.startups-jstartup .d15 span::before {
  left: 0;
}
.startups-jstartup .d15 span:after {
  right: 0;
}
.startups-jstartup .d19 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.startups-jstartup .d20 {
  width: 120px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.startups-jstartup .d20::before {
  content: "";
  display: inline-block;
  height: 70px;
  width: 1px;
  left: 0;
  position: absolute;
  background-color: #ccc;
}

.d-break-form .buttons {
  margin-top: 30px;
}
.d-break-article {
  --color_page: #aed152;
  --color_page_light: #e8f2cb;
}

.event-article .event-archive {
  --content-width: 1200px;
}

.event-post-ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(232px, 1fr));
  gap: 10px;
  /* grid-template-columns: 1fr 1fr 1fr 1fr 1fr; */
}
.event-post-ul .event-post-li {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.event-post-ul .post-text {
  display: grid;
  position: absolute;
  inset: 0;
  padding: 0.5em 0.8em;
  color: #fff;
  font-weight: 500;
  align-content: end;
}
.event-post-ul .post-text > div {
  display: flex;
  justify-content: space-between;
  padding: 8px 0px 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 6px;
}
.event-post-ul .post-text > div:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.event-post-ul .post-cat {
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 4px;
  font-size: 0.7em;
  line-height: 1;
  color: #000;
}
.event-post-ul .post-heading {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.event-list-text {
  margin-top: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.event-list-text li {
  padding: 10px 0;
  border-bottom: 1px solid #808080;
}
.event-list-text li:first-child {
  border-top: 1px solid #808080;
}

.readmore-container {
  margin-top: 60px;
  text-align: center;
}
.readmore-container .readmore-btn {
  margin-inline: auto;
  border: 1px solid #000;
  display: flex;
  position: relative;
  width: fit-content;
  min-width: 13em;
  height: 4em;
  margin-top: var(--padding-block_half);
  padding-inline: 1em;
  border-radius: var(--border-radius);
  font-weight: 500;
  font-family: var(--font_en);
  line-height: 1.5;
  text-align: center;
  transition: var(--transition);
  column-gap: 0.6em;
  justify-content: center;
  align-items: center;
}

.fc-daygrid-event-dot {
  display: none;
}

/* --- カテゴリー絞り込み（カスタムデザイン） --- */
/* 全体のコンテナ */
.event-filter-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px; /* 各カテゴリー間の隙間 */
  margin-bottom: 20px;
  padding: 10px;
  justify-content: center;
}

/* 各カテゴリーのアイテム */
.filter-item {
  display: flex;
  align-items: center;
}

/* 標準のチェックボックスを隠す */
.js-category-filter {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

/* カスタムラベル（全体） */
.filter-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  user-select: none; /* テキスト選択を防ぐ */
  gap: 8px; /* チェックボックス本体とテキストエリアの隙間 */
}

/* --- チェックボックス本体（左の四角） --- */
.filter-check-box {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  transition: background-color 0.2s, border-color 0.2s;
  /* 未チェック時のデフォルトスタイル */
  background-color: #fff;
  border: 2px solid var(--cat-color); /* カテゴリー色の枠線 */
}

/* --- ラベルテキストエリア（右の長方形） --- */
.filter-text-box {
  display: inline-flex;
  align-items: center;
  background-color: var(--cat-label-bg);
  padding: 8px 16px;
  border-radius: 4px;
  min-width: 130px;
  line-height: 1;
  height: 35px;
}

/* --- チェックされた時のスタイル --- */
/* チェックされた時のチェックボックス本体（.filter-check-box） */
input.js-category-filter:checked + .filter-label .filter-check-box {
  background-color: var(--cat-color);
  border-color: var(--cat-color);
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNy44NSAxMS42OSI+CiAgPGcgaWQ9Il/jg6zjgqTjg6Tjg7xfMS0yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAxIj4KICAgIDxwb2x5bGluZSBwb2ludHM9IjEgNC41MiA4LjA1IDEwLjY5IDE2Ljg1IDEiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4KICA8L2c+Cjwvc3ZnPg==");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
}

.event-calendar .fc-col-header th {
  height: 52px;
  font-size: 20px;
  border: 1px solid #b3b3b3;
  background-color: #f2f2f2;
  text-align: right;
  color: #808080;
  font-family: "Montserrat";
  font-weight: 500;
  vertical-align: middle;
}
.event-calendar td.fc-daygrid-day > div {
  min-height: 154px;
}
.event-calendar .fc-daygrid-day-number {
  font-size: 20px;
  font-family: "Montserrat";
  font-weight: 500;
  color: #4d4d4d;
  padding-right: 20px;
}
.event-calendar .fc .fc-button-primary {
  border-radius: 5px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 500;
  background: transparent;
  border: #808080 1px solid;
  border-radius: 5px;
  color: #000;
  text-transform: capitalize;
}
.event-calendar .fc .fc-prev-button {
  margin-right: 15px;
}
.event-calendar .fc .fc-button-group .fc-prev-button,
.event-calendar .fc .fc-button-group .fc-next-button {
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
}

.fc-theme-standard .fc-scrollgrid {
  border: 1px solid #b3b3b3;
}

.fc .fc-col-header-cell-cushion {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 20px;
  padding-right: 14px;
}

.fc-event-title {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  padding-left: 10px;
  padding-right: 10px;
}

.fc-h-event .fc-event-title {
  padding-left: 10px;
  padding-right: 10px;
}

#event-modal-back {
  background-color: rgba(0, 0, 0, 0.4);
}

#event-modal {
  padding: 0;
  box-shadow: 5px 5px 13px rgba(0, 0, 0, 0.2);
  max-width: 900px;
  width: 100%;
  height: auto;
}
#event-modal .ex-cat,
#modal-content .ex-cat {
  padding-left: 57px;
  font-size: 45px;
  font-weight: 500;
  font-family: "Montserrat";
  width: 100%;
  height: 80px;
  position: relative;
  background-color: var(--this_cat_color);
  display: flex;
  align-items: center;
  /* color: #fff; */
}
#event-modal .ex-inner,
#modal-content .ex-inner {
  padding-top: 38px;
  padding-left: 70px;
  padding-right: 77px;
  padding-bottom: 68px;
}
#event-modal .ex-title,
#modal-content .ex-title {
  font-size: 24px;
  font-weight: 700;
  margin: auto;
  padding: 0;
  border: none;
  margin-bottom: 24px;
}
#event-modal .ex-desc,
#modal-content .ex-desc {
  margin-bottom: 45px;
  line-height: 1.5;
  font-weight: 500;
}
#event-modal .ex-url,
#modal-content .ex-url {
  margin-bottom: 42px;
  width: 249px;
  height: 64px;
  border-radius: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--this_cat_color);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#event-modal .ex-url span,
#modal-content .ex-url span  {
  position: absolute;
  width: 7px;
  height: 15px;
  right: 34px;
}
#event-modal .ex-url svg,
#modal-content .ex-url svg {
  vertical-align: unset;
}
#event-modal dl,
#modal-content dl {
  margin-top: 0;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #b3b3b3;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 500;
  min-height: 65px;
}
#event-modal dt,
#modal-content dt {
  display: block;
  width: 130px;
}
#event-modal dd,
#modal-content dd {
  display: block;
  overflow-wrap: break-word;
  word-break: break-word;
}
#event-modal dd a,
#modal-content dd a {
  color: #4670c2;
  text-decoration: underline;
}

#event-modal-close {
  position: absolute;
  right: 28px;
  width: 29px;
  height: 29px;
  margin: auto;
  line-height: 1;
}

.support-article {
  --color_page: #e36f9f;
}
.support-article .support-measures {
  padding-bottom: 0;
}
.support-article .bg_color_wrap {
  padding-top: 100px;
  padding-bottom: 130px;
  background-color: #f7f7f7;
}
.support-article {
  /* --- レイアウト設定 --- */
}
.support-article .custom-tabs-wrapper {
  margin: 40px auto;
  font-family: sans-serif;
}
.support-article .tabs-nav {
  display: flex;
}
.support-article {
  /* --- タブボタン --- */
}
.support-article .tab-btn {
  width: calc(20% + 1px);
  padding: 12px 24px;
  border: 1px solid rgba(227, 111, 159, 0.3);
  background: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s ease;
  border-bottom: none;
  margin-bottom: -1px; /* 親のborderと重ねる */
  margin-right: -1px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
}
.support-article .tab-btn:last-child {
  width: 20%;
}
.support-article .tab-btn.is-active {
  border-color: #e36f9f;
  border-bottom: none;
  background-color: #fff;
  z-index: 1;
}
.support-article .tab-btn span {
  display: flex;
  justify-content: center;
  text-align: center;
}
.support-article .tab-btn .jp {
  min-height: 52px;
  align-items: center;
  font-size: 20px;
  font-size: clamp(16px, calc((100vw * 20) / 1260), 20px);
  font-weight: 700;
  line-height: 1.3;
  color: var(--color_page);
}
.support-article .tab-btn .en {
  margin-top: 8px;
  min-height: 44px;
  font-family: "Montserrat";
  font-weight: 500;
  line-height: 1.375;
  font-size: clamp(12px, calc((100vw * 16) / 1260), 16px);
}
.support-article .tabs-container {
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid var(--color_page);
}
.support-article {
  /* --- コンテンツパネル --- */
}
.support-article .tab-panel {
  display: none; /* 基本は非表示 */
  line-height: 1.6;
}
.support-article {
  /* アクティブな時だけ表示 + アニメーション実行 */
}
.support-article .tab-panel.is-active {
  display: block;
  animation: contentFadeIn 0.6s ease forwards;
}
.support-article {
  /* --- フェードインのアニメーション定義 --- */
}
@keyframes contentFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px); /* 少し下から浮き上がる */
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.support-article .tab-panel section {
  padding-top: 57px;
  padding-bottom: 52px;
  padding-left: 54px;
  padding-right: 54px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e36f9f;
}
.support-article .tab-panel section:last-child {
  border-bottom: none;
}
.support-article .type_head {
  min-width: 345px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3636363636;
}
.support-article .type_head span {
  font-family: "Montserrat";
  font-size: 18px;
  color: #666666;
  display: block;
  font-weight: 500;
  line-height: 1.6666666667;
}
.support-article .compatible_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.support-article .compatible_wrap a {
  /* height: 45px; */
  padding: 10px 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  border-radius: 10px;
  border: 1px solid #e36f9f;
  line-height: 1.5;
  opacity: 1;
  transition: all 0.2s ease-in;
}
.support-article .compatible_wrap a:hover {
  opacity: 0.7;
}


/* --- D-BREAK 冒頭セクション（既存サイト再現） --- */
.d-break-header-sec {
  padding: 60px 0 80px;
}

/* 既存サイトを再現した濃いグレーのボックス */
.d-break-top-box {
  background-color: #3f3a39; /* 既存サイト背景色 */
  color: #fff;
  padding: 80px 40px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 60px;
}

.d-break-top-box h2 {
  margin-bottom: 40px;
}

.d-break-top-box h2 img {
  max-width: 800px;
  width: 100%;
  height: auto;
}

/* リード文：PC中央 / SP左寄せ */
.d-break-lead-txt {
  max-width: 800px;
  margin: 0 auto;
  line-height: 2;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}

/* プログラム概要エリア：PC中央 / SP左寄せ */
/* .d-break-intro-sec {
  text-align: center;
}

.d-break-sub-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.4;
  text-align: center;
}

.d-break-desc-txt {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  display: inline-block;
  font-size: 16px;
  line-height: 1.8;
} */

/* --- レポートセクション（外枠ピンク・画像枠グレー） --- */
#p-report .border_wrap {
  /* border: 2px solid #e36f9f;  */
  border: 1px solid #e36f9f;
  border-radius: 10px;
  overflow: hidden;
}

#p-report .border_head {
  background-color: #fadfea;
  padding: 25px 25px 25px 50px;
  font-size: 32px;
  line-height: 1.5;
}

.startups-jstartup .border_inner {
  padding-block: 60px;
  padding-inline: 4vw;
}

.d-break-report-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.d-break-report-grid .startups_post {
  width: calc(25% - 15px);
  min-width: 140px;
}

.d-break-report-grid .startups_img {
  aspect-ratio: 1 / 1.4;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.d-break-report-grid .startups_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.d-break-report-grid a:hover img {
  transform: scale(1.05);
}

.d-break-report-grid .report-title {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

/* --- 下部案内テキストとボタン --- */
.d-break-btn-area {
  padding-bottom: 60px;
  text-align: center;
}

.d-break-report-text {
  margin-top: clamp(60px, 8vw, 120px); /* レポートとの大きな余白 */
  margin-bottom: 30px;
  padding: 0 10px;
}

.button.d-break-btn-pink {
  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;
  text-decoration: none;
}

.button.d-break-btn-pink:hover {
  background-color: #fff !important;
  color: #e36f9f !important;
}

.button.btn-primary {
  background-color: #7e8ae6 !important;
  color: #fff !important;
  border: 2px solid #7e8ae6  !important;
  transition: all 0.3s ease;
  display: inline-flex;
  padding: 12px 40px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
}

.button.btn-primary:hover {
  background-color: #fff !important;
  color: #7e8ae6 !important;
}

/* NEWS & EVENT モーダル */
#post-modal.modal-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  /* background: rgba(255, 255, 255, 0.3); */
}

.modal-overlay {
  display: none;
}

.modal-overlay[aria-hidden="false"] {
  display: flex;
}

.modal-inner {
  background: #fff;
  /* top: 50%; */
  top: 140px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  position: fixed;
  width: 100%;
  height: 100%;
  max-width: 900px;
  max-height: 75vh;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#modal-content .ex-cat,
#modal-content .ex-url {
  background-color: #ccc;
}

#modal-content .ex-cat.pitch,
#modal-content .ex-url.pitch {
  background-color: #9cd5e6;
}
#modal-content .ex-cat.program,
#modal-content .ex-url.program {
  background-color: #f0c9b6;
}
#modal-content .ex-cat.meet-up,
#modal-content .ex-url.meet-up {
  background-color: #cfbbe3;
}
#modal-content .ex-cat.conference,
#modal-content .ex-url.conference {
  background-color: #FFF4A3;
}
#modal-content .ex-cat.seminar,
#modal-content .ex-url.seminar {
  background-color: #CDE48C;
}

.modal-inner {
  position: relative;
}
.modal-close {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 200;
  font-size: 40px;
  line-height: 80px;
  font-weight: 100;
}
#modal-content .loading {
  font-family: var(--font_en);
  font-size: 20px;
  text-align: center;
  margin-top: 120px;
  font-weight: 600;
}

.modal-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
    padding: 0;
}

.modal-spinner {
    width: 36px;
    height: 36px;
    border: 3px solid #eee;
    border-top-color: #000;
    border-radius: 50%;
    animation: spinner 0.8s linear infinite;
}

@keyframes spinner {
    to { transform: rotate(360deg); }
}



@media (max-width: 1260px) {
  .startups_posts.startups_posts_about {
    width: calc(100% - (var(--padding-inline)) * 2);
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 1080px) {
  /* Why Kyoto Attracts the World */
  .ecosystem-reason .d1 {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .ecosystem-reason .d3  {
    max-width: initial;
    width: 50%;
  }
  .ecosystem-reason .p3 {
    font-size: 16px;
    width: initial;
  }
  .ecosystem-reason .num_head .num_wrap {
    font-size: 14px;
  }
  .ecosystem-reason .num_head .num_wrap span {
    font-size: 40px;
    margin-top: 5px;
    display: block;
    text-align: center;
  }
  .ecosystem-reason .num_head .head_wrap {
    font-size: 20px;
    font-size: clamp(18px, calc((20 * 100vw) / 1080), 20px);
    line-height: 1.5;
  }
  .ecosystem-reason .d10 {
    flex-direction: column;
    margin-top: 20px;
  }
  .ecosystem-reason .d12 {
    max-width: initial;
    width: 50%;
  }

  .ecosystem-reason .d20 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 14px;
  }
  .ecosystem-reason .p20 {
    margin-top: 20px;
    margin-bottom: 32px;
  }
  .ecosystem-reason .d21 {
    margin-inline: auto;
  }

  .ecosystem-reason .p30 {
    margin-top: 20px;
  }

  .ecosystem-reason .color_wrap .border_wrap {
    width: calc(100% - var(--padding-inline) * 2 );
    margin-inline: auto;
  }

  .ecosystem-reason .d40 {
    flex-direction: column-reverse;
  }
  .ecosystem-reason .d41 {
    flex-direction: column;
    align-items: center;
  }
  .ecosystem-reason .u40 {
    margin-inline: auto;
  }

  .ecosystem-reason .u40 li {
    padding-right: initial;
  }


  .ecosystem-reason .d50 {
    flex-shrink: 0;
    width: min(100%, 470px);
    margin-inline: auto;
  }

  .ecosystem-reason .sec21,
  .ecosystem-reason .sec22,
  .ecosystem-reason .sec40 {
    flex-direction: column-reverse;
  }

  .ecosystem-reason p {
    line-height: 1.875;
  }

  .ecosystem-reason .sec31 {
    flex-direction: column;
    gap: 20px;
  }
  .ecosystem-reason .sec31 .num_head {
    width: 100%;
  }
  .ecosystem-reason .d70 {
    width: min(100%, 470px);
    margin-inline: auto;
  }
  .ecosystem-reason .color_wrap {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ecosystem-reason .num_head {
    gap: 16px;
  }

  .ecosystem-reason .d40 {
    gap: 40px;
  }

  .ecosystem-vchub .v_wrap {
    flex-direction: column;
    gap: 32px;
  }
  .ecosystem-vchub ul {
    width: 100%;
    max-width: initial;
  }

  .ecosystem-reason .sec21,
  .ecosystem-reason .sec22,
  .ecosystem-reason .sec40 {
    gap: 30px;
  }

  .ecosystem-reason-en .d130 {
    flex-wrap: wrap;
  }

  .ecosystem-reason-en .d130 > div > div:first-child {
    font-size: 17px;
  }
  .ecosystem-reason-en .d130 > div.d131,
  .ecosystem-reason-en .d130 > div.d132 {
    width: calc((100% - 23px) / 2);
    max-width: initial;
  }

  .ecosystem-reason-en .d133 {
    width: 100%;
    max-width: initial;
    padding-block: 20px;
  }

  .ecosystem-reason-en .numP {
    font-size: clamp(32px, calc((100vw * 58) / 1080) ,58px);
  }

  .ecosystem-reason-en .d132 > div:last-child {
    margin-top: -8px;
  }

}

/* --- スマホ表示調整（767px以下） --- */
@media (max-width: 767.9px) {
  .d-break-top-box {
    padding: 40px 20px;
  }
  .d-break-lead-txt, .d-break-sub-title {
    text-align: left; /* スマホで左寄せ */
  }
  .d-break-lead-txt {
    font-size: 14px;
    line-height: 1.7;
  }
  .d-break-sub-title {
    font-size: 20px;
  }
  .startups-jstartup .border_inner {
    padding-inline: 15px;
    padding-inline: initial;
    padding-block: 30px;
  }
  .d-break-report-grid .startups_post {
    width: calc(50% - 10px); /* 2列表示 */
  }

  /* #figure */
  .ecosystem-figure .bg_wrap {
    padding-block: 60px 90px;
    margin-top: 60px;
  }
  .ecosystem-figure .border_wrap,
  .startups-jstartup .border_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ecosystem-figure .border_head,
  .startups-jstartup .border_head {
    margin-left: -20px;
    margin-right: -20px;
    font-size: 24px;
    font-size: clamp(18px, calc((100vw * 24) / 768),24px);
    padding: 16px 20px;
    height: initial;
    line-height: 1.5;
  }

  .startups-jstartup .border_head span {
    font-size: clamp(18px, calc((100vw * 24) / 768),24px);
  }

  .ecosystem-figure .border_wrap p {
    padding-left: 0.5em;
    padding-right: initial;
  }

  .ecosystem-figure .p1,
  .ecosystem-figure .p2 {
    margin-bottom: 40px;
  }

  .ecosystem-figure .ul1 {
    margin-top: 24px;
    margin-bottom: 40px;
    padding-left: 0.5em;
  }

  .ecosystem-figure .ul1 li {
    font-size: 16px;
  }

  .ecosystem-figure .d1 {
    flex-direction: column;
    padding-bottom: 40px;
  }

  .ecosystem-figure .d1 > div {
    width: 100%;
    max-width: initial;
  }

  .ecosystem-figure .d1 a {
    padding-block: 0.25em;
  }

  /* Kyoto Industry & Innovation Regions */
  .ecosystem-kyoto .color_wrap {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px
  }
  .ecosystem-kyoto .border_wrap  {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ecosystem-kyoto .color_wrap .border_wrap  {
    width: calc(100% - var(--padding-inline) * 2 );
    margin-inline: auto;
  }
  .ecosystem-kyoto .ek_sec {
    flex-direction: column-reverse;
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 20px;
  }

  .ecosystem-kyoto .r_content {
    width: min(100%, 470px);
    margin-inline: auto;
  }
  .ecosystem-kyoto .l_content {
    width: min(100%, 470px);
    margin-inline: auto;
  }
  .ecosystem-kyoto .p_head {
    font-size: 20px;
    margin-bottom: 20px;
    flex-direction: column;
    gap: 16px;
    line-height: 1.5;
  }

  .ecosystem-kyoto .rm_btn,
  .ecosystem-kyoto .os_btn  {
    width: 100%;
  }
  .ecosystem-kyoto .p1 {
    margin-bottom: 20px;
  }

  .ecosystem-kyoto .p_head span {
    margin-left: initial;
    font-size: 80%;
    width: 110px;
    height: 40px;
  }


  /* Why Kyoto Attracts the World */
  .ecosystem-reason .er_sec.sec1 {
    padding-top: 20px;
  }
  .ecosystem-reason .border_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ecosystem-reason .border_head {
    flex-direction: column;
    margin-left: -20px;
    margin-right: -20px;
    font-size: 24px;
    padding: 16px 20px;
    height: initial;
    line-height: 1.5;
    align-items: flex-start;
    gap: 8px;
  }
  .ecosystem-reason .border_head span {
    font-size: 80%;
  }

  .ecosystem-reason .d11 {
    flex-direction: column;
  }
  .ecosystem-reason .d12 {
    max-width: initial;
    width: 100%;
  }
  .ecosystem-reason .d40 {
    gap: 20px;
  }
  .ecosystem-reason .u40 li {
    flex-direction: column;
  }
  .ecosystem-reason .p41 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .ecosystem-reason .p42 {
    margin-top: 20px;
  }
  .ecosystem-reason .d42  {
    min-width: initial;
    max-width: initial;
    width: 100%;
  }
  .ecosystem-reason .d43 {
    padding-block: 10px;
  }
  .ecosystem-reason .d44 {
      padding-left: initial;
      padding-right: 1em;
      min-width: initial;
  }
  .ecosystem-reason .d33 span {
    font-size: 16px;
  }
  .ecosystem-reason .er_sec {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .ecosystem-reason .p70 {
    margin-top: 20px;
  }

  .startups_posts_inner {
    display: flex;
    width: 100%;
  }

  .startups_posts_about .startups_posts_inner,
  .startups_posts_PoC .startups_posts_inner {
    gap: 32px 10px;
  }

  .startups_posts_about .startups_post,
  .startups_posts_PoC .startups_post {
    width: calc(50% - 10px);
    max-width: initial;
  }

  .startups-what .head_txt {
    font-size: 24px;
    margin-bottom: 1.5em;
  }

  /* J-Startup */
  .startups-jstartup .d1 {
    flex-direction: column;
  }
  .startups-jstartup .d7 {
    font-size: 16px;
  }
  .startups-jstartup .u1 a {
    padding-left: 20px;
  }
  .startups-jstartup .d5 {
    padding-left: 20px;
  }
  .startups-jstartup .d15 span {
    margin-left: auto;
    width: 80px;
  }
  .startups-jstartup .d15 span:after {
    content: none;
  }
  .startups-jstartup .d19 {
    width: calc(100% - 80px);
  }

  .startups-jstartup .d20 {
    width: 80px;
  }
  .startups-jstartup .d6 {
    flex-direction: column;
  }

  .startups-jstartup .u1 {
    max-width: initial;
  }

  .startups-jstartup .color_wrap {
    padding-inline: var(--padding-inline);
  }

  /* SUPPORT */
  .support-article .tab-panel section {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 20px;
  }
  .support-article .type_head {
    margin-bottom: 1em;
    min-width: initial;
    font-size: 18px;
  }
  .support-article .type_head span {
    font-size: 16px;
  }

  .support-article .tab-btn {
    padding: initial;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 190px;
  }

  .support-article .tab-btn img {
    width: 70%;
  }
  .support-article .tab-btn .jp {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 15px;
  }

  .support-article .tab-btn span {
    display: initial;
    justify-content: initial;
    text-align: center;
  }

  .support-article .tab-btn .en {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 10px;
    margin-top: 8px;
    min-height: initial;
    font-family: "Montserrat";
    font-weight: 500;
    line-height: 1.375;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: sideways;
    text-orientation: sideways;
    display: block;
    text-align: end;
    color:#666666;
    line-height: 1;
  }

  .support-article .tab-btn .jp br,
  .support-article .tab-btn .en br {
    display: none;
  }

  .support-article .compatible_wrap a {
    font-size: 15px;
  }

  .support-article .bg_color_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .support-article .custom-tabs-wrapper {
    margin: 0 auto;
  }

  /* スタートアップとは */
  .startups-what .sr_wrap {
    margin-top: 60px;
  }
  .startups-what .color_wrap {
    margin-top: 60px;
    padding-top: 60px;
  }
  .startups_posts {
    margin-bottom: 60px;
  }

  .startups_posts_inner {
    gap: 40px 4%;
  }

  .startups_posts {
    margin-bottom: 40px;
  }

  .startups_post {
    width: 48%;
    padding: 0;
    margin: 0;
  }

  .ecosystem-reason-en .d150 img {
    width: calc((100% - 13px) / 2);
  }

  #event-modal .ex-inner, #modal-content .ex-inner {
    padding-top: 38px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }

  #event-modal .ex-cat, #modal-content .ex-cat {
    padding-left: 20px;
    font-size: 24px;
    height: 60px;
  }

  #event-modal .ex-title, #modal-content .ex-title {
    font-size: 18px;
  }

  .modal-inner,
  #event-modal {
    top: 80px;
    width: 90%;
    max-height: 80vh;
  }

  #event-modal-close {
    width: 20px;
    height: 20px;
    top: 15px;
  }
  .modal-close {
    line-height: 56px;
    font-size: 24px;
  }

  #p-report .border_head {
    padding: 16px 20px;
    font-size: clamp(18px, calc((100vw * 24) / 768), 24px);
    line-height: 1.5;
  }

  .d-break-btn-area {
    padding-bottom: 30px;
  }

}


@media (max-width: 559.9px) {
  .ecosystem-reason .d20 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
  .startups_post h3 {
    font-size: clamp(16px, calc((100vw * 18) / 600),18px);
  }
  .startups-jstartup .a1 {
    width: 100%;
    gap: 10px;
    padding-left: clamp(20px, calc((100vw * 40) / 600), 40px);
    height: 120px;
  }
  .startups-jstartup .d3 {
    width: clamp(40px, calc((100vw * 84) / 600), 84px);
  }
  .startups-jstartup .d4 {
    font-size: clamp(13px, calc((100vw * 15) / 600), 16px);
  }
  .ecosystem-reason-en .d110 {
    flex-direction: column;
  }
  .ecosystem-reason-en .d110 img {
    width: 100%;
  }
  .ecosystem-reason-en .d130 > div.d131,
  .ecosystem-reason-en .d130 > div.d132 {
    width: 100% ;
  }
  .ecosystem-reason-en .d132 {
    padding: 25px;
  }
  .ecosystem-reason-en .d42 {
    padding-left: initial;
    justify-content: center;
  }
  .ecosystem-reason-en .d43 {
    flex-direction: column;
    padding-top: 0;
  }

  #event-modal dl, #modal-content dl {
    flex-direction: column;
    align-items: flex-start;
    padding-block: 12px;
  }
}

@media (max-width: 479.9px) {
  /* Why Kyoto Attracts the World */
  .ecosystem-reason .d2 {
    flex-direction: column;
  }
  .ecosystem-reason .d3 {
      width: 100%;
  }
  .ecosystem-reason .p3 {
    width: 190px;
    height: 65px;
  }
  .ecosystem-reason .d31 {
    gap: 16px;
  }
  .ecosystem-vchub li {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 15px;
  }
  .startups_posts_about .startups_post,
  .startups_posts_PoC .startups_post {
    width: 100%;
    max-width: initial;
  }

  .startups_post {
    width: 100%;
    padding: 0;
    margin: 0;
  }


  .fc .fc-toolbar-title {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 8px;
  }

  .fc .fc-toolbar {
    flex-direction: column;
  }
  .event-calendar .fc .fc-button-primary {
    border-radius: 5px;
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: 500;
    background: transparent;
    border: #808080 1px solid;
    border-radius: 5px;
    color: #000;
    text-transform: capitalize;
  }
  .event-filter-wrapper {
    padding: initial;
  }
  /* カスタムラベル（全体） */
  .filter-label {
    font-size: 13px;
    gap: 6px; /* チェックボックス本体とテキストエリアの隙間 */
  }

  /* --- チェックボックス本体（左の四角） --- */
  .filter-check-box {
    width: 30px;
    height: 30px;
  }

  /* --- ラベルテキストエリア（右の長方形） --- */
  .filter-text-box {
    padding: 8px 12px;
    border-radius: 4px;
    min-width: 96px;
    height: 30px;
  }

  /* --- チェックされた時のスタイル --- */
  /* チェックされた時のチェックボックス本体（.filter-check-box） */
  input.js-category-filter:checked + .filter-label .filter-check-box {
    background-color: var(--cat-color);
    border-color: var(--cat-color);
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNy44NSAxMS42OSI+CiAgPGcgaWQ9Il/jg6zjgqTjg6Tjg7xfMS0yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAxIj4KICAgIDxwb2x5bGluZSBwb2ludHM9IjEgNC41MiA4LjA1IDEwLjY5IDE2Ljg1IDEiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4KICA8L2c+Cjwvc3ZnPg==");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
  }

}


/* --- カテゴリー別のヘッダー色分け --- */

/* STARTUP (poc / interview) : 青色 */
.page-header:has(.is-startup-header) {
  background-color: #55bbdb !important;
}

/* EVENT : オレンジ色 */
.page-header:has(.is-event-header) {
  background-color: #f29600 !important;
}
/* KYOTO ECOSYSTEM : 紫色 */
.page-header:has(.is-ecosystem-header) {
  background-color: #7e8ae6 !important;
}

/* 共通：文字色は白 */
.is-startup-header,
.is-event-header {
  color: #fff !important;
}


/* --- 凡例クリック時のハイライトやアウトラインを強制的に消去 --- */
.filter-item,
.filter-label,
.filter-check-box,
.filter-text-box {
  -webkit-tap-highlight-color: transparent !important; /* スマホのタップ時の色を透明に */
  -webkit-user-select: none !important; /* テキスト選択のハイライトを防ぐ */
  user-select: none !important;
  outline: none !important; /* フォーカス時の枠線を消す */
  box-shadow: none !important;
}

/* 隠しているチェックボックスにフォーカスが当たった時の影響も消す */
.js-category-filter:focus + .filter-label .filter-check-box,
.js-category-filter:active + .filter-label .filter-check-box {
  outline: none !important;
  box-shadow: none !important;
}

#totop {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  font-family: var(--font_en);
  font-weight: 600;
  line-height: 1.5;
  position: fixed;
  bottom: 60px;
  right: 40px;
  border: solid 1px;
  width: 72px;
  height: 72px;
  border-radius: 5px;
  font-size: 11px;
  background-color: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding-top: 3px;
  padding-bottom: 3px;
  cursor: pointer;
  z-index: 1;
}
#totop::before {
  content: '';
  display: block;
  background-image: url(../assets/svg/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 8px;
}
@media (max-width: 559.9px) {
  #totop {
    position: initial;
    margin: 0 20px 20px auto;
    width: 60px;
    height: 60px;
    font-size: 10px;
  }
}


