@charset "utf-8";
body {
	/* font-family: 'DIN 2014', YuGothic, '游ゴシック', sans-serif; */
	font-family: 'din-2014', 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, sans-serif;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	/* font-feature-settings: 'palt'; */
}
@media screen and (max-width: 767px) {
	body {
		font-size: 14px;
	}
}
.clearfix:after {
	content: ' ';
	display: block;
	clear: both;
}
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}
a {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.a_none {
	pointer-events: none;
}
.font-semi,
.din-demi {
	font-weight: 600;
}
.font-bold,
.din-bold {
	font-weight: 700;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.din-condensed {
	font-family: 'din-condensed', sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: -0.05em;
}
/* flex */
@media screen and (min-width: 1141px) {
	.d-lg-flex {
		display: -ms-flexbox;
		display: flex;
	}
}
@media screen and (min-width: 767px) {
	.d-md-flex {
		display: -ms-flexbox;
		display: flex;
	}
}
.d-flex {
	display: -ms-flexbox;
	display: flex;
}
.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-column {
	flex-direction: column;
}
.align-items-start {
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}
.align-items-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.align-items-end {
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
}
.justify-content-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.justify-content-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.justify-content-end {
	-webkit-box-pack: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
}
.d-center {
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.gap-5 {
	gap: 5px;
}
.gap-10 {
	gap: 10px;
}
.gap-15 {
	gap: 15px;
}
.gap-20 {
	gap: 20px;
}
.gap-25 {
	gap: 25px;
}
.gap-30 {
	gap: 30px;
}
.container {
	padding: 0 20px;
	max-width: 1520px;
	margin: 0 auto;
}
.sec__title01 {
	font-size: 100px;
	font-weight: 700;
	color: #0c0e51;
	line-height: 1.5;
	margin-bottom: 0;
}
.sec__title03 {
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	font-feature-settings: normal;
}
.sec__title03::after {
	content: '';
	display: block;
	height: 4px;
	max-width: 48px;
	margin: 30px auto 0;
	background: linear-gradient(90deg, #ff9300 0%, #ff5b00 25%, #ec00ee 50%, #0094ff 75%, #00c56b 100%);
}
.sec__subTitle {
	text-align: center;
	margin-bottom: 28px;
}
.sec_description {
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 63px;
	font-size: 20px;
}
.sec__btn {
	max-width: 400px;
	width: 100%;
	height: 64px;
	margin: 0 auto;
}
.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 24px;
	position: relative;
	transition: all 0.3s ease;
}
.btn__glow {
	background: #fff;
	border-radius: 40px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	overflow: inherit;
	transition: all 0.3s ease;
	position: relative;
}
.btn__glow::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, #f46c56 0%, #f43b7b 19%, #ff49c4 35%, #984fe8 53%, #2f86ff 74%, #05c654 100%);
	filter: blur(8px);
	border-radius: 40px;
	z-index: -1;
}
.btn__glow::after {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	background: url(/climbers/startup-japan/2025osaka/img/arr_circle_orange.svg) no-repeat center center / 100% auto;
}
.btn__multi {
	color: #fff;
	font-weight: 700;
	background: linear-gradient(90deg, #f46c56 0%, #f43b7b 19%, #ff49c4 35%, #984fe8 53%, #2f86ff 74%, #05c654 100%);
}
.btn__multi:hover {
	opacity: 0.8;
}
.btn__multi::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 24px;
	border: 2px solid rgba(255, 255, 255, 40%);
}
.btn__bord {
	font-size: 14px;
	font-weight: 700;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.8);
	border-radius: 24px;
	color: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 768px) {
	.btn__glow:hover {
		background: rgba(255, 255, 255, 0.8);
	}
	.btn__bord:hover {
		background: rgba(0, 0, 0, 0.8);
		color: #fff;
	}
}
@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
	.container {
		padding: 0 20px;
	}
	.sec__title01 {
		font-size: 64px;
		font-weight: 900;
	}
	.sec__title03 {
		font-size: 28px;
		margin-bottom: 42px;
	}
	.sec__title03::after {
		margin: 23px auto 0;
	}
	.sec__btn {
		max-width: 335px;
		height: 48px;
	}
	.btn__glow {
		font-size: 16px;
	}
	.btn__glow::after {
		width: 32px;
		height: 32px;
		left: 8px;
	}
	.sec_description {
		margin-bottom: 42px;
		font-size: 14px;
	}
}
@media screen and (max-width: 400px) {
	.container {
		padding: 0 15px;
	}
}
@media screen and (min-width: 768px) {
	.sp {
		display: none;
	}
}
/* bg */
.block__bg {
	position: relative;
}
#bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	opacity: 8%;
	background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 37.3%), linear-gradient(109.37deg, #f46c56 -34.21%, #f43b7b -9.1%, #ff49c4 12.05%, #984fe8 35.84%, #2f86ff 63.59%, #05c654 97.96%);
}
#bg canvas {
	display: none;
}
.sec__title02 img {
	height: 100% !important;
}

@media screen and (max-width: 1200px) {
	.block__bg .sec__title02 {
		height: 120px;
	}
}
@media screen and (max-width: 1024px) {
	.block__bg .sec__title02 {
		height: 90px;
	}
}
@media screen and (max-width: 767px) {
	.sec__title02 {
		height: 48px;
		margin-bottom: 28px;
	}
}

/* Header */
html.active {
	overflow: hidden;
}
#header {
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
#header .headInner {
	width: 100%;
	height: 100%;
	padding: 0 40px;
	display: flex;
	align-items: center;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(6px);
}
#header .logo {
	position: relative;
	z-index: 99;
}
#header .logo img {
	width: 100%;
	height: auto;
	max-width: 200px;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.hamburger {
	display: none;
}
.gnav {
	width: calc(100% - 200px);
	padding-left: 40px;
}
.gnav .navInner {
	display: flex;
	justify-content: space-between;
}
.gnav .menu {
	display: flex;
	align-items: center;
	gap: 24px;
}
.gnav .menu .hasSub {
	position: relative;
}
.gnav .menu li a {
	font-size: 14px;
	font-weight: 700;
	display: flex;
	align-items: center;
	position: relative;
	transition: all 0.3s ease;
}
.gnav .menu li a:hover {
	opacity: 0.5;
}
.gnav .menu .hasSub > a .icon {
	width: 9px;
	height: 5px;
	margin-left: 3px;
	margin-bottom: 3px;
	display: inline-block;
	background: url(/climbers/startup-japan/2025osaka/img/ico_arr_down.png) no-repeat center / 100% auto;
}
.gnav .menu .hasSub .submenu {
	cursor: pointer;
}
.gnav .menu .hasSub .submenu ul {
	padding: 11px 12px;
}
.gnav .menu .hasSub .submenu li:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	padding-bottom: 6px;
	margin-bottom: 11px;
}
.gnav .menu .hasSub .submenu li a {
	font-size: 12px;
	white-space: nowrap;
}
.gnav .head__other {
	display: flex;
	gap: 20px;
}
.gnav .head__other .other__btn {
	border-radius: 24px;
	background: #fff;
}
.gnav .head__other .btn {
	font-size: 16px;
	flex-direction: column;
	cursor: pointer;
	width: 200px;
	height: 48px;
	background: linear-gradient(90deg, #ff9300 0%, #ff5b00 25%, #ec00ee 50%, #0094ff 75%, #00c56b 100%);
}
.gnav .head__other .btn:hover {
	opacity: 0.8;
}
.gnav .head__other .btn span {
	font-weight: 700;
}
.gnav .head__other .btn small {
	font-size: 75%;
	line-height: 1;
}
.gnav .head__other .btn01 * {
	position: relative;
	z-index: 2;
}
.gnav .head__other .btn01::after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	background: #fff;
	border-radius: 24px;
	z-index: 1;
}
.gnav .head__other .btn02 {
	color: #fff;
}
@keyframes menuOpen {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes menuClose {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@media screen and (min-width: 1300px) {
	.gnav .menu .hasSub .submenu {
		position: absolute;
		top: -9px;
		left: 0;
		min-width: 106px;
		margin-top: 2px;
		visibility: hidden;
		display: block !important;
		opacity: 0;
		padding-top: 30px;
		transform: translate(0, 20px);
		transition: all 0.3s ease;
	}
	.gnav .menu .hasSub .submenu ul {
		background: #fff;
		border-radius: 8px;
	}
	.gnav .menu .hasSub .submenu.active {
		opacity: 1;
		visibility: visible;
		transform: translate(0, 10px);
	}
}

@media screen and (max-width: 1500px) {
	.gnav .head__other {
		gap: 10px;
	}
	.gnav .menu {
		gap: 15px;
	}
	.gnav .menu li a {
		font-size: 13px;
	}
}

@media screen and (max-width: 1400px) and (min-width: 1300px) {
	#header .logo {
		width: 150px;
	}
	.gnav {
		width: calc(100% - 150px);
		padding-left: 25px;
	}
	.gnav .head__other .btn {
		width: 180px;
	}
}

@media screen and (max-width: 1299px) {
	#header .headInner {
		justify-content: space-between;
	}
	#header.gnav-open .headInner {
		opacity: 1;
		transform: translateY(0);
	}
	.hamburger {
		width: 36px;
		height: 36px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #fff;
		border-radius: 100%;
		cursor: pointer;
		position: relative;
		transition: all 0.3s ease;
		z-index: 99;
	}
	.hamburger span {
		height: 1px;
		width: 24px;
		background: #000;
		position: absolute;
		left: 6px;
		transition: all 0.3s ease;
	}
	.hamburger span:first-child {
		top: 14px;
	}
	.hamburger span:last-child {
		bottom: 14px;
	}
	.hamburger.active span:first-child {
		transform: rotate(135deg) translate(3px, -3px) scale(0.9);
	}
	.hamburger.active span:last-child {
		transform: rotate(225deg) translate(2px, 2px) scale(0.9);
	}
	.gnav {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: #fff;
		padding: 0;
		display: none;
	}
	.gnav.active {
		display: block;
		animation: menuOpen 0.5s ease-in-out forwards;
	}
	.gnav.close {
		display: block;
		animation: menuClose 0.5s ease-in-out forwards;
	}
	.gnav .navInner {
		max-width: 470px;
		height: 100%;
		margin: 0 auto;
		flex-direction: column;
		justify-content: flex-start;
		padding: 109px 20px 100px;
		overflow-y: auto;
		scrollbar-width: none;
	}
	.gnav .menu {
		flex-wrap: wrap;
		gap: 28px;
		margin-bottom: 42px;
	}
	.gnav .menu li {
		width: 100%;
	}
	.gnav .menu li a {
		font-size: 20px;
	}
	.gnav .menu li a::after {
		content: '';
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 12px;
		height: 12px;
		background: url(/climbers/startup-japan/2025osaka/img/ico_arr_right.png) no-repeat center center / 100% auto;
	}
	.gnav .menu .hasSub > a .icon {
		display: none;
	}
	.gnav .menu .hasSub > a::before,
	.gnav .menu .hasSub > a::after {
		content: '';
		position: absolute;
		width: 15px;
		height: 1px;
		right: 0;
		top: 50%;
		background: #000;
		transition: all 0.3s ease;
	}
	.gnav .menu .hasSub > a::after {
		transform: rotate(90deg);
	}
	.gnav .menu .hasSub > a.active::after {
		transform: rotate(0deg);
	}
	.gnav .menu .hasSub .submenu {
		display: none;
	}
	.gnav .menu .hasSub .submenu ul {
		padding: 0 0 0 40px;
		margin-top: 33px;
	}
	.gnav .menu .hasSub .submenu li:not(:last-child) {
		margin-bottom: 18px;
		border: none;
	}
	.gnav .menu .hasSub .submenu li a {
		font-size: 14px;
	}
	.gnav .head__other {
		flex-wrap: wrap;
		gap: 16px;
		justify-content: center;
	}
	.gnav .head__other .other__btn,
	.gnav .head__other .btn {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	#header {
		height: 68px;
	}
	#header .headInner {
		padding: 0 16px 0 20px;
	}
	#header .logo {
		width: 188px;
	}
}

/* Mainvisual */
main {
	overflow: hidden;
	padding-top: 80px;
}
#mainvisual {
	background: url(/climbers/startup-japan/2025osaka/img/bg_kv.jpg) no-repeat center bottom / cover;
	/* min-height: 1065px; */
	height: calc(110vh - 80px);
	padding: 0;
	text-align: center;
	position: relative;
}

#mainvisual .container {
	height: 110%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
#mainvisual .climbers {
	position: absolute;
	right: 40px;
	top: 92px;
}
#mainvisual .mv__btn {
	max-width: 500px;
	width: 100%;
	height: 80px;
	margin-top: 50px;
}
#mainvisual .mv__btn .btn {
	border-radius: 40px;
}
#mainvisual .mv__btn .btn__multi::before {
	border-radius: 40px;
}
.fixed-btn {
	background: #fff;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 11;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}
.fixed-btn.fixed {
	opacity: 1;
	visibility: visible;
}
.fixed-btn.hide {
	opacity: 0;
	visibility: hidden;
}
.fixed-btn a {
	background: url(/climbers/startup-japan/2025osaka/img/fixed_btn_bg.jpg);
	background-size: 200vw 100vh;
	animation: gradient 15s linear infinite;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 80px;
	flex-direction: column;
	position: relative;
}
.fixed-btn a .present {
	font-size: 20px;
	margin: 6px auto 12px;
	line-height: 1;
	font-feature-settings: normal;
	color: #fff;
	font-weight: 700;
}
@keyframes gradient {
	0% {
		background-position: 200vw 0;
	}
	100% {
		background-position: 0 200vw;
	}
}
@media screen and (min-width: 768px) {
	.fixed-btn a:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 900px) {
	#mainvisual .climbers {
		right: 15px;
	}
	.fixed-btn a .present {
		font-size: 16px;
		margin: 2px auto 9px;
	}
}
@media screen and (max-width: 767px) {
	main {
		padding-top: 68px;
	}
	#mainvisual {
		background: url(/climbers/startup-japan/2025osaka/img/bg_kv_sp.jpg) no-repeat center top / cover;
		height: 576px;
	}
	#mainvisual .container {
		height: 100%;
	}
	#mainvisual h1 {
		margin: -58px 0 0;
	}
	#mainvisual h1 img {
		width: 100%;
		max-width: 375px;
	}
	#mainvisual .mv__btn {
		max-width: 335px;
		height: 54px;
		margin-top: 38px;
	}
	#mainvisual .mv__btn .btn,
	#mainvisual .mv__btn .btn__multi::after {
		border-radius: 27px;
	}
	#mainvisual .mv__btn img {
		width: 189px;
	}
	.fixed-btn a img {
		width: 247px;
	}
}

