@charset "utf-8";
body {
	/* font-family: 'DIN 2014', YuGothic, '游ゴシック', sans-serif; */
	font-family: 'din-2014', 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, sans-serif;
	color: #242424;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
@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: 1400px;
	margin: 0 auto;
}
.sec__title01 {
	font-size: 100px;
	font-weight: 700;
	color: #fff;
	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, #ff9100 0%, #ff00aa 25%, #9d00ce 50%, #5a00fc 75%, #00b7ec 100%);
}
.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 {
	color: #fff;
	font-size: 16px;
	flex-direction: column;
	cursor: pointer;
	background: linear-gradient(95deg, #ff9100 6.44%, #ff00aa 27.92%, #9d00ce 49.39%, #5a00fc 70.87%, #00b7ec 92.35%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 24px;
	text-align: center;
	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, #ff9300 0%, #ff5b00 25%, #ec00ee 50%, #0094ff 75%, #00c56b 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/newbiz-daikaigi/2025osaka/img/arr_circle_orange.svg) no-repeat center center / 100% auto;
}
.btn__black * {
	position: relative;
	z-index: 2;
}
.btn__black::after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	background: #000;
	border-radius: 24px;
	z-index: 1;
}
.btn__multi {
	color: #fff;
	font-weight: 700;
	background: linear-gradient(95deg, #ff9100 6.44%, #ff00aa 27.92%, #9d00ce 49.39%, #5a00fc 70.87%, #00b7ec 92.35%);
	position: relative;
}
.btn__multi::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #fff;
	opacity: 40%;
	border-radius: 80px;
	z-index: 1;
}
.btn__black:hover,
.btn__multi:hover {
	opacity: 0.8;
}
.btn__bord {
	font-size: 14px;
	font-weight: 700;
	border: 1px solid rgba(0, 0, 0, 0.8);
	border-radius: 24px;
	color: rgba(0, 0, 0, 0.8);
}
.btn__more {
	font-size: 40px;
	background: linear-gradient(90deg, #00b244 0%, #3166f1 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	position: relative;
	z-index: 2;
	transition: all 0.3s ease;
}
.obj {
	position: absolute !important;
	z-index: 1 !important;
}
.obj01 {
	width: 154px;
	height: 154px;
}
.obj02 {
	width: 180px;
	height: 180px;
}
.obj03 {
	width: 135px;
	height: 135px;
}
.obj04 {
	width: 172px;
	height: 172px;
}
.obj05 {
	width: 114px;
	height: 114px;
}
.obj06 {
	width: 193px;
	height: 193px;
}
.obj07 {
	width: 194px;
	height: 194px;
}
.obj08 {
	width: 132px;
	height: 132px;
}
@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;
	}
	.btn__more:hover {
		opacity: 0.8;
	}
	.palt_pc {
		font-feature-settings: 'palt';
	}
	.sp {
		display: none;
	}
}
@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;
	}
	.btn__more {
		font-size: 24px;
	}
	.sec__description {
		margin-bottom: 42px;
		font-size: 14px;
	}
	.obj01 {
		width: 66px;
		height: 66px;
	}
	.obj02 {
		width: 78px;
		height: 78px;
	}
	.obj03 {
		width: 60px;
		height: 60px;
	}
	.obj04 {
		width: 172px;
		height: 172px;
	}
	.obj05 {
		width: 54px;
		height: 54px;
	}
	.obj06 {
		width: 83px;
		height: 83px;
	}
	.obj07 {
		width: 71px;
		height: 71px;
	}
	.obj08 {
		width: 73px;
		height: 73px;
	}
	.obj09,
	.obj10 {
		width: 60px;
		height: 60px;
	}
}
@media screen and (max-width: 400px) {
	.container {
		padding: 0 15px;
	}
}

