@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%;
	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%;
}

.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(574/1280*100vw),574px);
	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(460/480*100vw);
		bottom: 32px;
		left: 0;
	}
}

/* @media screen and (max-width: 480px) {
	.mainview .info {
		position: absolute;
		width: 38.7366%;
		bottom: 0;
		right: 3.516%;
	}
} */

.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: 1366px;
	margin: 100px auto 0;
	padding: 0 80px;
}

@media screen and (max-width: 768px) {
	.box .inner {
		padding: 0 20px;
		margin: 0 auto 60px;
	}
}

.box .title {
	margin: 0 auto;
	position: relative;
}

.box .title .caption {
	font-size: 1.8rem;
	font-weight: 500;
	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 {
		width: fit-content;
		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_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;
}

.group#info {
	margin: 80px auto 0;
}

@media screen and (max-width: 480px) {
	.group#info {
		margin: 60px auto 0;
	}
}

.group#info .image {
	/* max-width: 1200px; */
	padding-top: 30px;
	/* border-top: 1px solid #fff; */
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	#content .inner {
		padding: 0;
	}
}

#schedule,
#company {
	margin-top: 7.321%;
}

@media screen and (min-width: 1281px) {
	#schedule {
		margin-top: 100px;
	}

	#company {
		margin-top: 110px;
	}
}

@media screen and (max-width: 768px) {
	#schedule {
		margin-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: 1200px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .time-table {
    margin: 25px auto 0;
  }
}

.time-table table {
  width: 100%;
	height: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.time-table table:has(thead) {
	margin-bottom: -1px;
}
@media screen and (max-width: 768px) {
	.time-table .scroll-wrap {
		overflow-x: scroll;
	}
	.time-table .scroll-wrap table {
		width: 1230px;
	}
}

.time-table table thead {
  margin-bottom: 20px;
}

.time-table th {
  padding-top: 3px;
  height: 50px;
  font-size: 18px;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #fff;
}

.time-table th.bt-none {
  border-top: none;
}

.time-table th.br-none {
  border-right: none;
	background-color: #FFFF00;
	color: #00823D;
}

.time-table th.bb-none {
  border-bottom: none;
}

.time-table th.bl-none {
  border-left: none;
}

.time-table th:first-of-type {
  width: 4.584%;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
	.time-table th:first-of-type {
		width: 56px;
	}
}

.time-table td {
	position: relative;
  height: 48px;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
	border: 1px solid #fff;
}
.time-table td.white {
	background: var(--job-color);
}
.time-table td.icon {
	background: url(../img/2026megaforum/bg-noise.jpg);
	background-size: contain;
	background-position: top;
}
.time-table td.icon::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--job-color);
	mix-blend-mode: multiply;
	pointer-events: none;
	top: 0;
	left: 0;
}

.time-table td:not(.bl-none) {
  padding: 15px 6px 10px;
}

.time-table td.-pc{
  display: table-cell;
}

.time-table td.-sp{
  display: none;
}

.time-table td.bt-none {
  border-top: none;
}

.time-table td.br-none {
  border-right: none;
}

.time-table td.bb-none {
  border-bottom: none;
}

.time-table td.bl-none {
  border-left: none;
  font-size: 14px;
  color: #fff;
}


.time-table td.icon_a {
  --table-group-alph: 'A';
	--job-color: #BFE2AB;
}
.time-table td.icon_b {
	--table-group-alph: 'B';
	--job-color: #A8D6FC;
}
.time-table td.icon_c {
	--table-group-alph: 'C';
	--job-color: #F2C0B6;
}
.time-table td.icon_d {
	--table-group-alph: 'D';
	--job-color: #FCD79D;
}
.time-table td.icon_e {
  --table-group-alph: 'E';
	--job-color: #CDBDEA;
}
.time-table tr .gray {
	--job-color: #E6E6E6;
}
.time-table tr .white {
	--job-color: #fff;
}
/* .time-table tr .jr-bg {
	--job-color: url(../img/2026megaforum/table06-bg.jpg);
} */
.time-table tr .op-green {
	--job-color: #008803;
	color: #fff;
}
 
