@charset "utf-8";

body,
html {
	margin: 0;
}

#contents{
	background: linear-gradient(90deg,#2BAE6D,#008803 90%);
}

@media screen and (max-width: 850px) {
	body {
		min-width: 100%;
	}
}

li {
	list-style-type: none;
}

.sp-only {
	display: none;
}

@media screen and (max-width: 375px) {
	.sp-only {
		display: block;
	}
}

.pc-only {
	display: block;
}

@media screen and (max-width: 768px) {
	.pc-only {
		display: none;
	}
}

.wb {
	display: inline-block;
}

.contents-box {
	padding: 0 0 80px 0;
}

@media screen and (max-width: 1049px) {
	.contents-box {
		padding: unset;
	}
}

.wrapper {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}

.mainview {
	position: relative;
}

@media screen and (max-width: 768px) {
	.mainview {
		padding-bottom: 0;
		height: auto;
	}
}

.mainview .mv-inner {
	position: relative;
	max-width: 1280px;
	width: 100%;
  background-color: #C2EFAB;
	margin: 0 auto;
}

.mainview .mv-inner::before,
.mainview .mv-inner::after {
	content: '';
	position: absolute;
	width: calc((100vw - 1280px)/2);
	height: 100%;
	background-color: #F8FBF1;
	top: 0;
}

.mainview .mv-inner::before {
	translate: -100% 0;
	left: 0;
}

.mainview .mv-inner::after {
	translate: 100% 0;
	right: 0;
}

.mainview .bg1 {
	width: 100%;
  display: block;
}

.mainview .bg1 img {
	width: 100%;
}

.mainview .text {
	position: absolute;
	width: clamp(500px,calc(850/1280*100vw),850px);
	top: min(calc(58/1280*100vw),58px);
	left: min(calc(70/1280*100vw),70px);
}

@media screen and (max-width: 750px) {
	.mainview .text {
		width: calc(333/480*100vw);
		top: 38px;
		left: 0;
	}
}

@media all and (-ms-high-contrast: none) {
	.mainview .text picture {
		width: 100%;
	}

	.mainview .text picture img {
		width: 100%;
	}
}

.mainview .info {
	position: absolute;
	width: clamp(400px,calc(855/1280*100vw),855px);
	bottom: min(calc(65/1280*100vw),65px);
	left: min(calc(70/1280*100vw),70px);
}

@media screen and (max-width: 750px) {
	.mainview .info {
		position: absolute;
		width: calc(441/480*100vw);
		bottom: 32px;
		left: 0;
	}
}

.box-wrap {
	width: 100%;
	padding: 65px 0 0;
	position: relative;
}

@media screen and (max-width: 768px) {
	.box-wrap {
		padding: 50px 0 0 0;
	}
}

.box-wrap .box {
	width: 100%;
	position: relative;
	z-index: 1;
}

.box .inner {
	max-width: 1280px;
	padding: 0 80px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .box .inner {
    padding: 0 20px;
	}
  .box:not(:last-of-type) .inner {
    margin-bottom: 60px;
  }
}

.box .title {
	margin: 0 auto;
	position: relative;
}

#schedule .title .caption {
	color: #00823D;
}
.box .title .caption {
	font-size: 1.8rem;
	font-weight: bold;
	color: #FFFF00;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

#about {
	z-index: 3;
}

#about .inner {
	margin-top: 0;
}

#about .group {
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

#about .group+.group {
	margin-top: 55px;
}

@media screen and (max-width: 768px) {
	#about .group {
		width: 100%;
		padding: 0;
		margin-bottom: 0;
		box-sizing: border-box;
		position: relative;
	}
}

#about .group .subtitle {
	/* min-width: 208px;
	width: fit-content; */
	height: 52px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: .075em;
	color: #fff;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #fff;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	#about .group .subtitle {
		height: auto;
		padding: 10px 20px 10px 10px;
		top: 20px;
		left: -10px;
		font-size: 2.4rem;
		line-height: 1;
	}
}


#about .group .text {
	margin-bottom: 1.4em;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: .075em;
	line-height: 2;
	padding: 0;
	color: #fff;
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing: .001em;
	font-feature-settings: "palt";
}

#about .group .text:last-of-type {
	margin-bottom: 0;
}

#about .group .text .txt-link {
	color: #fff;
	text-decoration: underline;
	transition: opacity ease .3s;
}

#about .group .text .txt-link:hover {
	opacity: .7;
	text-decoration: unset;
}

