@charset "UTF-8";
/* -----------------------------------------
	デフォルトスタイルのリセット
-------------------------------------------- */
html, body, header, footer, nav, menu, section, article, aside, figcaption, figure, img, div, span, iframe, form, label, h1, h2, h3, h4, h5, p, blockquote, pre, del, em, strong, mark, dl, dt, dd, ol, ul, li, table, tbody, thead, tfoot, tr, th, td, caption {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
}

input, button, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  font-family: inherit;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

a,
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  text-decoration: none;
}

em {
  font-style: normal;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
  pointer-events: none;
}

ol, ol li,
ul, ul li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* -----------------------------------------
	基本スタイル
-------------------------------------------- */
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
}

#wrap {
  position: relative;
  min-height: 100% !important;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  #contents {
    padding-top: 80px;
  }
}
@media not screen and (min-width: 768px) {
  #contents {
    padding-top: 65px;
  }
}
@media screen and (min-width: 600px) {
  #contents {
    padding-bottom: 100px;
  }
}
@media not screen and (min-width: 600px) {
  #contents {
    padding-bottom: 120px;
  }
}

.inner {
  position: relative;
  width: 90vw;
  max-width: 1050px;
  margin: auto;
}

@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
@media not screen and (min-width: 600px) {
  .pc {
    display: none !important;
  }
}
body {
  color: #001e41;
  font-family: arial, "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.2em;
  word-break: break-all;
}

a {
  color: #001e41;
}

a.textlink {
  text-decoration: underline;
  transition: color 0.3s;
}

@media (hover: hover) {
  a.textlink:hover {
    color: #196edc;
  }
}

p.bold {
  font-weight: 700;
}

em {
  font-weight: 700;
  color: #196edc;
}

.timetable h1:after {
  content: "timetable";
}

#timetable h2:after {
  content: "timetable";
}

.exhibitor h1:after {
  content: "exhibitor";
}

#exhibitor h2:after {
  content: "exhibitor";
}

.overview h1:after {
  content: "overview";
}

#overview h2:after {
  content: "overview";
}

.timetable h1:after,
#timetable h2:after {
  content: "timetable";
}

.exhibitor h1:after,
#exhibitor h2:after {
  content: "exhibitor";
}

.overview h1:after,
#overview h2:after {
  content: "overview";
}

.policy h1:after {
  content: "Privacy Policy";
}

#contents.top h2 {
  margin-bottom: 30px;
  font-size: 2.8rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.2em;
  font-family: "Noto Sans JP", sans-serif;
}
@media not screen and (min-width: 600px) {
  #contents.top h2 {
    font-size: 2.2rem;
  }
}
#contents.top h2:after {
  display: block;
  width: fit-content;
  margin: 5px auto 0;
  text-align: center;
  color: #196edc;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#contents:not(.top):not(.error) h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.1em;
  padding-top: 9px;
  background: linear-gradient(90deg, #196edc, 30%, #001e41);
}
@media screen and (min-width: 600px) {
  #contents:not(.top):not(.error) h1 {
    height: 80px;
  }
}
@media not screen and (min-width: 600px) {
  #contents:not(.top):not(.error) h1 {
    height: 70px;
    font-size: 1.8rem;
  }
}
#contents:not(.top):not(.error) h1:after {
  font-size: 1.1rem;
  font-weight: normal;
  text-transform: capitalize;
  letter-spacing: 0.15em;
}
#contents:not(.top):not(.error) h2 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 900;
}
@media not screen and (min-width: 600px) {
  #contents:not(.top):not(.error) h2 {
    font-size: 1.7rem;
  }
}

#step h2 {
  line-height: inherit !important;
}
@media screen and (min-width: 600px) {
  #step h2 {
    font-size: 1.8rem !important;
    margin-bottom: 60px !important;
  }
}
@media not screen and (min-width: 600px) {
  #step h2 {
    font-size: 1.7rem !important;
    margin-bottom: 30px !important;
  }
}

.btn-red {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76%;
  max-width: 300px;
  height: 52px;
  margin: auto;
  color: #fff;
  font-size: 1.6rem;
  background-color: #e03f07;
  border-radius: 26px;
  transition: background-color 0.3s;
}
.btn-red:hover {
  background-color: #c00000;
}

