@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/mdx-lgx/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: 100px;
		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 a{
	display: flex;
	align-items: center;
	gap: 16px;
}
#header .logo img {
	/* width: 100%; */
	height: auto;
	-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/mdx-lgx/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: 1520px) {
	.gnav .head__other {
		gap: 10px;
	}
	.gnav .menu {
		gap: 15px;
	}
	.gnav .menu li a {
		font-size: 13px;
	}
}

/* @media screen and (max-width: 1420px) and (min-width: 1300px) {
	#header .headInner {
		justify-content: space-between;
	}
	#header .logo {
		width: 160px;
	}
	#header .logo a{
		gap: 12px;
	}
	#header .logo img:first-child {
		width: 71px;
	}
	#header .logo img:last-child {
		width: 79px;
	}
	.gnav {
		width: calc(100% - 160px);
		padding-left: 25px;
	}
	.gnav .head__other .btn {
		width: 180px;
	}
} */

@media screen and (max-width: 1430px) {
	#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/mdx-lgx/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/mdx-lgx/img/bg_kv.jpg) no-repeat center bottom / cover;
	/* min-height: 1065px; */
	height: 100vh;
	padding: 0;
	text-align: center;
	position: relative;
}

#mainvisual .container {
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

@media screen and (max-height: 800px){
	#mainvisual .mv__label{
		width: 600px;
	}
	#mainvisual h1 img.pc{
		width: 550px;
	}
}

#mainvisual .mv__label {
	margin-bottom: 35px;
}
#mainvisual .climbers {
	position: absolute;
	right: 40px;
	top: 92px;
}
#mainvisual .mv__btn {
	max-width: 500px;
	width: 100%;
	height: 80px;
	margin-top: 40px;
}
#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/mdx-lgx/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 {
		height: 576px;
	}
	#mainvisual .container {
		height: 100%;
	}
	#mainvisual .mv__label{
		max-width: 380px;
		width: 100%;
		margin-bottom: 16px;
	}
	#mainvisual h1 img {
		width: 100%;
		max-width: 300px;
	}
	#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 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 80px;
	margin: 0 0 40px;
}
.footer .logo img:first-child {
	max-width: 487px;
	width: 40%;
}
.footer .logo img:last-child {
	max-width: 545px;
	width: 45%;
}
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;
	}

	.footer .logo{
		gap: 50px;
	}
}
@media screen and (max-width: 767px) {
	.footer .logo {
		margin: 0 auto 20px;
		flex-direction: column;
		align-items: baseline;
		gap: 0;
		width: 75%;
	}
	.footer .logo img:first-child{
		width: 93%;
	}
	.footer .logo img:last-child {
		width: 100%;
	}
	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;
	position: relative;
}
.diagram .sec__title02 {
	margin-bottom: 60px;
}
.diagram .diagram__map {
	position: relative;
	max-width: 1600px;
	margin: 0 auto;
}
.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;
}
@media screen and (min-width: 1601px){
	.diagram .diagram__map .map__banner {
		width: 230px;
	}
	.diagram .diagram__map .banner1{
		right: 490px;
		bottom: 140px;
	}

	.diagram .diagram__map .banner2{
		right: 64px;
		top: 285px;
	}

	.diagram .event__list{
		margin: -72px auto 60px !important;
	}
}
.diagram .map__img img {
	width: 100%;
}

.diagram .event__list{
	display: flex;
	/* flex-wrap: wrap; */
	justify-content: center;
	gap: 20px;
	margin: -4.5% auto 60px;
	max-width: 1380px;
	width: 90%;
}
.diagram .event__list .event__block{
	max-width: 680px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	position: relative;
}

.diagram .event__list .event__block::after{
	content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: 20px;
    z-index: -1;
}

.diagram .event__list .event__block.mdx::after{
    background: linear-gradient(90deg, #FF8B00 0%, #FF2E00 19%, #FF2100 35%, #FF0F00 53%, #FF0300 74%, #FF0000 100%);
}

.diagram .event__list .event__block.lgx::after{
    background: linear-gradient(90deg, #39D298 0%, #00BCCF 19%, #00A2E1 35%, #008FED 53%, #0083F4 74%, #0080F7 100%);
}

.diagram .event__list .event__block.mdx{
	background: url(/climbers/startup-japan/2025osaka/mdx-lgx/img/mdx_bg.png) no-repeat;
	background-position: center;
}

.diagram .event__list .event__block.lgx{
	background: url(/climbers/startup-japan/2025osaka/mdx-lgx/img/lgx_bg.png) no-repeat;
	background-position: center;
}

.diagram .event__list .event__block.mdx img{
	max-width: 394px;
	width: 75%;
}
.diagram .event__list .event__block.lgx img{
	max-width: 443px;
	width: 85%;
}
@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;
	}

	.diagram .event__list{
		position: absolute;
		top:43%;
		left: 5%
	}

	.diagram .event__list .event__block{
		border-radius: 14px;
	}

	.diagram .event__list .event__block::after{
		border-radius: 14px;
	}
}
@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: 80px;
}
.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__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/mdx-lgx/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/mdx-lgx/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%;
	}
}