#about .group .text span.num-txt {
	position: relative;
	display: inline-block;
	padding-left: 1.5em;
}

#about .group .text span.num-txt::before {
	position: absolute;
	top: 0;
	left: 0;
}

#about .group .text span.num-txt:first-child::before {
	content: '①';
}

#about .group .text span.num-txt:nth-of-type(2)::before {
	content: '②';
}

#about .group .text span.num-txt:nth-of-type(3)::before {
	content: '③';
}

#about .group .text span.num-txt:nth-of-type(4)::before {
	content: '④';
}

#about .benefit_block {
  margin: 42px auto 110px;
}
@media screen and (max-width: 768px) {
  #about .benefit_block {
    margin: 28px auto 105px;
  }
}
#about .benefit_block .benefit_banner {
  width: 100%;
  display: block;
}

#about .benefit_block .benefit_btn {
  position: relative;
  max-width: 560px;
  width: 100%;
  /* height: 72px; */
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.025em;
  color: #00823D;
  border-radius: 8px;
  background-color: #FFFF00;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  transition: opacity ease .3s;
  padding: 10px 12px;
  margin: 36px auto 0;
}
@media screen and (max-width: 768px) {
  #about .benefit_block .benefit_btn {
    max-width: 360px;
    padding: 5px;
    margin: 24px auto 0;
  }
}

#about .benefit_block .benefit_btn.comingsoon {
  background-color: #B3B3B3;
  color: inherit;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #about .benefit_block .benefit_btn.comingsoon {
    padding: 8px 12px;
  }
}

#about .benefit_block .benefit_btn::before {
  content: '';
  position: absolute;
  width: 23px;
  height: 18px;
  background: url(../img/2026megaforum/benefit_btn_arrow.svg) no-repeat;
  background-size: contain;
  background-position: center;
  translate: 0 -50%;
  top: 50%;
  right: 30px;
}
@media screen and (max-width: 768px) {
  #about .benefit_block .benefit_btn::before {
    width: 13px;
    height: 10px;
    background: url(../img/2026megaforum/benefit_btn_arrow_sp.svg) no-repeat;
    background-size: contain;
    background-position: center;
    right: 12px;
  }
}
#about .benefit_block .benefit_btn.comingsoon::before {
  content: unset;
}

#about .benefit_block .benefit_btn:hover {
  text-decoration: unset;
  opacity: .7;
}

#about .benefit_block .benefit_btn .stxt {
  font-size: 14px;
  text-align: center;
}

#about .benefit_block .benefit_btn.comingsoon .stxt {
  font-size: 12px;
  line-height: 1.6667;
}

#content .inner {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #content .inner {
    margin-bottom: 100px;
  }
}

.group#info {
	margin: 80px auto 0;
}

@media screen and (max-width: 480px) {
	.group#info {
		margin: 60px auto 0;
	}
}

.group#info .image {
	padding-top: 30px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	#content .inner {
		padding: 0 20px;
	}
}

#schedule {
  background-color: #fff;
	padding-block: 100px;
}
#company {
	margin-top: 110px;
}
@media screen and (max-width: 768px) {
	#schedule {
		padding-top: 100px;
	}
	#company {
		margin-top: 70px;
	}
}

#schedule {
	z-index: 2;
}

#schedule .title {
	width: 299px;
}

.comingsoon_box {
  max-width: 629px;
  height: 113px;
  border-radius: 40px;
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(-47deg, transparent, transparent 4px, #D6EFE0 4px, #D6EFE0 6px);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .comingsoon_box {
    margin: 34px auto 0;
  }
}

.comingsoon_box img {
  max-width: min(calc(284/480*100vw),284px);
}

/*schedule info*/
.schedule-info {
	max-width: 1120px;
	width: 100%;
	background: #fff;
	font-weight: 600;
	padding: 30px;
	margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
	.schedule-info {
		margin: 32px auto 0;
	}
}

.schedule-info .heading {
	font-size: 1.8rem;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.schedule-info .heading {
		font-size: 2rem;
	}
}

.schedule-info .term-list {
	max-width: 896px;
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 0 min(calc(24/1280*100vw),24px);
	margin: 28px auto 0;
}
@media screen and (max-width: 768px) {
	.schedule-info .term-list {
		flex-direction: column;
	}
}