/* bg */
.block__bg {
	position: relative;
}
#bg {
	position: absolute;
	left: 0;
	top: -340px;
	z-index: -1;
	width: 100%;
	height: calc(100% + 340px);
	opacity: 0;
	background: linear-gradient(105.28deg, #ffa733 0%, #ff33bb 25%, #b133d8 50%, #7b33fd 75%, #33c5f0 100%);
}
#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) {
	#bg {
		top: -152px;
		height: calc(100% + 152px);
	}
	.sec__title02 {
		height: 67px;
		margin-bottom: 41px;
	}
}

/* Header */
html.active {
	overflow: hidden;
}
#header {
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	transition: all 0.3s ease;
}
#header .headInner {
	width: 100%;
	height: 100%;
	padding: 0 40px;
	display: flex;
	align-items: center;
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(6px);
}
#header .logo {
	margin-bottom: 14px;
	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;
	color: #fff;
	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/newbiz-daikaigi/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(255, 255, 255, 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 {
	width: 200px;
	height: 48px;
}
.gnav .head__other .btn:hover {
	opacity: 0.8;
}
.gnav .head__other .btn span {
	font-weight: 700;
}
.gnav .head__other .btn small {
	font-size: 75%;
	font-weight: 400;
	line-height: 1;
}
@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: #000;
		border-radius: 8px;
	}
	.gnav .menu .hasSub .submenu.active {
		opacity: 1;
		visibility: visible;
		transform: translate(0, 10px);
	}
	.gnav .menu .hasSub .submenu li a {
		justify-content: center;
	}
}

@media screen and (max-width: 1500px) {
	.gnav .head__other {
		gap: 10px;
	}
	.gnav .menu {
		gap: 15px;
	}
}

@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: #000;
		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: space-between;
		padding: 122px 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/newbiz-daikaigi/2025osaka/img/ico_arr_right_w.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: #fff;
		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%;
	}
	.gnav .head__other .btn__multi::after {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	#header {
		height: 68px;
	}
	#header .headInner {
		padding: 0 16px 0 20px;
		background: #000;
	}
	#header .logo {
		width: 167px;
		margin-bottom: 0;
	}
}