/* Conference */
.conference {
	padding: 360px 0 120px;
	background: url(/climbers/startup-japan/2025osaka/mdx-lgx/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/mdx-lgx/img/confer_bg1.png) no-repeat center right / 100% auto;
}
.conference .banner02 .banner__img {
	background: url(/climbers/startup-japan/2025osaka/mdx-lgx/img/confer_bg2.png) no-repeat center left / 100% auto;
}
.conference .banner03 .banner__img {
	background: url(/climbers/startup-japan/2025osaka/mdx-lgx/img/confer_bg3.png) no-repeat center right / 100% auto;
}
.conference .banner04 .banner__img {
	background: url(/climbers/startup-japan/2025osaka/mdx-lgx/img/confer_bg4.png) no-repeat center right / 100% auto;
}
.conference .banner05 .banner__img {
	background: url(/climbers/startup-japan/2025osaka/mdx-lgx/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;
}
.sec__program .sec__textarea{
	text-align: center;
}
.sec__program .sec__textarea h4{
	font-size: 40px;
	font-weight: 700;
	width: 100%;
	max-width: 842px;
	margin: 0 auto;
	/* padding: 12px 0; */
	background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.80) 20%, rgba(255, 255, 255, 0.80) 60%, #FFF 100%),linear-gradient(90deg, rgba(244, 108, 86, 0.00) 0%, #F46C56 10%, #F43B7B 25%, #FF49C4 40%, #984FE8 60%, #2F86FF 75%, #05C654 90%, rgba(5, 198, 84, 0.00) 100%);
}
.sec__program .sec__textarea p{
	font-size: 24px;
	font-weight: 700;
	margin-top: 24px;
}
.sec__btnarea{
	margin-top: 60px;
	text-align: center;
}
.sec__btnarea p:first-child{
	font-size: 20px;
	color: #0C0E51;
}
.conference .sec__btnarea .sec__btn {
	margin: 32px auto 0;
}
/* @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 100px;
	}
	.conference .sec__flexBlock {
		margin-bottom: 40px;
	}
	.conference .sec__btn {
		margin: 60px auto;
	}
	.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/mdx-lgx/img/confer_bg1_sp.png) no-repeat center left / cover;
		margin-left: -20px;
	}
	.conference .banner02 .banner__img {
		background: url(/climbers/startup-japan/2025osaka/mdx-lgx/img/confer_bg2_sp.png) no-repeat center right / cover;
		margin-right: -20px;
	}
	.conference .banner03 .banner__img {
		background: url(/climbers/startup-japan/2025osaka/mdx-lgx/img/confer_bg3_sp.png) no-repeat center left / cover;
		margin-right: -20px;
	}
	.conference .banner04 .banner__img {
		background: url(/climbers/startup-japan/2025osaka/mdx-lgx/img/confer_bg4_sp.png) no-repeat center right / cover;
		margin-left: -20px;
	}
	.conference .banner05 .banner__img {
		background: url(/climbers/startup-japan/2025osaka/mdx-lgx/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;
	}

	.sec__program .sec__textarea h4{
		font-size: 20px;
		padding: 12px 0;
	}
	.sec__program .sec__textarea p{
		font-size: 16px;
		margin-top: 16px;
	}
	.sec__program .sec__btnarea p{
		font-size: 14px;
	}
}
@media screen and (max-width: 400px) {
	.conference .block__announcer .block__inner {
		padding: 0 15px 30px;
	}
}

/* Ceremony */
.ceremony {
	padding: 0 0 80px;
}
.ceremony__banner {
	margin: 0 0 60px;
	position: relative;
}
.ceremony__banner .ceremony__map {
	background: url(/climbers/startup-japan/2025osaka/mdx-lgx/img/ceremony_bg.jpg) no-repeat center right / cover;
	border-radius: 40px;
	display: flex;
	justify-content: flex-start;
	padding: 39px 40px 38px;
	position: relative;
	z-index: 2;
}
.ceremony__banner .ceremony__map img {
	max-width: 782px;
	width: 100%;
}
.ceremony__ribbon {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), linear-gradient(307.82deg, #ff9300 0.51%, #ff5b00 25.38%, #ec00ee 50.25%, #0094ff 75.13%, #00c56b 100%);
	border: 2px solid #fff;
	border-radius: 20px;
	padding: 26px 38px 44px;
	overflow: hidden;
}
.ribbon__title {
	color: rgba(0, 0, 0, 0.8);
	font-size: 32px;
	font-weight: 700;
	padding-left: 39px;
	margin-bottom: 18px;
	position: relative;
}
.ribbon__title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 30px;
	height: 28px;
	background: url(/climbers/startup-japan/2025osaka/mdx-lgx/img/ico_scissor.svg) no-repeat center center / 100% auto;
}
.ribbon__title small {
	font-size: 14px;
	font-weight: 500;
}
.ribbon__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 58px 50px;
	margin-bottom: 58px;
}
.ribbon__list .item {
	width: 240px;
}
.ribbon__list .item a:hover {
	opacity: 0.5;
}
.ribbon__list .item__img {
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 17px;
	position: relative;
}
.ribbon__list .item__img::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 2px solid #fff;
	border-radius: 16px;
	opacity: 0.4;
}
.ribbon__list .item__company {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 5px;
}
.ribbon__list .item__position {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 12px;
}
.ribbon__list .item__name {
	color: rgba(36, 36, 36, 0.8);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
}
.ribbon__frame .frame__head {
	border-radius: 20px 0 0 0;
	background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.7) 40.75%, rgba(255, 255, 255, 0.6) 77.46%, rgba(255, 255, 255, 0) 100%), linear-gradient(90deg, #f46c56 25%, #f43b7b 35.4%, #ff49c4 45.63%, #984fe8 57.99%, #2f86ff 70%, #05c654 81.15%, rgba(5, 198, 84, 0) 100%);
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 17px 34px;
}
.ribbon__frame .frame__head p {
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	color: #0c0e51;
}
.ribbon__frame .frame__head p > span {
	display: block;
}
.ribbon__frame .frame__head .date {
	margin-top: 6px;
}
.ribbon__frame .frame__head .num {
	font-size: 29px;
}
.ribbon__frame .frame__cnt {
	background: linear-gradient(90deg, #ffffff 58.11%, rgba(255, 255, 255, 0) 100%);
	display: flex;
	align-items: center;
	border-radius: 0 0 0 20px;
	position: relative;
}
.ribbon__frame .frame__cnt .frame__img {
	max-width: 840px;
	width: 100%;
	position: relative;
}
.ribbon__frame .frame__cnt .frame__img > img {
	border-radius: 0 0 0 20px;
}
.ribbon__frame .frame__cnt .frame__img ul {
	display: flex;
	justify-content: space-between;
	width: 54.76%;
	left: 23.45%;
	bottom: -5%;
	position: absolute;
}
.ribbon__frame .frame__cnt .frame__img ul li {
	width: 21.74%;
	border-radius: 4px;
	filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.16));
	overflow: hidden;
}
.ribbon__frame .frame__cnt .frame__infor {
	margin-left: -60px;
	position: relative;
	z-index: 1;
}
.ribbon__frame .frame__cnt .frame__infor .title {
	font-size: 27px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 15px;
}
.ribbon__frame .frame__cnt .frame__infor .text {
	font-size: 20px;
	line-height: 1.2;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.ribbon__frame .frame__cnt .frame__infor .text li {
	display: flex;
	align-items: center;
}
.ribbon__frame .frame__cnt .frame__infor .text span {
	display: inline-block;
	margin-left: 16px;
}
@media screen and (min-width: 768px) {
	.ceremony__banner::after {
		content: '';
		position: absolute;
		top: 0;
		left: -70%;
		height: 100%;
		width: 100vw;
		background: #fff;
	}
}
@media screen and (max-width: 1550px) and (min-width: 1201px) {
	.ribbon__frame .frame__cnt .frame__img {
		max-width: 100%;
		width: 60%;
	}
	.ribbon__frame .frame__cnt .frame__infor .title {
		font-size: 1.81vw;
	}
	.ribbon__frame .frame__cnt .frame__infor .text {
		font-size: 1.29vw;
	}
}
@media screen and (max-width: 1200px) {
	.ribbon__frame .frame__cnt {
		flex-wrap: wrap;
	}
	.ribbon__frame .frame__cnt .frame__infor,
	.ribbon__frame .frame__cnt .frame__img {
		width: 100%;
		max-width: 100%;
	}
	.ribbon__frame .frame__cnt .frame__img > img {
		border-radius: 0;
	}
	.ribbon__frame .frame__cnt .frame__infor {
		margin: 0;
		padding: 60px 20px 20px;
	}
}
@media screen and (max-width: 767px) {
	.ceremony {
		padding: 0 0 60px;
	}
	.ceremony__banner {
		margin: 0 0 32px;
	}
	.ceremony__banner .ceremony__map {
		background: url(/climbers/startup-japan/2025osaka/mdx-lgx/img/ceremony_bg_sp.png) no-repeat center bottom / cover;
		padding: 5.33vw 5.33vw 47.47vw;
	}
	.ceremony__ribbon {
		background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), linear-gradient(275.82deg, #ff9300 0.51%, #ff5b00 25.38%, #ec00ee 50.25%, #0094ff 75.13%, #00c56b 100%);
		padding: 17px 20px 20px;
	}
	.ribbon__title {
		font-size: 20px;
		padding-left: 34px;
	}
	.ribbon__title::before {
		width: 26px;
		height: 24px;
		top: 2px;
	}
	.ribbon__title small {
		font-size: 12px;
		display: block;
	}
	.ribbon__list {
		gap: 27px 15px;
		margin-bottom: 38px;
	}
	.ribbon__list .item {
		width: calc((100% - 15px) / 2);
	}
	.ribbon__list .item__company {
		font-size: 16px;
		margin-bottom: 3px;
	}
	.ribbon__list .item__position {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.ribbon__list .item__name {
		font-size: 14px;
	}
	.ribbon__frame .frame__head {
		border-radius: 8px 0 0 0;
		padding: 16px 16px 13px;
		flex-wrap: wrap;
		gap: 9px;
	}
	.ribbon__frame .frame__head h4 {
		width: 155px;
	}
	.ribbon__frame .frame__head p {
		font-size: 12px;
	}
	.ribbon__frame .frame__head p .date {
		font-size: 14px;
	}
	.ribbon__frame .frame__head p .num {
		font-size: 20px;
	}
	.ribbon__frame .frame__cnt {
		border-radius: 0 0 0 8px;
	}
	.ribbon__frame .frame__cnt .frame__img ul {
		width: 66.13vw;
		left: 4.27vw;
		bottom: -9.6vw;
	}
	.ribbon__frame .frame__cnt .frame__img ul li {
		width: 19.2vw;
	}
	.ribbon__frame .frame__cnt .frame__infor {
		padding: 21px 16px 12px;
	}
	.ribbon__frame .frame__cnt .frame__infor .title {
		font-size: 20px;
		line-height: 1.4;
		margin-bottom: 10px;
	}
	.ribbon__frame .frame__cnt .frame__infor .text {
		font-size: 18px;
		line-height: 1.3;
		gap: 9px;
	}
	.ribbon__frame .frame__cnt .frame__infor .text li {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: flex-start;
	}
	.ribbon__frame .frame__cnt .frame__infor .text span {
		display: block;
		margin: 0;
	}
}

.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/mdx-lgx/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/mdx-lgx/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.bg-white {
	background: #FFF;
}
.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.bg-white .block__inner > * {
	color: #000;
}
.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.bg-white .block__inner::after{
	display: none;
}
.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(3) .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(3) .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;
	}
}