.schedule-info .term-list .term-item {
	position: relative;
	width: calc((100% - min(calc(24/1280*100vw),24px)*4)/5);
	min-height: 64px;
	font-size: 1.4rem;
	letter-spacing: 0.04em;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: url(../img/2026megaforum/bg-noise.jpg);
	background-size: contain;
	background-position: top;
	overflow: hidden;
	padding: 10px;
}
@media screen and (max-width: 768px) {
	.schedule-info .term-list .term-item {
		width: 100%;
		font-size: 2rem;
		border-radius: unset;
	}
}

.schedule-info .term-list .term-item::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--job-color);
	mix-blend-mode: multiply;
	top: 0;
	left: 0;
}

.schedule-info .term-list .term-item.icon_a {
	--job-color: #BFE2AB;
}
.schedule-info .term-list .term-item.icon_b {
	--job-color: #A8D6FC;
}
.schedule-info .term-list .term-item.icon_c {
	--job-color: #F2C0B6;
}
.schedule-info .term-list .term-item.icon_d {
	--job-color: #FCD79D;
}
.schedule-info .term-list .term-item.icon_e {
	--job-color: #CDBDEA;
}

/*time table*/
.time-table {
	position: relative;
  max-width: 1120px;
  width: 100%;
  display: flex;
  container-type: inline-size;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .time-table {
    margin: 25px auto 0;
  }
}
.time-table .time_list {
  padding-top: 44px;
  border-right: 4px solid #00823d;
  flex-shrink: 0;
}
.time-table .time_list .time {
  position: relative;
  width: 5.089285714285714cqw;
  min-height: 60px;
}
@media screen and (max-width: 768px) {
  .time-table .time_list .time {
    width: 57px;
  }
}
.time-table .time_list .time:last-of-type {
  min-height: unset;
  height: 7px;
}
.time-table .time_list .time:not(:nth-of-type(4n+1))::before {
  content: '';
  position: absolute;
  width: 0.5357142857142857cqw;
  height: 1px;
  background-image: url(../img/2027megaforum/dots_line.svg);
  background-repeat: repeat-x;
  background-position: left;
  background-size: contain;
  translate: 0 -50%;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .time-table .time_list .time:not(:nth-of-type(4n+1))::before {
    width: 6px;
  }
}
.time-table .time_list .time:nth-of-type(4n+1)::before {
  content: '';
  position: absolute;
  width: 0.8928571428571428cqw;
  height: 2px;
  background-color: #00823d;
  translate: 0 -50%;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .time-table .time_list .time:nth-of-type(4n+1)::before {
    width: 10px;
  }
}
.time-table .time_list .time .txt {
  position: absolute;
  width: max-content;
  font-size: max(1.0714285714285714cqw,1rem);
  font-weight: normal;
  letter-spacing: 0.04em;
  color: #00823D;
  translate: 0 -50%;
  top: 0;
  right: 1.0714285714285714cqw;
}
@media screen and (max-width: 768px) {
  .time-table .time_list .time .txt {
    font-size: 1.2rem;
    right: 12px;
  }
}
.time-table .time_list .time:nth-of-type(4n+1) .txt {
  font-size: max(1.3392857142857142cqw,1.2rem);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .time-table .time_list .time:nth-of-type(4n+1) .txt {
    font-size: 1.5rem;
  }
}
.time-table .scroll-wrap {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .time-table .scroll-wrap {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-right: -20px;
  }
  .time-table .scroll-wrap::-webkit-scrollbar{
    display: none;
  }
}
.time-table .scroll-wrap .table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .time-table .scroll-wrap .table {
    position: relative;
    width: 1059px;
  }
  .time-table .scroll-wrap .table::before {
    content: '';
    position: absolute;
    width: 20px;
    height: auto;
    aspect-ratio: 1/1;
    translate: 100% 0;
    top: 0;
    right: 0;
  }
}
.time-table .scroll-wrap .table .table_head {
  display: flex;
  height: 44px;
}
.time-table .scroll-wrap .table .table_head .head_txt {
  font-size: max(1.607142857142857cqw,1.6rem);
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .time-table .scroll-wrap .table .table_head .head_txt {
    font-size: 1.8rem;
  }
}
.time-table .scroll-wrap .table .table_head .head_txt:nth-of-type(1) {
  flex: 2;
  background-color: #00823D;
}
.time-table .scroll-wrap .table .table_head .head_txt:nth-of-type(2) {
  flex: 1;
  background-color: #39B54A;
}
.time-table .scroll-wrap .table .body_wrap {
  display: flex;
}
.time-table .scroll-wrap .table .body_wrap .table_body {
  display: grid;
  grid-auto-rows: 15px;
  background-image: url(../img/2027megaforum/table_bg.svg);
  background-repeat: repeat;
  background-position: top left;
  background-size: 1058px 240px;
  flex-shrink: 0;
}
.time-table .scroll-wrap .table .body_wrap .body1 {
  flex: 2;
  grid-template-columns: repeat(2, 1fr);
}
.time-table .scroll-wrap .table .body_wrap .body2 {
  flex: 1;
  background-color: #E4F8E7;
}
.time-table .scroll-wrap .table .body_wrap .table_body .unit.-h_quarter {
  font-size: 1rem;
  color: #fff;
  grid-row: span 1;
  padding-block: 1px;
  margin-block: 2px -3px;
}
.time-table .scroll-wrap .table .body_wrap .body1 .unit.-h_quarter {
  margin-block: -3px -1px;
}
.time-table .scroll-wrap .table .body_wrap .table_body .unit {
  grid-column: span 1;
}
.time-table .scroll-wrap .table .body_wrap .table_body .unit.-one {
  grid-column: span 2;
}
.time-table .scroll-wrap .table .body_wrap .body1 .unit {
  grid-row: span 8;
  padding: 0.625cqw 0.8928571428571428cqw;
}
@media screen and (max-width: 768px) {
  .time-table .scroll-wrap .table .body_wrap .body1 .unit {
    padding: 7px 10px;
  }
}
.time-table .scroll-wrap .table .body_wrap .body1 .unit.-after {
  grid-row: span 4;
}
.time-table .scroll-wrap .table .body_wrap .body1 .-col1 {
  grid-row: span 4;
}
.time-table .scroll-wrap .table .body_wrap .body1 .-mix {
  grid-row: span 13;
}
.time-table .scroll-wrap .table .body_wrap .body1 .-col_half {
  grid-row: span 2;
}
.time-table .scroll-wrap .table .body_wrap .body2 .unit {
  grid-row: span 4;
  padding: 0.26785714285714285cqw 0.4464285714285714cqw 0.26785714285714285cqw 0;
}
@media screen and (max-width: 768px) {
  .time-table .scroll-wrap .table .body_wrap .body2 .unit {
    padding: 3px 5px 3px 0;
  }
}
.time-table .scroll-wrap .table .body_wrap .body2 .-col2 {
  grid-row: span 8;
}
.time-table .scroll-wrap .table .body_wrap .body2 .-col4 {
  grid-row: span 16;
}
.time-table .scroll-wrap .table .body_wrap .body1 :is(.unit.icon_a,.unit:has(.icon_a)) {
  --table-group-alph: 'A';
	--job-color: linear-gradient(90deg,#67BE8D,#39B54A);
}
.time-table .scroll-wrap .table .body_wrap .body1 .unit.icon_b {
	--table-group-alph: 'B';
	--job-color: linear-gradient(45deg,rgba(168, 214, 252,.9),rgba(63, 169, 245,.9));
}
.time-table .scroll-wrap .table .body_wrap .body1 .unit.icon_c {
	--table-group-alph: 'C';
	--job-color: linear-gradient(45deg,rgba(252, 215, 157,.9),rgba(255, 179, 97,.9));
}
.time-table .scroll-wrap .table .body_wrap .body1 .unit.icon_d {
  --table-group-alph: 'D';
  --job-color: linear-gradient(45deg,rgba(242, 192, 182,.9), rgba(232, 142, 125,.9));
}
.time-table .scroll-wrap .table .body_wrap .body1 .unit.icon_e {
  --table-group-alph: 'E';
  --job-color: linear-gradient(45deg,rgba(255, 255, 178,.9), rgba(252, 238, 33,.9));
}
.time-table .scroll-wrap .table .body_wrap .table_body .unit .unit_inner {
  position: relative;
  height: 100%;
}
.time-table .scroll-wrap .table .body_wrap .body1 .unit .unit_inner {
  border-radius: 8px;
  background: var(--job-color);
  padding: 0.8928571428571428cqw 1.5178571428571428cqw 0.8928571428571428cqw 1.9642857142857142cqw;
}
@media screen and (max-width: 768px) {
  .time-table .scroll-wrap .table .body_wrap .body1 .unit .unit_inner {
    padding: 10px 17px 10px 22px;
  }
}
.time-table .scroll-wrap .table .body_wrap .body1 .unit.-h_quarter .unit_inner {
  border-radius: unset;
}
.time-table .scroll-wrap .table .body_wrap .body1 .unit.-mix .unit_inner {
  display: flex;
  padding: 0;
}
.time-table .scroll-wrap .table .body_wrap .body1 .unit:not(.-mix) .unit_inner::before,
.time-table .scroll-wrap .table .body_wrap .body1 .unit.-mix .inner_flex[class*="icon_"]::before {
  content: var(--table-group-alph);
  position: absolute;
  width: 2.142857142857143cqw;
  height: auto;
  aspect-ratio: 1/1;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0;
  border-radius: 50%;
  border: 1px solid #00823d;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 5px;
  left: 5px;
}
@media screen and (max-width: 768px) {
  .time-table .scroll-wrap .table .body_wrap .body1 .unit:not(.-mix) .unit_inner::before,
  .time-table .scroll-wrap .table .body_wrap .body1 .unit.-mix .inner_flex[class*="icon_"]::before {
    width: 24px;
  }
}
.time-table .scroll-wrap .table .body_wrap .body1 .unit.-after .unit_inner,
.time-table .scroll-wrap .table .body_wrap .body2 .unit .unit_inner {
  background-color: rgba(188, 237, 196,.9);
  border: 1px solid #008803;
  padding: 0.35714285714285715cqw 0.4464285714285714cqw ;
}
@media screen and (max-width: 768px) {
  .time-table .scroll-wrap .table .body_wrap .body1 .unit.-after .unit_inner,
  .time-table .scroll-wrap .table .body_wrap .body2 .unit .unit_inner {
    padding: 4px 5px;
  }
}
.time-table .scroll-wrap .table .body_wrap .table_body .unit.-h_quarter .unit_inner {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #39b54a;
  border: unset;
  padding-block: unset;
}
.time-table .scroll-wrap .table .body_wrap .body1 .unit.-h_quarter .unit_inner {
  font-size: 1.2rem;
  background-color: #00823d;
}
.time-table .scroll-wrap .table .body_wrap .unit.-after_summery .unit_inner {
  background-color: #E6E6E6;
  border-radius: 8px;
}
.time-table .scroll-wrap .table .body_wrap .table_body .unit .inner_flex {
  max-width: 340px;
  height: 100%;
  font-size: max(1.0714285714285714cqw,1rem);
  font-weight: bold;
  display: flex;
  gap: 0.4464285714285714cqw;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .time-table .scroll-wrap .table .body_wrap .table_body .unit .inner_flex {
    font-size: 1.2rem;
    gap: 5px;
  }
}
.time-table .scroll-wrap .table .body_wrap .unit.-mix .inner_flex {
  position: relative;
  max-width: unset;
  width: 100%;
  height: auto;
  gap: 1.7857142857142856cqw;
}
@media (max-width: 768px) {
  .time-table .scroll-wrap .table .body_wrap .unit.-mix .inner_flex {
    gap: 20px;
  }
}
.time-table .scroll-wrap .table .body_wrap .unit.-after_summery .inner_flex {
  flex-direction: column;
  gap: 8px;
}
.time-table .scroll-wrap .table .table_body .unit_inner .txt_group {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.time-table .scroll-wrap :is(.unit.-after_summery,.unit.-mix) .unit_inner .txt_group {
  flex: unset;
}
.time-table .scroll-wrap .table .table_body .unit_inner .txt_group .c_name {
  font-size: max(1.25cqw,1.2rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .time-table .scroll-wrap .table .table_body .unit_inner .txt_group .c_name {
    font-size: 1.4rem;
  }
}
.time-table .scroll-wrap .table .unit.-after_summery .unit_inner .txt_group .c_name {
  font-size: 1.25cqw;
  color: #008803;
}
@media (max-width: 768px) {
  .time-table .scroll-wrap .table .unit.-after_summery .unit_inner .txt_group .c_name {
    font-size: 1.4rem;
  }
}
.time-table .scroll-wrap .table .body2 .unit_inner .txt_group .c_name {
  font-size: max(1.0714285714285714cqw,1rem);
}
@media screen and (max-width: 768px) {
  .time-table .scroll-wrap .table .body2 .unit_inner .txt_group .c_name {
    font-size: 1.2rem;
  }
}
.time-table .scroll-wrap .table .table_body .unit_inner .txt_group .c_time {
  font-size: max(1.0714285714285714cqw,1rem);
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .time-table .scroll-wrap .table .table_body .unit_inner .txt_group .c_time {
    font-size: 1.2rem;
  }
}
.time-table .scroll-wrap .table .table_body .unit_inner .btn_list {
  width: max(8.928571428571429cqw,70px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .time-table .scroll-wrap .table .table_body .unit_inner .btn_list {
    width: 100px;
  }
}
.time-table .scroll-wrap .table .table_body .unit_inner .btn_list .btn {
  position: relative;
  width: 100%;
  height: 24px;
  font-size: max(1.0714285714285714cqw,1rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity ease .3s;
  padding: 0.17857142857142858cqw 1.5178571428571428cqw 0.17857142857142858cqw 0.35714285714285715cqw;
}
@media screen and (min-width: 769px) {
  .time-table .scroll-wrap .table .table_body .unit_inner .btn_list .btn:hover {
    opacity: .7;
    text-decoration: unset;
  }
}
@media screen and (max-width: 768px) {
  .time-table .scroll-wrap .table .table_body .unit_inner .btn_list .btn {
    font-size: 1.2rem;
    padding: 2px 17px 2px 4px;
  }
}
.time-table .scroll-wrap .table .table_body .unit_inner .btn_list .btn1 {
  color: #00823d;
  border: 1px solid #00823d;
  background-color: #fff;
}
.time-table.comingsoon_btn1 .scroll-wrap .table .table_body .unit_inner .btn_list .btn1 {
  border: unset;
  background-color: #B3B3B3;
  color: inherit;
  pointer-events: none;
  padding-right: 0.35714285714285715cqw;
}
.time-table .scroll-wrap .table .table_body .unit_inner .btn_list .btn2 {
  color: #fff;
  background-color: #3d3d3d;
}
.time-table .scroll-wrap .table .table_body .unit_inner .btn_list .btn::before {
  content: '';
  position: absolute;
  width:0;
  height:0;
  border-style:solid;
  border-width: 7px 4px 0 4px;
  translate: 0 -50%;
  top: 50%;
  right: 0.625cqw;
}
@media screen and (max-width: 768px) {
  .time-table .scroll-wrap .table .table_body .unit_inner .btn_list .btn::before {
    right: 7px;
  }
}
.time-table .scroll-wrap .table .table_body .unit_inner .btn_list .btn1::before {
  border-color: #00823d transparent transparent transparent;
  rotate: -90deg;
}
.time-table.comingsoon_btn1 .scroll-wrap .table .table_body .unit_inner .btn_list .btn1::before {
  content: unset;
}
.time-table .scroll-wrap .table .table_body .unit_inner .btn_list .btn2::before {
  border-color: #FFFFFF transparent transparent transparent;
}
.time-table .scroll-wrap .table .body_wrap .body1 .unit.-mix .unit_inner .info_group {
  flex: 1;
  display: grid;
  grid-template-rows: 1.6fr 0.9fr 0.5fr;
  padding-inline: 0.7142857142857143cqw;
}
@media (max-width: 768px) {
  .time-table .scroll-wrap .table .body_wrap .body1 .unit.-mix .unit_inner .info_group {
    padding-inline: 8px;
  }
}
.time-table .scroll-wrap .table .body1 .unit.-mix .info_group .inner_flex+.inner_flex {
  border-top: 1px dotted #fff;  
}
.time-table .scroll-wrap .table .body_wrap .body1 .unit.-mix .unit_inner .btn_group {
  width: 16.16071428571429cqw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-left: 1px dotted #fff;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .time-table .scroll-wrap .table .body_wrap .body1 .unit.-mix .unit_inner .btn_group {
    width: 181px;
  }
}
 
.time-table .scrollhint {
  position: absolute;
  width: 122px;
  background-color: rgba(255,255,255,.55);
  box-shadow: 0px 0px 3.4px rgba(0,0,0,.25);
  border-radius: 9px;
  opacity: 0;
  padding: 8px;
  translate: -50% 0;
  top: 90px;
  left: 50%;
}

.time-table .scrollhint.active {
  opacity: 1;
}

.time-table .scrollhint .icon {
  position: relative;
  width: 42px;
  margin: 0 auto;
}

.time-table .scrollhint .icon .arrow {
  opacity: 0;
}

.time-table .scrollhint .icon .hand {
  position: absolute;
  top: 0;
  left: 0;
}

.time-table .scrollhint .hint-txt {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  margin-top: 4px;
}

.time-table .table-note {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	display: block;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 20px;
}

#company .title {
	width: 388px;
}

@media screen and (max-width: 750px) {
	#company .title {
		width: 294px;
	}
}

#company .category-block {
  background-color: #fff;
  padding: 64px 30px;
  margin: 58px auto 0;
}
@media screen and (max-width: 768px) {
  #company .category-block {
    padding: 18px 14px;
    margin-top: 48px;
  }
}
#company .category-block .category-list {
  max-width: 720px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 48px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #company .category-block .category-list {
    max-width: 420px;
    gap: 16px 15px;
  }
}
@media screen and (max-width: 479px) {
  #company .category-block .category-list {
    display: flex;
    flex-direction: column;
  }
}
#company .category-block .category-list .category {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  #company .category-block .category-list .category {
    gap: 8px;
    font-size: 14px;
    letter-spacing: 0;
  }
}
#company .category-block .category-list img {
  width: 48px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  #company .category-block .category-list img {
    width: 40px;
  }
}

