@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;400;500;600;700;800;900&family=Oswald:wght@200;300;400;500;600;700&display=swap');
* {
  box-sizing: border-box;
  min-height: 0;
  min-width: 0;
}
html {
  background-color: #FAFAFA;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  background-color: #FFF;
  color: #000;
  font-size: 18px;
}
.container {
  margin: 0 auto;
  padding: 0;
}
.container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
img {
  max-width: 100%;
}
.wrap {
  overflow: hidden;
}
@media (max-width: 599px) {
  body {
    font-size: 16px;
  }
  .hidden_sp {
    display: none;
  }
  .container {
    padding: 0;
    overflow: hidden;
  }
  .spWrap {
    width: 100%;
    overflow: hidden;
  }
}
@media (min-width: 600px) and (max-width: 1180px) {
  .container {
    width: calc(100% - 5vw);
    max-width: 1180px;
    overflow-y: hidden;
  }
  .hidden_tb {
    display: none;
  }
}
@media (orientation: landscape) {
  .container {
    width: calc(100% - 5vw);
    max-width: 1180px;
  }
}
@media (min-width: 1181px) {
  .container {
    width: 1100px;
    padding: 0;
  }
  .hidden_pc {
    display: none;
  }
}
@media (max-width: 599px) {
  .keyvisual {
    background: #1063c2;
    background-image: url("../img/mainBg_Sp.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
  }
}
@media (min-width: 600px) {
  .keyvisual {
    background: #1063c2;
    background-image: url("../img/mainBg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
  }
}
@media (min-width: 600px) {}
.main {
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 8px;
}
.main {
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 8px;
  position: relative;
}
.main::before {
  content: '';
  background: url(../img/mainAfterBg2025.jpg);
  background-position: top left;
  background-repeat: repeat-x;
  height: 50px;
  z-index: 5;
  position: absolute;
  bottom: -50px;
  width: 100%;
}
.main h1 {
  font-weight: 900;
  font-size: 22px;
}
.main .logoWrap {
  display: flex;
  flex-direction: column;
}
.main .show {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.main .show .date {
  line-height: 1;
  font-weight: 700;
}
.main .show .hour {
  font-weight: 700;
}
.main .show .hour span {
  font-size: 70%;
  font-weight: normal;
}
.main .show .venue {
  padding-top: 0.5em;
  border-top: 1px solid rgba(255, 255, 255, .5);
}
.main .show .venue h4 {
  font-weight: 700;
  line-height: 1.2;
}
.main .btnEvent {
  width: 95%;
  background-color: #C3D600;

  margin-inline: auto;
  padding: 1em;
  border-radius: 20px;
	overflow: hidden;
  color: #000;
  border: 5px solid #000;
  max-width: 950px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: left;
	gap: 15px;
}
.main .btnEvent h2 {
	font-size: calc(100vw / 20);
  font-weight: 900;
}
.main .btnEvent a {
  text-decoration: none;
  font-weight: 700;
}

.main .btn_yel {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main .btn_yel a {
	flex-basis: 33.3%;
	display: block;
	background-color: #FFEF00;
	color: #000;
	font-weight: bold;
	border-radius: 15px;
	overflow: hidden;
	padding-block: 0.67em;
	text-decoration: none;
}
.main .btn_yel a.none {
	pointer-events: none;
}
.main .btnBox {
  width: calc(80% - 20px);
  background: #FFEB3B;
  margin: auto;
  padding: 1em;
  border-radius: 20px;
  color: #000;
  border: 5px solid #FFF;
  max-width: 1500px;
}
.main .btnBox h2 {
  font-size: 1.2em;
  font-weight: 900;
  margin-bottom: 1em;
}
.main .btnBox .btn_exhibitor ul {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  width: calc(95% - 10px);
  margin: auto;
}
.main .btnBox .btn_exhibitor ul li {
  flex: 1 45%;
  position: relative;
}
.main .btnBox .btn_exhibitor ul li p {
  text-align: justify;
  font-size: 0.8em;
  font-weight: 600;
}
.main .btnBox .btn_exhibitor a {
  background-color: #e40011;
  color: #FFF;
  padding: 1em 1em;
  border-radius: 15px;
  font-size: 1.1em;
  display: block;
  border: 5px solid #FFF;
  box-shadow: 0px 5px 2px #0000007a;
  margin-bottom: 0.5em;
}
.main .btnBox .btn_exhibitor .taiken a {
  background-color: #03A9F4;
}
.main .btnBox .btn_exhibitor a span {
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em 1em;
  color: #e40011;
  font-size: 0.7em;
  border-radius: 20px 0 20px 0;
}
.main .btnBox .btn_exhibitor .taiken a span {
  color: #03A9F4;
}
.main .btnBox .btn_exhibitor ul li a p {
  text-align: center;
  font-size: 0.8em;
}
.main .btnBox .btn_exhibitor ul li p strong {
  color: #e40011;
}
.main .btnBox .btn_exhibitor .taiken p a.link {
  background-color: #607D8B;
  padding: 0;
  border-radius: 0;
  font-size: 1.1em;
  display: inline;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}
.main .btn_touroku {
	margin-bottom: 2em;
}
@media (max-width: 599px) {
  .main .logoWrap .copy img {
    width: 80%
  }
  .main .logoWrap .free img {
    width: 80%;
    margin-bottom: 2em;
  }
  .main .show {}
  .main .show .date {
    text-align: left;
  }
  .main .show .date p {
    font-size: 20px;
  }
  .main .show .date .year span {
    font-size: 24px;
  }
  .main .show .date .year strong {
    font-size: 34px;
    margin: 0 4px;
  }
  .main .show .date .days strong {
    font-size: 48px;
    margin: 0 4px;
  }
  .main .show .hour {
    font-size: 22px;
  }
  .main .show .venue h4 {
    font-weight: 700;
  }
  .main .btn_touroku .douji {
		margin-top: 15px;
  }
  .main .btn_touroku .douji p {
		line-height: 1.2;
		margin-bottom: 0.5em;
		font-size: 80%;
  }
  .main .btn_touroku .douji p br {
		display: none;
  }
  .main .btn_touroku .douji img {
		width: 45%;
  }
}
@media (max-width: 699px) {
  .main .btnBox .btn_exhibitor ul {
    flex-direction: column;
  }
}
@media (min-width: 1600px) {
  .main .btnBox .btn_exhibitor ul {
    max-width: 1200px;
}
}
@media (min-width: 660px) {
  .main {
    padding: 15px 0 50px;
  }
  .main h1 {
		color: #FFF;
		text-shadow:
			4px  4px 2px #000000,
      -4px  4px 2px #000000,
       4px -4px 2px #000000,
      -4px -4px 2px #000000,
       4px  0px 2px #000000,
       0px  4px 2px #000000,
      -4px  0px 2px #000000,
       0px -4px 2px #000000;
    font-size: 32px;
  }
  .main .main_logo img {
    width: auto;
    height: 55vh;
  }
  .main .logoWrap {
    display: flex;
    flex-direction: row;
  }
  .main .logoWrap .copy {
    flex: 1 20%;
  }
  .main .logoWrap .free {
    flex: 1 20%;
  }
  .main .main_logo img {
    margin-left: auto;
    margin-right: auto;
  }
  .main .show {
    margin-bottom: 50px;
  }
  .main .show .date {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    gap: 8px;
  }
  .main .show .date p {
    font-size: 30px;
  }
  .main .show .date .year span {
    font-size: 44px;
    margin: 0 4px;
  }
  .main .show .date .year strong {
    font-size: 60px;
    margin: 0 4px;
  }
  .main .show .date .days strong {
    font-size: 70px;
    margin: 0 4px;
  }
  .main .show .hour {
    font-size: 30px;
  }
  .main .show .venue {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .main .show .venue h4 {
    font-size: 40px;
  }
  .main .show .venue p {
    font-size: 18px;
    margin: 0 0.5em;
  }
  .main .btnBox .btn_exhibitor a {
    font-size: 26px;
  }
.main .btnEvent h2 {
	font-size: calc(950px / 20);
  }
  .main .btn_touroku {
		width: 100%;
		position: relative;
  }
  .main .btn_touroku .douji {
		position: absolute;
		bottom: 4px;
		left: calc(50% + 350px);
		width: 180px;
  }
  .main .btn_touroku .douji p {
		text-align: left;
		line-height: 1.2;
		margin-bottom: 0.5em;
		font-size: 80%;
  }
}
@media (max-width: 999px) {
  .main .show .date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
  }
}
@media (min-width: 1000px) {
  .main .show .date {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    gap: 8px;
  }
}
.main .past {}
.main .past h3.midashi {
  width: 100%;
  text-align: center;
}
.main .past table {
  width: 100%;
}
.main .past table tr th {
  background-color: rgba(10, 8, 8, 0.44);
}
.main .past table td .kekka {
  display: flex;
}
.main .past table td .kekka .ninzuu {
  flex-basis: 50%;
  text-align: right;
}
@media (max-width: 760px) {
  .main .past table, .main .past table tbody, .main .past table thead, .main .past table tfoot, .main .past table tr, .main .past table th, .main .past table td {
    display: block;
  }
  .main .past table {
    border: 1px solid #FFF;
  }
  .main .past table th {
    text-align: center;
  }
  .main .past table td {
    text-align: center;
  }
}
@media (min-width: 761px) {
  .main .past table {
    border: 1px solid #FFF;
  }
  .main .past table tbody tr {
    border-bottom: 1px solid #FFF;
  }
  .main .past table th, .main .past table td {
    padding: 8px;
    text-align: center;
  }
}
.houto {
  margin: 3em auto;
  width: calc(80% - 20px);
  padding: 2em;
  border: 2px solid #FFF;
  position: relative;
  border-radius: 30px;
  max-width: 1500px;
}
.houto h2 {
  color: #FFF;
  font-size: 1.3em;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0em 1em;
  background: #1063c2;
  transform: translate(-50%, -50%);
}
.houto ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.houto ul li {
  color: #000;
  background: #FFF;
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  position: relative;
}
.houto ul li::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #FFF;
}
.houto ul li:last-child::after {
  display: none
}
.houto ul li h3 {
  padding: 1em;
  border-radius: 20px 0 0 20px;
  font-size: 1.3em;
  font-weight: 900;
  flex: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  background: #c3eeff;
}
.houto ul li h3 span {
  font-size: 2em;
  margin-right: 20px;
}
.houto ul li p {
  padding: 1em;
  flex: 4;
  text-align: justify;
}
@media (max-width: 599px) {
  .houto ul li {
    flex-direction: column;
  }
  .houto ul li h3 {
    padding: 1em;
    border-radius: 20px 20px 0 0;
    font-size: 1.3em;
    font-weight: 900;
    flex: 2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    background: #c3eeff;
  }
}
.conts > div {
  padding: 30px 15px;
}
.conts section {
  margin-bottom: 30px;
  padding: 1em;
}
.conts section h3.midashi {
  background-color: #0152BE;
  color: #FFF;
  padding: 0.5em 1em;
  text-align: left;
  font-weight: 700;
}
.conts section .indent {
  padding: 8px;
  text-align: left;
}
.conts section ul.row2_1 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.conts section h4.company {
  color: #004098;
  font-weight: 600;
}
@media (max-width: 599px) {
  .conts section dl.tbl {
    width: 100%;
    border: 1px solid #CCC;
  }
  .conts section dl.tbl dt {
    background-color: #E8E8E8;
    padding: 4px;
  }
  .conts section dl.tbl dd {
    padding: 4px 8px;
  }
  .conts section span.br_b::before, .conts section span.br_a::after {
    content: "\a";
    white-space: pre;
  }
}
@media (min-width: 600px) {
  .conts > div {
    padding: 50px 0;
  }
  .conts section .indent {
    padding: 15px;
  }
  .conts section ul.row2_1 {
    flex-direction: row;
  }
  .conts section ul.row2_1 > li {
    flex-basis: 50%;
  }
  .conts section ul.row2_1 li:last-child {
    margin-left: auto;
  }
  .conts section h4.company {
    font-size: 20px;
  }
  .conts section dl.tbl {
    width: 100%;
    border-left: 1px solid #CCC;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    display: flex;
    flex-wrap: wrap;
  }
  .conts section dl.tbl dt {
    padding: 8px;
    background-color: #E8E8E8;
    flex-basis: 20%;
    border-bottom: 1px solid #CCC;
  }
  .conts section dl.tbl dd {
    padding: 8px;
    flex-basis: 80%;
    border-bottom: 1px solid #CCC;
  }
}
#footer {
  background-color: #FCFCFC;
  border-top: 2px solid #0152BE;
}
#footer > div {
  padding: 8px 0;
}
#footer .copyright {
  color: #999;
  font-size: 11px;
  text-align: right;
}
@media (max-width: 599px) {}
@media (min-width: 600px) {
  #footer .copyright {
    font-size: 12px;
  }
}
.about {
  background-color: #C3D600;
  padding-top: 80px;
  padding-bottom: 3em;
}
.about .flex {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 3em 1em;
}
.about .flex h3 {}
.about .flex p {
  text-align: justify;
}
@media (min-width: 600px) {
  .about .flex {
    display: flex;
    flex-direction: row;
    width: calc(90% - 30px);
    margin: 5em auto 3em;
    max-width: 1000px;
  }
  .about .flex h3 {
    flex-basis: 30%;
  }
  .about .flex p {
    flex-basis: 70%;
  }
}
.outline {
  background: #FFF;
}
.note {
  font-size: 1.2em;
  background: rgb(255 255 255 / 72%);
  padding: 0.5em 1em;
  color: rgba(229, 0, 3, 1.00);
  font-weight: 900;
  display: inline-block;
  margin: 1em auto;
  border: 1px solid rgba(229, 0, 3, 1.00);
}