.time-table td.icon::after {
  content: var(--table-group-alph);
  position: absolute;
  width: clamp(26px, 30 / 1280* 100vw, 30px);
  height: auto;
  aspect-ratio: 1 / 1;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  bottom: clamp(6px,10/1280*100vw,10px);
  right: 10px;
}
@media screen and (max-width: 768px) {
  .time-table td.icon::after {
    width: 27px;
    height: 27px;
    font-size: 12px;
    bottom: 8px;
    right: 8px;
  }
}

.time-table td img {
  width: 45%;
  height: auto;
}

.time-table td a:link {
  text-decoration: none;
}

@media all and (-ms-high-contrast: none) {
  .time-table td {
    min-height: 48px;
    height: auto;
  }

  .time-table td img {
    width: 100%;
    height: 100%;
  }
}

.time-table td:not(:first-of-type) {
  width: 19.084%;
}

.time-table td.-info {
	padding: 0 5px;
}

table td.-info.-comingsoon.-sp {
	display: none;
}

/* @media screen and (max-width: 768px) {
  .time-table td:nth-of-type(5),
  .time-table td:nth-of-type(4),
  .time-table td:nth-of-type(3),
  .time-table td:nth-of-type(2) {
  	width: 100%;
  	box-sizing: border-box;
  	padding: 24px 30px;
	}

	.time-table td:not(:first-of-type) {
		width: 100%;
	}

	.time-table td.-info {
		padding: 45px 10px 10px;
	}

	table.-comingsoon td.-info.-comingsoon.-sp {
		display: block;
  	padding: 24px 30px;
	}
} */

.time-table td.-info .time-table-txt {
	background: var(--job-color);
}

.time-table td.-info .time-table-txt .info-txt {
	position: relative;
	font-size: clamp(1.6rem,18/1366*100vw,1.8rem);
	line-height: 1.4;
	text-align: center;
	color: #008803;
	padding-top: clamp(60px,74/1366*100vw,74px);
}

.time-table td.-info .time-table-txt .soontxt {
	font-size: clamp(1.6rem,18/1366*100vw,1.8rem);
	color: #008803;
	border: 1px solid #008803;
	display: none;
	padding: 4px 10px 2px;
	margin-top: 8px;
}