.company-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  text-decoration: none;
  box-sizing: border-box;
  gap: 2px;
	padding: 0 0 150px;
	margin: 65px auto 0;
}

@media screen and (max-width: 768px) {
	.company-list {
		padding: 0 0 80px;
		margin-top: 20px;
	}
}

.company-list .item {
	background: #fff;
	font-size: 1.4rem;
	color: #000;
	text-align: justify;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 6;
	position: relative;
	transition: all ease .5s;
}

@media screen and (max-width: 480px) {
	.company-list .item {
		width: 100%;
	}
}

.company-list .item .cate-group {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  gap: 4px;
  z-index: 1;
}
.company-list .item .cate-group .cate {
  aspect-ratio: 1/1;
  width: 40px;
  border-radius: 50%;
}


.company-list .item .item-inner {
  position: relative;
  text-align: justify;
  box-sizing: border-box;
  background-color: #fff;
  text-decoration: none;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 6;
  padding: 80px 20px 30px;
}

.company-list .item .img-wrap {
	max-width: 308px;
  width: 100%;
	height: auto;
	min-height: 120px;
	object-fit: scale-down;
	display: flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	margin: 0 auto 20px;
}

.company-list .item .img-wrap img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	flex-shrink: 0
}

.company-list .item .item-inner img {
	width: 100%;
}

