@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: 80px auto 0;
	z-index: 2;
	position: relative;
}
.text__grad {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), linear-gradient(90deg, #04c3d4 0%, #3166f1 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}
.block__bg {
	background: linear-gradient(90deg, rgba(49, 102, 241, 0.08) 0%, rgba(0, 178, 68, 0.08) 100%);
}
.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;
	color: #000;
}
.btn__glow::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, #3166f1 0%, #00b244 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_blue.svg) no-repeat center center / 100% auto;
}
/* .btn__black {
	font-size: 18px;
} */
.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;
	position: relative;
	z-index: 2;
	transition: all 0.3s ease;
}
.btn__loadmore {
	font-size: 18px;
	font-weight: 700;
	width: 200px;
	height: 48px;
	margin: 24px auto 0;
}
.btn__loadmore span {
	padding-right: 23px;
}
.btn__loadmore span::before,
.btn__loadmore span::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 14px;
	height: 1px;
	background: #fff;
	transition: all 0.3s ease;
}
.btn__loadmore span::after {
	transform: rotate(90deg);
}
.btn__loadmore.active span::after {
	opacity: 0;
}
@media screen and (max-width: 767px) {
	.btn__loadmore {
		font-size: 14px;
		width: 166px;
		height: 41px;
		margin: 22px auto 0;
	}
	.btn__loadmore span::before,
	.btn__loadmore span::after {
		width: 12px;
	}
}
.btn__arrow {
	font-size: 24px;
	font-weight: 700;
	background: linear-gradient(90deg, #04c3d4 0%, #3166f1 100%);
	border-radius: 100px;
	padding: 0 10px 0 63px;
}
.btn__arrow::before {
	content: '';
	position: absolute;
	left: 10px;
	top: 50%;
	width: 54px;
	height: 54px;
	background: url(/climbers/newbiz-daikaigi/bizdev-summit/2025osaka/img/icon_arrow.svg) no-repeat center center / 100% auto;
	transform: translateY(-50%);
}
@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__arrow: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;
		margin-top: 40px;
	}
	.btn__glow {
		font-size: 16px;
	}
	.btn__glow::after {
		width: 32px;
		height: 32px;
		left: 8px;
	}
	.btn__more {
		font-size: 24px;
	}
	.btn__arrow {
		font-size: 20px;
		padding: 0 52px;
	}
	.btn__arrow::before {
		width: 46px;
		height: 46px;
		left: 6px;
	}
	.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;
	}
	.block__bg {
		background: linear-gradient(180deg, rgba(49, 102, 241, 0.08) 0%, rgba(0, 178, 68, 0.08) 100%);
	}
}
@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(255, 255, 255, 0.1);
	transition: 0.3s ease;
}
#header.active .headInner {
	background: rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(6px);
}
#header .logo {
	position: relative;
	z-index: 99;
}
#header .logo img {
	width: 100%;
	height: auto;
	max-width: 200px;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.hamburger {
	display: none;
}
.gnav {
	width: calc(100% - 200px);
	padding-left: 40px;
}
.gnav .navInner {
	display: flex;
	justify-content: space-between;
}
.gnav .menu {
	display: flex;
	align-items: center;
	gap: 24px;
}
.gnav .menu .hasSub {
	position: relative;
}
.gnav .menu li a {
	font-size: 14px;
	font-weight: 700;
	display: flex;
	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/bizdev-summit/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/bizdev-summit/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 {
		margin-bottom: 0;
	}
}

/* Mainvisual */
main {
	overflow: hidden;
}
#mainvisual {
	text-align: center;
	padding: 80px 0 55px;
	position: relative;
}
#mainvisual::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1702px;
	background: url(/climbers/newbiz-daikaigi/bizdev-summit/2025osaka/img/bg_kv.jpg) no-repeat center top / cover;
}
#mainvisual .container {
	height: calc(100vh - 80px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 3;
}
#mainvisual h1 {
	margin-top: 54px;
	position: relative;
}
#mainvisual h1::before,
#mainvisual h1::after {
	content: '';
	position: absolute;
	left: 50%;
	width: 1600px;
	transform: translateX(-50%);
}
#mainvisual h1::before {
	height: 968px;
	top: -610px;
	mix-blend-mode: screen;
	background: url(/climbers/newbiz-daikaigi/bizdev-summit/2025osaka/img/img_kv02.png) no-repeat center center / auto 100%;
}
#mainvisual h1::after {
	height: 768px;
	top: -184px;
	background: url(/climbers/newbiz-daikaigi/bizdev-summit/2025osaka/img/img_kv01.png) no-repeat center center / auto 100%;
}
#mainvisual h1 img {
	max-width: 1088px;
	width: 100%;
	position: relative;
	z-index: 1;
}
#mainvisual .mv__btn {
	max-width: 500px;
	width: 100%;
	height: 90px;
	margin-top: 38px;
	border-radius: 45px;
	background: #fff;
}
#mainvisual .mv__btn .btn {
	border-radius: 45px;
	font-size: 36px;
}
/* #mainvisual .mv__btn .btn__multi::after {
	border: 3px solid #fff;
	opacity: 80%;
} */
#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/bizdev-summit/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: 768px) {
	.fixed-btn a:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 900px) {
	#mainvisual {
		height: auto;
		min-height: auto;
	}
	#mainvisual .climbers {
		width: 158px;
		right: 0;
	}
	.fixed-btn a .present {
		font-size: 16px;
		margin: 2px auto 9px;
	}
}
@media screen and (max-width: 767px) {
	#mainvisual {
		padding: 68px 0 0;
	}
	#mainvisual::after {
		bottom: 0;
		height: calc(100vh + 450px);
		background: url(/climbers/newbiz-daikaigi/bizdev-summit/2025osaka/img/bg_kv_sp.jpg) no-repeat center bottom / cover;
	}
	#mainvisual .container {
		height: calc(100vh - 68px);
		padding: 0;
	}
	#mainvisual h1 {
		margin: 0;
	}
	#mainvisual h1::before,
	#mainvisual h1::after {
		width: 430px;
	}
	#mainvisual h1::before {
		height: 306px;
		top: -180px;
	}
	#mainvisual h1::after {
		height: 222px;
		top: -27px;
		background: url(/climbers/newbiz-daikaigi/bizdev-summit/2025osaka/img/img_kv01_2x.png) no-repeat center center / auto 100%;
	}
	#mainvisual h1 img {
		max-width: 375px;
	}
	#mainvisual .mv__btn {
		margin: 35px 0 0;
		max-width: 335px;
		height: 60px;
	}
	.fixed-btn.fixed {
		bottom: 0;
		padding: 0;
		position: fixed;
	}
	.fixed-btn a {
		height: 80px;
		position: relative;
	}
}