.cmt {
  position: relative;
  width: fit-content;
  margin: 10px auto;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.cmt:before {
  content: "\\";
  position: absolute;
  bottom: 0;
  left: -15px;
  transform: rotate(-15deg) translateY(2px);
}
.cmt:after {
  content: "/";
  position: absolute;
  bottom: 0;
  right: -14px;
  transform: rotate(15deg) translateY(2px);
}

/* -----------------------------------------
	ヘッダー
-------------------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.07);
  transition: height 0.2s;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  header {
    height: 80px;
  }
}
@media not screen and (min-width: 768px) {
  header {
    height: 65px;
  }
}
header .inner {
  display: flex;
  height: 100%;
  align-items: center;
}
header .logo {
  display: block;
  width: auto;
}
@media screen and (min-width: 768px) {
  header .logo {
    height: 20px;
  }
}
@media not screen and (min-width: 768px) {
  header .logo {
    height: 18px;
  }
}
header .logo img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 850px) {
  header #btn-menu {
    display: none;
  }
  header #btn-entry {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 34px;
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 0.08em;
    background-color: #e03f07;
    border-radius: 17px;
    transition: background-color 0.4s;
  }
  header #btn-entry:hover {
    background-color: #c00000;
  }
  header ul {
    position: absolute;
    right: 160px;
    display: flex;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1em;
  }
  header ul li + li {
    margin-left: 25px;
  }
  header ul li a::after {
    content: "";
    display: block;
    transform: translateY(9px);
    width: 0%;
    height: 1px;
    background: #001e41;
  }
  header ul li a:hover::after {
    width: 100%;
    transition: width 0.3s;
  }
}
@media not screen and (min-width: 850px) {
  header [id^=btn-] {
    position: absolute;
    display: block;
    width: 50px;
    height: 65px;
    font-size: 0;
    transition: transform 0.3s;
    cursor: pointer;
  }
  @media (hover: hover) {
    header [id^=btn-]:hover {
      transform: scale(1.05);
    }
  }
  header #btn-menu {
    right: -3px;
    background: url("../img/icons/i_hd_menu.svg");
  }
  header #btn-entry {
    right: 55px;
    background: url("../img/icons/i_hd_entry.svg");
  }
  header ul {
    position: fixed;
    left: 0;
    display: block;
    width: 100%;
    padding-top: 10%;
    background: linear-gradient(90deg, #196edc, 30%, #001e41);
    opacity: 0;
    z-index: 1000;
    pointer-events: none;
  }
  @media screen and (min-width: 768px) {
    header ul {
      top: 80px;
      height: calc(100% - 80px);
    }
  }
  @media not screen and (min-width: 768px) {
    header ul {
      top: 65px;
      height: calc(100% - 65px);
    }
  }
  header ul li {
    width: 84vw;
    margin: auto;
    border-bottom: 1px dotted #ccc;
  }
  header ul li a {
    display: block;
    padding: 20px 10px;
    color: #fff;
    transition: transform 0.3s;
    position: relative;
  }
  header ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    z-index: 3;
  }
  @media (hover: hover) {
    header ul li a:hover {
      transform: translateX(7px);
    }
  }
}

/*　スクロール時のヘッダスタイル　*/
header.scroll {
  height: 70px;
}

/*　ヘッダメニュー作動　*/
.menu-active header {
  background-color: white;
}
.menu-active header #menu {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.2s;
}
.menu-active header #btn-menu {
  background: url("../img/icons/i_hd_close.svg");
}

/* -----------------------------------------
	フッター
-------------------------------------------- */
footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
  border-top: 1px solid #dedede;
}
@media screen and (min-width: 600px) {
  footer {
    height: 100px;
  }
}
@media not screen and (min-width: 600px) {
  footer {
    height: 120px;
  }
}
footer .inner {
  display: flex;
  height: 100%;
  align-items: center;
}
@media not screen and (min-width: 600px) {
  footer .inner {
    width: 92%;
    flex-direction: column;
    padding-top: 25px;
  }
}
footer .logo {
  display: block;
  width: auto;
  height: 15px;
}
@media screen and (min-width: 600px) {
  footer .logo {
    margin-right: 15px;
  }
}
@media not screen and (min-width: 600px) {
  footer .logo {
    margin-bottom: 8px;
  }
}
footer .logo img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 600px) {
  footer .textlink {
    margin-left: auto;
  }
}
@media not screen and (min-width: 600px) {
  footer .textlink {
    margin: auto auto 18px;
  }
}