/* Mainvisual */
main {
	overflow: hidden;
}
#mainvisual {
	background: url(/climbers/newbiz-daikaigi/2025osaka/img/bg_kv.jpg) no-repeat center top / cover;
	text-align: center;
	padding: 80px 0 300px;
	position: relative;
}
#mainvisual::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -150px;
	width: 100%;
	height: 500px;
	background: url(/climbers/newbiz-daikaigi/2025osaka/img/bg_kv_eff.png) no-repeat center top / cover;
}
#mainvisual .container {
	max-width: 1600px;
	/* height: calc(100vh - 80px); */
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 50px 0;
	padding-top: 108px;
	position: relative;
}
#mainvisual .mv__block {
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 50%;
}
#mainvisual .mv__block.block02 .block__img {
	max-width: 739px;
}
#mainvisual .mv__block .block__btn {
	max-width: 500px;
	width: 100%;
	height: 90px;
	margin-top: 52px;
	border-radius: 45px;
	background: #fff;
}
#mainvisual .mv__block .block__btn .btn {
	border-radius: 45px;
	font-size: 36px;
}
#mainvisual h1 {
	width: 521px;
	position: relative;
}
#mainvisual h1::before,
#mainvisual h1::after {
	content: '';
	position: absolute;
	left: 50%;
}
#mainvisual h1::before {
	width: 1150px;
	height: 431px;
	top: -186px;
	mix-blend-mode: screen;
	transform: translateX(-41%);
	background: url(/climbers/newbiz-daikaigi/2025osaka/img/img_kv02.png) no-repeat center center / 100% auto;
}
#mainvisual h1::after {
	width: 976px;
	height: 488px;
	top: -26px;
	transform: translateX(-48%);
	background: url(/climbers/newbiz-daikaigi/2025osaka/img/img_kv01a.png) no-repeat center center / 100% auto;
}
#mainvisual h1 img {
	position: relative;
	z-index: 1;
}
#mainvisual .climbers {
	position: absolute;
	right: 20px;
	top: 0;
	z-index: 1;
}
.fixed-btn {
	background: #fff;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 11;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 5;
}
.fixed-btn.fixed {
	opacity: 1;
	visibility: visible;
}
.fixed-btn.hide {
	opacity: 0;
	visibility: hidden;
}
.fixed-btn a {
	background-image: url(/climbers/newbiz-daikaigi/2025osaka/img/bg_btn_fixed.jpg);
	background-size: 200vw 100vh;
	animation: gradient 15s linear infinite;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100px;
	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: 1401px) {
	#mainvisual .mv__block.block01 {
		margin-right: -7px;
	}
	#mainvisual .mv__block.block02 {
		margin-right: -59px;
	}
}
@media screen and (min-width: 768px) {
	.fixed-btn a:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 1400px) {
	#mainvisual .container {
		flex-direction: column;
		justify-content: center;
	}
	#mainvisual .mv__block {
		width: 100%;
	}
}
@media screen and (max-width: 900px) {
	#mainvisual {
		height: auto;
		min-height: auto;
	}
	#mainvisual .climbers {
		right: 5px;
		top: 77px;
	}
	.fixed-btn a .present {
		font-size: 16px;
		margin: 2px auto 9px;
	}
}
@media screen and (max-width: 767px) {
	#mainvisual {
		background: url(/climbers/newbiz-daikaigi/2025osaka/img/bg_kv_sp.jpg) no-repeat center top / cover;
		padding: 0 0 42.2vw;
	}
	#mainvisual::after {
		bottom: 0;
		height: 31.2vw;
	}
	#mainvisual .container {
		/* height: calc(100vh - 68px); */
		padding: 0;
		gap: 45px 0;
	}
	#mainvisual h1::before,
	#mainvisual h1::after {
		display: none;
	}
	#mainvisual h1,
	#mainvisual h1 img {
		width: 100%;
	}
	#mainvisual .mv__block.block02 {
		flex-direction: column-reverse;
	}
	#mainvisual .mv__block.block02 .block__img {
		max-width: 767px;
		width: 100%;
	}
	#mainvisual .mv__block.block02 .block__img img {
		width: 100%;
	}
	#mainvisual .mv__block .block__btn {
		margin: 0 0 46px;
		width: 90%;
		max-width: 375px;
		height: 60px;
	}
	/* .fixed-btn {
		opacity: 1;
		visibility: visible;
	} */
	.fixed-btn.fixed {
		bottom: 0;
		padding: 0;
		position: fixed;
	}
	.fixed-btn a {
		height: 80px;
		position: relative;
	}
	.fixed-btn.fixed a {
		border-radius: 0;
		height: 80px;
	}
	.fixed-btn.fixed a::after {
		display: none;
	}
}

.footer {
	background-color: #000;
	color: #fff;
	padding: 142px 0 100px;
}
.footer .logo {
	margin: 0 0 92px;
}
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: 80px 0 160px;
	}
}
@media screen and (max-width: 767px) {
	.footer .logo {
		margin: 0 0 20px;
	}
	.footer .logo img {
		width: 174px;
		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;
	}
}