.company-list .item .item-inner .name {
	font-size: 1.8rem;
	font-weight: 600;
	min-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: 0;
	margin-bottom: 10px;
}

.company-list .item .item-inner .heading {
	font-weight: 600;
  line-height: 1;
	text-align: center;
	border-top: 1px solid #008803;
	border-bottom: 1px solid #008803;
	padding: 10px 0;
	margin-top: 0;
}

.company-list .item .item-inner .block-1 {
	margin-top: 28px;
	margin-bottom: 20px;
}

.company-list .item .item-inner .block-1 .text {
  word-break: break-all;
	padding: 10px 0;
}

.company-list .item .item-inner .block-1 .text .txt-link {
	color: inherit;
}

@media screen and (max-width: 768px) {
	.company-list .item .item-inner .block-1 {
		font-size: calc((14 - 13) * ((100vw - 480px) / (768 -480)) + 13px);
	}
}

@media screen and (max-width: 480px) {
	.company-list .item .item-inner .block-1 {
		font-size: 1.4rem;
		min-height: 0;
		margin-bottom: 20px;
	}
}

.company-list .item .item-inner .block-2 .text {
	padding-top: 10px;
	font-size: 1.4rem;
  line-height: 1.5714285714285714;
}

@media screen and (max-width: 768px) {
	.company-list .item .item-inner .block-2 .text {
		font-size: calc((14 - 13) * ((100vw - 480px) / (768 -480)) + 13px);
	}
}