/* -----------------------------------------
	ページトップボタン
-------------------------------------------- */
#btn-pagetop {
  position: fixed;
  bottom: 25px;
  display: block;
  text-align: center;
  letter-spacing: 0.15em;
  height: 40px;
  line-height: 52px;
  color: #fff;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.4);
  transition: background-color 0.3s;
  z-index: 1000;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  #btn-pagetop {
    right: 35px;
    width: 52px;
    font-size: 1rem;
  }
}
@media not screen and (min-width: 600px) {
  #btn-pagetop {
    right: 20px;
    width: 42px;
    font-size: 0;
  }
}
#btn-pagetop:after {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg) translateX(-50%);
}
@media screen and (min-width: 600px) {
  #btn-pagetop:after {
    top: 9px;
  }
}
@media not screen and (min-width: 600px) {
  #btn-pagetop:after {
    top: 16px;
  }
}
#btn-pagetop:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
#btn-pagetop.fixed {
  position: absolute;
}
@media screen and (min-width: 600px) {
  #btn-pagetop.fixed {
    bottom: 80px;
  }
}
@media not screen and (min-width: 600px) {
  #btn-pagetop.fixed {
    bottom: 100px;
  }
}

/* -----------------------------------------
	トップページ
-------------------------------------------- */
#contents.top #mv {
  position: relative;
  width: 100%;
  background: linear-gradient(90deg, #196edc, 30%, #001e41);
  z-index: -1;
}
#contents.top #mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  aspect-ratio: 14/5;
  width: auto;
  height: 100%;
  background-image: url("../img/images/bg_02.webp");
  background-size: cover;
  z-index: -1;
}
@media not screen and (min-width: 600px) {
  #contents.top #mv::before {
    display: none;
  }
}
#contents.top #mv img {
  display: block;
  height: auto;
  margin: auto;
}
@media screen and (min-width: 600px) {
  #contents.top #mv img {
    width: 90%;
    max-width: 1050px;
  }
}
@media not screen and (min-width: 600px) {
  #contents.top #mv img {
    width: 100%;
  }
}
#contents.top #news {
  position: relative;
  padding: 40px 0;
  background: #eaf6fe;
  overflow: hidden;
}
#contents.top #news:before, #contents.top #news:after {
  content: "";
  position: absolute;
  display: block;
  background: url("../img/images/bg_01.webp");
  background-size: 100% 100%;
  opacity: 0.6;
}
@media screen and (min-width: 600px) {
  #contents.top #news:before, #contents.top #news:after {
    width: 400px;
    height: 400px;
  }
}
@media not screen and (min-width: 600px) {
  #contents.top #news:before, #contents.top #news:after {
    width: 300px;
    height: 300px;
  }
}
#contents.top #news:before {
  top: 0;
  left: 0px;
  transform: translate(-35%, -50%);
}
#contents.top #news:after {
  bottom: 0;
  right: 0;
  transform: translate(35%, 50%);
}
#contents.top #news ul {
  position: relative;
  width: 90vw;
  max-width: 640px;
  margin: auto;
  line-height: 1.4em;
  letter-spacing: 0.15em;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.07);
  z-index: 1;
}
@media screen and (min-width: 600px) {
  #contents.top #news ul {
    padding: 10px 30px 8px 130px;
    font-size: 1.3rem;
  }
}
@media not screen and (min-width: 600px) {
  #contents.top #news ul {
    padding: 10px 20px 10px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  #contents.top #news ul:before {
    content: "新着ニュース";
    position: absolute;
    top: 19px;
    left: 28px;
    font-weight: 700;
  }
  #contents.top #news ul:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: -30px;
    display: block;
    width: 120px;
    height: 90px;
    background: url("../img/images/f_people.svg");
  }
}
#contents.top #news ul li {
  position: relative;
  text-align: justify;
}
#contents.top #news ul li + li {
  border-top: 1px solid #dedede;
}
@media screen and (min-width: 600px) {
  #contents.top #news ul li {
    padding: 10px 0 10px 95px;
  }
}
@media not screen and (min-width: 600px) {
  #contents.top #news ul li {
    padding: 10px 5px;
  }
}
#contents.top #news span {
  display: block;
  margin-bottom: 3px;
  color: #196edc;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 600px) {
  #contents.top #news span {
    position: absolute;
    left: 8px;
  }
}
#contents.top #about {
  padding: 70px 0;
}
#contents.top #about .inner {
  max-width: 1000px;
}
#contents.top #about .text {
  position: relative;
}
#contents.top #about .text p {
  font-weight: 700;
  text-align: justify;
}
#contents.top #about .text p em {
  font-weight: 900;
}
#contents.top #about .text p:first-of-type {
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  #contents.top #about .text {
    margin-bottom: 70px;
  }
  #contents.top #about .text h2 {
    text-align: left;
    margin-bottom: 40px;
  }
  #contents.top #about .text p {
    width: 60%;
    font-size: 1.3rem;
  }
  #contents.top #about .text p:first-of-type {
    font-size: clamp(1.6rem, 1.7vw, 1.8rem);
    margin-bottom: 30px;
    white-space: nowrap;
  }
  #contents.top #about .text img {
    position: absolute;
    top: 0;
    right: -10px;
    display: block;
    width: 40%;
    height: auto;
  }
}
@media screen and (min-width: 850px) {
  #contents.top #about .text {
    padding-top: 30px;
  }
  #contents.top #about .text p {
    width: 51%;
    font-size: 1.4rem;
  }
  #contents.top #about .text img {
    width: 48%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media not screen and (min-width: 768px) {
  #contents.top #about .text {
    margin-bottom: 50px;
  }
  #contents.top #about .text p {
    font-size: 1.4rem;
    width: 86vw;
    margin: auto;
  }
  #contents.top #about .text p:first-of-type {
    font-size: 1.7rem;
    text-align: center;
  }
  #contents.top #about .text img {
    display: block;
    width: 84vw;
    max-width: 500px;
    height: auto;
    margin: 30px auto;
  }
}
@media not screen and (min-width: 600px) {
  #contents.top #about .text p:first-of-type {
    font-size: 1.6rem;
    text-align: justify;
  }
}
#contents.top #about .point {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 70px auto;
  max-width: 770px;
}
@media not screen and (min-width: 600px) {
  #contents.top #about .point {
    max-width: 430px;
    margin: 50px auto;
  }
}
#contents.top #about .point li {
  width: 32%;
  aspect-ratio: 1/1;
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  white-space: nowrap;
  background: #0b5a9b;
  border-radius: 50%;
}
@media screen and (min-width: 600px) {
  #contents.top #about .point li {
    max-width: 220px;
  }
}
@media not screen and (min-width: 600px) {
  #contents.top #about .point li {
    width: 48%;
    margin-top: 0;
  }
  #contents.top #about .point li:first-child {
    margin: 0 26% 10px;
  }
}
@media screen and (width < 375px) {
  #contents.top #about .point li {
    width: 65%;
    margin: 0 auto 20px !important;
  }
}
#contents.top #about .point img {
  display: block;
  width: 105%;
  transform: translateX(-2.5%);
  height: auto;
  margin-bottom: 10px;
}
#contents.top #about .point em {
  color: #ebac00;
}
#contents.top #about .movie {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  #contents.top #about .movie li {
    width: 40%;
    max-width: 350px;
    margin: 0 15px;
  }
}
@media not screen and (min-width: 600px) {
  #contents.top #about .movie li {
    width: 80vw;
    margin: auto;
  }
  #contents.top #about .movie li + li {
    margin-top: 30px;
  }
}
#contents.top #about .movie iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.07);
}
#contents.top #result {
  padding: 50px 0;
  background-image: linear-gradient(90deg, #196edc, 30%, #001e41);
}
#contents.top #result img {
  display: block;
  max-width: 1000px;
  height: auto;
  margin: auto;
  border-radius: 3px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.07);
}
@media screen and (min-width: 600px) {
  #contents.top #result img {
    width: 90vw;
  }
}
@media not screen and (min-width: 600px) {
  #contents.top #result img {
    width: 84vw;
  }
}
#contents.top #timetable {
  padding: 50px 0;
  background: #eaf6fe;
}
#contents.top #timetable p {
  margin: auto;
  text-align: center;
}
#contents.top #timetable .schedule {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px auto 40px;
  width: 90vw;
  max-width: 700px;
}
#contents.top #timetable .schedule li {
  padding: 20px 0;
  text-align: center;
  font-size: 1.4rem;
  font-size: clamp(1.3rem, 1.8vw, 1.4rem);
  font-weight: 700;
  letter-spacing: 0.15em;
  background: #fff;
  border-radius: 8px;
}
@media screen and (min-width: 600px) {
  #contents.top #timetable .schedule li {
    width: 48%;
  }
}
@media not screen and (min-width: 600px) {
  #contents.top #timetable .schedule li {
    width: 84vw;
    margin: auto;
  }
  #contents.top #timetable .schedule li + li {
    margin-top: 30px;
  }
}
#contents.top #timetable .schedule img {
  width: auto;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  #contents.top #timetable .schedule img {
    height: 120px;
  }
}
@media not screen and (min-width: 600px) {
  #contents.top #timetable .schedule img {
    height: 100px;
  }
}
#contents.top #timetable .schedule strong {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}
#contents.top #timetable .schedule em {
  font-size: 1.6rem;
  margin: 0 2px;
  line-height: 1em;
}
#contents.top #timetable .speaker {
  display: flex;
  flex-wrap: wrap;
  width: 90vw;
  max-width: 800px;
  margin: auto;
  font-size: 1rem;
  line-height: 1.3em;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 600px) {
  #contents.top #timetable .speaker {
    justify-content: space-between;
  }
}
@media not screen and (min-width: 600px) {
  #contents.top #timetable .speaker {
    justify-content: center;
  }
}
@media screen and (min-width: 600px) {
  #contents.top #timetable .speaker li {
    width: 18%;
    max-width: 140px;
  }
}
@media not screen and (min-width: 600px) {
  #contents.top #timetable .speaker li {
    width: 33.3333333333%;
    padding: 5px 10px;
  }
}
#contents.top #timetable .speaker img {
  display: block;
  width: 100%;
  max-width: 125px;
  height: auto;
  margin: 0 auto 5px;
}
#contents.top #timetable .speaker div {
  margin: 12px 0 5px;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
}
#contents.top #timetable .speaker .center {
  text-align: center;
}
#contents.top #exhibitor {
  padding: 50px 0;
}
@media screen and (min-width: 600px) {
  #contents.top #exhibitor .inner {
    width: 98vw;
  }
}
@media not screen and (min-width: 600px) {
  #contents.top #exhibitor .inner {
    width: 96vw;
  }
}
#contents.top #exhibitor p {
  margin: auto;
  text-align: center;
  text-indent: 10px;
}
#contents.top #exhibitor ul {
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto 0;
}
@media screen and (min-width: 600px) {
  #contents.top #exhibitor ul {
    justify-content: center;
  }
}
@media not screen and (min-width: 600px) {
  #contents.top #exhibitor ul {
    justify-content: space-between;
  }
}
#contents.top #exhibitor ul li {
  padding: 10px 4px;
  color: #999;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media not screen and (min-width: 600px) {
  #contents.top #exhibitor ul li:last-of-type {
    display: none;
  }
}
@media screen and (min-width: 850px) {
  #contents.top #exhibitor ul li:not(:last-of-type) {
    border-right: 1px solid #dedede;
  }
}
@media screen and (min-width: 850px) {
  #contents.top #exhibitor ul li {
    width: 14.2857142857%;
  }
}
@media not screen and (min-width: 850px) {
  #contents.top #exhibitor ul li {
    width: 25%;
  }
}
@media not screen and (min-width: 600px) {
  #contents.top #exhibitor ul li {
    width: 32%;
    margin-bottom: 10px;
    border: 1px solid #dedede;
  }
}
#contents.top #exhibitor ul img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
#contents.top #overview {
  background: url(../img/images/bg_overview.webp) center center/cover no-repeat;
  padding: 50px 0 70px;
}
#contents.top #overview h2 {
  color: #fff;
}
#contents.top #overview h2:after {
  color: #fff;
}