table.-comingsoon td.-info .time-table-txt .soontxt {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* @media screen and (max-width: 768px) {
	.time-table td.-info .time-table-txt .info-txt {
		font-size: 2rem;
		padding-top: 50px;
	}

	.time-table td.-info .time-table-txt .soontxt {
		font-size: 2rem;
		margin-top: 5px;
	}
} */

.time-table td.-info .info-txt .info-icon {
	position: absolute;
	width: clamp(40px,54/1366*100vw,54px);
	top: 0;
	transform: translateX(-50%);
	left: 50%;
}

.time-table td.-info .info-txt .info-icon img {
	width: 100%;
}

.time-table td .time-table-txt {
  font-size: 14px;
  font-weight: bold;
	min-height: 80px;
  display: flex;
	flex-direction: column;
  justify-content: center;
  align-items: center;
}

.time-table td.-info .time-table-txt {
	min-height: 50px;
	height: 100%;
	flex-direction: column;
	padding: 10px 5px;
}

.time-table tr:not(:first-of-type) td.-info .time-table-txt {
	border-top: 1px solid #F2F2F2;
	margin-top: -1px;
}

table.-comingsoon td.-info:not(.-comingsoon) .time-table-txt {
	display: none;
}

table.-comingsoon td.-info .time-table-txt.-comingsoon {
	position: relative;
}

@media all and (-ms-high-contrast: none) {
  .time-table td .time-table-txt {
    min-height: 48px;
    height: auto;
  }

  .time-table td img {
    width: 100%;
    height: 100%;
  }
}

/* @media screen and (max-width: 768px) {
	table.-comingsoon td.-info:not(.-comingsoon) {
		display: none;
	}

  .time-table td .time-table-txt {
    min-height: unset;
    height: unset;
  }

	.time-table td.-info .time-table-txt {
		min-height: 100px;
		padding: 16px 20px 14px;
	}
} */

.time-table td .time-table-txt p {
  font-size: clamp(12px,14/1280*100vw,14px);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
	.time-table td .time-table-txt p {
		font-size: 14px;
	}
}

.time-table td.-info .time-table-txt p {
	line-height: 1.4;
}

.time-table td .time-table-txt .-small {
	font-size: 1.2rem;
	line-height: 1.2;
}

.time-table td .time-table-txt p .frame-box {
	min-width: 96px;
	width: fit-content;
	display: block;
	border: 1px solid #fff;
	padding: 2px 5px 1px;
	margin: 0 auto;
}

/* @media screen and (max-width: 768px) {
  .time-table td .time-table-txt p {
		font-size: 2rem;
  }

	.time-table td .time-table-txt .-small {
		font-size: 2rem;
		line-height: 1.4;
	}

	.time-table td .time-table-txt p .frame-box {
		min-width: 158px;
		padding: 2px 8px 0;
	}
} */

.time-table td .time-table-txt p+p {
	margin-top: 15px;
}

.time-table td:not(.-info) .time-table-txt p+p {
	position: relative;
	padding-top: 20px;
}

.time-table td:not(.-info) .time-table-txt p+p::before {
	content: '';
	position: absolute;
	background-color: #fff;
	width: min(11.714vw,160px);
	height: 1px;
	transform: translateX(-50%);
	top: 0;
	left: 50%;
}

/* @media screen and (max-width: 768px) {
	.time-table td:not(.-info) .time-table-txt p+p::before {
		width: 72vw;
	}
} */

.time-table .view_button {
  width: clamp(80px,calc(94/1280*100vw), 94px);
  margin: clamp(7px,12/1280*100vw,10px) auto 0;
  background-color: #008803;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .075em;
  box-sizing: border-box;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 300ms 0s ease;
}
@media screen and (max-width: 768px) {
	.time-table .view_button {
		width: 94px;
	}
}

.time-table .op-green .view_button {
  background-color: #fff;
  color: #008803;
}

/* @media screen and (min-width: 769px) {
  .time-table .-info .view_button:not(.pc) {
		display: none;
	}
} */


.time-table .view_intro .b-text,
.time-table .view_button .b-text {
	font-size: min(calc((12 - 10) * ((100vw - 375px) / (1280 - 375)) + 10px),12px);
  padding: 1px 5%;
  margin: 0 10%;
}

@media screen and (max-width: 768px) {
  .time-table .view_intro .b-text,
  .time-table .view_button .b-text {
    font-size: 12px;
  }
}

.time-table .view_button::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  width: 5px;
  height: 6px;
  background: url(../img/2026megaforum/icon-view_button.svg)no-repeat;
}

/* @media screen and (max-width: 768px) {
	.time-table .view_button::after {
		width: 18px;
		height: 18px;
	}
} */

.time-table .op-green .view_button::after {
	mask-image: url(../img/2026megaforum/icon-view_button.svg);
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
	background: var(--job-color);
}

.time-table td .time-table-txt .time-txt {
	font-size: 1.2rem;
  display: block;
  margin-top: 5px;
}

.time-table td.-info .time-txt {
  margin-top: unset;
}

.time-table .view_button:hover {
  background-color: #13ad15;
  text-decoration: none;
}

.time-table td .time-table-txt .cat {
	position: relative;
  max-width: fit-content;
  font-size: clamp(12px,14/1280*100vw,14px);
  font-weight: bold;
  line-height: 1;
  background-color: #fff;
  display: block;
  padding: 5px 6px 3px;
  margin: 20px auto 0;
}

.time-table td .time-table-txt.-exception .cat {
  margin: 8px auto 0;
}

.time-table td .time-table-txt .cat.all {
  border-radius: 5px;
}
.time-table td .time-table-txt .cat.humanities {
  --r: 5px;
  padding-inline: calc(var(--r) + 6px);
  clip-path: polygon(0 0, 100% 0, calc(100% - var(--r)) 50%, 100% 100%, 0 100%, var(--r) 50%);
}
.time-table td .time-table-txt .cat.science {
  border-radius: 9999px;
  padding: 5px 10px 3px;
}

.time-table tr .-info {
	height: 100%;
  background-color: #F2F2F2;
	border-top: unset;
	border-bottom: unset;
}