.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: 284px;
		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: 106px 0 160px;
	position: relative;
}
.intro::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 57.5vw;
	max-height: 920px;
	background: linear-gradient(0deg, rgba(186, 213, 248, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
}
.intro .sec__title02 {
	margin-bottom: 80px;
}
.intro .container {
	position: relative;
}
.intro .container > * {
	position: relative;
	z-index: 2;
}
.intro .intro__content {
	background: url(/climbers/newbiz-daikaigi/bizdev-summit/2025osaka/img/intro_bg.png) no-repeat top 45px right;
	background-size: auto calc(100% - 45px);
	padding: 0 0 17px;
	position: relative;
	z-index: 1;
}
.intro .intro__content .container {
	position: relative;
}
.intro .intro__text {
	font-size: 20px;
	font-weight: 700;
	line-height: 160%;
	margin: 0 0 27px;
}
.intro .intro__text .color {
	font-size: 40px;
	line-height: 130%;
	background: linear-gradient(90deg, #3166f1 0%, #04c3d4 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin-right: 10px;
}
.intro .intro__text.-line {
	font-size: 24px;
	line-height: 150%;
	font-weight: 900;
	padding-top: 25px;
	position: relative;
}
.intro .intro__text.-line::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 66%;
	height: 1px;
	opacity: 50%;
	background: linear-gradient(90deg, #0968ff, transparent);
}
.intro .intro__text.-line span {
	display: inline-block;
	margin-top: 17px;
}
.intro .intro__video {
	margin: 58px 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%;
}

@media screen and (max-width: 1000px) {
	.intro .intro__content {
		background: url(/climbers/newbiz-daikaigi/bizdev-summit/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 100px;
	}
	.intro .sec__title02 {
		height: 107px;
		margin-bottom: 23px;
	}
	.intro .intro__text {
		font-size: 16px;
	}
	.intro .intro__text .color {
		font-size: 28px;
		line-height: 168%;
		margin-right: 6px;
	}
	.intro .intro__text.-line {
		font-size: 18px;
		margin: 0 0 39px;
	}
	.intro .intro__text.-line::before {
		width: 100%;
		background: linear-gradient(90deg, #0968ff 60%, transparent);
	}
	.intro .intro__content {
		background: url(/climbers/newbiz-daikaigi/bizdev-summit/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;
		border-radius: 12px;
	}
}

/* Pickup */
.pickup {
	padding: 132px 0 120px;
}
.pickup .container {
	position: relative;
}
.pickup .sec__title02 {
	position: relative;
	z-index: 2;
}
.pickup__block {
	background: radial-gradient(50% 50% at 50% 50%, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%), linear-gradient(90deg, #00b244 0%, #3166f1 100%);
	border: 2px solid rgba(44, 99, 232, 0.1);
	backdrop-filter: blur(16px);
	border-radius: 16px;
	margin-bottom: 32px;
	display: flex;
	align-items: flex-start;
	position: relative;
	z-index: 2;
}
.pickup__block.reverse {
	background: radial-gradient(50% 50% at 50% 50%, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%), linear-gradient(90deg, #3166f1 0%, #00b244 100%);
	flex-direction: row-reverse;
}
.pickup__block .block__content {
	width: calc(100% - 548px);
	height: 100%;
	padding: 53px 40px 40px 60px;
}
@media screen and (min-width: 1001px) {
	.pickup__block.reverse .block__content {
		padding: 53px 60px 40px 40px;
	}
}
.pickup__block .block__thumb {
	width: 548px;
	align-self: flex-end;
}
.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: 28px;
}
.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;
}
.pickup__block .block__thumb .sp-9 {
	display: none;
}
@media screen and (max-width: 1300px) {
	.pickup__block .block__thumb {
		width: 42.15vw;
	}
	.pickup__block .block__content {
		width: calc(100% - 42.15vw);
	}
}
@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 30px;
	}
	.pickup__block .block__group {
		flex-wrap: wrap;
	}
	.pickup__block .block__group .block__infor {
		width: 100%;
	}
}
@media screen and (max-width: 900px) {
	.pickup__block .block__thumb .pc-9 {
		display: none;
	}
	.pickup__block .block__thumb .sp-9 {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.pickup {
		padding: 87px 0 100px;
	}
	.pickup .sec__title02 {
		height: 92px;
	}
	.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;
	}
}

/* speakers */
.speakers {
	padding: 132px 0 140px;
}
.speakers .container {
	position: relative;
}
.speakers .sec__title02 {
	margin-bottom: 80px;
}
.speakers__list {
	display: flex;
	flex-wrap: wrap;
	gap: 58px 40px;
	position: relative;
	transition: all 0.4s ease;
	justify-content: center;
}
.speakers__list.has--more {
	height: 1150px;
	overflow: hidden;
}
.speakers__list.show {
	height: fit-content !important;
}
.speakers__list.has--more::after {
	content: '';
	position: absolute;
	width: 100vw;
	height: 260px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.3s ease;
	background: url(/climbers/newbiz-daikaigi/bizdev-summit/2025osaka/img/speakers_bga_w.png) no-repeat center bottom / auto 100%;
}
.speakers__list.show::after {
	opacity: 0;
	visibility: hidden;
}
.speakers__list .item {
	width: 240px;
}
.speakers__list .item a {
	display: block;
	transition: all 0.3s ease;
}
.speakers__list .item a:not(.m__popup) {
	pointer-events: none;
}
.speakers__list .item .item__img {
	border-radius: 16px;
	overflow: hidden;
	position: relative;
}
.speakers__list .item .item__img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 16px;
	border: 2px solid rgba(255, 255, 255, 0.4);
}
.speakers__list .item .item__cnt {
	font-weight: 700;
	color: #000;
	padding: 17px 0 0;
}
.speakers__list .item .item__company {
	font-size: 22px;
	line-height: 120%;
	margin-bottom: 5px;
	font-feature-settings: 'palt';
	text-align: justify;
}
.speakers__list .item .item__position {
	font-size: 14px;
	line-height: 120%;
	margin-bottom: 13px;
}
.speakers__list .item .item__name {
	font-size: 18px;
	font-weight: 500;
	color: rgba(36, 36, 36, 0.8);
	margin-top: 13px;
}
.speakers .btn__loadmore.hide {
	display: none;
}

@media screen and (min-width: 768px) {
	.speakers__list .item a:hover {
		opacity: 0.5;
	}
}
@media screen and (max-width: 1250px) {
	.speakers__list {
		justify-content: center;
	}
}
@media screen and (max-width: 767px) {
	.speakers {
		padding: 80px 0 100px;
	}
	.speakers .sec__title02 {
		height: 57px;
		margin-bottom: 40px;
	}
	.speakers__list {
		gap: 27px 19px;
		/* height: 1170px; */
	}
	/* .speakers__list::after {
		height: 160px;
	} */
	.speakers__list.has--more {
		height: 1170px;
	}
	.speakers__list.has--more::after {
		background-image: url(/climbers/newbiz-daikaigi/bizdev-summit/2025osaka/img/speakers_bga_wsp.png);
		height: calc(43.46667vw + 50px);
	}
	.speakers__list .item {
		width: calc((100% - 19px) / 2);
	}
	.speakers__list .item .item__company {
		font-size: 16px;
		margin-bottom: 3px;
	}
	.speakers__list .item .item__position {
		font-size: 12px;
		margin-bottom: 12px;
	}
	.speakers__list .item .item__name {
		font-size: 14px;
		margin-top: 12px;
	}
}

/* benefit */
.benefit {
	background: linear-gradient(90deg, rgba(49, 102, 241, 0.08) 0%, rgba(0, 178, 68, 0.08) 100%);
	padding: 122px 0 140px;
}
.benefit .benefit__block {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px 32px;
}
.benefit .benefit__block .block__col {
	width: calc(50% - 16px);
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.benefit .benefit__block .block__item {
	width: 100%;
	position: relative;
}
.benefit .benefit__block .block__item::after {
	content: '';
	position: absolute;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	top: -2px;
	left: -2px;
	border-radius: 12px;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), linear-gradient(90deg, #0030ad 0%, #00b244 100%);
	z-index: -1;
}
.benefit .benefit__block .item__cnt {
	background: #fff;
	border-radius: 10px;
	color: #1c2024;
	line-height: 1.5;
	height: 100%;
	overflow: hidden;
	padding: 16px 20px 30px;
	position: relative;
}
.benefit .benefit__block .item01 .item__cnt {
	padding: 27px 40px 30px;
}
.benefit .benefit__block .item__cnt > * {
	position: relative;
	z-index: 2;
}
.benefit .benefit__block .item__cnt::before,
.benefit .benefit__block .item__cnt::after {
	content: '';
	position: absolute;
	width: 480px;
	height: 480px;
	z-index: 1;
}
.benefit .benefit__block .item__cnt::before {
	right: -206px;
	top: -202px;
	background: radial-gradient(50% 50% at 50% 50%, rgba(49, 102, 241, 0.2) 0%, rgba(49, 102, 241, 0) 100%);
}
.benefit .benefit__block .item__cnt::after {
	left: -198px;
	bottom: -194px;
	background: radial-gradient(50% 50% at 50% 50%, rgba(0, 178, 68, 0.2) 0%, rgba(0, 178, 68, 0) 100%);
}
.benefit .benefit__block .block__item .item__title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 2px;
}
.benefit .benefit__block .block__item.item01 .item__title {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 14px;
}
.benefit .benefit__block .block__item .item__title span {
	font-size: 18px;
	display: block;
	width: fit-content;
	background: linear-gradient(90deg, #00b244 0%, #3166f1 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin-bottom: 3px;
}
.benefit .benefit__block .block__item.item01 .item__title span {
	font-size: 28px;
	margin-bottom: 9px;
}
.benefit .benefit__block .block__item .item__sub {
	font-size: 16px;
	font-weight: 700;
}
.benefit .benefit__block .block__item.item01 .item__sub {
	text-align: center;
}
.benefit .benefit__block .block__item .item__time {
	font-size: 24px;
	font-weight: 700;
	background: rgba(2, 186, 60, 0.087);
	border-radius: 4px;
	color: #18794e;
	padding: 2px 9px;
	margin: 16px auto 12px;
	width: fit-content;
}
.benefit .benefit__block .block__item .item__time small {
	font-size: 12px;
	margin: 0 4px;
}
.benefit .benefit__block .block__item .item__position {
	display: flex;
	justify-content: center;
	gap: 32px;
}
.benefit .benefit__block .block__item .item__position {
	margin-bottom: 12px;
}
.benefit .benefit__block .block__item .item__text {
	font-size: 14px;
	font-weight: 500;
	margin: 3px 0;
}
.benefit .benefit__block .block__item.item01 .item__text {
	font-size: 16px;
	margin: 3px 0 8px;
}
.benefit .benefit__block .block__item .item__note {
	font-weight: 500;
	font-size: 12px;
	color: rgba(0, 7, 19, 0.624);
}
.benefit .benefit__block .block__item.item02 .item__pst {
	position: relative;
}
.benefit .benefit__block .block__item.item02 .item__img {
	width: 100px;
	position: absolute;
	bottom: -10px;
	right: -110px;
}
@media screen and (min-width: 768px) {
	.benefit .benefit__block .block__item.item02 .item__cnt {
		padding-right: 130px;
	}
	.benefit .benefit__block .block__item.item01 .item__note {
		font-size: 14px;
	}
}
@media screen and (max-width: 900px) {
	.benefit .benefit__block .block__col {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.benefit {
		padding: 80px 0 100px;
	}
	.benefit .sec__title02 {
		height: 45px;
	}
	.benefit .benefit__block .item__cnt {
		padding: 16px 20px 18px;
	}
	.benefit .benefit__block .item01 .item__cnt {
		padding: 27px 20px 30px;
	}
	.benefit .benefit__block .item__cnt::before,
	.benefit .benefit__block .item__cnt::after {
		width: 362px;
		height: 362px;
	}
	.benefit .benefit__block .item__cnt::before {
		right: -161px;
		top: -94px;
	}
	.benefit .benefit__block .item__cnt::after {
		left: -170px;
		top: auto;
		bottom: -93px;
	}
	.benefit .benefit__block .block__item .item__title {
		font-size: 20px;
		text-align: center;
	}
	.benefit .benefit__block .block__item.item01 .item__title img {
		height: 36px;
	}
	.benefit .benefit__block .block__item .item__title span {
		font-size: 16px;
		margin: 0 auto 5px;
	}
	.benefit .benefit__block .block__item.item01 .item__title span {
		font-size: 20px;
		margin-bottom: 11px;
	}
	.benefit .benefit__block .block__item .item__sub {
		font-size: 14px;
		text-align: center;
	}
	.benefit .benefit__block .block__item.item01 .item__sub {
		font-size: 16px;
	}
	.benefit .benefit__block .block__item .item__time {
		padding: 2px 7px;
		margin: 18px auto 12px;
	}
	.benefit .benefit__block .block__item .item__time small {
		font-size: 14px;
	}
	.benefit .benefit__block .block__item .item__position {
		flex-direction: column;
		gap: 1px;
		margin-bottom: 19px;
	}
	.benefit .benefit__block .block__item .item__text {
		margin: 7px 0;
	}
	.benefit .benefit__block .block__item.item01 .item__text {
		font-size: 14px;
	}
	.benefit .benefit__block .block__item.item02 .item__pst {
		min-height: 146px;
		padding-right: 110px;
	}
	.benefit .benefit__block .block__item.item02 .item__img {
		top: 0;
		right: 0;
		bottom: auto;
	}
}

/* ------ */
.min-40 {
	height: calc((232px / 6) * 8);
}
.min-45 {
	height: calc((232px / 6) * 9);
}
.min-50 {
	height: calc((232px / 6) * 10);
}
.min-55 {
	height: calc((232px / 6) * 11);
}
.min-60 {
	height: calc((232px / 6) * 12);
}
.min-65 {
	height: calc((232px / 6) * 13);
}
.min-70 {
	height: calc((232px / 6) * 14);
}
.min-75 {
	height: calc((232px / 6) * 15);
}
.min-80 {
	height: calc((232px / 6) * 16);
}
.min-85 {
	height: calc((232px / 6) * 17);
}
.min-90 {
	height: calc((232px / 6) * 18);
}
.min-95 {
	height: calc((232px / 6) * 19);
}
.min-120 {
	height: calc((232px / 6) * 24);
}
.st-0900 {
	top: calc(232px / 6 * 0 - 0 * 232px / 30);
}
.st-0905 {
	top: calc(232px / 6 * 1 - 0 * 232px / 30);
}
.st-0910 {
	top: calc(232px / 6 * 2 - 0 * 232px / 30);
}
.st-0915 {
	top: calc(232px / 6 * 3 - 0 * 232px / 30);
}
.st-0920 {
	top: calc(232px / 6 * 4 - 0 * 232px / 30);
}
.st-0925 {
	top: calc(232px / 6 * 5 - 0 * 232px / 30);
}
.st-0930 {
	top: calc(232px / 6 * 6 - 0 * 232px / 30);
}
.st-0935 {
	top: calc(232px / 6 * 7 - 0 * 232px / 30);
}
.st-0940 {
	top: calc(232px / 6 * 8 - 0 * 232px / 30);
}
.st-0945 {
	top: calc(232px / 6 * 9 - 0 * 232px / 30);
}
.st-0950 {
	top: calc(232px / 6 * 10 - 0 * 232px / 30);
}
.st-0955 {
	top: calc(232px / 6 * 11 - 0 * 232px / 30);
}
.st-1000 {
	top: calc(232px / 6 * 12 - 0 * 232px / 30);
}
.st-1005 {
	top: calc(232px / 6 * 13 - 0 * 232px / 30);
}
.st-1010 {
	top: calc(232px / 6 * 14 - 0 * 232px / 30);
}
.st-1015 {
	top: calc(232px / 6 * 15 - 0 * 232px / 30);
}
.st-1020 {
	top: calc(232px / 6 * 16 - 0 * 232px / 30);
}
.st-1025 {
	top: calc(232px / 6 * 17 - 0 * 232px / 30);
}
.st-1030 {
	top: calc(232px / 6 * 18 - 0 * 232px / 30);
}
.st-1035 {
	top: calc(232px / 6 * 19 - 0 * 232px / 30);
}
.st-1040 {
	top: calc(232px / 6 * 20 - 0 * 232px / 30);
}
.st-1045 {
	top: calc(232px / 6 * 21 - 0 * 232px / 30);
}
.st-1050 {
	top: calc(232px / 6 * 22 - 0 * 232px / 30);
}
.st-1055 {
	top: calc(232px / 6 * 23 - 0 * 232px / 30);
}
.st-1100 {
	top: calc(232px / 6 * 24 - 0 * 232px / 30);
}
.st-1105 {
	top: calc(232px / 6 * 25 - 0 * 232px / 30);
}
.st-1110 {
	top: calc(232px / 6 * 26 - 0 * 232px / 30);
}
.st-1115 {
	top: calc(232px / 6 * 27 - 0 * 232px / 30);
}
.st-1120 {
	top: calc(232px / 6 * 28 - 0 * 232px / 30);
}
.st-1125 {
	top: calc(232px / 6 * 29 - 0 * 232px / 30);
}
.st-1130 {
	top: calc(232px / 6 * 30 - 0 * 232px / 30);
}
.st-1135 {
	top: calc(232px / 6 * 31 - 0 * 232px / 30);
}
.st-1140 {
	top: calc(232px / 6 * 32 - 0 * 232px / 30);
}
.st-1145 {
	top: calc(232px / 6 * 33 - 0 * 232px / 30);
}
.st-1150 {
	top: calc(232px / 6 * 34 - 0 * 232px / 30);
}
.st-1155 {
	top: calc(232px / 6 * 35 - 0 * 232px / 30);
}
.st-1200 {
	top: calc(232px / 6 * 36 - 0 * 232px / 30);
}
.st-1205 {
	top: calc(232px / 6 * 37 - 0 * 232px / 30);
}
.st-1210 {
	top: calc(232px / 6 * 38 - 0 * 232px / 30);
}
.st-1215 {
	top: calc(232px / 6 * 39 - 0 * 232px / 30);
}
.st-1220 {
	top: calc(232px / 6 * 40 - 0 * 232px / 30);
}
.st-1225 {
	top: calc(232px / 6 * 41 - 0 * 232px / 30);
}
.st-1230 {
	top: calc(232px / 6 * 42 - 0 * 232px / 30);
}
.st-1235 {
	top: calc(232px / 6 * 43 - 0 * 232px / 30);
}
.st-1240 {
	top: calc(232px / 6 * 44 - 0 * 232px / 30);
}
.st-1245 {
	top: calc(232px / 6 * 45 - 0 * 232px / 30);
}
.st-1250 {
	top: calc(232px / 6 * 46 - 0 * 232px / 30);
}
.st-1255 {
	top: calc(232px / 6 * 47 - 0 * 232px / 30);
}
.st-1300 {
	top: calc(232px / 6 * 48 - 0 * 232px / 30);
}
.st-1305 {
	top: calc(232px / 6 * 49 - 0 * 232px / 30);
}
.st-1310 {
	top: calc(232px / 6 * 50 - 0 * 232px / 30);
}
.st-1315 {
	top: calc(232px / 6 * 51 - 0 * 232px / 30);
}
.st-1320 {
	top: calc(232px / 6 * 52 - 0 * 232px / 30);
}
.st-1325 {
	top: calc(232px / 6 * 53 - 0 * 232px / 30);
}
.st-1330 {
	top: calc(232px / 6 * 54 - 0 * 232px / 30);
}
.st-1335 {
	top: calc(232px / 6 * 55 - 0 * 232px / 30);
}
.st-1340 {
	top: calc(232px / 6 * 56 - 0 * 232px / 30);
}
.st-1345 {
	top: calc(232px / 6 * 57 - 0 * 232px / 30);
}
.st-1350 {
	top: calc(232px / 6 * 58 - 0 * 232px / 30);
}
.st-1355 {
	top: calc(232px / 6 * 59 - 0 * 232px / 30);
}
.st-1400 {
	top: calc(232px / 6 * 60 - 0 * 232px / 30);
}
.st-1405 {
	top: calc(232px / 6 * 61 - 0 * 232px / 30);
}
.st-1410 {
	top: calc(232px / 6 * 62 - 0 * 232px / 30);
}
.st-1415 {
	top: calc(232px / 6 * 63 - 0 * 232px / 30);
}
.st-1420 {
	top: calc(232px / 6 * 64 - 0 * 232px / 30);
}
.st-1425 {
	top: calc(232px / 6 * 65 - 0 * 232px / 30);
}
.st-1430 {
	top: calc(232px / 6 * 66 - 0 * 232px / 30);
}
.st-1435 {
	top: calc(232px / 6 * 67 - 0 * 232px / 30);
}
.st-1440 {
	top: calc(232px / 6 * 68 - 0 * 232px / 30);
}
.st-1445 {
	top: calc(232px / 6 * 69 - 0 * 232px / 30);
}
.st-1450 {
	top: calc(232px / 6 * 70 - 0 * 232px / 30);
}
.st-1455 {
	top: calc(232px / 6 * 71 - 0 * 232px / 30);
}
.st-1500 {
	top: calc(232px / 6 * 72 - 0 * 232px / 30);
}
.st-1505 {
	top: calc(232px / 6 * 73 - 0 * 232px / 30);
}
.st-1510 {
	top: calc(232px / 6 * 74 - 0 * 232px / 30);
}
.st-1515 {
	top: calc(232px / 6 * 75 - 0 * 232px / 30);
}
.st-1520 {
	top: calc(232px / 6 * 76 - 0 * 232px / 30);
}
.st-1525 {
	top: calc(232px / 6 * 77 - 0 * 232px / 30);
}
.st-1530 {
	top: calc(232px / 6 * 78 - 0 * 232px / 30);
}
.st-1535 {
	top: calc(232px / 6 * 79 - 0 * 232px / 30);
}
.st-1540 {
	top: calc(232px / 6 * 80 - 0 * 232px / 30);
}
.st-1545 {
	top: calc(232px / 6 * 81 - 0 * 232px / 30);
}
.st-1550 {
	top: calc(232px / 6 * 82 - 0 * 232px / 30);
}
.st-1555 {
	top: calc(232px / 6 * 83 - 0 * 232px / 30);
}
.st-1600 {
	top: calc(232px / 6 * 84 - 0 * 232px / 30);
}
.st-1605 {
	top: calc(232px / 6 * 85 - 0 * 232px / 30);
}
.st-1610 {
	top: calc(232px / 6 * 86 - 0 * 232px / 30);
}
.st-1615 {
	top: calc(232px / 6 * 87 - 0 * 232px / 30);
}
.st-1620 {
	top: calc(232px / 6 * 88 - 0 * 232px / 30);
}
.st-1625 {
	top: calc(232px / 6 * 89 - 0 * 232px / 30);
}
.st-1630 {
	top: calc(232px / 6 * 90 - 0 * 232px / 30);
}
.st-1635 {
	top: calc(232px / 6 * 91 - 0 * 232px / 30);
}
.st-1640 {
	top: calc(232px / 6 * 92 - 0 * 232px / 30);
}
.st-1645 {
	top: calc(232px / 6 * 93 - 0 * 232px / 30);
}
.st-1650 {
	top: calc(232px / 6 * 94 - 0 * 232px / 30);
}
.st-1655 {
	top: calc(232px / 6 * 95 - 0 * 232px / 30);
}
.st-1700 {
	top: calc(232px / 6 * 96 - 0 * 232px / 30);
}
.st-1705 {
	top: calc(232px / 6 * 97 - 0 * 232px / 30);
}
.st-1710 {
	top: calc(232px / 6 * 98 - 0 * 232px / 30);
}
.st-1715 {
	top: calc(232px / 6 * 99 - 0 * 232px / 30);
}
.st-1720 {
	top: calc(232px / 6 * 100 - 0 * 232px / 30);
}
.st-1725 {
	top: calc(232px / 6 * 101 - 0 * 232px / 30);
}
.st-1730 {
	top: calc(232px / 6 * 102 - 0 * 232px / 30);
}
.st-1735 {
	top: calc(232px / 6 * 103 - 0 * 232px / 30);
}
.st-1740 {
	top: calc(232px / 6 * 104 - 0 * 232px / 30);
}
.st-1745 {
	top: calc(232px / 6 * 105 - 0 * 232px / 30);
}
.st-1750 {
	top: calc(232px / 6 * 106 - 0 * 232px / 30);
}
.st-1755 {
	top: calc(232px / 6 * 107 - 0 * 232px / 30);
}
.st-1800 {
	top: calc(232px / 6 * 108 - 0 * 232px / 30);
}
.st-1805 {
	top: calc(232px / 6 * 109 - 0 * 232px / 30);
}
.st-1810 {
	top: calc(232px / 6 * 110 - 0 * 232px / 30);
}
.st-1815 {
	top: calc(232px / 6 * 111 - 0 * 232px / 30);
}
.st-1820 {
	top: calc(232px / 6 * 112 - 0 * 232px / 30);
}
.st-1825 {
	top: calc(232px / 6 * 113 - 0 * 232px / 30);
}
.st-1830 {
	top: calc(232px / 6 * 114 - 0 * 232px / 30);
}
.st-1835 {
	top: calc(232px / 6 * 115 - 0 * 232px / 30);
}
.st-1840 {
	top: calc(232px / 6 * 116 - 0 * 232px / 30);
}
.st-1845 {
	top: calc(232px / 6 * 117 - 0 * 232px / 30);
}
.st-1850 {
	top: calc(232px / 6 * 118 - 0 * 232px / 30);
}
.st-1855 {
	top: calc(232px / 6 * 119 - 0 * 232px / 30);
}
.st-1900 {
	top: calc(232px / 6 * 120 - 0 * 232px / 30);
}
.st-1905 {
	top: calc(232px / 6 * 121 - 0 * 232px / 30);
}
.st-1910 {
	top: calc(232px / 6 * 122 - 0 * 232px / 30);
}
.st-1915 {
	top: calc(232px / 6 * 123 - 0 * 232px / 30);
}
.st-1920 {
	top: calc(232px / 6 * 124 - 0 * 232px / 30);
}
.st-1925 {
	top: calc(232px / 6 * 125 - 0 * 232px / 30);
}
.st-1930 {
	top: calc(232px / 6 * 126 - 0 * 232px / 30);
}
.st-1935 {
	top: calc(232px / 6 * 127 - 0 * 232px / 30);
}
.st-1940 {
	top: calc(232px / 6 * 128 - 0 * 232px / 30);
}
.st-1945 {
	top: calc(232px / 6 * 129 - 0 * 232px / 30);
}
.st-1950 {
	top: calc(232px / 6 * 130 - 0 * 232px / 30);
}
.st-1955 {
	top: calc(232px / 6 * 131 - 0 * 232px / 30);
}
.st-2000 {
	top: calc(232px / 6 * 132 - 0 * 232px / 30);
}
.st-2005 {
	top: calc(232px / 6 * 133 - 0 * 232px / 30);
}
.st-2010 {
	top: calc(232px / 6 * 134 - 0 * 232px / 30);
}
.st-2015 {
	top: calc(232px / 6 * 135 - 0 * 232px / 30);
}
.st-2020 {
	top: calc(232px / 6 * 136 - 0 * 232px / 30);
}
.st-2025 {
	top: calc(232px / 6 * 137 - 0 * 232px / 30);
}
.st-2030 {
	top: calc(232px / 6 * 138 - 0 * 232px / 30);
}

@media screen and (max-width: 767px) {
	.min-40 {
		height: calc((204px / 6) * 8);
	}
	.min-45 {
		height: calc((204px / 6) * 9);
	}
	.min-50 {
		height: calc((204px / 6) * 10);
	}
	.min-55 {
		height: calc((204px / 6) * 11);
	}
	.min-60 {
		height: calc((204px / 6) * 12);
	}
	.min-65 {
		height: calc((204px / 6) * 13);
	}
	.min-70 {
		height: calc((204px / 6) * 14);
	}
	.min-75 {
		height: calc((204px / 6) * 15);
	}
	.min-80 {
		height: calc((204px / 6) * 16);
	}
	.min-85 {
		height: calc((204px / 6) * 17);
	}
	.min-90 {
		height: calc((204px / 6) * 18);
	}
	.min-95 {
		height: calc((204px / 6) * 19);
	}
	.min-120 {
		height: calc((204px / 6) * 24);
	}
	.st-0900 {
		top: calc(204px / 6 * 0 - 0 * 204px / 30);
	}
	.st-0905 {
		top: calc(204px / 6 * 1 - 0 * 204px / 30);
	}
	.st-0910 {
		top: calc(204px / 6 * 2 - 0 * 204px / 30);
	}
	.st-0915 {
		top: calc(204px / 6 * 3 - 0 * 204px / 30);
	}
	.st-0920 {
		top: calc(204px / 6 * 4 - 0 * 204px / 30);
	}
	.st-0925 {
		top: calc(204px / 6 * 5 - 0 * 204px / 30);
	}
	.st-0930 {
		top: calc(204px / 6 * 6 - 0 * 204px / 30);
	}
	.st-0935 {
		top: calc(204px / 6 * 7 - 0 * 204px / 30);
	}
	.st-0940 {
		top: calc(204px / 6 * 8 - 0 * 204px / 30);
	}
	.st-0945 {
		top: calc(204px / 6 * 9 - 0 * 204px / 30);
	}
	.st-0950 {
		top: calc(204px / 6 * 10 - 0 * 204px / 30);
	}
	.st-0955 {
		top: calc(204px / 6 * 11 - 0 * 204px / 30);
	}
	.st-1000 {
		top: calc(204px / 6 * 12 - 0 * 204px / 30);
	}
	.st-1005 {
		top: calc(204px / 6 * 13 - 0 * 204px / 30);
	}
	.st-1010 {
		top: calc(204px / 6 * 14 - 0 * 204px / 30);
	}
	.st-1015 {
		top: calc(204px / 6 * 15 - 0 * 204px / 30);
	}
	.st-1020 {
		top: calc(204px / 6 * 16 - 0 * 204px / 30);
	}
	.st-1025 {
		top: calc(204px / 6 * 17 - 0 * 204px / 30);
	}
	.st-1030 {
		top: calc(204px / 6 * 18 - 0 * 204px / 30);
	}
	.st-1035 {
		top: calc(204px / 6 * 19 - 0 * 204px / 30);
	}
	.st-1040 {
		top: calc(204px / 6 * 20 - 0 * 204px / 30);
	}
	.st-1045 {
		top: calc(204px / 6 * 21 - 0 * 204px / 30);
	}
	.st-1050 {
		top: calc(204px / 6 * 22 - 0 * 204px / 30);
	}
	.st-1055 {
		top: calc(204px / 6 * 23 - 0 * 204px / 30);
	}
	.st-1100 {
		top: calc(204px / 6 * 24 - 0 * 204px / 30);
	}
	.st-1105 {
		top: calc(204px / 6 * 25 - 0 * 204px / 30);
	}
	.st-1110 {
		top: calc(204px / 6 * 26 - 0 * 204px / 30);
	}
	.st-1115 {
		top: calc(204px / 6 * 27 - 0 * 204px / 30);
	}
	.st-1120 {
		top: calc(204px / 6 * 28 - 0 * 204px / 30);
	}
	.st-1125 {
		top: calc(204px / 6 * 29 - 0 * 204px / 30);
	}
	.st-1130 {
		top: calc(204px / 6 * 30 - 0 * 204px / 30);
	}
	.st-1135 {
		top: calc(204px / 6 * 31 - 0 * 204px / 30);
	}
	.st-1140 {
		top: calc(204px / 6 * 32 - 0 * 204px / 30);
	}
	.st-1145 {
		top: calc(204px / 6 * 33 - 0 * 204px / 30);
	}
	.st-1150 {
		top: calc(204px / 6 * 34 - 0 * 204px / 30);
	}
	.st-1155 {
		top: calc(204px / 6 * 35 - 0 * 204px / 30);
	}
	.st-1200 {
		top: calc(204px / 6 * 36 - 0 * 204px / 30);
	}
	.st-1205 {
		top: calc(204px / 6 * 37 - 0 * 204px / 30);
	}
	.st-1210 {
		top: calc(204px / 6 * 38 - 0 * 204px / 30);
	}
	.st-1215 {
		top: calc(204px / 6 * 39 - 0 * 204px / 30);
	}
	.st-1220 {
		top: calc(204px / 6 * 40 - 0 * 204px / 30);
	}
	.st-1225 {
		top: calc(204px / 6 * 41 - 0 * 204px / 30);
	}
	.st-1230 {
		top: calc(204px / 6 * 42 - 0 * 204px / 30);
	}
	.st-1235 {
		top: calc(204px / 6 * 43 - 0 * 204px / 30);
	}
	.st-1240 {
		top: calc(204px / 6 * 44 - 0 * 204px / 30);
	}
	.st-1245 {
		top: calc(204px / 6 * 45 - 0 * 204px / 30);
	}
	.st-1250 {
		top: calc(204px / 6 * 46 - 0 * 204px / 30);
	}
	.st-1255 {
		top: calc(204px / 6 * 47 - 0 * 204px / 30);
	}
	.st-1300 {
		top: calc(204px / 6 * 48 - 0 * 204px / 30);
	}
	.st-1305 {
		top: calc(204px / 6 * 49 - 0 * 204px / 30);
	}
	.st-1310 {
		top: calc(204px / 6 * 50 - 0 * 204px / 30);
	}
	.st-1315 {
		top: calc(204px / 6 * 51 - 0 * 204px / 30);
	}
	.st-1320 {
		top: calc(204px / 6 * 52 - 0 * 204px / 30);
	}
	.st-1325 {
		top: calc(204px / 6 * 53 - 0 * 204px / 30);
	}
	.st-1330 {
		top: calc(204px / 6 * 54 - 0 * 204px / 30);
	}
	.st-1335 {
		top: calc(204px / 6 * 55 - 0 * 204px / 30);
	}
	.st-1340 {
		top: calc(204px / 6 * 56 - 0 * 204px / 30);
	}
	.st-1345 {
		top: calc(204px / 6 * 57 - 0 * 204px / 30);
	}
	.st-1350 {
		top: calc(204px / 6 * 58 - 0 * 204px / 30);
	}
	.st-1355 {
		top: calc(204px / 6 * 59 - 0 * 204px / 30);
	}
	.st-1400 {
		top: calc(204px / 6 * 60 - 0 * 204px / 30);
	}
	.st-1405 {
		top: calc(204px / 6 * 61 - 0 * 204px / 30);
	}
	.st-1410 {
		top: calc(204px / 6 * 62 - 0 * 204px / 30);
	}
	.st-1415 {
		top: calc(204px / 6 * 63 - 0 * 204px / 30);
	}
	.st-1420 {
		top: calc(204px / 6 * 64 - 0 * 204px / 30);
	}
	.st-1425 {
		top: calc(204px / 6 * 65 - 0 * 204px / 30);
	}
	.st-1430 {
		top: calc(204px / 6 * 66 - 0 * 204px / 30);
	}
	.st-1435 {
		top: calc(204px / 6 * 67 - 0 * 204px / 30);
	}
	.st-1440 {
		top: calc(204px / 6 * 68 - 0 * 204px / 30);
	}
	.st-1445 {
		top: calc(204px / 6 * 69 - 0 * 204px / 30);
	}
	.st-1450 {
		top: calc(204px / 6 * 70 - 0 * 204px / 30);
	}
	.st-1455 {
		top: calc(204px / 6 * 71 - 0 * 204px / 30);
	}
	.st-1500 {
		top: calc(204px / 6 * 72 - 0 * 204px / 30);
	}
	.st-1505 {
		top: calc(204px / 6 * 73 - 0 * 204px / 30);
	}
	.st-1510 {
		top: calc(204px / 6 * 74 - 0 * 204px / 30);
	}
	.st-1515 {
		top: calc(204px / 6 * 75 - 0 * 204px / 30);
	}
	.st-1520 {
		top: calc(204px / 6 * 76 - 0 * 204px / 30);
	}
	.st-1525 {
		top: calc(204px / 6 * 77 - 0 * 204px / 30);
	}
	.st-1530 {
		top: calc(204px / 6 * 78 - 0 * 204px / 30);
	}
	.st-1535 {
		top: calc(204px / 6 * 79 - 0 * 204px / 30);
	}
	.st-1540 {
		top: calc(204px / 6 * 80 - 0 * 204px / 30);
	}
	.st-1545 {
		top: calc(204px / 6 * 81 - 0 * 204px / 30);
	}
	.st-1550 {
		top: calc(204px / 6 * 82 - 0 * 204px / 30);
	}
	.st-1555 {
		top: calc(204px / 6 * 83 - 0 * 204px / 30);
	}
	.st-1600 {
		top: calc(204px / 6 * 84 - 0 * 204px / 30);
	}
	.st-1605 {
		top: calc(204px / 6 * 85 - 0 * 204px / 30);
	}
	.st-1610 {
		top: calc(204px / 6 * 86 - 0 * 204px / 30);
	}
	.st-1615 {
		top: calc(204px / 6 * 87 - 0 * 204px / 30);
	}
	.st-1620 {
		top: calc(204px / 6 * 88 - 0 * 204px / 30);
	}
	.st-1625 {
		top: calc(204px / 6 * 89 - 0 * 204px / 30);
	}
	.st-1630 {
		top: calc(204px / 6 * 90 - 0 * 204px / 30);
	}
	.st-1635 {
		top: calc(204px / 6 * 91 - 0 * 204px / 30);
	}
	.st-1640 {
		top: calc(204px / 6 * 92 - 0 * 204px / 30);
	}
	.st-1645 {
		top: calc(204px / 6 * 93 - 0 * 204px / 30);
	}
	.st-1650 {
		top: calc(204px / 6 * 94 - 0 * 204px / 30);
	}
	.st-1655 {
		top: calc(204px / 6 * 95 - 0 * 204px / 30);
	}
	.st-1700 {
		top: calc(204px / 6 * 96 - 0 * 204px / 30);
	}
	.st-1705 {
		top: calc(204px / 6 * 97 - 0 * 204px / 30);
	}
	.st-1710 {
		top: calc(204px / 6 * 98 - 0 * 204px / 30);
	}
	.st-1715 {
		top: calc(204px / 6 * 99 - 0 * 204px / 30);
	}
	.st-1720 {
		top: calc(204px / 6 * 100 - 0 * 204px / 30);
	}
	.st-1725 {
		top: calc(204px / 6 * 101 - 0 * 204px / 30);
	}
	.st-1730 {
		top: calc(204px / 6 * 102 - 0 * 204px / 30);
	}
	.st-1735 {
		top: calc(204px / 6 * 103 - 0 * 204px / 30);
	}
	.st-1740 {
		top: calc(204px / 6 * 104 - 0 * 204px / 30);
	}
	.st-1745 {
		top: calc(204px / 6 * 105 - 0 * 204px / 30);
	}
	.st-1750 {
		top: calc(204px / 6 * 106 - 0 * 204px / 30);
	}
	.st-1755 {
		top: calc(204px / 6 * 107 - 0 * 204px / 30);
	}
	.st-1800 {
		top: calc(204px / 6 * 108 - 0 * 204px / 30);
	}
	.st-1805 {
		top: calc(204px / 6 * 109 - 0 * 204px / 30);
	}
	.st-1810 {
		top: calc(204px / 6 * 110 - 0 * 204px / 30);
	}
	.st-1815 {
		top: calc(204px / 6 * 111 - 0 * 204px / 30);
	}
	.st-1820 {
		top: calc(204px / 6 * 112 - 0 * 204px / 30);
	}
	.st-1825 {
		top: calc(204px / 6 * 113 - 0 * 204px / 30);
	}
	.st-1830 {
		top: calc(204px / 6 * 114 - 0 * 204px / 30);
	}
	.st-1835 {
		top: calc(204px / 6 * 115 - 0 * 204px / 30);
	}
	.st-1840 {
		top: calc(204px / 6 * 116 - 0 * 204px / 30);
	}
	.st-1845 {
		top: calc(204px / 6 * 117 - 0 * 204px / 30);
	}
	.st-1850 {
		top: calc(204px / 6 * 118 - 0 * 204px / 30);
	}
	.st-1855 {
		top: calc(204px / 6 * 119 - 0 * 204px / 30);
	}
	.st-1900 {
		top: calc(204px / 6 * 120 - 0 * 204px / 30);
	}
	.st-1905 {
		top: calc(204px / 6 * 121 - 0 * 204px / 30);
	}
	.st-1910 {
		top: calc(204px / 6 * 122 - 0 * 204px / 30);
	}
	.st-1915 {
		top: calc(204px / 6 * 123 - 0 * 204px / 30);
	}
	.st-1920 {
		top: calc(204px / 6 * 124 - 0 * 204px / 30);
	}
	.st-1925 {
		top: calc(204px / 6 * 125 - 0 * 204px / 30);
	}
	.st-1930 {
		top: calc(204px / 6 * 126 - 0 * 204px / 30);
	}
	.st-1935 {
		top: calc(204px / 6 * 127 - 0 * 204px / 30);
	}
	.st-1940 {
		top: calc(204px / 6 * 128 - 0 * 204px / 30);
	}
	.st-1945 {
		top: calc(204px / 6 * 129 - 0 * 204px / 30);
	}
	.st-1950 {
		top: calc(204px / 6 * 130 - 0 * 204px / 30);
	}
	.st-1955 {
		top: calc(204px / 6 * 131 - 0 * 204px / 30);
	}
	.st-2000 {
		top: calc(204px / 6 * 132 - 0 * 204px / 30);
	}
	.st-2005 {
		top: calc(204px / 6 * 133 - 0 * 204px / 30);
	}
	.st-2010 {
		top: calc(204px / 6 * 134 - 0 * 204px / 30);
	}
	.st-2015 {
		top: calc(204px / 6 * 135 - 0 * 204px / 30);
	}
	.st-2020 {
		top: calc(204px / 6 * 136 - 0 * 204px / 30);
	}
	.st-2025 {
		top: calc(204px / 6 * 137 - 0 * 204px / 30);
	}
	.st-2030 {
		top: calc(204px / 6 * 138 - 0 * 204px / 30);
	}
}

/* timetable */
.timetable {
	padding: 100px 0 140px;
}
.timetable .sec__title02 {
	height: 70px;
}
.timetable__block {
	background: #fff;
	border-radius: 12px;
	padding: 38px 0 0 40px;
}
.timetable__block .block__head {
	position: relative;
}
.timetable__block .block__head::before {
	content: '';
	position: absolute;
	width: 70px;
	height: 104px;
	background: #fff;
	bottom: -128px;
	left: 0;
	z-index: 3;
}
.timetable__block .tab__list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	margin-bottom: 24px;
	padding-right: 40px;
	position: relative;
}
.timetable__block .tab__link {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
	padding: 0 9px 10px;
	position: relative;
	transition: all 0.3s ease;
}
.timetable__block .tab__link::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	opacity: 0;
	background: linear-gradient(90deg, #f46c56 0%, #f43b7b 19%, #ff49c4 35%, #984fe8 53%, #2f86ff 74%, #05c654 100%);
	transition: all 0.3s ease;
}
.timetable__block .tab__link.current::after,
.timetable__block .tab__link:hover::after {
	opacity: 1;
}
.timetable__block .tab__link:hover::after {
	opacity: 0.9;
}
.timetable__block .tab__link p {
	font-size: 40px;
	font-weight: 600;
	line-height: 1;
	color: rgba(0, 0, 0, 0.4);
	transition: all 0.3s ease;
	position: relative;
	z-index: 2;
}
.timetable__block .tab__link.current p,
.timetable__block .tab__link:hover p {
	color: #000;
}
.timetable__block .btn__pdf {
	font-size: 20px;
	font-weight: 700;
	background: #141414;
	border-radius: 60px;
	width: 135px;
	height: 36px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition: all 0.3s ease;
}
.timetable__block .btn__pdf:hover {
	opacity: 0.8;
}
.timetable__block .block__content {
	overflow: scroll;
	width: 100%;
	height: calc(662px - 74px);
	position: relative;
}
.timetable__block .timetable__caption {
	width: fit-content;
	min-width: 100%;
	margin: 0 auto;
	display: flex;
	gap: 4px;
	background: #fff;
	padding: 0 40px 0 70px;
	margin-bottom: 16px;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 2;
}
.timetable__block .timetable__event.new {
	width: 2544px;
}
.timetable__block .timetable__event.spe {
	width: 360px;
}
.timetable__block .tab02 .timetable__event.spe {
	display: none;
}
.timetable__block .timetable__event .event__title {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	text-align: center;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 4px;
}
.timetable__block .timetable__event.new .event__title {
	background: linear-gradient(90deg, #3166f1 0%, #00b244 100%);
}
.timetable__block .timetable__event.spe .event__title {
	background: #0095ff;
}
.timetable__block .timetable__event .event__columnGroup {
	display: flex;
	justify-content: space-between;
	gap: 4px;
}
.timetable__block .timetable__event .event__columnGroup .column {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	border-radius: 2px;
	color: #fff;
	height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
}
.timetable__block .timetable__event.new .event__columnGroup .column {
	background: #63c0ab;
	color: #1c2024;
	width: calc((100% - 24px) / 7);
}
.timetable__block .timetable__event.spe .event__columnGroup .column {
	background: #2d63e2;
}
.timetable__block .timetable__event .event__columnGroup .column span {
	font-size: 14px;
	font-weight: 500;
	margin-top: 7px;
}
.timetable__block .timetable__row .row__content {
	margin: 0 auto;
	padding: 0 0 104px;
}
.timetable__block .timetable__content {
	display: flex;
	justify-content: space-between;
	width: fit-content;
}
.timetable__timeColumn {
	background-color: #fff;
	width: 70px;
	position: sticky;
	left: 0;
	z-index: 2;
}
.timetable__timeColumn::before,
.timetable__timeColumn::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	background: #fff;
}
.timetable__timeColumn::before {
	top: -120px;
	height: 120px;
}
.timetable__timeColumn::after {
	bottom: -16px;
	height: 16px;
}
.timetable__timeColumn div {
	height: 232px;
	text-align: right;
	padding-right: 10px;
}
.tab02 .timetable__timeColumn .hide {
	display: none;
}
.timetable__timeColumn span {
	font-size: 28px;
	line-height: 1;
}
.timetable__container {
	padding-top: 16px;
	position: relative;
}
.timetable__lineContainer {
	top: 16px;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.timetable__lineContainer span {
	display: block;
	height: 232px;
	width: 100%;
}
.tab02 .timetable__lineContainer .hide {
	display: none;
}
.timetable__lineContainer span:nth-child(odd) {
	background: #f8fafd;
}
.timetable__lineContainer span:nth-child(even) {
	background: #ebf2f8;
}
.timetable__eventContainer {
	display: none;
	position: relative;
	z-index: 1;
}
.timetable__eventContainer.current {
	display: block;
}
.timetable__eventContainer .eventContainer__inner {
	display: flex;
	gap: 4px;
}
.timetable__col {
	width: 360px;
	position: relative;
}
.timetable__item {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 4px 16px -8px rgba(0, 0, 0, 0.024), 0px 3px 12px -4px rgba(0, 0, 0, 0.024), 0px 2px 3px -2px rgba(0, 0, 59, 0.051);
	display: block;
	overflow: hidden;
	width: 100%;
	position: absolute;
}
.timetable__item .item__title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.25;
	color: #fff;
	height: 144px;
	padding: 13px 16px 2px;
	display: flex;
	flex-direction: column;
	position: relative;
}
.timetable__item .item__title p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.timetable__item .item__title .item__tag {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 32px;
	width: fit-content;
	padding: 0 20px;
	margin-bottom: 9px;
}
.timetable__item .item__content {
	border-width: 0 2px 2px;
	border-style: solid;
	border-color: transparent;
	border-radius: 0 0 8px 8px;
	color: #1c2024;
	padding: 16px;
	height: calc(100% - 144px);
	transition: all 0.3s ease-in-out;
	overflow: auto;
}
.timetable__item .item__content::-webkit-scrollbar {
	display: none;
}
.timetable__item .item__content .item__block:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 8px;
	margin-bottom: 10px;
}
.timetable__item .item__content .time {
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 16px;
}
.col01 .timetable__item .item__content .time {
	background: rgba(45, 99, 226, 0.059);
}
.col11 .timetable__item .item__content .time,
.col13 .timetable__item .item__content .time,
.col15 .timetable__item .item__content .time,
.col17 .timetable__item .item__content .time {
	background: rgba(2, 128, 255, 0.071);
}
.col12 .timetable__item .item__content .time,
.col14 .timetable__item .item__content .time,
.col16 .timetable__item .item__content .time {
	background: rgba(2, 186, 60, 0.087);
}
.timetable__item .item__content .list li {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
}
.timetable__item .item__content .list li:not(:last-child) {
	margin-bottom: 8px;
}
.timetable__item .item__content .list li span {
	color: rgba(0, 7, 19, 0.624);
}
.col01 .timetable__item:hover .item__content {
	background: rgba(45, 99, 226, 0.06);
}
.col01 .timetable__item.active .item__content {
	background: rgba(45, 99, 226, 0.06);
	border-color: #2d63e2;
}
.col01 .timetable__item .item__title {
	background: #2d63e2;
}
.col01 .timetable__item .item__title .item__tag {
	color: #2d63e2;
}
.col11 .timetable__item:hover .item__content,
.col13 .timetable__item:hover .item__content,
.col15 .timetable__item:hover .item__content,
.col17 .timetable__item:hover .item__content {
	background: rgba(34, 85, 220, 0.06);
}
.col11 .timetable__item.active .item__content,
.col13 .timetable__item.active .item__content,
.col15 .timetable__item.active .item__content,
.col17 .timetable__item.active .item__content {
	background: rgba(34, 85, 220, 0.06);
	border-color: #2255dc;
}
.col11 .timetable__item .item__title,
.col13 .timetable__item .item__title,
.col15 .timetable__item .item__title,
.col17 .timetable__item .item__title {
	background: #2255dc;
}
.col11 .timetable__item .item__title .item__tag,
.col13 .timetable__item .item__title .item__tag,
.col15 .timetable__item .item__title .item__tag,
.col17 .timetable__item .item__title .item__tag {
	color: #2255dc;
}
.col12 .timetable__item:hover .item__content,
.col14 .timetable__item:hover .item__content,
.col16 .timetable__item:hover .item__content {
	background: rgba(0, 152, 58, 0.06);
}
.col12 .timetable__item.active .item__content,
.col14 .timetable__item.active .item__content,
.col16 .timetable__item.active .item__content {
	background: rgba(0, 152, 58, 0.06);
	border-color: #00983a;
}
.col12 .timetable__item .item__title,
.col14 .timetable__item .item__title,
.col16 .timetable__item .item__title {
	background: #00983a;
}
.col12 .timetable__item .item__title .item__tag,
.col14 .timetable__item .item__title .item__tag,
.col16 .timetable__item .item__title .item__tag {
	color: #00983a;
}
@media screen and (min-width: 1101px) {
	.timetable__block .tab__btn {
		position: absolute;
		right: 40px;
		top: 50%;
		transform: translateY(-50%);
	}
}
@media screen and (max-width: 1100px) {
	.timetable__block .tab__list {
		gap: 20px;
	}
	.timetable__block .tab__link span {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.timetable {
		padding: 80px 0 100px;
	}
	.timetable .sec__title02 {
		height: 38px;
	}
	.timetable__block {
		padding: 38px 0 0 12px;
	}
	.timetable__block .block__head::before {
		width: 45px;
		height: 77px;
		bottom: -101px;
	}
	.timetable__block .tab__list {
		padding-right: 12px;
		gap: 0;
	}
	.timetable__block .tab__link p {
		font-size: 20px;
	}
	.timetable__block .tab__btn {
		margin-left: 11px;
	}
	.timetable__block .btn__pdf {
		font-size: 12px;
		width: 86px;
		height: 30px;
	}
	.timetable__block .block__content {
		height: calc(482px - 54px);
	}
	.timetable__block .timetable__caption {
		padding: 0 12px 0 45px;
		gap: 4px;
		margin-bottom: 12px;
	}
	.timetable__block .timetable__event.new {
		width: 780px;
	}
	.timetable__block .timetable__event.spe {
		width: 108px;
	}
	.timetable__block .timetable__event .event__title {
		font-size: 14px;
		height: 26px;
		margin-bottom: 4px;
	}
	.timetable__block .timetable__event .event__columnGroup {
		gap: 4px;
	}
	.timetable__block .timetable__event .event__columnGroup .column {
		font-size: 10px;
		height: 47px;
	}
	.timetable__block .timetable__event .event__columnGroup .column span {
		font-size: 8px;
		margin-top: 4px;
	}
	.timetable__block .timetable__row .row__content {
		padding: 0 0 52px;
	}
	.timetable__timeColumn {
		width: 45px;
	}
	.timetable__timeColumn span {
		font-size: 16px;
	}
	.timetable__container {
		padding-top: 8px;
	}
	.timetable__lineContainer {
		top: 8px;
	}
	.timetable__timeColumn div,
	.timetable__lineContainer span {
		height: 204px;
	}
	.timetable__col {
		width: 108px;
	}
	.timetable__item .item__title {
		font-size: 12px;
		line-height: 1.3;
		padding: 8px 8px 2px;
		height: 156px;
	}
	.timetable__item .item__title .item__tag {
		font-size: 12px;
		height: 20px;
		padding: 0 8px;
		margin-bottom: 10px;
	}
	.timetable__item .item__title p {
		-webkit-line-clamp: 7;
	}
	.timetable__item .item__content {
		padding: 8px;
		height: calc(100% - 156px);
	}
	.timetable__item .item__content .time {
		font-size: 10px;
		margin-bottom: 4px;
	}
	.timetable__item .item__content .list li {
		font-size: 10px;
	}
	.timetable__item .item__content .list li:not(:last-child) {
		margin-bottom: 4px;
	}
}

/* diagram */
.diagram {
	padding: 100px 0 0;
	position: relative;
	z-index: 1;
}
.diagram .sec__title02 {
	margin-bottom: 16px;
}
.diagram .diagram__map {
	position: relative;
}
.diagram .diagram__map .map__area,
.diagram .diagram__map .map__area .m__link,
.diagram .diagram__map .map__banner {
	position: absolute;
}
.diagram .diagram__map .map__area .m__link {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.diagram .diagram__map .map__area .m__img {
	transition: all 0.3s ease;
	position: relative;
}
.diagram .diagram__map .map__area .img__ov {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.diagram .diagram__map .map__area.active .m__img {
	transform: translateY(-8px);
}
.diagram .diagram__map .map__area.active .img__ov {
	opacity: 1;
}
.diagram .diagram__map .area1 {
	width: 37.75vw;
	height: 32.563vw;
	top: 11.25vw;
	left: 26.313vw;
	z-index: 2;
}
.diagram .diagram__map .area1 .m__link {
	clip-path: polygon(5% 14%, 16% 0, 67% 45%, 100% 88%, 85% 97%, 58% 100%, 38% 96%, 16% 82%, 2% 59%, -2% 40%);
}
.diagram .diagram__map .area2 {
	width: 40.438vw;
	height: 30.75vw;
	top: 4.813vw;
	left: 33.875vw;
}
.diagram .diagram__map .area2 .m__link {
	clip-path: polygon(49% 1%, 70% 8%, 88% 24%, 99% 47%, 100% 74%, 90% 100%, 53% 75%, 0 20%, 10% 9%, 28% 2%);
}
.diagram .diagram__map .area3 {
	width: 15.063vw;
	height: 12vw;
	left: 56vw;
	bottom: 7.188vw;
	clip-path: polygon(0 0, 21% 0, 100% 42%, 100% 100%, 60% 100%, 0 17%);
	z-index: 1;
}
.diagram .diagram__map .map__banner {
	width: 14vw;
	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 {
	left: 6.75vw;
	bottom: 6.56vw;
}
.diagram .diagram__map .banner2 {
	right: 42.31vw;
	top: 6.81vw;
}
.diagram .map__img img {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.diagram .diagram__map .map__banner:hover img {
		transform: scale(1.1);
	}
}
@media screen and (max-width: 767px) {
	.diagram {
		padding: 80px 0 0;
	}
	.diagram .sec__title02 {
		height: 38px;
		margin-bottom: 46px;
	}
	.diagram .diagram__map .map__banner {
		width: 39.47vw;
	}
	.diagram .diagram__map .banner1 {
		bottom: 56.27vw;
		left: 1.87vw;
		right: auto;
	}
	.diagram .diagram__map .banner2 {
		bottom: 28vw;
		top: auto;
		right: 21.33vw;
	}
}
@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);
	}
}

/* Event */
.event {
	padding: 22px 0 140px;
}
.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:nth-child(1) {
	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:nth-child(1):after {
	background: linear-gradient(90deg, #ff9100, #ff00aa, #9d00ce, #5a00fc, #00b7ec);
}
.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: #000;
	position: relative;
	z-index: 2;
}
.event .event__block:nth-child(2) .block__inner > * {
	color: #fff;
}
.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:nth-child(1) .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;
	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;
}
.event .event__block:nth-child(1) .block__content .block__btn .btn__multi {
	background: linear-gradient(95.25deg, #ff9300 0.94%, #ff5b00 23.87%, #ec00ee 46.81%, #0094ff 69.74%, #00c56b 92.67%);
}
.event .event__block:nth-child(1) .block__content .block__btn .btn__multi::after {
	display: none;
}
.event .event__block:nth-child(2) .block__content .block__btn .btn__multi {
	background: linear-gradient(90deg, #f46c56 0%, #f43b7b 19%, #ff49c4 35%, #984fe8 53%, #2f86ff 74%, #05c654 100%);
}
@media screen and (max-width: 767px) {
	.event {
		padding: 22px 0 100px;
		margin-top: -60px;
	}
	.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 {
		font-size: 40px;
		margin-bottom: 14px;
	}
	.event .event__block:nth-child(1) .block__content .block__title {
		font-size: 32px;
	}
	.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:nth-child(1) .block__content .block__btn {
		height: 48px;
	}
	.event .event__block .block__content .block__sub {
		font-size: 16px;
		margin-bottom: 7px;
	}
}

/* Application */
.application {
	padding: 146px 0 91px;
}
.application__frame {
	background: url(/climbers/newbiz-daikaigi/2025osaka/img/appl_bg.png) repeat-y center top / 100% auto;
	max-width: 1088px;
	width: 100%;
	margin: 0 auto;
	padding: 25px 60px;
	position: relative;
}
.application__frame::before,
.application__frame::after {
	content: '';
	position: absolute;
	left: 50%;
	height: 1px;
	width: 100%;
	background: url(/climbers/newbiz-daikaigi/2025osaka/img/appl_line.png) no-repeat center top / 100% auto;
	transform: translateX(-50%);
}
.application__frame::before {
	top: 0;
}
.application__frame::after {
	bottom: 0;
}
.application__frame dl {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.application__frame dt {
	font-size: 20px;
	font-weight: 700;
	line-height: 150%;
	width: 168px;
}
.application__frame dd {
	width: calc(100% - 168px);
}
.application__frame .frame__block {
	max-width: 600px;
	margin-bottom: 5px;
}
.application__frame .frame__block p {
	margin-bottom: 3px;
}
.application__frame .block__list li {
	line-height: 150%;
	padding-left: 20px;
	position: relative;
}
.application__frame .block__list li::before {
	position: absolute;
	left: 0;
	top: 0;
}
.application__frame .block__list.list01 li {
	font-weight: 700;
}
.application__frame .block__list.list01 li::before {
	content: '⚫︎ ';
}
.application__frame .block__list.list02 {
	margin-top: 20px;
}
.application__frame .block__list.list02 li {
	font-weight: 500;
}
.application__frame .block__list.list02 li::before {
	content: '・';
}
.application__frame .frame__text {
	font-weight: 500;
	line-height: 150%;
	max-width: 600px;
}
.application__frame .frame__text span {
	font-size: 20px;
	font-weight: 700;
	color: #3166f1;
	background: #fff;
	border-radius: 3px;
	padding: 3px 15px 3px 5px;
	display: inline-block;
	margin-bottom: 5px;
}
.application__btn {
	max-width: 328px;
	width: 100%;
	height: 68px;
	margin: 40px auto 0;
	background: #fff;
	border-radius: 100px;
}
@media screen and (min-width: 768px) {
	.application__frame dl:not(:last-child) {
		margin-bottom: 36px;
	}
}
@media screen and (max-width: 767px) {
	.application {
		padding-top: 83px;
	}
	.application__frame {
		padding: 0 20px;
		margin: 0 -20px;
		width: auto;
	}
	.application__frame dl {
		padding: 25px 0;
	}
	.application__frame dl:not(:first-child)::before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		height: 1px;
		width: calc(100% + 40px);
		background: url(/climbers/newbiz-daikaigi/2025osaka/img/appl_line_sp.png) no-repeat center top / 100% auto;
		transform: translateX(-50%);
	}
	.application__frame dt,
	.application__frame dd {
		width: 100%;
	}
	.application__frame dt {
		font-size: 18px;
		text-align: center;
		margin-bottom: 8px;
	}
	.application__frame .frame__block {
		max-width: 100%;
	}
	.application__frame .block__list.list02 {
		margin-top: 12px;
	}
	.application__frame .frame__text span {
		font-size: 16px;
		padding: 2px 15px;
		margin-bottom: 8px;
		font-feature-settings: 'palt';
	}
	.application__btn {
		max-width: 335px;
		height: 58px;
	}
}
@media screen and (max-width: 400px) {
	.application__frame {
		margin: 0 -15px;
	}
}

/* Overview */
.bg__gray {
	background: #242424;
	color: #fff;
}
.sec__inner {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
}
.overview {
	padding: 100px 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 0;
	max-width: 1160px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.organizer_block::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 96%;
	background: #fff;
	opacity: 20%;
	transform: translateX(-50%);
}
.organizer_block .block__left,
.organizer_block .block__right {
	width: 50%;
	padding: 0 40px;
}
.organizer_block .col__left {
	max-width: 515px;
	text-align: center;
	margin: 0 auto 32px;
}
.organizer_block .col__left .block__logo {
	margin: 0 auto 28px;
	max-width: 306px;
}
.organizer_block .col__left .block__title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 12px;
}
.organizer_block .col__left .block__text {
	font-weight: 500;
	text-align: left;
	letter-spacing: -0.05em;
}
.organizer_block .col__left .block__frame {
	border-radius: 4px;
	background: rgba(217, 217, 217, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 54px 10px 53px;
	margin-top: 50px;
}
.organizer_block .col__left .block__frame .frame__ttl {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 25px;
}
.organizer_block .col__left .block__frame .frame__txt {
	font-weight: 500;
	line-height: 150%;
}
.organizer_block .col__left .block__frame .frame__btn {
	max-width: 200px;
	height: 48px;
	margin: 38px auto 0;
}
.organizer_block .col__right {
	flex: 1 1;
}
.organizer_block .col__right .block__title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 22px;
	text-align: center;
}
.organizer_block .col__right .block__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 40px;
}
.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::before {
		display: none;
	}
	.organizer_block .block__left,
	.organizer_block .block__right {
		width: 100%;
	}
	.organizer_block .col__right .block__list {
		max-width: 450px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) {
	.organizer {
		padding: 40px 0 60px;
	}
	.organizer_block .block__left,
	.organizer_block .block__right {
		padding: 0;
	}
	.organizer_block .col__left,
	.organizer_block .col__right {
		width: 100%;
	}
	.organizer_block .col__left {
		margin: 0 auto 40px;
	}
	.organizer_block .col__left .block__logo {
		width: 306px;
		margin: 0 auto 3px;
	}
	.organizer_block .col__left .block__title {
		font-size: 20px;
		margin-bottom: 27px;
	}
	.organizer_block .col__left .block__text {
		text-align: left;
	}
	.organizer_block .col__left .block__frame {
		margin-top: 27px;
		padding: 16px;
	}
	.organizer_block .col__left .block__frame .frame__ttl {
		font-size: 16px;
		margin: 0 0 16px;
	}
	.organizer_block .col__left .block__frame .frame__txt {
		text-align: left;
	}
	.organizer_block .col__left .block__frame .frame__btn {
		margin: 15px auto 0;
	}
	.organizer_block .col__right .block__title {
		font-size: 18px;
		margin-bottom: 18px;
		text-align: left;
	}
	.organizer_block .col__right .block__list {
		max-width: 345px;
		margin: 0 auto;
		gap: 16px 14px;
	}
	.organizer_block .col__right .block__item {
		width: 160px;
	}
}

/* sec__logo */
.sponsor {
	padding: 166px 0 0;
}
.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 0;
	}
	.sponsor .sec__title01 {
		margin-bottom: 52px;
	}
	.sponsor__block .block__title {
		height: 50px;
	}
	.logo__group {
		gap: 60px;
	}
	.logo__group .list__logo li {
		height: 150px;
	}
	.logo__group .list__logo {
		gap: 40px;
	}
	.sponsor .coming__soon {
		font-size: 36px;
	}
}

/* Partner */
.partner {
	padding: 80px 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: 60px 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;
	}
}