/* -----------------------------------------
	タイムテーブル
-------------------------------------------- */
#contents.timetable #info p {
  width: 84vw;
  max-width: 650px;
  margin: 20px auto;
  text-align: justify;
}
#contents.timetable #info p:first-of-type {
  margin-top: 50px;
}
#contents.timetable #info p span {
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.15em;
}

#contents.timetable section[id$=seminar] table {
  width: 84vw;
  max-width: 700px;
  margin: auto;
  border-collapse: inherit;
}
#contents.timetable section[id$=seminar] table tr:first-child th {
  border-top-left-radius: 4px;
}
#contents.timetable section[id$=seminar] table tr:first-child td {
  border-top-right-radius: 4px;
}
#contents.timetable section[id$=seminar] table tr:last-child th {
  border-bottom-left-radius: 4px;
}
#contents.timetable section[id$=seminar] table tr:last-child td {
  border-bottom-right-radius: 4px;
}
#contents.timetable section[id$=seminar] table th {
  border-bottom: 1px solid #dedede;
}
#contents.timetable section[id$=seminar] table td {
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
#contents.timetable section[id$=seminar] table tr:last-child th {
  border-bottom: none;
}
#contents.timetable section[id$=seminar] table tr:first-child td {
  border-top: 1px solid #dedede;
}
#contents.timetable section[id$=seminar] table th {
  vertical-align: top;
  color: #fff;
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  background: linear-gradient(90deg, #196edc, 30%, #001e41);
}
@media screen and (min-width: 600px) {
  #contents.timetable section[id$=seminar] table th {
    width: 135px;
    padding: 16px 10px 12px 20px;
  }
}
@media not screen and (min-width: 600px) {
  #contents.timetable section[id$=seminar] table th {
    width: 85px;
    padding: 16px 0px 12px 10px;
  }
}
#contents.timetable section[id$=seminar] table th .date {
  font-size: 1.6rem;
  font-weight: bold;
}
#contents.timetable section[id$=seminar] table th .day {
  display: inline-block;
  transform: translateY(-1px);
}
#contents.timetable section[id$=seminar] table th .time {
  display: block;
  margin-top: 5px;
}
#contents.timetable section[id$=seminar] table td {
  vertical-align: top;
  color: #999;
  font-size: 1.2rem;
  line-height: 1.3em;
  letter-spacing: 0.18em;
}
@media screen and (min-width: 600px) {
  #contents.timetable section[id$=seminar] table td {
    padding: 14px 40px;
  }
}
@media not screen and (min-width: 600px) {
  #contents.timetable section[id$=seminar] table td {
    padding: 14px 20px;
  }
}
#contents.timetable section[id$=seminar] table td div {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 5px;
}
#contents.timetable section[id$=seminar] table td div:not(:last-child) {
  margin-bottom: 24px;
}
#contents.timetable section[id$=seminar] table td div:not(:last-child):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -13px;
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px dotted #dedede;
}
#contents.timetable section[id$=seminar] table td .time {
  line-height: 1em;
  margin-bottom: 5px;
  color: #196edc;
}
#contents.timetable section[id$=seminar] table h3 {
  margin-bottom: 3px;
  color: #001e41;
  font-size: 1.4rem;
  font-weight: 700;
}
#contents.timetable section#special-seminar {
  margin: 50px auto;
}
@media screen and (min-width: 600px) {
  #contents.timetable section#special-seminar table td div {
    padding-left: 80px;
    min-height: 60px;
  }
}
@media not screen and (min-width: 600px) {
  #contents.timetable section#special-seminar table td div {
    padding-left: 60px;
    min-height: 50px;
  }
}
@media not screen and (min-width: 375px) {
  #contents.timetable section#special-seminar table td div {
    padding-left: 0;
  }
}
#contents.timetable section#special-seminar table img {
  position: absolute;
  top: -5px;
  left: -7px;
  width: auto;
}
@media screen and (min-width: 600px) {
  #contents.timetable section#special-seminar table img {
    height: 70px;
  }
}
@media not screen and (min-width: 600px) {
  #contents.timetable section#special-seminar table img {
    height: 57px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media not screen and (min-width: 375px) {
  #contents.timetable section#special-seminar table img {
    display: none;
  }
}