@media screen and (max-width: 480px) {
	.company-list .item .item-inner .block-2 .text {
		font-size: 1.4rem;
	}
}
.company-list .item .item-inner .tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .company-list .item .item-inner .tag_list {
    margin-top: 10px;
  }
}
.company-list .item .item-inner .tag_list .tag {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
  color: #008803;
}

.company-list .item .item-inner .list {
	display: block;
	padding-left: 1em;
	text-indent: -1em;

}

@media screen and (max-width: 480px) {
	.company-list .item .item-inner .text {
		min-height: 0;
	}
}

.company-list .item .item-inner .button-container {
	width: 100%;
	position: relative;
	bottom: 0;
	margin-top: auto;
}

.company-list .item .item-inner .intro_button a,
.company-list .item .item-inner .view_button a,
.company-list .item .item-inner .intro_button a:visited,
.company-list .item .item-inner .view_button a:visited {
	text-decoration: none;
	display: block;
	color: #fff;
	padding: 16px 10px 14px;
}

.company-list .item .item-inner .intro_button,
.company-list .item .item-inner .view_button {
	font-size: 2rem;
	font-weight: 600;
  line-height: 1;
}

.company-list .item .item-inner .intro_button+.view_button {
	margin-top: 10px;
}

.company-list .item .item-inner .intro_button {
	text-align: center;
	background: #008803;
	border-radius: 5px;
	color: #fff;
	display: block;
	position: relative;
	transition: all ease .5s;
}