.footer {
	background-color: #000;
	color: #fff;
	padding: 100px 0;
}
.footer .logo {
	margin: 0 0 40px;
}
section {
	padding: 0 0 160px;
}
h2 {
	margin: 0 0 60px;
}
h3 {
	margin: 0 0 16px;
}
.mb00 {
	margin-bottom: 0 !important;
}
@media screen and (max-width: 900px) {
	.footer {
		padding-bottom: 180px;
	}
}
@media screen and (max-width: 767px) {
	.footer .logo {
		margin: 0 0 20px;
	}
	.footer .logo img {
		width: 302px;
		height: auto;
	}
	section {
		padding: 0 0 120px;
	}
	h2 {
		margin: 0 0 40px;
	}
	h3 {
		margin: 0 0 8px;
	}
	h2:not(.point h2, .intro h2) img {
		width: auto;
		height: 34px;
	}
}

/* diagram */
.diagram {
	padding: 0;
}
.diagram .sec__title02 {
	margin-bottom: 60px;
}
.diagram .diagram__map {
	position: relative;
}
.diagram .diagram__map .map__area,
.diagram .diagram__map .map__area .m__link,
.diagram .diagram__map .map__banner {
	position: absolute;
}
.diagram .diagram__map .map__area .m__link {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.diagram .diagram__map .map__area .m__img {
	transition: all 0.3s ease;
	position: relative;
}
.diagram .diagram__map .map__area .img__ov {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.diagram .diagram__map .map__area.active .m__img {
	transform: translateY(-8px);
}
.diagram .diagram__map .map__area.active .img__ov {
	opacity: 1;
}
.diagram .diagram__map .area1 {
	width: 37.75vw;
	height: 32.563vw;
	top: 11.25vw;
	left: 26.313vw;
	z-index: 2;
}
.diagram .diagram__map .area1 .m__link {
	clip-path: polygon(5% 14%, 16% 0, 67% 45%, 100% 88%, 85% 97%, 58% 100%, 38% 96%, 16% 82%, 2% 59%, -2% 40%);
}
.diagram .diagram__map .area2 {
	width: 40.438vw;
	height: 30.75vw;
	top: 4.813vw;
	left: 33.875vw;
}
.diagram .diagram__map .area2 .m__link {
	clip-path: polygon(49% 1%, 70% 8%, 88% 24%, 99% 47%, 100% 74%, 90% 100%, 53% 75%, 0 20%, 10% 9%, 28% 2%);
}
.diagram .diagram__map .area3 {
	width: 15.063vw;
	height: 12vw;
	left: 56vw;
	bottom: 7.188vw;
	clip-path: polygon(0 0, 21% 0, 100% 42%, 100% 100%, 60% 100%, 0 17%);
	z-index: 1;
}
.diagram .diagram__map .map__banner {
	width: 14.38vw;
	transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	z-index: 5;
}
.diagram .diagram__map .map__banner a {
	position: absolute;
	top: 7%;
	left: 3%;
	width: 91%;
	height: 82%;
	border-radius: 1.75vw;
	display: block;
}
.diagram .diagram__map .map__banner img {
	transition: all 0.3s ease;
}
.diagram .diagram__map .banner1 {
	right: 30.63vw;
	bottom: 8.81vw;
}
.diagram .diagram__map .banner2 {
	right: 4vw;
	top: 17.81vw;
}
.diagram .map__img img {
	width: 100%;
}
@media screen and (min-width: 768px) {
	/* .diagram .diagram__map .banner1 {
		animation: Banner__fluffy1 0.9s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.2s infinite alternate;
	}
	.diagram .diagram__map .banner2 {
		animation: Banner__fluffy2 0.9s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.2s infinite alternate;
	} */
	.diagram .diagram__map .map__banner:hover img {
		transform: scale(1.1);
	}
}
@media screen and (max-width: 767px) {
	.diagram {
		padding: 0;
	}
	.diagram .diagram__map .map__banner {
		width: 39.47vw;
	}
	.diagram .diagram__map .banner1 {
		bottom: 44.53vw;
		left: 6.93vw;
		right: auto;
	}
	.diagram .diagram__map .banner2 {
		bottom: 24.53vw;
		top: auto;
		right: 20vw;
	}
}
@keyframes Banner__fluffy1 {
	0% {
		transform: translate(2px, -1px);
	}
	100% {
		transform: translate(-1px, 2px);
	}
}
@keyframes Banner__fluffy2 {
	0% {
		transform: translate(-2px, 1px);
	}
	100% {
		transform: translate(1px, -2px);
	}
}

/* Intro */
.intro {
	padding: 80px 0 160px;
	position: relative;
	margin-top: -160px;
	overflow: hidden;
}
.intro .sec__title02 {
	margin: 0 0 38px;
	height: auto;
}
.intro .intro__text {
	font-size: 24px;
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 28px;
	text-align: center;
	font-feature-settings: normal;
}

@media screen and (max-width: 767px) {
	.intro {
		margin: 0;
		padding: 40px 0 35px;
	}
	.intro .sec__title02 {
		margin: 0 0 24px;
	}
	.intro .intro__text {
		font-size: 16px;
		text-align: left;
		margin-bottom: 24px;
	}
}

/* sec__flexBlock */
.sec__flexBlock {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 90px;
	margin-bottom: 40px;
}
.sec__flexBlock.reverse {
	flex-direction: row-reverse;
}
.sec__flexBlock .block__img {
	width: 46%;
	border-radius: 40px;
	height: fit-content;
	overflow: hidden;
}
/* .sec__flexBlock .block__img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
} */
.sec__flexBlock .block__content {
	flex: 1 1;
	padding-right: 45px;
	padding-top: 24px;
	text-align: center;
}
.sec__flexBlock.reverse .block__content {
	padding-left: 45px;
	padding-right: 0;
}
.sec__flexBlock .block__content.head_photo {
	padding-top: 85px;
}
.sec__flexBlock .block__content .sec__title02 {
	margin-bottom: 40px;
	text-align: center;
}
.sec__flexBlock .block__content .block__title {
	font-size: 44px;
	font-weight: 700;
	line-height: 1.2;
	color: #0c0e51;
	margin-bottom: 21px;
}
.sec__flexBlock .block__content .block__sub {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 9px;
}
.sec__flexBlock .block__content .block__list {
	padding-left: 28px;
	margin-bottom: 37px;
}
.sec__flexBlock .block__content .block__list li {
	font-size: 20px;
	font-weight: 400;
	list-style: disc;
}
.sec__flexBlock .block__content .block__text {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 19px;
	font-feature-settings: 'palt';
}
.sec__flexBlock .block__content .block__text + .sec__btn {
	margin-top: 40px;
}
.sec__flexBlock .block__content .block__btn {
	width: 300px;
	height: 48px;
}
@media screen and (max-width: 1520px) and (min-width: 768px) {
	.sec__flexBlock .block__img {
		border-radius: 2.5vw;
	}
}
@media screen and (max-width: 1000px) {
	.sec__flexBlock .block__img {
		width: 100%;
	}
	.sec__flexBlock .block__content {
		flex: inherit;
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
@media screen and (max-width: 767px) {
	.sec__flexBlock {
		gap: 28px;
		margin-bottom: 27px;
	}
	.sec__flexBlock .block__img {
		border-radius: 5.33vw;
	}
	.sec__flexBlock .block__img img {
		width: 100%;
	}
	.sec__flexBlock .block__content {
		text-align: left;
		padding-top: 0;
	}
	.sec__flexBlock .block__content.head_photo {
		padding-top: 0;
	}
	.sec__flexBlock .block__content .block__title {
		font-size: 28px;
		margin-bottom: 22px;
	}
	.sec__flexBlock .block__content .block__text {
		font-size: 14px;
		margin-bottom: 0;
		font-feature-settings: none;
	}
	.sec__flexBlock .block__content .block__btn {
		max-width: 375px;
		width: 100%;
		margin: 0 auto;
	}
	.sec__flexBlock .block__content .block__sub {
		font-size: 20px;
		margin-bottom: 7px;
	}
	.sec__flexBlock .block__content .block__list {
		padding-left: 24px;
		margin-bottom: 29px;
	}
	.sec__flexBlock .block__content .block__list li {
		font-size: 16px;
	}
}

/* sec__block */
.sec__block .block__text {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 40px;
}
.sec__block .block__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.sec__block .block__frame {
	border-radius: 20px;
	margin-top: 116px;
	position: relative;
}
.sec__block .block__frame .frame__inner {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 20px;
	padding: 58px 40px 52px;
	overflow: hidden;
}
.sec__block .block__frame .frame__img {
	width: 47%;
	border-radius: 12px;
	overflow: hidden;
}
.sec__block .block__frame .frame__img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.sec__block .block__frame .frame__content {
	width: 53%;
	padding-left: 80px;
}
.sec__block .block__frame .frame__content .flag {
	width: 127px;
	margin-bottom: 18px;
}
.sec__block .block__frame .frame__content .title {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 11px;
}
.sec__block .block__frame .frame__content .text {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 31px;
}
.sec__block .block__frame .frame__content .block__list .title {
	font-size: 20px;
	font-weight: 700;
	width: 100%;
	margin-bottom: 6px;
}
.sec__block .block__frame .frame__content .block__list .list {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 32px;
	width: 100%;
	justify-content: center;
	padding: 26px 0;
	background: url(/climbers/startup-japan/2025osaka/img/bg_booth2.png) no-repeat center center / 100% 100%;
}
.sec__block .block__frame .frame__content .block__list .list li {
	height: 68px;
}
.sec__block .block__frame .frame__content .block__list .list li img {
	height: 100%;
}
.sec__block .block__tour {
	padding: 0 40px;
}
.sec__block .block__tour .block__img {
	width: 40%;
	border-radius: 12px;
	overflow: hidden;
}
.sec__block .block__tour .block__img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.sec__block .block__tour .block__content {
	width: 60%;
	padding-left: 48px;
}
.sec__block .block__tour .block__content .tour__list {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 40px;
}
.sec__block .block__tour .block__content .tour__list li {
	font-weight: 700;
	font-size: 20px;
	color: #0c0e51;
	padding-left: 64px;
	padding-bottom: 14px;
	width: calc(50% - 20px);
	position: relative;
}
.sec__block .block__tour .block__content .tour__list li::before {
	content: '';
	position: absolute;
	top: -6px;
	left: 12px;
	width: 40px;
	height: 40px;
}
.sec__block .block__tour .block__content .tour__list li:nth-child(1)::before {
	background: url(/climbers/startup-japan/2025osaka/img/flag_orange.svg) no-repeat center center / 100% auto;
}
.sec__block .block__tour .block__content .tour__list li:nth-child(2)::before {
	background: url(/climbers/startup-japan/2025osaka/img/flag_blue.svg) no-repeat center center / 100% auto;
}
.sec__block .block__tour .block__content .tour__list li:nth-child(3)::before {
	background: url(/climbers/startup-japan/2025osaka/img/flag_pink.svg) no-repeat center center / 100% auto;
}
.sec__block .block__tour .block__content .tour__list li:nth-child(4)::before {
	background: url(/climbers/startup-japan/2025osaka/img/flag_yellow.svg) no-repeat center center / 100% auto;
}
.sec__block .block__tour .block__content .tour__list li:nth-child(5)::before {
	background: url(/climbers/startup-japan/2025osaka/img/flag_green.svg) no-repeat center center / 100% auto;
}
.sec__block .block__tour .block__content .tour__list li:nth-child(6)::before {
	background: url(/climbers/startup-japan/2025osaka/img/flag_purple.svg) no-repeat center center / 100% auto;
}
.sec__block .block__tour .block__content .tour__list li:not(:last-child)::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, #ff9300 0%, #ff5b00 25%, #ec00ee 50%, #0094ff 75%, #00c56b 100%);
}
.list__bg .item {
	background: linear-gradient(90deg, #ff9300 0%, #ff5b00 25%, #ec00ee 50%, #0094ff 75%, #00c56b 100%);
	border-radius: 20px;
	padding: 2px;
}
.list__bg .item .item__inner {
	background: #fff;
	border-radius: 18px;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1000px) {
	.sec__block .block__frame .frame__inner {
		flex-wrap: wrap;
		justify-content: center;
	}
	.sec__block .block__frame .frame__img {
		width: 50%;
		margin-bottom: 30px;
	}
	.sec__block .block__frame .frame__content {
		width: 100%;
		padding: 0;
	}
	.sec__block .block__frame .frame__content .flag {
		width: 100px;
	}
	.sec__block .block__frame .frame__content .title {
		font-size: 28px;
	}
}

@media screen and (min-width: 768px) {
	.sec__block .block__tour .block__content .tour__list li:nth-last-child(2)::after {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.sec__block .block__text {
		font-size: 12px;
		margin-bottom: 22px;
	}
	.sec__block .block__frame {
		margin-top: 40px;
	}
	.sec__block .block__frame .frame__inner {
		padding: 20px;
	}
	.sec__block .block__frame .frame__img {
		width: 100%;
		margin-bottom: 20px;
	}
	.sec__block .block__frame .frame__content .flag {
		width: 50px;
	}
	.sec__block .block__frame .frame__content .title {
		font-size: 20px;
	}
	.sec__block .block__frame .frame__content .text {
		font-size: 14px;
		line-height: 1.2;
	}
	.sec__block .block__frame .frame__content .block__list .title {
		font-size: 16px;
	}
	.sec__block .block__frame .frame__content .block__list .list {
		gap: 10px;
	}
	.sec__block .block__tour {
		padding: 0;
	}
	.sec__block .block__tour .block__inner {
		flex-direction: column;
		gap: 27px;
	}
	.sec__block .block__tour .block__img,
	.sec__block .block__tour .block__content {
		width: 100%;
		padding: 0;
	}
	.sec__block .block__tour .block__content .tour__list {
		gap: 13px;
	}
	.sec__block .block__tour .block__content .tour__list li {
		font-size: 16px;
		padding-left: 46px;
		padding-bottom: 13px;
		width: 100%;
	}
	.sec__block .block__tour .block__content .tour__list li:nth-child(2) {
		order: 4;
	}
	.sec__block .block__tour .block__content .tour__list li:nth-child(3) {
		order: 2;
	}
	.sec__block .block__tour .block__content .tour__list li:nth-child(4) {
		order: 5;
	}
	.sec__block .block__tour .block__content .tour__list li:nth-child(5) {
		order: 3;
	}
	.sec__block .block__tour .block__content .tour__list li:nth-child(6) {
		order: 6;
	}
	.sec__block .block__tour .block__content .tour__list li::before {
		width: 28px;
		height: 28px;
		left: 8px;
		top: -3px;
	}
}

/* sec__banner */
.sec__banner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	margin-bottom: 80px;
	/* border-radius: 20px; */
	min-height: 240px;
	overflow: hidden;
	transition: all 0.3s ease;
}
.sec__banner:last-of-type {
	margin-bottom: 0;
}
.sec__banner.reverse {
	justify-content: flex-start;
}
.sec__banner .banner__img {
	border-radius: 20px 0 0 20px;
	pointer-events: none;
	transition: all 0.3s ease;
}
.sec__banner.reverse .banner__img {
	border-radius: 0 20px 20px 0;
}
.sec__banner .banner__content {
	max-width: 640px;
	width: 40vw;
	position: relative;
	z-index: 2;
}
/* .sec__banner .banner__content .content__inner {
	max-width: 538px;
} */
.sec__banner.reverse .banner__content .content__inner {
	margin-left: auto;
}
.sec__banner .banner__content .date {
	font-size: 29px;
	line-height: 1.5;
	color: #0c0e51;
	margin-bottom: 4px;
}
.sec__banner .banner__content .date span {
	font-size: 20px;
	padding: 0 8px 0 5px;
}
.sec__banner .banner__content .title {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 12px;
}
.sec__banner .banner__content .position {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	/* margin-bottom: 5px; */
}
.sec__banner .banner__content .name {
	font-size: 20px;
	font-weight: 400;
	min-width: 125px;
	text-align: left;
}
@media screen and (min-width: 1291px) {
	.sec__banner .banner__img {
		top: 0;
		left: 0;
		height: 100%;
		width: 840px;
		position: absolute;
	}
	.sec__banner.reverse .banner__img {
		right: 0;
		left: auto;
	}
	.sec__banner .banner__content {
		padding: 0 0 0 20px;
	}
	.sec__banner.reverse .banner__content {
		padding: 0 20px 0 0;
	}
}
@media screen and (max-width: 1490px) {
	.sec__banner .banner__content {
		width: calc(100% - 840px);
	}
}
@media screen and (max-width: 1400px) {
	.sec__banner .banner__img {
		width: 750px;
	}
	.sec__banner .banner__content {
		width: calc(100% - 750px);
	}
}
@media screen and (max-width: 1300px) {
	.sec__banner .banner__img {
		width: 640px;
	}
	.sec__banner .banner__content {
		width: calc(100% - 640px);
	}
}
@media screen and (max-width: 1290px) {
	.sec__banner .banner__img {
		height: 30.23vw;
		width: 100%;
	}
	.sec__banner .banner__content {
		width: 100%;
		max-width: 100%;
		padding: 15px 0;
	}
	.sec__banner.reverse .banner__content {
		text-align: left;
	}
	.sec__banner.reverse .banner__content .content__inner {
		margin-left: 0;
	}
}
@media screen and (min-width: 768px) {
	.sec__banner .banner__img:hover {
		opacity: 0.5;
	}
}
@media screen and (max-width: 767px) {
	.sec__banner {
		margin-bottom: 22px;
	}
	.sec__banner .banner__content {
		padding: 12px 0;
	}
	.sec__banner .banner__content .title {
		font-size: 20px;
		line-height: 1.4;
		margin-bottom: 12px;
	}
	.sec__banner .banner__content .date {
		font-size: 24px;
		margin-bottom: 1px;
	}
	.sec__banner .banner__content .date span {
		font-size: 16px;
	}
	.sec__banner .banner__content .position {
		font-size: 18px;
		margin-bottom: 0;
	}
	.sec__banner .banner__content .name {
		font-size: 18px;
	}
}

/* sec__guide */
.sec__guide {
	padding: 80px 0 0;
}
.sec__guide .guide__title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 42px;
}
.sec__guide .guide__list {
	display: flex;
	justify-content: center;
	gap: 35px 78px;
	margin-bottom: 26px;
}
.sec__guide .guide__list .item {
	max-width: 440px;
	width: 100%;
}
.sec__guide .guide__list .item .item__img {
	width: 100%;
	/* height: 305px; */
	border-radius: 12px;
	margin-bottom: 28px;
	overflow: hidden;
	padding: 2px;
	background: linear-gradient(90deg, #ff9300 0%, #ff5b00 25%, #ec00ee 50%, #0094ff 75%, #00c56b 100%);
	position: relative;
}
.sec__guide .guide__list .item .item__img img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
}
.sec__guide .guide__list .item .item__text {
	font-weight: 500;
	font-size: 20px;
}
.sec__guide .guide__note {
	font-size: 14px;
	font-weight: 500;
	text-align: right;
}
@media screen and (max-width: 1250px) {
	.sec__guide .guide__list {
		gap: 35px 20px;
	}
}
@media screen and (max-width: 1000px) {
	.sec__guide .guide__list {
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 767px) {
	.sec__guide {
		padding: 0;
	}
	.sec__guide .guide__title {
		font-size: 16px;
		margin-bottom: 20px;
		text-align: left;
	}
	.sec__guide .guide__list .item {
		max-width: 345px;
	}
	.sec__guide .guide__list .item .item__img {
		height: 235px;
		margin-bottom: 13px;
	}
	.sec__guide .guide__list .item .item__text {
		font-size: 16px;
	}
	.sec__guide .guide__note {
		font-size: 10px;
	}
}

/* Booth */
.booth {
	padding: 340px 0 120px;
	background: url(/climbers/startup-japan/2025osaka/img/bg_booth.svg) no-repeat top right / 100% auto;
}
.booth .list__guide {
	gap: 20px;
}
.booth .list__guide li {
	width: 160px;
	height: 160px;
	position: relative;
}
.booth .list__guide li::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	opacity: 0.7;
	filter: blur(50px);
	border-radius: 80px;
	transform: translate(-50%, -50%);
}
.booth .list__guide li.yellow::after {
	background: #ff9300;
}
.booth .list__guide li.orange::after {
	background: #f46c56;
}
.booth .list__guide li.pink::after {
	background: #ff49c4;
}
.booth .list__guide li.purple::after {
	background: #984fe8;
}
.booth .list__guide li.blue::after {
	background: #2f86ff;
}
.booth .list__guide li.green::after {
	background: #05c654;
}
.booth .block__frame::after {
	content: '';
	position: absolute;
	border-radius: 20px;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.4;
	filter: blur(20px);
	background: linear-gradient(105.28deg, #ff9100 0%, #ff00aa 25%, #9d00ce 50%, #5a00fc 75%, #00b7ec 100%);
	z-index: -1;
}
.booth .sec__block {
	margin-top: 80px;
	position: relative;
}
.booth .sec__block > * {
	position: relative;
	z-index: 1;
}
/* .booth .sec__guide {
	margin-bottom: 40px;
} */
.booth .company__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px 71px;
}
.booth .company__list .item {
	width: calc((100% - 142px) / 3);
	border-radius: 18px;
	overflow: hidden;
	position: relative;
}
.booth .company__list .item .item__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 26px 0 22px;
	gap: 20px;
}
.booth .company__list .item .item__content .item__btn {
	max-width: 160px;
	width: 100%;
	height: 32px;
}

@media screen and (max-width: 1250px) {
	.booth .company__list {
		gap: 40px 20px;
	}
	.booth .company__list .item {
		width: calc((100% - 40px) / 3);
	}
}
@media screen and (max-width: 1000px) {
	.booth .company__list .item {
		max-width: 446px;
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.booth {
		padding: 150px 0 80px;
	}
	.booth .sec__title02 {
		height: 60px;
	}
	.booth .sec__block {
		margin-bottom: 62px;
	}
	.booth .sec__block::after {
		top: 242px;
		right: -20px;
		width: calc(100% + 40px);
		background: url(/climbers/startup-japan/2025osaka/img/bg_booth3_sp.png) no-repeat top right / 100% auto;
	}
	.booth .sec__block .block__title {
		height: 40px;
		margin-bottom: 17px;
	}
	.booth .sec__block .block__title img {
		height: 100%;
	}
	.booth .list__guide {
		gap: 8px;
		margin: 0 -5px;
	}
	.booth .list__guide li {
		width: 23%;
		max-width: 90px;
		height: auto;
	}
	.booth .list__guide li::after {
		width: 47px;
		height: 47px;
		filter: blur(24px);
	}
	.booth .sec__guide {
		margin-bottom: 0;
	}
	.booth .company__list {
		gap: 23px;
	}
	.booth .company__list .item .item__content {
		padding: 15px 0 25px;
	}
	.booth .company__list .item .item__content .item__title {
		height: 52px;
	}
	.booth .company__list .item .item__content .item__title img {
		height: 100%;
	}
}

/* Dream */
.dream {
	padding: 256px 0 120px;
	background: url(/climbers/startup-japan/2025osaka/img/bg_dream.svg) no-repeat center top / 100% auto;
}
.dream .sec__title02 {
	text-align: right;
}
.dream .sec__block .block__title {
	font-size: 36px;
	font-weight: 700;
	color: #0c0e51;
	line-height: 1.5;
	margin-bottom: 25px;
}
.dream .sec__block .block__title span {
	display: inline-block;
	padding: 0 74px;
	position: relative;
}
.dream .sec__block .block__title span::before,
.dream .sec__block .block__title span::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 34px;
	height: 92px;
	transform: translateY(-50%);
}
.dream .sec__block .block__title span::before {
	left: 0;
	background: url(/climbers/startup-japan/2025osaka/img/dream_title_icon1.png) no-repeat center center / 100% auto;
}
.dream .sec__block .block__title span::after {
	right: 0;
	background: url(/climbers/startup-japan/2025osaka/img/dream_title_icon2.png) no-repeat center center / 100% auto;
}
.dream .sec__block .block__text {
	font-size: 16px;
	font-weight: 400;
}
.dream .sec__block .block__frame {
	background: linear-gradient(140.07deg, #f46c56 0.54%, #f43b7b 19.44%, #ff49c4 35.35%, #984fe8 53.25%, #2f86ff 74.14%, #05c654 100%);
	border-radius: 20px;
	margin: 82px 0 0;
}
.dream .sec__block .block__frame .frame__logo {
	width: fit-content;
	margin: 0 auto 33px;
}
.dream .sec__block .block__frame .frame__title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	color: rgba(0, 0, 0, 0.8);
	text-align: center;
	margin-bottom: 40px;
}
.dream .sec__block .block__frame .frame__title.title01 {
	font-size: 28px;
	line-height: 1.5;
	margin-bottom: 23px;
}
.dream .sec__block .block__frame .frame__title.title03 {
	margin: 80px 0 39px;
}
.dream .sec__block .block__frame .frame__title span {
	font-size: 14px;
	font-weight: 400;
}
.dream .sec__block .block__frame .frame__text {
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 72px;
}
.dream .sec__block .block__frame .frame__list {
	display: flex;
	justify-content: center;
}
.dream .sec__block .block__frame .list__company {
	gap: 40px 70px;
	margin-bottom: 40px;
}
.dream .sec__block .block__frame .list__company .item {
	font-weight: 500;
	max-width: 420px;
	width: 100%;
	text-align: center;
}
.dream .sec__block .block__frame .list__company .item__title {
	font-size: 24px;
	margin-bottom: 11px;
}
.dream .sec__block .block__frame .list__company .item__logo {
	max-width: 312px;
	width: 100%;
	margin: 0 auto;
}
.dream .sec__block .block__frame .list__company .item__position {
	font-size: 14px;
	margin: 11px 0 8px;
}
.dream .sec__block .block__frame .list__company .item__name {
	font-size: 20px;
}
.dream .sec__block .block__frame .list__special {
	gap: 50px;
}
.dream .sec__block .block__frame .list__special .item {
	width: 240px;
	text-align: center;
}
.dream .sec__block .block__frame .list__special .item.w300 {
	width: 300px;
}
.dream .sec__block .block__frame .list__special .item__title {
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 8px;
}
.dream .sec__block .block__frame .list__special .item__text {
	font-weight: 500;
	font-size: 20px;
}
.dream .sec__block .block__frame .frame__text.comsoon {
	font-size: 20px;
}

@media screen and (max-width: 1250px) {
	.dream .sec__block .block__frame .list__company {
		gap: 40px 20px;
	}
}
@media screen and (max-width: 1000px) {
	.dream .sec__block .block__frame .list__parti {
		padding: 0;
	}
	.dream .sec__block .block__frame .frame__list {
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 900px) {
	.dream .sec__block .block__frame .list__infor {
		gap: 20px 15px;
	}
}
@media screen and (max-width: 767px) {
	.dream {
		padding: 130px 0 80px;
	}
	.dream .sec__title02 {
		text-align: left;
		margin-bottom: 3px;
	}
	.dream .sec__flexBlock .block__content .block__sub {
		margin-top: 40px;
	}
	.dream .sec__block .block__title {
		font-size: 20px;
		line-height: 1.4;
	}
	.dream .sec__block .block__title span {
		padding: 0 43px;
	}
	.dream .sec__block .block__title span::before,
	.dream .sec__block .block__title span::after {
		width: 30px;
		height: 82px;
	}
	.dream .sec__block .block__text {
		font-size: 14px;
		text-align: left;
	}
	.dream .sec__block .block__frame {
		margin: 60px 0 0;
		background: linear-gradient(96deg, #ff9300 0%, #ff5b00 24.87%, #ec00ee 49.74%, #0094ff 74.61%, #00c56b 99.48%);
	}
	.dream .sec__block .block__frame .frame__inner {
		padding: 38px 20px 22px;
	}
	.dream .sec__block .block__frame .frame__logo {
		max-width: 232px;
		width: 100%;
	}
	.dream .sec__block .block__frame .frame__title {
		font-size: 20px;
		line-height: 1.5;
		margin-bottom: 32px;
	}
	.dream .sec__block .block__frame .frame__title.title01 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.dream .sec__block .block__frame .frame__title.title02,
	.dream .sec__block .block__frame .frame__title.title03 {
		font-size: 24px;
	}
	.dream .sec__block .block__frame .frame__title.title03 {
		margin: 60px 0 32px;
	}
	.dream .sec__block .block__frame .frame__title span {
		font-size: 12px;
	}
	.dream .sec__block .block__frame .frame__text {
		font-size: 16px;
		text-align: left;
		margin-bottom: 40px;
	}
	.dream .sec__block .block__frame .frame__text.comsoon {
		text-align: center;
		font-size: 16px;
	}
	.dream .sec__block .block__frame .list__company {
		gap: 32px;
	}
	.dream .sec__block .block__frame .list__company:last-of-type {
		margin-bottom: 0;
	}
	.dream .sec__block .block__frame .list__company .item__title {
		font-size: 20px;
	}
	.dream .sec__block .block__frame .list__company .item__position {
		font-size: 12px;
		margin: 14px 0 7px;
	}
	.dream .sec__block .block__frame .list__company .item__name {
		font-size: 16px;
	}
	.dream .sec__block .block__frame .list__special {
		gap: 20px 15px;
	}
	.dream .sec__block .block__frame .list__special .item,
	.dream .sec__block .block__frame .list__special .item.w300 {
		width: 140px;
	}
	.dream .sec__block .block__frame .list__special .item__title {
		font-size: 12px;
		margin-bottom: 8px;
	}
	.dream .sec__block .block__frame .list__special .item__text {
		font-size: 16px;
	}
}

/* Showcase */
.showcase {
	padding: 300px 0 120px;
	background: url(/climbers/startup-japan/2025osaka/img/bg_showcase.png) no-repeat center top / 100% auto;
}
.showcase .sec__flexBlock {
	margin-bottom: 60px;
}
.showcase .list__show {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 23px;
}
.showcase .list__show .item {
	max-width: 478px;
	width: 100%;
}
.showcase .list__show .item .item__inner {
	padding: 26px 10px 22px;
	text-align: center;
}
.showcase .list__show .item .item__title {
	height: 32px;
	margin: 0 0 20px;
}
.showcase .list__show .item .item__btn {
	max-width: 160px;
	width: 100%;
	height: 32px;
	margin: 0 auto;
}

@media screen and (max-width: 1000px) {
	.showcase .list__show {
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 767px) {
	.showcase {
		padding: 150px 0 80px;
	}
	.showcase .sec__flexBlock {
		margin-bottom: 27px;
	}
	.showcase .list__show {
		gap: 20px;
	}
	.showcase .list__show .item .item__inner {
		padding: 18px 20px 22px;
	}
	.showcase .list__show .item .item__title {
		height: 24px;
		margin: 0 0 16px;
	}
	.showcase .list__show .item .item__title img {
		height: 100%;
	}
	.showcase .list__show .item .item__thumb {
		margin: 16px auto;
	}
}

/* Conference */
.conference {
	padding: 360px 0 120px;
	background: url(/climbers/startup-japan/2025osaka/img/bg_conference.svg) no-repeat center top / 100% auto;
}
/* .conference .sec__flexBlock {
	margin-bottom: 80px;
} */
.conference .banner01 .banner__img {
	background: url(/climbers/startup-japan/2025osaka/img/confer_bg1.png) no-repeat center right / 100% auto;
}
.conference .banner02 .banner__img {
	background: url(/climbers/startup-japan/2025osaka/img/confer_bg2.png) no-repeat center left / 100% auto;
}
.conference .banner03 .banner__img {
	background: url(/climbers/startup-japan/2025osaka/img/confer_bg3.png) no-repeat center right / 100% auto;
}
.conference .banner04 .banner__img {
	background: url(/climbers/startup-japan/2025osaka/img/confer_bg4.png) no-repeat center right / 100% auto;
}
.conference .banner05 .banner__img {
	background: url(/climbers/startup-japan/2025osaka/img/confer_bg5.png) no-repeat center right / 100% auto;
}
.conference .sec__block {
	border-radius: 20px;
	background: linear-gradient(307.82deg, #ff9300 0.51%, #ff5b00 25.38%, #ec00ee 50.25%, #0094ff 75.13%, #00c56b 100%);
	overflow: hidden;
}
.conference .block__more {
	background: rgba(255, 255, 255, 0.9);
	padding: 59px 20px 0;
	position: relative;
}
.conference .block__more .block__title {
	font-size: 32px;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.8);
	margin-bottom: 37px;
}
.conference .block__more .btn__loadMore {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 300px;
	height: 48px;
	transform: translateX(-50%);
	z-index: 5;
}
.conference .list__infor {
	gap: 0 32px;
	max-width: 1228px;
	width: 100%;
	margin: 0 auto;
}
.conference .list__infor .item {
	width: 220px;
	margin-bottom: 60px;
	position: relative;
	/* z-index: 1; */
}
.conference .list__infor .item a {
	pointer-events: none;
	transition: all 0.3s ease;
}
.conference .list__infor .item a:hover {
	opacity: 0.5;
}
.conference .list__infor .item .item__img {
	margin-bottom: 19px;
}
.conference .list__infor .item .item__position {
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 3px;
}
.conference .list__infor .item .item__name {
	font-size: 20px;
	font-weight: 400;
}
.conference .sec__btn {
	margin: 0 auto 80px;
}
/* @media screen and (min-width: 768px) {
	.conference .list__infor li:nth-child(12n) ~ li {
		display: none;
	}
} */
@media screen and (max-width: 900px) {
	.conference .list__infor {
		gap: 0 15px;
	}
	.conference .list__infor .item {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.conference {
		padding: 150px 0 80px;
	}
	.conference .sec__flexBlock {
		margin-bottom: 40px;
	}
	.conference .sec__btn {
		margin: 0 auto 60px;
	}
	.conference .sec__subTitle img {
		height: 36px;
	}
	.conference .sec__banner {
		overflow: visible;
	}
	.conference .banner__img {
		height: 53.87vw;
		border-radius: 8px;
		width: calc(100% + 20px);
	}
	.conference .banner01 .banner__img {
		background: url(/climbers/startup-japan/2025osaka/img/confer_bg1_sp.png) no-repeat center left / cover;
		margin-left: -20px;
	}
	.conference .banner02 .banner__img {
		background: url(/climbers/startup-japan/2025osaka/img/confer_bg2_sp.png) no-repeat center right / cover;
		margin-right: -20px;
	}
	.conference .banner03 .banner__img {
		background: url(/climbers/startup-japan/2025osaka/img/confer_bg3_sp.png) no-repeat center left / cover;
		margin-right: -20px;
	}
	.conference .banner04 .banner__img {
		background: url(/climbers/startup-japan/2025osaka/img/confer_bg4_sp.png) no-repeat center right / cover;
		margin-left: -20px;
	}
	.conference .banner05 .banner__img {
		background: url(/climbers/startup-japan/2025osaka/img/confer_bg5_sp.png) no-repeat center left / cover;
		margin-right: -20px;
	}
	.conference .sec__block {
		margin-top: 50px;
		background: linear-gradient(107deg, #ff9300 0.51%, #ff5b00 25.38%, #ec00ee 50.25%, #0094ff 75.13%, #00c56b 100%);
	}
	.conference .block__more {
		margin-bottom: 0;
		padding: 31px 20px 20px;
	}
	.conference .block__more .block__title {
		font-size: 20px;
		margin-bottom: 27px;
	}
	.conference .block__more .block__title.title02 {
		font-size: 0;
		height: 16px;
		margin-top: 35px;
	}
	.conference .block__more .block__title.title02 img {
		height: 100%;
	}
	.conference .block__more .btn__loadMore {
		max-width: 375px;
		width: 100%;
		bottom: -48px;
	}
	.conference .list__infor {
		max-width: 375px;
		gap: 0 22px;
		/* gap: 36px 22px; */
	}
	/* .conference .list__infor li:nth-child(9n) ~ li {
		display: none;
	} */
	.conference .list__infor .item {
		width: calc((100% - 44px) / 3);
		max-width: 110px;
		margin-bottom: 14px;
	}
	.conference .list__infor .item .item__img {
		margin-bottom: 10px;
	}
	.conference .list__infor .item .item__name {
		font-size: 14px;
	}
	.conference .list__infor .item .item__position {
		font-size: 12px;
		word-break: break-all;
	}
}
@media screen and (max-width: 400px) {
	.conference .block__announcer .block__inner {
		padding: 0 15px 30px;
	}
}

/* Network */
.network {
	padding: 302px 0 120px;
	background: url(/climbers/startup-japan/2025osaka/img/bg_network.svg) no-repeat center top / 100% auto;
}
.network .sec__title02 {
	text-align: right;
}
.network .sec__flexBlock .block__content {
	padding-top: 92px;
}
.network .sec__block {
	margin-top: 80px;
}
.network .block__title {
	font-weight: 700;
	font-size: 32px;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.8);
	text-align: center;
	margin-bottom: 47px;
}
.network .list__meet {
	gap: 20px 24px;
}
.network .list__meet .item {
	width: calc((100% - 72px) / 4);
	position: relative;
}
.network .list__meet .item .item__inner {
	display: flex;
	align-items: center;
	padding: 18px 10px;
	position: relative;
}
.network .list__meet .item .item__content {
	/* max-width: 268px; */
	width: 100%;
	margin: 0 auto;
}
.network .list__meet .item .item__date {
	font-weight: 600;
	color: #0c0e51;
	text-align: center;
	margin-bottom: 6px;
}
.network .list__meet .item .item__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	/* margin-bottom: 53px; */
}
.network .list__meet .item .item__title.mb0 {
	margin-bottom: 0;
}
.network .list__meet .item .item__text {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	color: rgba(12, 14, 81, 0.8);
	margin-bottom: 14px;
}
.network .list__meet .item .item__btn {
	max-width: 160px;
	width: 100%;
	height: 32px;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
}
@media screen and (max-width: 1000px) {
	.network .list__meet .item {
		max-width: 352px;
		width: 100%;
	}
}
@media screen and (max-width: 800px) {
	.network .list__meet {
		gap: 24px 5px;
	}
}
@media screen and (max-width: 767px) {
	.network {
		padding: 150px 0 80px;
	}
	.network .sec__title02 {
		text-align: left;
	}
	.network .sec__flexBlock .block__content {
		padding-top: 0;
	}
	.network .sec__block {
		margin-top: 60px;
	}
	.network .block__title {
		font-size: 22px;
		margin-bottom: 25px;
		text-align: left;
	}
	.network .list__meet {
		gap: 20px;
	}
	.network .list__meet .item .item__inner {
		padding: 18px 20px;
	}
	.network .list__meet .item .item__content {
		max-width: 300px;
	}
	.network .list__meet .item .item__date {
		line-height: 1;
		margin-bottom: 10px;
	}
	.network .list__meet .item .item__title {
		font-size: 16px;
		/* margin-bottom: 11px; */
	}
	.network .list__meet .item .item__text {
		font-size: 12px;
		margin-bottom: 13px;
	}
	.network .list__meet .item .item__btn {
		bottom: 20px;
	}
}

/* Award */
.award {
	padding: 360px 0 120px;
	background: url(/climbers/startup-japan/2025osaka/img/bg_award.png) no-repeat center top / 100% auto;
	position: relative;
}
.award::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 380px;
	left: 0;
	bottom: 0;
	opacity: 0.2;
	background: linear-gradient(90deg, #ff9300 0%, #ff5b00 25%, #ec00ee 50%, #0094ff 75%, #00c56b 100%);
	transform: matrix(-1, 0, 0, 1, 0, 0);
	mask-image: linear-gradient(to top, #fff calc(100% - 15rem), transparent 100%);
}
.award .container {
	position: relative;
	z-index: 1;
}
/* .award .sec__btn .btn span {
	padding-left: 47px;
} */

@media screen and (max-width: 767px) {
	.award {
		padding: 150px 0 13px;
	}
	.award .sec__btn {
		margin: 27px auto 0;
	}
}

/* Registration */
.registration {
	padding: 0;
}
.registration .regis__inner {
	padding: 208px 0 40px;
}
.registration__block {
	position: relative;
}
.registration__block .block__content {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.registration__block .block__require {
	font-size: 24px;
	font-weight: 700;
	font-feature-settings: normal;
	margin-bottom: 33px;
}
.registration__block .block__require span {
	text-align: left;
	display: inline-block;
	padding-left: 76px;
	position: relative;
}
.registration__block .block__require span::after {
	content: '';
	position: absolute;
	left: -10px;
	top: 50%;
	width: 80px;
	height: 80px;
	transform: translateY(-50%);
	background: url(/climbers/startup-japan/2025osaka/img/icon_registration1.png) no-repeat center center / 100% auto;
}
.registration__block .block__text {
	font-weight: 400;
	font-feature-settings: normal;
	margin-bottom: 20px;
}
.registration__block .block__banner {
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px 30px;
	margin-bottom: 72px;
}
.registration__block .block__banner .banner {
	max-width: 525px;
	width: 100%;
	text-align: center;
	position: relative;
}
.registration__block .block__banner .banner::after {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	border-radius: 14px;
}
.registration__block .block__banner .banner .banner__inner {
	border-radius: 12px;
	padding: 7px 10px 25px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.registration__block .block__banner .banner .banner__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	z-index: 1;
}
.registration__block .block__banner .banner01::after {
	background: linear-gradient(90deg, #ff9300 0%, #ff5b00 25%, #ec00ee 50%, #0094ff 75%, #00c56b 100%);
}
.registration__block .block__banner .banner01 .banner__inner {
	background: linear-gradient(88.83deg, rgba(255, 145, 0, 0.1) 4.56%, rgba(255, 0, 170, 0.1) 27.65%, rgba(157, 0, 206, 0.1) 50.73%, rgba(90, 0, 252, 0.1) 73.82%, rgba(0, 183, 236, 0.1) 96.91%);
}
.registration__block .block__banner .banner01 .banner__bg {
	background: #fff;
}
.registration__block .block__banner .banner02 {
	color: #fff;
}
.registration__block .block__banner .banner02::after {
	background: linear-gradient(90deg, #ff9300 0%, #ff5b00 25%, #ec00ee 50%, #0094ff 75%, #00c56b 100%);
}
.registration__block .block__banner .banner02 .banner__inner::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	background: linear-gradient(90deg, #ff9300 0%, #ff5b00 25%, #ec00ee 50%, #0094ff 75%, #00c56b 100%);
}
.registration__block .block__banner .banner02 .banner__inner > * {
	position: relative;
	z-index: 2;
}
.registration__block .block__banner .banner02 .banner__bg {
	background: #7f7f7f;
}
.registration__block .block__banner .banner .banner__img {
	width: 80px;
	height: 80px;
	margin: 0 auto;
}
.registration__block .block__banner .banner .banner__title {
	font-size: 32px;
	font-weight: 700;
	font-feature-settings: normal;
	line-height: 1.2;
	margin-bottom: 10px;
}
.registration__block .block__banner .banner .banner__text {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 18px;
}
.registration__block .block__banner .banner .banner__btn {
	max-width: 420px;
	height: 85px;
	margin: 0 auto;
}
.registration__block .block__banner .banner .banner__btn .btn__multi {
	font-weight: 400;
	border-radius: 80px;
	flex-direction: column;
}
.registration__block .block__banner .banner01 .banner__btn .btn__multi {
	background: linear-gradient(90deg, #ff9300 0%, #ff5b00 49.17%, #ec00ee 98.33%);
}
.registration__block .block__banner .banner02 .banner__btn .btn__multi {
	background: linear-gradient(90deg, #ec00ee 0%, #0094ff 49.17%, #00c56b 100%);
}
.registration__block .block__banner .banner .banner__btn .btn__multi span {
	font-size: 24px;
	font-weight: 700;
	font-feature-settings: normal;
}
.registration__block .block__infor {
	font-feature-settings: normal;
	margin: 0 0 20px;
}
.registration__block .block__infor .infor__title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 8px;
}
.registration__block .block__infor .infor__title::before {
	content: '◼︎';
	display: inline-block;
}
.registration__block .block__infor .infor__text {
	font-weight: 400;
}
@media screen and (max-width: 767px) {
	.registration .regis__inner {
		padding: 98px 0 15px;
	}
	.registration__block .block__require {
		font-size: 16px;
		margin-bottom: 45px;
	}
	.registration__block .block__require span {
		padding-left: 107px;
	}
	.registration__block .block__require span::after {
		width: 114px;
		height: 114px;
		left: -14px;
	}
	.registration__block .block__text {
		font-size: 12px;
		margin-bottom: 16px;
	}
	.registration__block .block__banner {
		margin-bottom: 58px;
	}
	.registration__block .block__banner .banner .banner__inner {
		padding: 12px 20px 28px;
	}
	.registration__block .block__banner .banner .banner__img {
		width: 60px;
		height: 60px;
	}
	.registration__block .block__banner .banner .banner__title {
		font-size: 28px;
		margin-bottom: 4px;
	}
	.registration__block .block__banner .banner .banner__text {
		font-size: 16px;
		margin-bottom: 12px;
	}
	.registration__block .block__banner .banner .banner__btn {
		height: 82px;
		max-width: 334px;
	}
	.registration__block .block__banner .banner .banner__btn .btn__multi span {
		font-size: 18px;
		line-height: 1.2;
	}
	.registration__block .block__infor {
		margin: 0 auto 16px;
	}
	.registration__block .block__infor .infor__title {
		font-size: 14px;
		margin-bottom: 4px;
	}
	.registration__block .block__infor .infor__text {
		font-size: 12px;
	}
}

.pass {
	background: #fff;
	padding: 160px 0 112px;
	overflow: hidden;
	position: relative;
}
.pass::before {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	mix-blend-mode: multiply;
	position: absolute;
	opacity: 0.8;
	background: url(/climbers/startup-japan/2025osaka/img/bg_pass.png) no-repeat center / cover;
}
.pass::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 101%;
	background: linear-gradient(180deg, #ffffff 1%, transparent 20%, transparent 80%, #fff 99%);
}
.pass .container {
	position: relative;
	z-index: 2;
}
.pass .pass__box {
	background: rgba(0, 0, 0, 0.8);
	border-radius: 12px;
	border: 1px solid #e9cf7e;
	max-width: 1080px;
	width: 100%;
	margin: 0 auto 20px;
	position: relative;
}
.pass .pass__box .box__content {
	color: #fff;
	padding: 56px 24px 47px;
}
.pass .pass__box .box__content .title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	margin: 0 0 6px;
}
.pass .pass__box .box__content .sec__title03 {
	font-size: 44px;
	margin-bottom: 20px;
}
.pass .pass__box .box__content .sec__title03::after {
	background: #e9cf7e;
	margin: 14px auto 22px;
}
.pass .pass__box .box__content .text {
	font-weight: 500;
	margin-bottom: 30px;
	font-feature-settings: normal;
}
.pass .pass__box .box__content .text.pc_mb0 {
	margin-bottom: 0;
}
.pass .pass__box .box__content .cnt01 {
	margin-bottom: 24px;
}
.pass .pass__box .box__content .cnt01 .col {
	width: 50%;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	padding: 0 10px;
	position: relative;
}
.pass .pass__box .box__content .cnt01 .col:first-child::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.4);
}
.pass .pass__box .box__content .cnt01 .col__left p {
	font-weight: 700;
	margin-bottom: 7px;
}
.pass .pass__box .box__content .cnt01 .col__right .col__cnt {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px 54px;
}
.pass .pass__box .box__content .cnt01 .col__right .col__cnt p {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}
.pass .pass__box .box__content .cnt01 .col__right .col__cnt p span {
	font-size: 70px;
	color: #f2cc6c;
}
.pass .pass__box .box__content .note {
	font-size: 14px;
	font-weight: 500;
	font-feature-settings: normal;
	line-height: 1.2;
	color: rgba(255, 255, 255, 0.8);
	padding-left: 73px;
	padding-bottom: 20px;
}
.pass .pass__btn {
	max-width: 400px;
	height: 64px;
	margin: 0 auto;
}
.pass .pass__btn .btn__multi {
	font-size: 20px;
	border-radius: 200px;
}
@media screen and (max-width: 1000px) {
	.pass .pass__box .box__content .cnt01 .col__right .col__cnt {
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 767px) {
	.pass {
		padding: 70px 0;
	}
	.pass::before {
		background: url(/climbers/startup-japan/2025osaka/img/bg_pass_sp.png) no-repeat center center / cover;
	}
	.pass .pass__box {
		margin-bottom: 40px;
	}
	.pass .pass__box .box__content .title {
		font-size: 16px;
		line-height: 1.5;
		margin: 0 0 22px;
	}
	.pass .pass__box .box__content .sec__title03 {
		font-size: 28px;
		line-height: 1.3;
	}
	.pass .pass__box .box__content {
		padding: 40px 20px;
	}
	.pass .pass__box .box__content .cnt01 {
		flex-direction: column;
		margin-bottom: 0;
	}
	.pass .pass__box .box__content .cnt01 .col {
		width: 100%;
		padding: 0;
		flex-direction: column;
	}
	.pass .pass__box .box__content .cnt01 .col:first-child::after {
		height: 1px;
		width: 100%;
		bottom: 0;
		top: auto;
	}
	.pass .pass__box .box__content .cnt01 .col__left p {
		font-feature-settings: normal;
		margin-bottom: 7px;
	}
	.pass .pass__box .box__content .cnt01 .col__left img {
		max-width: 166px;
		width: 100%;
		margin: 0 auto;
	}
	.pass .pass__box .box__content .note {
		font-size: 12px;
		font-weight: 400 !important;
		line-height: 1.2;
		text-align: left;
	}
	.pass .pass__box .box__content .cnt01 .col__left .note {
		margin: 22px 0 22px;
		color: rgba(255, 255, 255, 0.8);
		padding: 0;
	}
	.pass .pass__box .box__content .cnt01 .col__right {
		padding-top: 18px;
	}
	.pass .pass__box .box__content .cnt01 .col__right .col__cnt {
		flex-wrap: nowrap;
		gap: 10px 40px;
	}
	.pass .pass__box .box__content .cnt01 .col__right .col__cnt p {
		font-size: 20px;
	}
	.pass .pass__box .box__content .cnt01 .col__right .col__cnt p span {
		font-size: 60px;
		line-height: 1;
	}
	.pass .pass__btn {
		max-width: 295px;
		height: 48px;
	}
	.pass .pass__btn .btn__multi {
		font-size: 16px;
	}
	.pass .pass__box .box__content .text.pc_mb0 {
		margin-bottom: 16px;
	}
}

/* Event */
.event {
	padding: 0 0 60px;
}
.event .sec__title03 {
	font-size: 60px;
}
.event .event__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px 24px;
}
.event .event__block {
	background: #000;
	max-width: 476px;
	width: 100%;
	border-radius: 20px;
	position: relative;
}
.event .event__block::after {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	border-radius: 20px;
	background: linear-gradient(90deg, #f46c56 0%, #f43b7b 19%, #ff49c4 35%, #984fe8 53%, #2f86ff 74%, #05c654 100%);
	z-index: -1;
}
.event .event__block .block__inner {
	height: 100%;
	padding-bottom: 30px;
	overflow: hidden;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	position: relative;
}
.event .event__block .block__inner > * {
	color: #fff;
	position: relative;
	z-index: 2;
}
.event .event__block .block__inner::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 20px;
	opacity: 0.2;
	background: linear-gradient(106.98deg, #f46c56 0%, #f43b7b 19%, #ff49c4 35%, #984fe8 53%, #2f86ff 74%, #05c654 100%);
	z-index: 1;
}
.event .event__block .block__content {
	padding: 0 32px 58px;
	flex: 1;
	margin: -27px 0 0;
}
.event .event__block .block__content .block__sub {
	font-weight: 700;
	font-size: 18px;
}
.event .event__block .block__content .block__title {
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 3px;
}
.event .event__block:nth-child(2) .block__content .block__title {
	font-size: 43px;
	font-feature-settings: 'palt';
}
.event .event__block .block__content .block__title span {
	font-size: 36px;
}
.event .event__block .block__content .block__text {
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 5px;
}
.event .event__block .block__content .block__text small {
	font-size: 75%;
}
.event .event__block .block__content .block__btn {
	max-width: 200px;
	width: 100%;
	height: 43px;
	margin: 15px 0 0;
	position: absolute;
	bottom: 0;
	left: 28px;
}
.event .event__block .block__content .block__btn .btn {
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	.event .sec__title03 {
		font-size: 0;
		margin-bottom: 42px;
	}
	.event .event__block .block__inner {
		padding-bottom: 30px;
	}
	.event .event__block .block__content {
		padding: 17px 20px 68px;
	}
	.event .event__block .block__content .block__title {
		margin-bottom: 14px;
	}
	.event .event__block:nth-child(2) .block__content .block__title {
		font-size: 40px;
	}
	.event .event__block .block__content .block__text {
		margin-bottom: 10px;
		font-size: 16px;
	}
	.event .event__block .block__content .block__text small {
		font-size: 12px;
	}
	.event .event__block .block__content .block__btn {
		left: 50%;
		transform: translateX(-50%);
	}
	.event .event__block .block__content .block__sub {
		font-size: 16px;
		margin-bottom: 7px;
	}
}

/* Hitech */
.hitech .hitech__block {
	background: #000;
	border: 2px solid #ec1c24;
	border-radius: 12px;
	display: flex;
	flex-wrap: wrap;
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.hitech .hitech__block .block__img {
	width: calc(100% - 477px);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1)), url(/climbers/startup-japan/2025osaka/img/hitech_bg.png) no-repeat center / cover;
}
.hitech .hitech__block .block__content {
	color: #fff;
	width: 477px;
	padding: 39px 40px 39px 0;
}
.hitech .hitech__block .block__content .cnt__head {
	border-left: 2px solid #ec1c24;
	font-weight: 700;
	padding: 9px 0 9px 16px;
	margin-bottom: 13px;
}
.hitech .hitech__block .block__content .cnt__head .title {
	font-size: 36px;
	line-height: 100%;
	margin-bottom: 10px;
}
.hitech .hitech__block .block__content .cnt__head .sub {
	line-height: 150%;
}
.hitech .hitech__block .block__content .text {
	color: rgba(255, 255, 255, 0.8);
	line-height: 150%;
	margin-bottom: 17px;
}
.hitech .hitech__block .block__content .btn {
	font-size: 18px;
	font-weight: 700;
	background: #ec1c24;
	color: #fff;
	width: 200px;
	height: 48px;
}
.hitech .hitech__block .block__content .btn:hover {
	opacity: 0.8;
}

@media screen and (max-width: 900px) {
	.hitech .hitech__block .block__img {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1)), url(/climbers/startup-japan/2025osaka/img/hitech_bg.png) no-repeat center / cover;
		width: 100%;
		height: 380px;
	}
	.hitech .hitech__block .block__content {
		width: 100%;
		padding: 39px 40px;
	}
}

@media screen and (max-width: 767px) {
	.hitech .hitech__block .block__img {
		height: 190px;
	}
	.hitech .hitech__block .block__content {
		padding: 16px 20px 24px;
	}
	.hitech .hitech__block .block__content .cnt__head {
		padding: 3px 0 4px 12px;
		margin-bottom: 20px;
	}
	.hitech .hitech__block .block__content .cnt__head .title {
		font-size: 26px;
		margin-bottom: 6px;
	}
	.hitech .hitech__block .block__content .text {
		margin-bottom: 31px;
	}
	.hitech .hitech__block .block__content .btn {
		font-size: 16px;
		margin: 0 auto;
	}
}

/* Overview */
.bg__gray {
	background: #f5f5f7;
}
.sec__inner {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
}
.overview {
	padding: 121px 0 91px;
}
.overview__tbl {
	margin-bottom: 18px;
}
.overview__tbl dl {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	display: flex;
}
.overview__tbl dt {
	width: 248px;
	padding: 17px 24px 14px;
}
.overview__tbl dd {
	font-weight: 400;
	width: calc(100% - 248px);
	padding: 17px 24px 14px 0;
}
.overview__tbl dd span {
	font-size: 14px;
	display: inline-block;
	margin-top: 10px;
}
.overview__note {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
	.overview {
		padding: 80px 0 47px;
	}
	.overview__tbl dt {
		width: 102px;
		padding: 18px 5px 13px 0;
	}
	.overview__tbl dd {
		width: calc(100% - 102px);
		padding: 18px 0 13px;
	}
	.overview__tbl dd span {
		font-size: 12px;
		margin: 0;
	}
	.overview__note {
		font-size: 12px;
		margin-bottom: 10px;
	}
}

/* Access */
.access {
	padding: 100px 0 101px;
}
.access__notice {
	font-weight: 400;
	text-align: center;
	margin-bottom: 21px;
}
.access__address {
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 18px;
}
.access__address span {
	font-weight: 700;
}
.access__list {
	font-weight: 500;
	line-height: 1.5;
	max-width: 500px;
	width: 100%;
	margin: 0 auto 40px;
}
.access__list li {
	padding-left: 16px;
	position: relative;
}
.access__list li::before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}
.access__map {
	height: 374px;
	margin-bottom: 40px;
}
.access__map iframe {
	width: 100%;
	height: 100%;
}
.access__line {
	margin-bottom: 40px;
}
.access__btn {
	max-width: 400px;
	width: 100%;
	height: 48px;
	margin: 0 auto;
}
.access__btn .btn__multi {
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.access {
		padding: 40px 0 49px;
	}
	.access__notice {
		text-align: left;
	}
	.access__address {
		font-size: 16px;
		text-align: left;
		margin-bottom: 40px;
	}
	.access__map {
		margin: 0 -20px 40px;
		height: 240px;
	}
	.access__line {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 400px) {
	.access__map {
		margin: 0 -15px 40px;
	}
}

/* Organizer */
.organizer {
	padding: 100px 0 102px;
}
.organizer_block {
	flex-wrap: wrap;
	gap: 40px 32px;
	max-width: 1288px;
	width: 100%;
	margin: 0 auto;
}
.organizer_block .col__left {
	width: 428px;
	text-align: center;
}
.organizer_block .col__left .block__logo {
	margin-bottom: 22px;
}
.organizer_block .col__left .block__title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 23px;
}
.organizer_block .col__left .block__text {
	font-weight: 400;
}
.organizer_block .col__right {
	flex: 1 1;
}
.organizer_block .col__right .block__title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 22px;
}
.organizer_block .col__right .block__list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.organizer_block .col__right .block__item {
	width: 192px;
}
.organizer_block .col__right .block__item .item__img {
	margin-bottom: 10px;
}
.organizer_block .col__right .block__item .item__text {
	font-size: 12px;
	font-weight: 400;
}
@media screen and (max-width: 950px) {
	.organizer_block {
		flex-direction: column;
		align-items: center;
	}
	.organizer_block .col__right .block__list {
		max-width: 404px;
	}
}
@media screen and (max-width: 767px) {
	.organizer {
		padding: 40px 0 0;
	}
	.organizer_block .col__left,
	.organizer_block .col__right {
		width: 100%;
	}
	.organizer_block .col__left .block__logo {
		width: 180px;
		margin: 0 auto 22px;
	}
	.organizer_block .col__left .block__title {
		font-size: 20px;
		margin-bottom: 27px;
	}
	.organizer_block .col__left .block__text {
		text-align: left;
	}
	.organizer_block .col__right .block__title {
		font-size: 18px;
		margin-bottom: 18px;
	}
	.organizer_block .col__right .block__list {
		max-width: 345px;
		margin: 0 auto;
		gap: 16px 9px;
		justify-content: center;
	}
	.organizer_block .col__right .block__item {
		width: 168px;
	}
}

/* Press */
.press {
	padding: 100px 0 12px;
}
.press .sec__title03::after {
	max-width: 508px;
	background: linear-gradient(-90deg, rgba(244, 108, 86, 0) 0%, #f46c56 20%, #f43b7b 31.73%, #ff49c4 44.23%, #984fe8 56.25%, #2f86ff 68.75%, #05c654 80%, rgba(5, 198, 84, 0) 100%);
}
.press .press__list p {
	font-size: 14px;
	font-weight: 400;
	font-feature-settings: normal;
	margin-bottom: 21px;
}
.press .press__list p span {
	display: block;
}
.press .press__list p span::before {
	content: '■';
	display: inline-block;
}
.press .press__list p a {
	color: #ff33bb;
}
.press .press__list p a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	.press {
		padding: 80px 0 12px;
	}
	.press .press__list p {
		font-size: 12px;
		margin-bottom: 18px;
	}
}

/* Sponsor */
.block__logoBg {
	background: #fff url(/climbers/startup-japan/2025osaka/img/bg_sponsor.png) no-repeat center top / 100% auto;
}
.sponsor {
	padding: 166px 0 101px;
}
.sponsor .sec__title01 {
	color: #000;
	margin-bottom: 79px;
}
.sponsor__block .block__title {
	height: 64px;
	text-align: center;
	margin-bottom: 40px;
}
.sponsor__block .block__title img {
	height: 100%;
}
.logo__group {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 80px;
}
.logo__group .list__logo {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 80px;
}
.logo__group .list__logo li {
	height: 200px;
}
.logo__group .list__logo li figure,
.logo__group .list__logo li img {
	height: 100%;
}
.logo__group .list__logo li a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.sponsor {
		padding: 108px 0 50px;
	}
	.sponsor .sec__title01 {
		margin-bottom: 52px;
	}
	.sponsor__block .block__title {
		height: 50px;
	}
	.logo__group .list__logo li {
		height: 150px;
	}
	.logo__group .list__logo {
		gap: 40px;
	}
}

/* Partner */
.partner {
	padding: 100px 0 38px;
}
.partner .sec__title01 {
	color: #000;
	margin-bottom: 79px;
}
.partner__block .block__title {
	height: 64px;
	text-align: center;
	margin-bottom: 40px;
}
.partner__block .block__title img {
	height: 100%;
}
.partner__btn {
	max-width: 420px;
	width: 100%;
	height: 80px;
	margin: 200px auto 0;
}
.partner__btn .btn__multi {
	font-size: 24px;
	border-radius: 40px;
}
.partner__caution {
	font-size: 14px;
	font-weight: 400;
	text-align: right;
	margin-top: 123px;
}
@media screen and (max-width: 767px) {
	.partner {
		padding: 50px 0 20px;
	}
	.partner .sec__title01 {
		margin-bottom: 52px;
	}
	.partner__block .block__title {
		height: 50px;
	}
	.partner__btn {
		margin: 100px auto 0;
		height: 48px;
	}
	.partner__btn .btn__multi {
		font-size: 20px;
	}
	.partner__caution {
		font-size: 10px;
		margin-top: 80px;
	}
}

/* Partner */
.ambassador {
	padding: 100px 0 38px;
}
.ambassador .sec__title01 {
	margin-bottom: 79px;
}
.ambassador__block .block__title {
	height: 64px;
	text-align: center;
	margin-bottom: 40px;
}
.ambassador__block .block__title img {
	height: 100%;
}
@media screen and (max-width: 767px) {
	.ambassador {
		padding: 50px 0 20px;
	}
	.ambassador .sec__title01 {
		margin-bottom: 52px;
	}
	.ambassador__block .block__title {
		height: 50px;
	}
}

.logoList__btn {
	max-width: 420px;
	width: 100%;
	height: 80px;
	margin: 100px auto 0;
}
.logoList__btn .btn__multi {
	font-size: 24px;
	border-radius: 40px;
}
.logoList__btn .btn__multi::before {
	border-radius: 40px;
}
.logoList__caution {
	font-size: 14px;
	font-weight: 400;
	text-align: right;
	margin-top: 123px;
}
@media screen and (max-width: 767px) {
	.logoList__btn {
		margin: 40px auto 0;
		height: 48px;
	}
	.logoList__btn .btn__multi {
		font-size: 20px;
	}
	.logoList__caution {
		font-size: 10px;
		margin-top: 80px;
	}
}

/* exhibition */
.exhibition {
	padding: 82px 0 0;
	position: relative;
}
.exhibition .exhibition__map {
	background: url(../img/point_bg02.png) no-repeat top left / cover;
	border-radius: 20px;
	padding: 40px;
	margin-bottom: 32px;
	position: relative;
}
.exhibition .exhibition__map img {
	max-width: 692px;
	width: 100%;
}
.exhibition .exhibition__map span {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	right: 26px;
	bottom: 18px;
	position: absolute;
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
	.exhibition {
		padding: 40px 0 0;
	}
	.exhibition .exhibition__map {
		background: url(../img/point_bg02_sp.png) no-repeat bottom center / cover;
		padding: 0 16px 94px;
		margin-bottom: 52px;
	}
	.exhibition .exhibition__map span {
		font-size: 12px;
		right: 16px;
		bottom: 13px;
	}
}
/* point */
.point {
	padding: 0 0 38px;
	position: relative;
}
.point .point__map {
	background: url(../img/point_bg01.png) no-repeat top left / cover;
	border-radius: 20px;
	display: flex;
	justify-content: flex-end;
	padding: 23px 40px 27px;
}
.point .point__map img {
	max-width: 796px;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.point {
		padding: 0 0 54px;
	}
	.point .point__map {
		background: url(../img/point_bg01_sp.png) no-repeat bottom center / cover;
		padding: 0 0 185px;
	}
}

.blue {
	background: linear-gradient(180deg, #27bdf0 0%, #41e9fa 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.purple {
	background: linear-gradient(180deg, #9126f1 0%, #d63dfa 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.pink {
	background: linear-gradient(180deg, #f718b0 0%, #fe78ef 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.orange {
	background: linear-gradient(180deg, #ff9430 0%, #ffd54a 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

/* Popup */
.m__modal {
	max-width: 1124px;
	margin: 0 auto;
	padding: 0 22px;
	position: relative;
}
.modal__block {
	background: #f5f5f7;
	border-radius: 12px;
	position: relative;
}
.fun .modal__block {
	background: #000;
	border: 1px solid #ab803a;
	color: #fff;
}
.modal__block .block__scroll {
	max-height: calc(80vh - 50px);
	min-height: 629px;
	overflow: auto;
	border-radius: 12px;
	position: relative;
	z-index: 1;
}
.modal__diagram .modal__block .block__scroll {
	overflow: inherit;
	min-height: auto !important;
	max-height: fit-content !important;
}
.modal__block.block__showcase .block__scroll {
	min-height: fit-content;
}
.modal__block .block__scroll::-webkit-scrollbar {
	height: 8px;
	width: 5px;
}
.modal__block .block__scroll::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.2);
}
.modal__block .block__scroll::-webkit-scrollbar-thumb {
	background: linear-gradient(180deg, #ff9300 0%, #ff5b00 25%, #ec00ee 50%, #0094ff 75%, #00c56b 100%);
}
.modal__exhibitor {
	max-width: 965px;
}
.modal__exhibitor .modal__block {
	max-height: 560px;
	min-height: 560px;
	height: 560px;
	overflow-x: auto;
	overscroll-behavior: contain;
}
.modal__exhibitor .modal__block::-webkit-scrollbar {
	height: 8px;
	width: 5px;
}
.modal__exhibitor .modal__block::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.2);
}
.modal__exhibitor .modal__block::-webkit-scrollbar-thumb {
	background: linear-gradient(180deg, #ff9300 0%, #ff5b00 25%, #ec00ee 50%, #0094ff 75%, #00c56b 100%);
}
.modal__block::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #ff9300 0%, #ff5b00 25%, #ec00ee 50%, #0094ff 75%, #00c56b 100%);
	filter: blur(30px);
	z-index: -1;
}
.fun .modal__block::after {
	display: none;
}
.modal__exhibitor .modal__block::after {
	display: none;
}
.modal__exhibitor .modal__bg {
	position: absolute;
	top: 0;
	left: 22px;
	right: 22px;
	height: calc(100% - 88px);
	z-index: -1;
}
.modal__exhibitor .modal__bg::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #ff9300 0%, #ff5b00 25%, #ec00ee 50%, #0094ff 75%, #00c56b 100%);
	filter: blur(30px);
}
.modal__block .block__inner {
	padding: 34px 40px 50px;
	position: relative;
	z-index: 2;
}
.modal__block .block__head {
	/* margin-bottom: 45px; */
	margin-bottom: 20px; /* 先行公開対応 */
}
.modal__block .block__head .date {
	font-size: 32px;
	display: flex;
	align-items: center;
	margin-bottom: 13px;
}
.modal__block .block__head .date small {
	font-size: 75%;
	padding: 7px 10px 0 8px;
}
.modal__block .block__head .tag {
	font-weight: 700;
	font-size: 16px;
	color: #000;
	background: #d3e7ea;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	margin-left: 20px;
	padding: 2px 16px;
}
.modal__block .block__head .title {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-left: 28px;
	position: relative;
}
.modal__block .block__head .title::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background: linear-gradient(0deg, rgba(255, 147, 0, 0) 0%, #ff5b00 25%, #ff9300 38%, #ec00ee 50%, #0094ff 63%, #00c56b 73%, rgba(0, 197, 107, 0) 100%);
}
.modal__block .block__head .desc {
	font-size: 14px;
	font-weight: 400;
	font-feature-settings: normal;
}
.modal__block .block__content .cnt__infor {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
}
.modal__block .block__content:not(:last-child) {
	margin-bottom: 40px;
}
.modal__block .block__content .cnt__infor .infor__img {
	width: 220px;
}
.modal__block .block__content .cnt__infor .infor__content {
	flex: 1 1;
}
.modal__block .block__content .cnt__infor .infor__content .position {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 16px;
}
.modal__block .block__content .cnt__infor .infor__content .name {
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 20px;
}
.modal__block .block__content .cnt__infor .infor__content .name span {
	font-size: 29px;
	border-left: 1px solid #000;
	padding-left: 20px;
	margin-left: 20px;
	font-weight: 400;
}
.modal__block .block__content .cnt__infor .infor__content .desc {
	font-size: 14px;
	font-weight: 400;
	font-feature-settings: normal;
}
.modal__block .block__content .cnt__list .title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 20px;
}
.modal__block .block__content .cnt__list .list {
	display: flex;
	flex-wrap: wrap;
	gap: 36px;
	justify-content: center;
}
.modal__block .block__content .cnt__list .list .item {
	width: 220px;
}
.modal__block .block__content .cnt__list .list .item__img {
	margin-bottom: 18px;
}
.modal__block .block__content .cnt__list .list .item__position {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 9px;
}
.modal__block .block__content .cnt__list .list .item__name {
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
}
.modal__block .block__content .cnt__showcase .showcase__text {
	font-weight: 500;
	font-size: 14px;
}
.modal__block .block__content .cnt__showcase .showcase__text:not(:last-of-type) {
	margin-bottom: 20px;
}
.modal__btn {
	max-width: 400px;
	width: 100%;
	height: 48px;
	margin: 40px auto 0;
	/* display: none; */
}
.modal__btn .btn__multi {
	font-size: 18px;
	background: linear-gradient(90deg, #ff9300 0%, #ff5b00 25%, #ec00ee 50%, #0094ff 75%, #00c56b 100%);
}
.modal__btn .btn__multi::before {
	display: none;
}
.fun .modal__btn .btn__multi {
	background: linear-gradient(90deg, #80b3b5 0%, #e2c576 50%, #d782ac 100%);
}
.exp .modal__btn .btn__multi {
	background: linear-gradient(90deg, #ff9300 0%, #ff5b00 25%, #ec00ee 50%, #0094ff 75%, #00c56b 100%);
}
.mfp-close {
	display: none !important;
}
.m__modal .modal__close {
	position: absolute;
	width: 44px;
	height: 44px;
	font-size: 0;
	top: -22px;
	right: 0;
	background: url(/climbers/startup-japan/2025osaka/img/btn_close.png) no-repeat center center / 100% auto;
	transition: all 0.3s ease;
	z-index: 2;
}
.m__modal.fun .modal__close {
	background: url(/climbers/startup-japan/2025osaka/img/btn_close_b.png) no-repeat center center / 100% auto;
}
.m__modal .modal__close:hover {
	opacity: 0.9;
}
.modal__diagram {
	max-width: 444px;
}
.modal__diagram .block__inner {
	border-radius: 12px;
	overflow: hidden;
	padding: 0 !important;
}
.modal__diagram .block__head {
	margin-bottom: 33px;
}
.modal__diagram .block__head .head__img {
	width: 100%;
	height: 200px;
}
.modal__diagram .block__head .head__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.modal__diagram .block__content .content__inner {
	max-width: 374px;
	margin: 0 auto;
	padding: 0 27px 12px;
}
.modal__diagram .block__content .cnt__title {
	width: 261px;
	margin: 0 auto 18px;
}
.modal__diagram .block__content .cnt__title img {
	width: 100%;
	height: auto;
}
.modal__diagram .block__content .cnt__text {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 27px;
}
.modal__diagram .block__content .cnt__btn {
	width: 100%;
	height: 48px;
	margin-bottom: 41px;
}
.modal__diagram .block__content .cnt__btn .btn__multi {
	font-size: 18px;
	font-feature-settings: normal;
}
.modal__diagram.fun .block__content .cnt__btn .btn__multi {
	background: linear-gradient(to right, #80b3b5 0%, #e2c576 50%, #d782ac 100%);
	color: #000;
}
.modal__diagram .block__content .cnt__list .item {
	margin-bottom: 27px;
}
.modal__diagram .block__content .cnt__list .item a {
	font-weight: 700;
	font-feature-settings: normal;
	padding: 0 12px;
	width: 100%;
	display: block;
	text-align: center;
	position: relative;
	transition: all 0.3s ease;
}
.modal__diagram.fun .block__content .cnt__list .item a {
	color: #fff;
}
.modal__diagram .block__content .cnt__list .item__y a {
	font-size: 18px;
	color: #e2c576 !important;
}
.modal__diagram .block__content .cnt__list .item a:hover {
	opacity: 0.8;
}
.modal__diagram .block__content .cnt__list .item a::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 12px;
	height: 12px;
	transform: translateY(-50%);
	background: url(/climbers/startup-japan/2025osaka/img/ico_arr_right.png) no-repeat center center / 100% auto;
}
.modal__diagram.fun .block__content .cnt__list .item a::after {
	background: url(/climbers/startup-japan/2025osaka/img/ico_arr_right_w.png) no-repeat center center / 100% auto;
}
.modal__diagram.fun .block__content .cnt__list .item__y a::after {
	background: url(/climbers/startup-japan/2025osaka/img/ico_arr_right_y.png) no-repeat center center / 100% auto;
}
.modal__exhibitor .modal__block .block__inner {
	height: 100%;
	padding: 66px 20px 40px;
	display: flex;
	flex-direction: column;
}
.modal__exhibitor .block__head {
	margin-bottom: 31px;
}
.modal__exhibitor .block__head .title {
	font-size: 32px;
	text-align: center;
	margin-bottom: 7px;
}
.modal__exhibitor .block__head .title::after {
	display: none;
}
.modal__exhibitor .block__head .text {
	margin-bottom: 9px;
}
.modal__exhibitor .block__list {
	display: flex;
	flex-wrap: wrap;
	max-width: 635px;
	width: 100%;
	margin: 0 auto;
	gap: 0 30px;
	padding-bottom: 60px;
}
.modal__exhibitor .block__list li {
	font-size: 14px;
	line-height: 1.5;
	width: calc((100% - 30px) / 2);
}
.m__modal .block__booth .block__content .cnt__title {
	font-weight: 700;
	font-size: 28px;
	letter-spacing: -0.04rem;
	text-align: center;
	margin: 8px 0 40px;
}
.m__modal .block__booth .block__content .cnt__boothList {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.m__modal .block__booth .block__content .cnt__boothList .booth__item {
	padding-left: 200px;
	min-height: 160px;
	position: relative;
}
.m__modal .block__booth .block__content .cnt__boothList .booth__item .item__img {
	border-radius: 8px;
	overflow: hidden;
}
.m__modal .block__booth .block__content .cnt__boothList .booth__item .item__name {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 7px;
}
.m__modal .block__booth .block__content .cnt__boothList .booth__item .item__title {
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 4px;
}
.m__modal .block__booth .block__content .cnt__boothList .booth__item .item__text {
	font-weight: 500;
	font-size: 14px;
}

@media screen and (min-width: 768px) {
	.m__modal .block__booth .block__content .cnt__boothList .booth__item .item__img {
		position: absolute;
		top: 0;
		left: 0;
		width: 160px;
	}
}

@media screen and (max-width: 767px) {
	.m__modal {
		padding: 0 20px;
	}
	.modal__exhibitor .modal__block {
		min-height: unset;
		max-height: 70vh;
	}
	.modal__block .block__scroll {
		max-height: calc(70vh - 50px);
		min-height: auto;
	}
	.modal__block .block__inner {
		padding: 37px 20px 39px;
	}
	.modal__block .block__head {
		margin-bottom: 24px;
	}
	.modal__block .block__head .date {
		font-size: 24px;
		margin-bottom: 11px;
	}
	.modal__block .block__head .date small {
		font-size: 67%;
		padding: 6px 8px 0 6px;
	}
	.modal__block .block__head .desc,
	.modal__block .block__content .cnt__infor .infor__content .desc {
		font-size: 12px;
	}
	.modal__block .block__head .tag {
		font-size: 15px;
		padding: 2px 12px;
		/* margin-left: 21px; */
	}
	.modal__block .block__head .title {
		font-size: 18px;
		padding-left: 16px;
		/* margin-bottom: 18px; */
		margin-bottom: 16px; /* 先行公開対応 */
	}
	.modal__block .block__content .cnt__infor {
		flex-direction: column;
		align-items: center;
		gap: 22px;
	}
	.modal__block .block__content .cnt__infor .infor__img {
		width: 152px;
	}
	.modal__block .block__content .cnt__infor .infor__content {
		width: 100%;
	}
	.modal__block .block__content .cnt__infor .infor__content .position {
		font-size: 16px;
		text-align: center;
		margin-bottom: 10px;
	}
	.modal__block .block__content .cnt__infor .infor__content .name {
		font-size: 24px;
		text-align: center;
		margin-bottom: 17px;
	}
	.modal__block .block__content .cnt__infor .infor__content .name span {
		font-size: 20px;
		padding-left: 12px;
		margin-left: 12px;
	}
	.modal__block .block__content .cnt__list .title {
		font-size: 18px;
		padding-top: 18px;
	}
	.modal__block .block__content .cnt__list .list {
		gap: 28px 19px;
	}
	.modal__block .block__content .cnt__list .list .item {
		max-width: 138px;
		width: 100%;
	}
	.modal__block .block__content .cnt__list .list .item__img {
		margin-bottom: 16px;
	}
	.modal__block .block__content .cnt__list .list .item__position {
		font-size: 14px;
	}
	.modal__block .block__content .cnt__list .list .item__name {
		font-size: 18px;
	}
	.modal__block .block__content .cnt__showcase .showcase__text {
		font-size: 12px;
	}
	.modal__block .block__content .cnt__showcase .showcase__text:not(:last-of-type) {
		margin-bottom: 18px;
	}
	.modal__btn .btn__multi {
		font-size: 16px;
	}
	.m__modal .modal__close {
		right: 8px;
	}
	/* .modal__block .block__head {
		margin-bottom: 43px;
	} */
	.modal__diagram .block__content .content__inner {
		padding: 0 27px 21px;
	}
	.modal__diagram .block__content .cnt__text {
		margin-bottom: 23px;
	}
	.modal__diagram .block__content .cnt__btn {
		margin-bottom: 37px;
	}
	.modal__diagram .block__content .cnt__list .item {
		margin-bottom: 25px;
	}
	.modal__diagram .block__content .cnt__list .item a {
		font-size: 20px !important;
	}
	.modal__exhibitor .modal__block .block__inner {
		padding-top: 42px;
	}
	/* .modal__exhibitor .block__head {
		margin-bottom: 32px;
	} */
	.modal__exhibitor .block__head .title {
		font-size: 24px;
		margin-bottom: 7px;
	}
	.modal__exhibitor .block__head .text {
		margin-bottom: 5px;
		font-size: 12px;
	}
	.modal__exhibitor .block__list {
		padding-bottom: 40px;
	}
	.modal__exhibitor .block__list li {
		width: 100%;
	}

	.m__modal .block__booth .block__content .cnt__title {
		font-size: 20px;
		margin: 3px 0 40px;
	}
	.m__modal .block__booth .block__content .cnt__boothList {
		gap: 32px;
	}
	.m__modal .block__booth .block__content .cnt__boothList .booth__item {
		padding-left: 0;
	}
	.m__modal .block__booth .block__content .cnt__boothList .booth__item .item__head {
		display: flex;
		margin-bottom: 12px;
	}
	.m__modal .block__booth .block__content .cnt__boothList .booth__item .item__img {
		width: 100px;
		height: 100px;
		border-radius: 5px;
	}
	.m__modal .block__booth .block__content .cnt__boothList .booth__item .item__head .head__col {
		width: calc(100% - 100px);
		padding: 9px 0 0 12px;
	}
	.m__modal .block__booth .block__content .cnt__boothList .booth__item .item__name {
		font-size: 18px;
		margin-bottom: 6px;
	}
	.m__modal .block__booth .block__content .cnt__boothList .booth__item .item__title {
		line-height: 1.2;
	}
}

@media screen and (max-width: 380px) {
	.modal__block .block__content .cnt__list .list {
		gap: 28px 14px;
	}
}

.sec__banner.banner03 .banner__content .position,
.sec__banner.banner02 .banner__content .position {
	white-space: nowrap;
}
.sec__banner__list {
	display: flex;
	flex-direction: column;
	gap: 4px;
	max-width: 500px;
	line-height: 1.2;
}
.sec__banner__list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sec__banner.banner03 .banner__content .content__inner .sec__banner__list .position,
.sec__banner.banner02 .banner__content .content__inner .sec__banner__list .position {
	white-space: normal;
}
@media screen and (min-width: 768px) {
	.sec__banner.banner01 .sec__banner__list {
		max-width: 380px;
	}
	.sec__banner.banner03 .sec__banner__list,
	.sec__banner.banner04 .sec__banner__list {
		max-width: 435px;
	}
	.sec__banner.banner05 .sec__banner__list {
		max-width: 320px;
	}
}
@media screen and (max-width: 1480px) {
	.sec__banner__list {
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 1290px) {
	.sec__banner__list {
		gap: 14px;
	}
}
@media screen and (max-width: 1000px) {
	.sec__banner__list {
		display: block;
	}
	.sec__banner__list li {
		align-items: flex-start;
		margin: 0 0 8px;
	}
	.sec__banner__list li:last-child {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 767px) {
	.sec__banner__list li {
		flex-direction: column;
	}
}

.sec__title03.reg {
	margin-bottom: 44px;
}
.registration__block .block__content .present {
	text-align: center;
	margin-bottom: 50px;
	font-size: 32px;
	font-weight: 700;
	font-feature-settings: normal;
	color: #2428ad;
}
@media screen and (max-width: 767px) {
	.sec__title03.reg {
		margin-bottom: 24px;
	}
	.registration__block .block__content .present {
		margin-bottom: 26px;
		font-size: 20px;
	}
}

.eight__use {
	font-feature-settings: normal;
	max-width: 776px;
	margin: 0 auto 65px;
	font-size: 18px;
	font-weight: 500;
	color: #1c2024;
}
.eight__use h3 {
	font-size: 36px;
	font-weight: bold;
	margin: 20px 0 12px;
	text-align: center;
}
.eight__use h3 span {
	background-image: linear-gradient(105.28deg, #2962ff 0%, #43bdf7 75%, #8ae0e8 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}
.eight__use_des {
	line-height: 1.6;
	margin: 0 0 32px;
	color: rgba(0, 7, 19, 0.62);
}
.eight__use_list {
	font-size: 18px;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
}
.eight__use_list li {
	width: 376px;
	border-radius: 8px;
}
.eight__use_box1 {
	background-color: #f0f4ff;
	padding: 22px 16px;
	font-weight: bold;
}
.eight__use_box1 p {
	color: #0054ff;
	text-align: center;
	margin: 0 0 20px;
}
.eight__use_box1 dl {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin: 0 0 4px;
}
.eight__use_box1 dt {
	font-size: 16px;
}
.eight__use_box1 dt span {
	border-radius: 4px;
	background-color: #000;
	color: #fff;
	display: inline-block;
	padding: 4px 10px;
}
.eight__use_box2 {
	background-image: linear-gradient(to right, #ffad5f 0%, #ff7a99 34%, #5876ff 67%, #5edbca 100%);
	text-align: center;
	padding: 2px;
}
.eight__use_cnt {
	border-radius: 8px;
	background-color: #fff;
	padding: 20px 14px 29px;
	line-height: 1;
}
.eight__use_box2 p:not(:first-child) {
	font-size: 20px;
	margin: 0 0 18px;
}
.eight__use_box2 p:last-child {
	margin: 0;
}
.eight__use_box2 p:first-child {
	margin: 0 0 20px;
	line-height: 1.5;
}
.eight__use_title span {
	background-image: linear-gradient(to right, #ffad5f 0%, #ff7a99 34%, #5876ff 67%, #5edbca 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.eight__use {
		font-size: 16px;
		padding: 0 10px;
		margin-top: 65px;
	}
	.eight__use_list li {
		width: 100%;
	}
	.eight__use h3 {
		font-size: 20px;
	}
}

.my__card {
	font-feature-settings: normal;
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	color: #1c2024;
}
.my__card h3 {
	font-size: 32px;
	font-weight: bold;
}
.my__card_img {
	display: block;
	margin: 16px 0;
}
.my__card_img img {
	border-radius: 8px;
}
.my__card p {
	color: rgba(0, 7, 19, 0.62);
}
@media screen and (max-width: 767px) {
	.my__card {
		padding: 0 10px;
	}
	.my__card h3 {
		font-size: 20px;
	}
	.my__card_img img {
		border-radius: 4px;
	}
	.my__card p {
		text-align: left;
	}
}
.fundeal__pass {
	gap: 90px;
	font-feature-settings: normal;
}
.fundeal__pass .col__left p {
	line-height: 1.9;
}
.fundeal__pass .text-note {
	font-size: 12px;
}
.pass__img {
	display: block;
	margin: 10px 0 0;
}
@media screen and (max-width: 960px) {
	.fundeal__pass {
		gap: 28px;
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.fundeal__pass .col__left p {
		font-size: 14px;
		line-height: 1.5;
	}
	.pass__img {
		margin-bottom: 10px;
	}
}
.rounded-20 {
	border-radius: 20px;
}
.winner__list2 {
	padding: 75px 0 0;
}
.winner__list2 .photo img {
	width: 100%;
}
.winner__list2 dt {
	margin: 20px 0 12px;
}
.winner__list2 dd {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
}
.winner__list2 dd span {
	background: linear-gradient(105.28deg, #ffa733 0%, #ff33bb 25%, #b133d8 50%, #7b33fd 75%, #33c5f0 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
	.winner h4 {
		margin: 0 0 20px;
	}
	.palt_pc {
		font-feature-settings: 'palt';
	}
}
@media screen and (min-width: 1141px) {
	.gap-40 {
		gap: 20px;
	}
	.winner__list2 {
		position: relative;
	}
	.winner__list2::before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100vw;
		height: 500px;
		background: url(/climbers/2025/climbers/img/winner/bg.png) no-repeat center top;
		position: absolute;
		left: 50%;
		top: 24px;
		transform: translateX(-50%);
		z-index: -1;
	}
	.winner__list2 li {
		width: 400px;
		padding: 190px 0 0;
	}
	.winner__list2 li:nth-child(1) {
		width: 520px;
		padding-top: 0;
		order: 2;
	}
	.winner__list2 li:nth-child(2) {
		order: 1;
	}
	.winner__list2 li:nth-child(3) {
		order: 3;
	}
	.winner__list2 dd span {
		white-space: nowrap;
	}
}
@media screen and (min-width: 1320px) {
	.gap-40 {
		gap: 40px;
	}
	.winner__list2 dd {
		font-size: 40px;
	}
}
@media screen and (max-width: 960px) {
	.rounded-20 {
		border-radius: 10px;
	}
	.winner__list2 {
		padding: 60px 0 0;
	}
	.winner__list2 dd {
		font-size: 28px;
	}
	.winner h4 img {
		width: 131px;
	}
}
@media screen and (max-width: 767px) {
	.winner__list1 li:not(:last-child) {
		margin-bottom: 20px;
	}
	.winner h4 {
		position: relative;
		z-index: 2;
	}
	.winner__list2 ul {
		margin-top: -34px;
	}
	.winner__list2 li:not(:last-child) {
		margin: 0 0 5px;
	}
	.winner__list2 .photo {
		margin: 0 -20px;
	}
}

.copyright {
	font-size: 12px;
}

.online-meishi {
	margin-top: 90px;
	padding-bottom: 50px;
}
.online-meishi .block__content {
	max-width: 776px;
	width: 100%;
	margin: 0 auto;
}
.online-meishi .block__content .lead {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 40px;
}
.online-meishi .block__content .campaign-frame {
	padding: 4px;
	border-radius: 12px;
	background: linear-gradient(45deg, #ff9100, #ff00aa, #9d00ce, #5a00fc, #00b7ec);
	max-width: 776px;
	margin: 0 auto;
	box-sizing: border-box;
}
.online-meishi .block__content .campaign-frame .campaign-inner {
	position: relative;
	background: #fff;
	border-radius: 8px;
	padding: 178px 23px 23px;
	background-image: url('/climbers/startup-japan/2025osaka/img/bg_online-meishi.png');
	background-repeat: no-repeat;
	background-position: top right -8px;
	background-size: auto 152px;
	box-sizing: border-box;
}
.online-meishi .block__content .campaign-frame .info-box {
	border: 1.5px solid #cfe5ff;
	border-radius: 12px;
	padding: 21px;
	margin-bottom: 20px;
	position: relative;
	background: #fff;
	text-align: center;
}
.online-meishi .block__content .campaign-frame .info-box:last-child {
	margin-bottom: 0;
}
.online-meishi .block__content .campaign-frame .lead-text {
	font-size: 23px;
	font-weight: bold;
	line-height: 1.5;
	color: #222;
	position: relative;
	text-align: center;
}
.online-meishi .block__content .campaign-frame .eight-image {
	position: absolute;
	right: 16px;
	bottom: 24px;
	width: 108px;
}
.online-meishi .block__content .campaign-frame .blue-font {
	color: #0054ff;
}
.online-meishi .block__content .campaign-frame .yellow-underline {
	position: relative;
	text-decoration: none;
}
.online-meishi .block__content .campaign-frame .yellow-underline::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 3px;
	background-color: #ffeb3b;
	z-index: 1;
	border-radius: 2px;
}
.online-meishi .block__content .campaign-frame .lottery {
	display: flex;
	flex-wrap: wrap;
	gap: 34px;
	font-size: 26px;
	font-weight: bold;
	margin-top: 16px;
	flex-direction: row;
	justify-content: center;
}
.online-meishi .block__content .campaign-frame .lottery-item {
	display: flex;
	align-items: center;
	gap: 6px;
}

.online-meishi .block__content .campaign-frame .lottery-tag {
	background-color: #0054ff;
	color: white;
	border-radius: 30px;
	padding: 5px 0;
	font-size: 23px;
	font-weight: bold;
	width: 115px;
}
.online-meishi .block__content .campaign-frame .lottery-tag .mei {
	font-size: 17px;
}
.online-meishi .block__content .campaign-frame .lottery-number {
	color: #0054ff;
	font-size: 39px;
}
.online-meishi .block__content .campaign-frame .prize-note {
	background: #0054ff1a;
	border-radius: 30px;
	padding: 0 30px 0 0;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	margin: 24px auto 0;
	display: inline-block;
}
.online-meishi .block__content .campaign-frame .prize-label {
	display: inline-block;
	border: 1.5px solid #0054ff;
	color: #0054ff;
	border-radius: 30px;
	padding: 8px 12px;
	font-size: 15px;
	font-weight: bold;
	margin-right: 12px;
	background-color: #fff;
}

@media (max-width: 816px) {
	.online-meishi .block__content {
		padding: 0 20px;
	}
	.online-meishi .block__content .campaign-frame .campaign-inner {
		background-size: auto 140px;
		padding-top: 170px;
	}
	.online-meishi .block__content .campaign-frame .eight-image {
		position: absolute;
		right: 10px;
		width: 80px;
	}
}

@media (max-width: 767px) {
	.online-meishi {
		margin-top: 50px;
		padding-bottom: 0;
	}
	.online-meishi .block__content {
		max-width: 100%;
		padding: 0 20px;
	}
	.online-meishi .block__content .lead {
		font-size: 20px;
		text-align: left;
		margin-bottom: 27px;
	}
	.online-meishi .block__content .campaign-frame {
		padding: 2px;
		border-radius: 12px;
		max-width: 100%;
	}
	.online-meishi .block__content .campaign-frame .campaign-inner {
		background-image: url('/climbers/startup-japan/2025osaka/img/bg_online-meishi_sp.png');
		padding: 102px 12px 20px;
		background-size: auto 88px;
		border-radius: 10px;
		background-position: top right 0;
	}
	.online-meishi .block__content .campaign-frame .info-box {
		border: none;
		border-top: 1px solid #cfe5ff;
		border-radius: 0;
		padding: 16px 0 0;
		margin-bottom: 40px;
		position: relative;
		background: #fff;
		text-align: left;
	}
	.online-meishi .block__content .campaign-frame .lead-text {
		font-size: 16px;
		line-height: 1.7;
		text-align: left;
	}
	.online-meishi .block__content .campaign-frame .yellow-underline::after {
		bottom: 0;
		height: 2px;
	}
	.online-meishi .block__content .campaign-frame .lottery {
		margin-top: 8px;
		flex-direction: column;
		gap: 10px;
		font-size: 19px;
	}
	.online-meishi .block__content .campaign-frame .lottery-tag {
		font-size: 17px;
		padding: 4px 14px;
		width: 86px;
		text-align: center;
		margin-right: 0;
	}
	.online-meishi .block__content .campaign-frame .lottery-tag .mei {
		font-size: 13px;
	}
	.online-meishi .block__content .campaign-frame .lottery-number {
		font-size: 26px;
		position: relative;
		top: -1px;
	}
	.online-meishi .block__content .campaign-frame .lottery-item {
		gap: 4px;
	}
	.online-meishi .block__content .campaign-frame .prize-note {
		font-size: 14px;
		margin-top: 16px;
		background: none;
		display: block;
		line-height: 1.2;
		padding: 0;
		text-align: left;
	}
	.online-meishi .block__content .campaign-frame .prize-label {
		font-size: 14px;
		padding: 0 0 8px;
		display: block;
		border: none;
		border-radius: 0;
		border-bottom: 1px solid #0054ff;
		text-align: left;
		margin-bottom: 10px;
	}
	.online-meishi .block__content .campaign-frame .eight-image {
		width: 86px;
		right: 5px;
		bottom: -30px;
	}
}
@media (max-width: 750px) {
	.online-meishi .block__content .campaign-frame .eight-image {
		width: 80px;
	}
}

.online-meishi .block__content .gift {
	margin-top: 40px;
}
.online-meishi .block__content .gift .gift-txt {
	font-size: 20px;
	text-align: center;
	margin-top: 22px;
}
@media (max-width: 767px) {
	.online-meishi .block__content .gift {
		margin-top: 20px;
	}
	.online-meishi .block__content .gift .gift-txt {
		font-size: 14px;
		text-align: left;
		margin-top: 12px;
	}
}

/* close対応 */
.overview__tbl dd .close {
	display: block;
	font-size: 16px;
	margin-top: 20px;
}
.overview__tbl dd .close.mt10 {
	margin-top: 10px;
}

@media (max-width: 767px) {
	.overview__tbl dd .close {
		font-size: 14px;
		margin-top: 18px;
	}
	.overview__tbl dd .close.mt10 {
		margin-top: 4px;
	}
}

/* Update 2025.05.28 */
.pitch__gallery {
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: -32px;
	margin-bottom: 24px;
	padding: 0 14px;
}
.pitch__gallery li {
	width: calc(100% / 3 - (20px / 3 * 2));
}
.pitch__gallery li img {
	width: 100%;
	border-radius: 20px;
}
.pitch__winner {
	background: url('/climbers/startup-japan/2025osaka/img/pitch_bg.png') no-repeat center top / 100% auto;
	margin: 0 -40px 100px;
	padding: 45px 40px 0;
}
.pitch__winner h3 {
	font-size: 0;
	text-align: center;
	margin-bottom: 22px;
}
.pitch__winner_list {
	font-size: 0;
	display: flex;
	justify-content: space-between;
}
.pitch__winner_list li {
	width: calc(400 * 100% / 1400);
	padding-top: 188px;
}
.pitch__winner_list li:nth-child(2) {
	width: calc(520 * 100% / 1400);
	padding-top: 0;
}
.pitch__winner_list h4 {
	text-align: center;
	margin: 20px 0 0 0;
}
.pitch__winner_list img {
	border-radius: 20px;
}
.pitch__winner--award {
	margin: 0 -60px;
	padding: 45px 100px 0;
}
.pitch__winner--award .pitch__winner_list li:not(:nth-child(2)) {
	padding-top: 240px;
}
.award::after {
	height: 65%;
}
@media (min-width: 768px) {
	.footer {
		padding-bottom: 140px;
	}
}
@media (min-width: 1001px) {
	.sec__block--overflow .block__frame .frame__inner {
		overflow: visible;
	}
	.pitch__winner:not(.pitch__winner--award) {
		position: relative;
		background: none;
	}
	.pitch__winner::after {
		content: '';
		position: absolute;
		left: -54px;
		right: -54px;
		top: 0;
		bottom: 0;
		background: url('/climbers/startup-japan/2025osaka/img/pitch_bg.png') no-repeat center top / 100% auto;
	}
	.pitch__winner_in {
		position: relative;
		z-index: 1;
	}
	.pitch__winner--award::after {
		display: none;
	}
}
@media (max-width: 1000px) {
	.pitch__gallery {
		padding: 0;
		margin-bottom: 72px;
	}
	.pitch__gallery li {
		width: 100%;
	}
	.pitch__winner {
		background-image: url('/climbers/startup-japan/2025osaka/img/pitch_bg_sp.png');
		background-repeat: repeat-y;
		padding-top: 0;
	}
	.pitch__winner_list {
		justify-content: inherit;
		flex-wrap: wrap;
		gap: 40px;
	}
	.pitch__winner_list li:nth-child(2),
	.pitch__winner_list li {
		width: 100%;
		padding-top: 0;
		text-align: center;
	}
	.pitch__winner_list li:nth-child(2) {
		order: -1;
	}
	.pitch__winner--award {
		background-image: url('/climbers/startup-japan/2025osaka/img/pitch_bg2_sp.png');
		background-repeat: no-repeat;
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.pitch__winner--award .pitch__winner_list li:not(:nth-child(2)) {
		padding-top: 0;
	}
	.pitch__winner h3 {
		margin-bottom: 56px;
	}
	.sec__block--overflow .block__frame .frame__inner {
		overflow: visible;
	}
	.pitch__winner:not(.pitch__winner--award) {
		position: relative;
		background: none;
	}
	.pitch__winner::after {
		content: '';
		position: absolute;
		left: -20px;
		right: -20px;
		top: 0;
		bottom: 0;
		background: url('/climbers/startup-japan/2025osaka/img/pitch_bg_sp.png') no-repeat center top / 100% auto;
	}
	.pitch__winner_in {
		position: relative;
		z-index: 1;
	}
	.pitch__winner--award::after {
		display: none;
	}
}
@media (max-width: 767px) {
	.pitch__winner h3 img {
		width: 130px;
	}
	.pitch__winner {
		margin: 0 -20px 100px;
		padding: 0 20px;
	}
	.pitch__winner_list {
		gap: 60px;
	}
	.pitch__winner--award {
		margin: 80px -20px 0;
		padding: 0 20px 70px;
	}
	.award::after {
		height: 45%;
	}
	.pitch__winner--award .pitch__winner_list {
		gap: 20px;
	}
	.pitch__winner--award .pitch__winner_list li:nth-child(2) {
		margin-bottom: 20px;
	}
}