/* -----------------------------------------
	出展・参加企業
-------------------------------------------- */
#contents.exhibitor #select {
  padding: 50px 0;
}
#contents.exhibitor #select div {
  margin-bottom: 5px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
#contents.exhibitor #select ul {
  display: flex;
  flex-wrap: wrap;
  width: 84vw;
  max-width: 760px;
  margin: auto;
}
@media screen and (min-width: 600px) {
  #contents.exhibitor #select ul {
    justify-content: center;
  }
}
@media not screen and (min-width: 600px) {
  #contents.exhibitor #select ul {
    justify-content: space-between;
  }
}
@media screen and (min-width: 600px) {
  #contents.exhibitor #select ul li {
    margin: 10px 6px 0;
    font-size: 1.3rem;
  }
}
@media not screen and (min-width: 600px) {
  #contents.exhibitor #select ul li {
    width: 48%;
    margin: 10px 0 0;
    font-size: 1.2rem;
  }
}
#contents.exhibitor #select ul li a {
  display: block;
  text-align: center;
  letter-spacing: 0.12em;
  border: 1px solid #001e41;
  border-radius: 3px;
  transition: background-color 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 600px) {
  #contents.exhibitor #select ul li a {
    padding: 4px 12px 3px;
  }
}
@media not screen and (min-width: 600px) {
  #contents.exhibitor #select ul li a {
    padding: 4px 8px 3px;
  }
}
#contents.exhibitor #select ul li.current a {
  color: #fff;
  background: #001e41;
  pointer-events: none;
}
@media (hover: hover) {
  #contents.exhibitor #select ul li a:hover {
    color: #fff;
    background: #001e41;
  }
}
#contents.exhibitor #list {
  display: flex;
  flex-wrap: wrap;
  width: 90vw;
  max-width: 1040px;
  margin: 0px auto;
}
#contents.exhibitor #list li:not(.noitem) {
  padding: 20px 20px 15px;
  color: #999;
  font-size: 1.2rem;
  text-align: justify;
  letter-spacing: 0.15em;
  line-height: 1.4em;
  border: 1px solid #dedede;
  border-radius: 4px;
}
@media screen and (min-width: 850px) {
  #contents.exhibitor #list li:not(.noitem) {
    margin: 0 1% 20px;
    width: 23%;
  }
}
@media not screen and (min-width: 850px) {
  #contents.exhibitor #list li:not(.noitem) {
    margin: 0 1% 20px;
    width: 31.3333333333%;
  }
}
@media not screen and (min-width: 768px) {
  #contents.exhibitor #list li:not(.noitem) {
    margin: 0 0 20px;
    width: 48%;
  }
}
@media not screen and (min-width: 768px) {
  #contents.exhibitor #list li:not(.noitem):nth-child(odd) {
    margin-right: 4%;
  }
}
@media not screen and (min-width: 600px) {
  #contents.exhibitor #list li:not(.noitem) {
    padding: 15px 10px;
  }
}
#contents.exhibitor #list li:not(.noitem) h3 {
  margin-top: 5px;
  padding: 17px 0 10px;
  color: #001e41;
  font-weight: 700;
  text-align: center;
  border-top: 1px solid #dedede;
}
#contents.exhibitor #list li:not(.noitem) img {
  width: 100%;
  height: auto;
}
#contents.exhibitor #list li:not(.noitem) span {
  letter-spacing: 0.1em;
}
#contents.exhibitor #list li:not(.noitem) span + span:before {
  content: "/";
  margin: 0 7px;
}
#contents.exhibitor #list li.noitem {
  width: 100%;
  margin: 50px auto 0;
  color: #001e41;
  font-size: 1.4rem;
  text-align: center;
}
#contents.exhibitor #list li.noitem img {
  display: block;
  width: 90px;
  height: auto;
  margin: 0 auto 40px;
}