/* Intro */
.intro {
	padding: 100px 0 30px;
}
.intro .sec__title02 {
	margin-bottom: 54px;
}
.intro .container {
	position: relative;
}
.intro .container > * {
	position: relative;
	z-index: 2;
}
.intro .intro__content {
	background: url(/climbers/newbiz-daikaigi/2025osaka/img/intro_bg.png) no-repeat center right / auto 100%;
	padding: 36px 0 0;
	position: relative;
}
.intro .intro__content .container {
	position: relative;
}
.intro .intro__text {
	font-size: 22px;
	font-weight: 700;
	line-height: 180%;
	margin: 0 0 41px;
}
.intro .intro__text span {
	font-size: 40px;
	line-height: 143%;
	background: linear-gradient(90deg, #3166f1 0%, #00b244 100%), #239ea7;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}
.intro .intro__video {
	margin: 157px auto 0;
	max-width: 1174px;
	width: 73.38vw;
}
.intro .intro__video .video {
	border-radius: 20px;
	overflow: hidden;
	height: 41.25vw;
	position: relative;
	z-index: 3;
}
.intro .intro__video .video iframe {
	width: 100%;
	height: 100%;
}
.intro .obj01 {
	top: -444px;
	left: 70px;
}
.intro .obj02 {
	top: -352px;
	right: 121px;
}
.intro .obj03 {
	top: 107px;
	left: 35px;
}
.intro .obj04 {
	bottom: 35px;
	left: -155px;
}
.intro .obj05 {
	top: -57px;
	right: -82px;
	z-index: 2 !important;
}
.intro .obj06 {
	bottom: 202px;
	left: -163px;
}
.intro .obj07 {
	bottom: -97px;
	right: -275px;
}

@media screen and (max-width: 1000px) {
	.intro .intro__content {
		background: url(/climbers/newbiz-daikaigi/2025osaka/img/intro_bg_sp.png) no-repeat bottom right / auto 50vw;
		padding: 36px 0 50vw;
	}
}
@media screen and (max-width: 767px) {
	.intro {
		padding: 54px 0 80px;
	}
	.intro .sec__title02 {
		height: 107px;
		margin-bottom: 23px;
	}
	.intro .intro__text {
		font-size: 16px;
	}
	.intro .intro__text span {
		font-size: 28px;
		line-height: 168%;
	}
	.intro .intro__content {
		background: url(/climbers/newbiz-daikaigi/2025osaka/img/intro_bg_sp.png) no-repeat bottom right / auto 86.4vw;
		padding: 36px 0 86.4vw;
	}
	.intro .intro__video {
		margin: 60px auto 0;
		width: 89.33vw;
	}
	.intro .intro__video .video {
		height: 50.13vw;
	}
	.intro .obj01 {
		top: -70px;
		left: -24px;
	}
	.intro .obj02 {
		top: -140px;
		right: -18px;
	}
	.intro .obj03 {
		top: -220px;
		left: 20px;
	}
	.intro .obj05 {
		top: -35px;
		right: 38px;
	}
	.intro .obj06 {
		bottom: -40px;
		left: -42px;
	}
	.intro .obj07 {
		bottom: -101px;
		right: 6px;
	}
	.intro .obj08 {
		bottom: 0;
		right: -36px;
	}
	.intro .obj09 {
		top: 220px;
		right: 36px;
	}
	.intro .obj10 {
		bottom: 280px;
		left: 10px;
	}
}

/* Summit */
.summit {
	background: url(/climbers/newbiz-daikaigi/2025osaka/img/summit_bg.png) no-repeat center top / cover;
	padding: 90px 0 160px;
}
.summit .sec__title02 {
	margin-bottom: 31px;
}
.summit .sec__text {
	font-size: 20px;
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 39px;
}
.summit__infor {
	margin-bottom: 100px;
}
.summit__infor .infor__group {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	position: relative;
}
.summit__infor .infor__block {
	border-radius: 12px;
	background-blend-mode: overlay, normal;
	width: calc(50% - 30px);
	padding: 0 3px 16px;
	position: relative;
}
.summit__infor .infor__block::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #fff;
	border-radius: 12px;
	opacity: 40%;
	z-index: 1;
}
.summit__infor .infor__block.block01 {
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%), #3166f1;
	color: #3166f1;
}
.summit__infor .infor__block.block01::before {
	content: '';
	position: absolute;
	top: 25px;
	right: -145px;
	width: 230px;
	height: 70px;
	background: url(/climbers/newbiz-daikaigi/2025osaka/img/ico_summit.png) no-repeat center center / 100% auto;
	z-index: 2;
}
.summit__infor .infor__block.block02 {
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%), #00b244;
	color: #00b244;
}
.summit__infor .block__title {
	color: #fff;
	text-align: center;
	padding: 17px 5px 8px;
}
.summit__infor .block__title h3 {
	font-weight: 700;
	font-size: 48px;
	line-height: 120%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}