/* modal speaker */
.m__modal {
	max-width: 1124px;
	margin: 0 auto;
	padding: 0 22px;
	position: relative;
}
.modal__block {
	background: #f5f5f7;
	border-radius: 12px;
	position: relative;
}
.modal__block .block__scroll {
	max-height: calc(80vh - 50px);
	min-height: 629px;
	overflow: auto;
	border-radius: 12px;
	position: relative;
	z-index: 1;
}
.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, #3166f1 0%, #00b244 100%);
}
.modal__block::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #3166f1 0%, #00b244 100%);
	filter: blur(30px);
	z-index: -1;
}
.modal__block .block__inner {
	padding: 34px 40px 50px;
	position: relative;
	z-index: 2;
}
.modal__block .block__inner.biz {
	padding-top: 40px;
}
.modal__block .block__head {
	/* margin-bottom: 45px; */
	margin-bottom: 40px; /* 先行公開対応 */
}
.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(49, 102, 241, 0) 0%, #3166f1 25%, #00b244 75%, rgba(0, 178, 68, 0) 100%);
}
.modal__block .block__head .desc {
	font-size: 14px;
	font-weight: 400;
	font-feature-settings: normal;
}
.modal__block .block__content {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.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__img img {
	border-radius: 16px;
}
.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;
	display: none;
}
.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: 38.3px;
	justify-content: center;
}
.modal__block .block__content .cnt__list .list .item {
	width: 220px;
}
.modal__block .block__content .cnt__list .list .item__img {
	border-radius: 16px;
	margin-bottom: 18px;
	overflow: hidden;
}
.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 {
	background: #fff;
	border-radius: 25px;
	max-width: 400px;
	width: 100%;
	height: 48px;
	margin: 40px auto 0;
	/* display: none; */
}
.modal__btn .btn__multi {
	font-size: 18px;
	background: linear-gradient(to right, #3166f1 0%, #00b244 100%);
}
.modal__btn .btn__multi::after,
.modal__btn .btn__multi::before {
	display: none;
}
.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/newbiz-daikaigi/bizdev-summit/2025osaka/img/btn_close.png) no-repeat center center / 100% auto;
	transition: all 0.3s ease;
	z-index: 2;
}
.m__modal.fun .modal__close {
	background: url(/climbers/newbiz-daikaigi/bizdev-summit/2025osaka/img/btn_close_b.png) no-repeat center center / 100% auto;
}
.m__modal .modal__close:hover {
	opacity: 0.9;
}
@media screen and (max-width: 767px) {
	.m__modal {
		padding: 0 20px;
	}
	.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: 28px;
	}
	.modal__block .block__head .date {
		flex-wrap: wrap;
		font-size: 24px;
		margin-bottom: 11px;
		white-space: nowrap;
		min-width: 0;
		row-gap: 0.1em;
	}
	.modal__block .block__head .date > * {
		flex: 0 0 auto;
		min-width: 0;
	}
	.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: 0;
		/* display: inline-block; */
		white-space: normal;
		max-width: 100%;
	}
	.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::after {
		background: linear-gradient(to left, #3166f1 0%, #00b244 100%);
		filter: blur(20px);
	}
}
@media screen and (max-width: 380px) {
	.modal__block .block__content .cnt__list .list {
		gap: 28px 14px;
	}
}