/* -----------------------------------------
	開催概要
-------------------------------------------- */
#contents.overview table,
#contents.top #overview table {
  width: 84%;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.15em;
  background: #fff;
}
#contents.overview table th,
#contents.top #overview table th {
  border-bottom: 1px solid #dedede;
  vertical-align: middle;
}
#contents.overview table td,
#contents.top #overview table td {
  border-bottom: 1px solid #dedede;
  vertical-align: middle;
}
#contents.overview table th,
#contents.top #overview table th {
  position: relative;
  text-align: left;
}
#contents.overview table th::after,
#contents.top #overview table th::after {
  content: "";
  position: absolute;
  top: 20%;
  right: 0;
  height: 60%;
  border-right: 1px solid #dedede;
}
@media screen and (min-width: 600px) {
  #contents.overview table th,
  #contents.top #overview table th {
    padding: 18px 25px 15px;
    width: 120px;
  }
  #contents.overview table td,
  #contents.top #overview table td {
    padding: 18px 30px 15px;
  }
}
@media not screen and (min-width: 600px) {
  #contents.overview table th,
  #contents.top #overview table th {
    padding: 16px 0 14px 15px;
    width: 90px;
  }
  #contents.overview table td,
  #contents.top #overview table td {
    padding: 16px 0 14px 15px;
  }
}