/* @media screen and (max-width: 768px) {
	.time-table tr .-info {
		position: relative;
	}

	.time-table tr .-info .info-ttl {
		position: absolute;
		display: flex;
		align-items: center;
		top: 11px;
		left: 10px;
  }

	.time-table tr .-info .info-ttl .info-icon {
		width: 25px;
		margin-right: 5px;
  }

	.time-table tr .-info .info-ttl .info-icon img {
		width: 100%;
		height: auto;
  }

	.time-table tr .-info .info-ttl .txt {
		font-size: 1.6rem;
		font-weight: bold;
		text-align: start;
		color: #008803;
		display: flex;align-items: center;
		flex: 1;
  }
} */
 
.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-list {
	margin: 65px auto 0 auto;
	padding: 0 0 150px;
	gap: 2px;
	display: flex;
	flex-wrap: wrap;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.company-list {
		padding: 0 0 80px;
		margin-top: 45px;
	}
}

.company-list .item {
	width: calc((100% - 2px*2)/3);
	background: #fff;
	font-size: 1.4rem;
	color: #000;
	text-align: justify;
	text-justify: inter-ideograph;
	position: relative;
	transition: all ease .5s;
}

.company-list .item:nth-of-type(3n) {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	.company-list .item {
		width: calc((100% - 2px)/2);
		line-height: 1.6;
	}
}

@media screen and (max-width: 480px) {
	.company-list .item {
		width: 100%;
		line-height: 2;
	}
}