.summit__infor .block__title small {
	font-size: 32px;
	padding-left: 12px;
}
.summit__infor .block__title small span {
	font-weight: 400;
	padding-left: 8px;
}
.summit__infor .block__title > span {
	font-size: 20px;
	font-weight: 500;
}
.summit__infor .block__content {
	background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
}
.summit__infor .block__content .item {
	padding: 18px 30px 14px;
	position: relative;
}
.summit__infor .block__content .item:not(:first-child)::after {
	content: '';
	position: absolute;
	top: 0;
	left: 24px;
	right: 24px;
	height: 1px;
	opacity: 30%;
}
.summit__infor .infor__block.block01 .block__content .item:not(:first-child)::after {
	background: #3166f1;
}
.summit__infor .infor__block.block02 .block__content .item:not(:first-child)::after {
	background: #00b244;
}
.summit__infor .block__content .item > p {
	font-weight: 700;
	font-size: 26px;
	font-feature-settings: 'palt';
	text-align: center;
	margin: 13px 0;
}
.summit__infor .block__content .item h4 {
	padding-left: 26px;
	position: relative;
}
.summit__infor .block__content .item h4::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 24px;
}
.summit__infor .infor__block.block01 .block__content .item:nth-child(1) h4::before {
	background: url(/climbers/newbiz-daikaigi/2025osaka/img/ico_num01_b.png) no-repeat center center / 100% auto;
}
.summit__infor .infor__block.block01 .block__content .item:nth-child(2) h4::before {
	background: url(/climbers/newbiz-daikaigi/2025osaka/img/ico_num02_b.png) no-repeat center center / 100% auto;
}
.summit__infor .infor__block.block01 .block__content .item:nth-child(3) h4::before {
	background: url(/climbers/newbiz-daikaigi/2025osaka/img/ico_num03_b.png) no-repeat center center / 100% auto;
}
.summit__infor .infor__block.block02 .block__content .item:nth-child(1) h4::before {
	background: url(/climbers/newbiz-daikaigi/2025osaka/img/ico_num01_g.png) no-repeat center center / 100% auto;
}
.summit__infor .infor__block.block02 .block__content .item:nth-child(2) h4::before {
	background: url(/climbers/newbiz-daikaigi/2025osaka/img/ico_num02_g.png) no-repeat center center / 100% auto;
}
.summit__infor .infor__block.block02 .block__content .item:nth-child(3) h4::before {
	background: url(/climbers/newbiz-daikaigi/2025osaka/img/ico_num03_g.png) no-repeat center center / 100% auto;
}
.summit__infor .block__content .item h4 span {
	font-size: 20px;
	font-weight: 700;
	color: #242424;
}
.summit__infor .block__content .item li {
	font-size: 20px;
	font-weight: 500;
	line-height: 150%;
	color: #242424;
	padding-left: 26px;
	position: relative;
}
.summit__infor .block__content .item li::before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	background: #242424;
	border-radius: 100%;
	top: 12px;
	left: 8px;
}
.summit__infor .btn {
	font-size: 18px;
	font-weight: 700;
	width: 200px;
	height: 48px;
	margin: 24px auto 0;
}
.summit__infor .btn span {
	padding-right: 40px;
}
.summit__infor .btn span::before,
.summit__infor .btn span::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 14px;
	height: 1px;
	background: #fff;
	transition: all 0.3s ease;
}
.summit__infor .btn span::after {
	transform: rotate(90deg);
}
.summit__infor .btn.active span::after {
	opacity: 0;
}
.summit__list {
	background: radial-gradient(50% 50% at 50% 50%, #ffffff 0%, rgba(255, 255, 255, 0.7) 100%);
	border: 4px solid #ffffff;
	backdrop-filter: blur(16px);
	border-radius: 12px;
	padding: 48px 59px 21px;
	display: flex;
	gap: 60px;
}
.summit__list .item__thumb {
	box-shadow: 0px 79px 32px rgba(9, 129, 105, 0.01), 0px 45px 27px rgba(9, 129, 105, 0.05), 0px 20px 20px rgba(9, 129, 105, 0.08), 0px 5px 11px rgba(9, 129, 105, 0.09);
	border-radius: 12px;
	overflow: hidden;
	position: relative;
}
.summit__list .item__thumb::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #fff;
	border-radius: 12px;
	opacity: 0.4;
}
.summit__list .item__thumb figcaption {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	border-radius: 12px 0 12px 0;
	padding: 4px 10px;
}
.summit__list .item__thumb figcaption span {
	font-size: 26px;
	font-weight: 700;
	background: linear-gradient(90deg, #3166f1 0%, #00b244 100%), #239ea7;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}
.summit__list .item__content {
	padding: 31px 10px 0;
}
.summit__list .item__text {
	font-size: 20px;
	font-weight: 700;
	line-height: 140%;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.summit__infor .block__content .item__hide {
		display: none;
	}
}
@media screen and (max-width: 1250px) {
	.summit__infor .infor__block.block01::before {
		width: 160px;
		height: 50px;
		right: -110px;
	}
	.summit__infor .block__title h3 {
		flex-wrap: wrap;
		flex-direction: column;
	}
}
@media screen and (max-width: 1000px) {
	.summit__list {
		padding: 28px 20px;
		gap: 20px;
	}
}
@media screen and (max-width: 767px) {
	.summit {
		background: url(/climbers/newbiz-daikaigi/2025osaka/img/summit_bg_sp.png) no-repeat center top / cover;
		padding: 60px 0 100px;
	}
	.summit .sec__title02 {
		height: 75px;
		margin-bottom: 21px;
	}
	.summit .sec__text {
		font-size: 14px;
		margin-bottom: 31px;
	}
	.summit__list {
		padding: 20px 20px 71px;
		flex-wrap: wrap;
		gap: 30px 0;
	}
	.summit__list .item {
		width: 100%;
	}
	.summit__list .item__thumb figcaption {
		padding: 5px 10px;
	}
	.summit__list .item__thumb figcaption span {
		font-size: 20px;
	}
	.summit__list .item__content {
		padding: 21px 0 0;
	}
	.summit__list .item__text {
		font-size: 16px;
	}
	.summit__infor {
		margin-bottom: 60px;
	}
	.summit__infor .infor__group {
		overflow-x: scroll;
		gap: 45px;
	}
	.summit__infor .infor__block {
		width: auto;
		display: flex;
		padding: 3px 16px 3px 0;
	}
	.summit__infor .infor__block.block01::before {
		right: auto;
		left: 0;
		top: auto;
		bottom: -81px;
		width: 340px;
		height: 116px;
		background: url(/climbers/newbiz-daikaigi/2025osaka/img/ico_summit_sp.png) no-repeat center center / 100% auto;
	}
	.summit__infor .block__title {
		width: 255px;
	}
	.summit__infor .block__title h3 {
		font-size: 32px;
		line-height: 100%;
	}
	.summit__infor .block__title small {
		font-size: 24px;
	}
	.summit__infor .block__title > span {
		font-size: 14px;
		margin-bottom: 8px;
	}
	.summit__infor .block__title p {
		font-size: 20px;
		font-weight: 700;
		line-height: 130%;
	}
	.summit__infor .block__content {
		width: auto;
		display: flex;
	}
	.summit__infor .block__content .item {
		width: 255px;
		min-height: auto;
		padding: 21px 20px;
		display: block !important;
	}
	.summit__infor .block__content .item:not(:first-child)::after {
		top: 20px;
		bottom: 20px;
		left: 0;
		right: auto;
		height: auto;
		width: 1px;
	}
	.summit__infor .block__content .item h4 {
		margin-bottom: 5px;
	}
	.summit__infor .block__content .item h4 span,
	.summit__infor .block__content .item li {
		font-size: 16px;
		line-height: 125%;
	}
	.summit__infor .block__content .item h4,
	.summit__infor .block__content .item li {
		padding-left: 17px;
	}
	.summit__infor .block__content .item h4::before {
		width: 13px;
		height: 19px;
		top: 1px;
	}
	.summit__infor .block__content .item li::before {
		width: 4px;
		height: 4px;
		left: 3px;
		top: 9px;
	}
}

/* Pickup */
.pickup {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), linear-gradient(90deg, #00b244 0%, #3166f1 100%);
	padding: 132px 0 170px;
}
.pickup .container {
	position: relative;
}
.pickup .sec__title02 {
	position: relative;
	z-index: 2;
}
.pickup .obj01 {
	top: -167px;
	left: 54px;
}
.pickup .obj02 {
	bottom: 350px;
	right: -104px;
}
.pickup .obj03 {
	bottom: -132px;
	right: 502px;
}
.pickup .obj05 {
	top: 97px;
	right: -26px;
}
.pickup .obj06 {
	bottom: 15px;
	left: -70px;
}
.pickup .obj08 {
	top: 531px;
	left: -83px;
}
.pickup__block {
	background: radial-gradient(50% 50% at 50% 50%, #ffffff 0%, rgba(255, 255, 255, 0.7) 100%);
	border: 4px solid #ffffff;
	backdrop-filter: blur(16px);
	border-radius: 16px;
	margin-bottom: 32px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;
}
.pickup__block.reverse {
	flex-direction: row-reverse;
}
.pickup__block .block__content {
	width: 60%;
	height: 100%;
	padding: 20px 50px 20px 60px;
}
.pickup__block .block__thumb {
	width: 40%;
}
.pickup__block .block__title {
	font-size: 32px;
	font-weight: 700;
	line-height: 130%;
	background: linear-gradient(90deg, #3166f1 0%, #00b244 100%), #239ea7;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin-bottom: 29px;
}
.pickup__block .block__group {
	display: flex;
	gap: 40px;
}
.pickup__block .infor__office,
.pickup__block .infor__position {
	font-weight: 700;
	line-height: 120%;
	font-feature-settings: 'palt';
}
.pickup__block .infor__office {
	font-size: 32px;
	margin-bottom: 5px;
	color: #000;
}
.pickup__block.block01 .infor__office {
	font-size: 24px;
	margin-bottom: 3px;
}
.pickup__block .infor__position {
	font-size: 24px;
	margin-bottom: 11px;
	color: #000;
}
.pickup__block.block01 .infor__position {
	font-size: 16px;
}
.pickup__block .infor__name {
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	color: rgba(36, 36, 36, 0.8);
}
.pickup__btn {
	text-align: center;
	margin-top: 70px;
}

@media screen and (max-width: 1300px) {
	.pickup__block {
		align-items: flex-end;
	}
}
@media screen and (max-width: 1000px) {
	.pickup__block,
	.pickup__block.reverse {
		flex-wrap: wrap;
		flex-direction: column-reverse;
		padding: 20px;
	}
	.pickup__block .block__content,
	.pickup__block .block__thumb {
		width: 100%;
	}
	.pickup__block .block__content {
		padding: 50px 0 60px;
	}
	.pickup__block .block__group {
		flex-wrap: wrap;
	}
	.pickup__block .block__group .block__infor {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.pickup {
		background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), linear-gradient(180deg, #00b244 0%, #198b9c 100%);
		padding: 87px 0 94px;
	}
	.pickup .sec__title02 {
		height: 100px;
	}
	.pickup__block,
	.pickup__block.reverse {
		padding: 30px 20px 20px;
	}
	.pickup__block .block__title {
		font-size: 20px;
		margin-bottom: 19px;
	}
	.pickup__block .block__content {
		padding: 16px 0 3px;
	}
	.pickup__block .block__group {
		gap: 18px;
	}
	.pickup__block .infor__office,
	.pickup__block.block01 .infor__office {
		font-size: 18px;
		margin-bottom: 7px;
	}
	.pickup__block .infor__position,
	.pickup__block.block01 .infor__position {
		font-size: 14px;
		margin-bottom: 12px;
	}
	.pickup__block .infor__name {
		font-size: 16px;
	}
	.pickup__btn {
		margin-top: 34px;
	}
	.pickup .obj01 {
		top: -120px;
		left: 40px;
	}
	.pickup .obj02 {
		bottom: 430px;
		right: -20px;
		width: 106px;
		height: 106px;
	}
	.pickup .obj05 {
		top: 115px;
		right: -7px;
	}
	.pickup .obj06 {
		bottom: 300px;
		left: -22px;
	}
	.pickup .obj08 {
		top: 632px;
		left: -17px;
	}
	.pickup .obj10 {
		right: 58px;
		bottom: 26px;
	}
}

/* Overview */
.bg__gray {
	background: #242424;
	color: #fff;
}
.sec__inner {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
}
.overview {
	padding: 121px 0 91px;
}
.overview .sec__inner {
	max-width: 800px;
}
.overview__tbl {
	margin-bottom: 18px;
}
.overview__tbl dl {
	border-bottom: 1px solid rgba(255, 255, 255, 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: 21px;
}
.access__address span {
	font-weight: 700;
}
.access__list {
	font-weight: 500;
	max-width: 630px;
	width: 100%;
	margin: 0 auto 24px;
}
.access__list li {
	padding-left: 10px;
	position: relative;
}
.access__list li::before {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	width: 3px;
	height: 3px;
	border-radius: 100%;
	background: #fff;
}
.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 .sec__description {
		margin-bottom: 60px;
	}
	.access__notice {
		text-align: left;
	}
	.access__address {
		font-size: 16px;
		text-align: left;
		margin-bottom: 20px;
	}
	.access__list {
		max-width: 100%;
		margin: 0 auto 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 50px;
	}
	.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;
	}
	.organizer_block .col__right .block__item {
		width: 168px;
	}
}

/* sec__logo */
.sponsor {
	padding: 166px 0 101px;
}
.sec__logo .sec__title01 {
	color: #141414;
	margin-bottom: 79px;
}
.sec__logo.partner .sec__title01 {
	color: #0c0e51;
}
.sponsor .coming__soon {
	font-size: 56px;
	color: rgba(35, 158, 167, 0.8);
	font-weight: 300;
}
.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: 60px;
}
.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;
	}
	.sponsor .coming__soon {
		font-size: 36px;
	}
}

/* Partner */
.partner {
	padding: 100px 0 38px;
}
.partner .sec__title01 {
	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: 200px auto 0;
}
.logoList__btn .btn__multi {
	font-size: 24px;
	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: 100px auto 0;
		height: 48px;
	}
	.logoList__btn .btn__multi {
		font-size: 20px;
	}
	.logoList__caution {
		font-size: 10px;
		margin-top: 80px;
	}
}

.copyright {
	font-size: 12px;
}

/* @media screen and (min-width: 768px) {
	.fixed-btn {
		opacity: 1 !important;
		visibility: visible !important;
	}
	.fixed-btn.hide {
		opacity: 0 !important;
		visibility: hidden !important;
	}
} */

.online-meishi {
	margin-top: 40px;
	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;
	color: #fff;
}
.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/2025/startup-japan/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 15px;
	}
	.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: 30px;
	}
	.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/2025/startup-japan/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;
	color: #fff;
}
@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;
	}
}