#contents.overview table {
  margin: 70px auto 0;
  max-width: 520px;
}
#contents.overview table tr:first-child th {
  border-top: 1px solid #dedede;
}
#contents.overview table tr:first-child td {
  border-top: 1px solid #dedede;
}

#contents.top #overview table {
  margin: auto;
  max-width: 560px;
  border-style: solid;
  border-color: #fff;
  border-radius: 4px;
  border-collapse: separate;
}
@media screen and (min-width: 600px) {
  #contents.top #overview table {
    border-width: 10px 40px;
  }
}
@media not screen and (min-width: 600px) {
  #contents.top #overview table {
    border-width: 10px 20px;
  }
}
#contents.top #overview table tr:last-child th {
  border-bottom: none;
}
#contents.top #overview table tr:last-child td {
  border-bottom: none;
}

/* -----------------------------------------
	個人情報保護方針
-------------------------------------------- */
#contents.policy .inner {
  width: 84vw;
  max-width: 730px;
  padding: 50px 0;
  font-size: 1.4rem;
  text-align: justify;
  letter-spacing: 0.15em;
}
#contents.policy p {
  margin-bottom: 20px;
}
#contents.policy h3 {
  margin: 40px 0 20px;
  font-size: 1.5rem;
  font-weight: 900;
}
#contents.policy ul {
  margin-bottom: 20px;
}
#contents.policy li {
  position: relative;
  padding-left: 18px;
}
#contents.policy li:before {
  content: "●";
  position: absolute;
  left: 1px;
}