.company-list .item .item-inner .intro_button::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 15px;
	height: 15px;
	transform: translateY(-50%);
	background: url(../img/megaforum2024/btn_arrow.svg) no-repeat;
}

.company-list .item .item-inner .intro_button:hover {
	background-color: #13ad15;
	text-decoration: none;
}

.reserve-btn {
	position: fixed;
	right: 20px;
	bottom: 100px;
	width: 150px;
	z-index: 20;
	opacity: 0;
	pointer-events: none;
	transition: opacity ease 300ms,pointer-events ease 300ms;
}

@media screen and (max-width: 768px) {
	.reserve-btn {
		right: 10px;
		width: 100px;
		bottom: 150px;
	}
}

@media screen and (max-width: 480px) {
	.reserve-btn {
		right: 10px;
		width: 70px;
		bottom: 150px;
	}
}

.reserve-btn .link-item {
	margin-left: auto;
	display: block;
	opacity: 0;
	transition: opacity ease 300ms;
}

.reserve-btn.is-show {
	opacity: 1;
}

.reserve-btn.is-show:hover {
	opacity: .7;
}

.reserve-btn.is-show,
.reserve-btn.is-show .link-item {
	opacity: 1;
  display: block;
	pointer-events: visible;
}

#content .title {
	width: 235px;
}
@media screen and (max-width: 750px) {
	#content .title {
		width: 196px;
	}
}