.company-list .item .item-inner {
	padding: 30px 7.94%;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.company-list .item .img-wrap {
	width: 100%;
	height: auto;
	min-height: 140px;
	object-fit: scale-down;
	display: flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	margin-bottom: 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 .item-box img {
	width: 100%;
}

.company-list .item .item-inner .item-box .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: 15px;
}

.company-list .item .item-inner .item-box .cat {
	width: fit-content;
	font-size: 1.4rem;
	line-height: 1;
	text-align: center;
	color: #fff;
	background-color: #008803;
	padding: 5px 7px;
	margin: 0 auto 15px;
}

.company-list .item .item-inner .item-box .cat.all {
	border-radius: 5px;
}
.company-list .item .item-inner .item-box .cat.humanities {
  --r: 5px;
  padding-inline: calc(var(--r) + 6px);
  clip-path: polygon(0 0, 100% 0, calc(100% - var(--r)) 50%, 100% 100%, 0 100%, var(--r) 50%);
}
.company-list .item .item-inner .item-box .cat.science {
  border-radius: 9999px;
  padding: 5px 10px 3px;
}

.company-list .item .item-inner .item-box .heading {
	font-weight: 600;
	text-align: center;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	padding: 10px 0;
	margin-top: 0;
}

.company-list .item .item-inner .item-box .block-1 {
	min-height: 170px;
	margin-bottom: 10px;
}

.company-list .item .item-inner .item-box .block-1 .text {
	padding: 10px 0;
}

.company-list .item .item-inner .item-box .block-1 .text .txt-link {
	color: inherit;
}

@media screen and (max-width: 768px) {
	.company-list .item .item-inner .item-box .block-1 {
		font-size: calc((14 - 13) * ((100vw - 480px) / (768 -480)) + 13px);
	}
}

@media screen and (max-width: 480px) {
	.company-list .item .item-inner .item-box .block-1 {
		font-size: 1.4rem;
		min-height: 0;
		margin-bottom: 20px;
	}
}

.company-list .item .item-inner .item-box .block-2 .text {
	border-bottom: 1px solid #808080;
	padding: 10px 0;
	font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
	.company-list .item .item-inner .item-box .block-2 .text {
		font-size: calc((14 - 13) * ((100vw - 480px) / (768 -480)) + 13px);
	}
}

@media screen and (max-width: 480px) {
	.company-list .item .item-inner .item-box .block-2 .text {
		font-size: 1.4rem;
		padding-bottom: 20px;
	}
}

.company-list .item .item-inner .item-box .list {
	display: block;
	padding-left: 1em;
	text-indent: -1em;

}

.company-list .item .item-inner .item-box .block-3 {
	width: 100%;
	padding: 10px 0;
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.company-list .item .item-inner .item-box .block-3 {
		font-size: calc((14 - 11) * ((100vw - 480px) / (768 -480)) + 11px);
	}
}

@media screen and (max-width: 480px) {
	.company-list .item .item-inner .item-box .block-3 {
		font-size: 1.4rem;
		margin-top: 20px;
	}
}

.company-list .item .item-inner .item-box .block-3 li {
	position: relative;
	padding-left: 70px;
}

@media screen and (max-width: 768px) {
	.company-list .item .item-inner .item-box .block-3 li {
		font-size: calc((14 - 11) * ((100vw - 480px) / (768 -480)) + 11px);
		padding-left: 0;
		padding-top: 20px;
	}
}

.company-list .item .item-inner .item-box .block-3 li:nth-of-type(2) {
	margin-top: 5px;
}

@media screen and (max-width: 480px) {
	.company-list .item .item-inner .item-box .block-3 li:first-of-type {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 768px) {
	.company-list .item .item-inner .item-box .block-3 li {
		font-size: calc((14 - 13) * ((100vw - 480px) / (768 -480)) + 13px);
	}
}

@media screen and (max-width: 480px) {
	.company-list .item .item-inner .item-box .block-3 li {
		font-size: 1.4rem;
	}
}

.company-list .item .item-inner .item-box .block-3 li:nth-of-type(1):before {
	position: absolute;
	content: "採用職種： ";
	width: 50%;
	top: 0;
	left: 0;
	font-size: 1.4rem;
	font-weight: 600;
	color: #000;
	word-break: break-all;
}

.company-list .item .item-inner .item-box .block-3 li:nth-of-type(2):before {
	position: absolute;
	content: "募集学部：";
	width: 50%;
	top: 0;
	left: 0;
	font-size: 1.4rem;
	font-weight: 600;
	color: #000;
	word-break: break-all;
}

@media screen and (max-width: 768px) {
	.company-list .item .item-inner .item-box .block-3 li:nth-of-type(1):before,
	.company-list .item .item-inner .item-box .block-3 li:nth-of-type(2):before {
		font-size: calc((14 - 13) * ((100vw - 480px) / (768 -480)) + 13px);
	}
}

@media screen and (max-width: 480px) {
	.company-list .item .item-inner .item-box .block-3 li:nth-of-type(1):before,
	.company-list .item .item-inner .item-box .block-3 li:nth-of-type(2):before {
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 480px) {
	.company-list .item .item-inner .item-box .text {
		min-height: 0;
	}
}

.company-list .item .item-inner .button-container {
	width: calc(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: 10px;
}

.company-list .item .item-inner .intro_button,
.company-list .item .item-inner .view_button,
.company-list .item .item-inner .cancel {
	font-size: 2rem;
	font-weight: 600;
}

@media screen and (max-width: 1280px) {
	.company-list .item .item-inner .intro_button .b-text,
	.company-list .item .item-inner .view_button .b-text,
	.company-list .item .item-inner .cancel .b-text {
		font-size: calc((20 - 15) * ((100vw - 751px) / (1280 -751)) + 15px);
	}
}

@media screen and (max-width: 768px) {
	.company-list .item .item-inner .intro_button .b-text,
	.company-list .item .item-inner .view_button .b-text,
	.company-list .item .item-inner .cancel .b-text {
		font-size: calc((20 - 13) * ((100vw - 480px) / (768 -480)) + 13px);
	}
}

@media screen and (max-width: 480px) {
	.company-list .item .item-inner .intro_button .b-text,
	.company-list .item .item-inner .view_button .b-text {
		font-size: 2rem;
	}
}

.company-list .item .item-inner .intro_button+.view_button {
	margin-top: 10px;
}


.company-list .item .item-inner .cancel {
	text-align: center;
	background: #CBCBCB;
	min-height: 50px;
	color: #000;
	display: block;
	position: relative;
	transition: all ease .5s;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 10px;
}

@media screen and (max-width: 480px) {
	.company-list .item .item-inner .cancel .b-text {
		font-size: calc((20 - 16) * ((100vw - 480px) / (768 -480)) + 16px);
	}
}


.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;
	margin: 30px auto 0;
	padding: 40px 2.679%;
	border: 1px solid #fff;
	font-weight: 600;
	color: #fff;
}

@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;
}