/* -----------------------------------------
	エラーページ
-------------------------------------------- */
#contents.error section {
  padding: 50px 0 70px;
  border-top: 1px solid #dedede;
}
#contents.error h1, #contents.error p {
  width: 84vw;
  max-width: 660px;
  margin: auto;
  text-align: justify;
}
#contents.error h1 {
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 900;
}
#contents.error a {
  display: inline-block;
  text-decoration: underline;
  margin-top: 30px;
  transition: color 0.3s;
}
#contents.error a:hover {
  color: #196edc;
}

/* -----------------------------------------
	お申し込みステップ
-------------------------------------------- */
#step {
  padding: 70px 0;
}
#step h3 {
  font-weight: 900;
  font-size: 1.3rem;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  #step h3 {
    text-align: center;
  }
}
#step ul {
  position: relative;
  font-size: 1.3rem;
  text-align: justify;
  letter-spacing: 0.15em;
  line-height: 1.7em;
  justify-content: space-between;
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  #step ul {
    display: flex;
  }
  #step ul li {
    width: 29%;
    padding: 0 30px 25px;
    background: #eaf6fe;
    border-radius: 4px;
  }
  #step ul img {
    display: block;
    width: auto;
    height: 130px;
    margin: -40px auto 20px;
  }
  #step ul:before, #step ul:after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    background: url("../img/icons/i_arrow.svg");
  }
  #step ul:before {
    left: 32.25%;
    transform: translate(-50%, -50%);
  }
  #step ul:after {
    right: 32.25%;
    transform: translate(50%, -50%);
  }
}
@media not screen and (min-width: 768px) {
  #step ul {
    width: 84vw;
  }
  #step ul li {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 131px;
    padding: 20px 5px 20px 85px;
    border-bottom: 1px solid #dedede;
  }
  #step ul li:first-child {
    border-top: 1px solid #dedede;
  }
  #step ul img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: 91px;
  }
}