.schedule-movie {
	max-width: 1200px;
	padding: 40px 2.679%;
	border: 1px solid #fff;
	font-weight: 600;
	color: #fff;
	margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
	.schedule-movie {
		padding: 50px 6.82% 55px;
	}
}

.schedule-movie.-comingsoon {
	background-color: unset;
	color: #fff;
	border: 1px solid #fff;
}

.schedule-movie.-comingsoon .comingsoon-txt {
	width: 258px;
	font-size: 2.8rem;
	letter-spacing: 0.08em;
	text-align: center;
	margin: 18px auto 0;
}

@media screen and (max-width: 768px) {
	.schedule-movie.-comingsoon .comingsoon-txt {
		width: 209px;
		font-size: 2rem;
		margin: 40px auto 0;
	}
}

.schedule-movie .copy {
	display: block;
	margin: 0 auto;
	font-size: 2.2rem;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.schedule-movie .copy {
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 375px) {
	.schedule-movie .copy {
		font-size: 1.6rem;
	}
}

.schedule-movie .wrap {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
  gap: clamp(10px,50/1366*100vw,50px) 20px;
	margin-top: 42px;
}

@media screen and (max-width: 768px) {
	.schedule-movie .wrap {
		max-width: calc(334/480*100vw);
		display: flex;
		flex-direction: column;
		row-gap: 35px;
		margin: 25px auto 0;
	}
}

.schedule-movie .wrap .item {
	display: grid;
	grid-template-rows: auto auto 25px 1fr;
  gap: 0;
}

@media screen and (max-width: 768px) {
	.schedule-movie .wrap .item {
		width: 100%;
	}
}

.schedule-movie .wrap .item .cap {
	display: inline-block;
	margin: 0 auto 15px auto;
	padding-bottom: 3px;
	position: relative;
}

.schedule-movie .wrap .item .cap::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -8%;
	width: 116%;
	height: 2px;
	background-color: #fff;
}

.schedule-movie .wrap .item .image {
	transition: opacity ease .5s;
}

.schedule-movie .wrap .item .image img {
	width: 100%;
}

.schedule-movie .wrap .item .image:hover {
	opacity: .7;
}

.schedule-movie .wrap .item .head {
	width: 100%;
	height: 25px;
	font-size: 1.4rem;
	background-color: rgba(255, 255, 255, .2);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}

.schedule-movie .wrap .item .conts {
	background-color: rgba(255, 255, 255, .3);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 14px 10px;
}
.schedule-movie .wrap .item .c-list li {
	font-size: 1.2rem;
	line-height: 1.6667;
}

.footer .sougou_link_body .sougou_link_list {
  margin-top: unset;
}