/* 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/mdx-lgx/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(/climbers/startup-japan/2025osaka/mdx-lgx/img/point_bg02.png) no-repeat top left / cover;
	border-radius: 20px;
	padding: 23px 40px 60px;
	margin-bottom: 32px;
	position: relative;
}
.exhibition .exhibition__map img {
	max-width: 492px;
	width: 100%;
}
.exhibition .exhibition__map span {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	right: 26px;
	bottom: 18px;
	position: absolute;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5), -1px 1px 0 rgba(0, 0, 0, 0.5), 1px -1px 0 rgba(0, 0, 0, 0.5), -1px -1px 0 rgba(0, 0, 0, 0.5), 1px 0 0 rgba(0, 0, 0, 0.5), -1px 0 0 rgba(0, 0, 0, 0.5), 0 1px 0 rgba(0, 0, 0, 0.5), 0 -1px 0 rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
	.exhibition {
		padding: 40px 0 0;
	}
	.exhibition .exhibition__map {
		background: url(/climbers/startup-japan/2025osaka/mdx-lgx/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(/climbers/startup-japan/2025osaka/mdx-lgx/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: 830px;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.point {
		padding: 0 0 54px;
	}
	.point .point__map {
		background: url(/climbers/startup-japan/2025osaka/mdx-lgx/img/point_bg01_sp.png) no-repeat bottom center / cover;
		padding: 0 0 275px;
	}
}

.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/mdx-lgx/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/mdx-lgx/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/mdx-lgx/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/mdx-lgx/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/mdx-lgx/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;
}

/* 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;
	}
}
