@font-face {
  font-family: "Kinto";
  src: url("KintoSans-Regular.woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kinto";
  src: url("KintoSans-Medium.woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kinto";
  src: url("KintoSans-Bold.woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kinto";
  src: url("KintoSans-Black.woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 62.5%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Kinto", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

ul {
  list-style: none;
  margin: 0px;
}

p {
  margin: 0;
	max-width: 100%;
}

a {
  text-decoration: none;
  color: #000000;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
a:hover {
  -webkit-filter: opacity(0.8);
          filter: opacity(0.8);
}

br.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.sp {
    display: block;
  }
}

#header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #header .inner {
    display: block;
  }
}
#header .inner h1 {
  font-size: 0;
  line-height: 1;
  width: min(210px, 80%);
  padding: 24px 0;
  margin: 0 auto 0 30px;
}
@media screen and (max-width: 767px) {
  #header .inner h1 {
    width: 48.5714285714vw;
    padding: 4.8571428571vw 0 4.7142857143vw;
    margin-left: 4.2857142857vw;
  }
}
#header .inner h1 img {
  width: 100%;
}
#header .inner .splogo {
  display: none;
}
@media screen and (max-width: 767px) {
  #header .inner .splogo {
    width: 36.5714285714vw;
    padding: 5.2857142857vw 0 8.5714285714vw;
    margin-left: 5.7142857143vw;
  }
}
#header .inner .splogo img {
  width: 100%;
}
#header .inner nav {
  padding: 42px 40px 0 0;
}
@media screen and (max-width: 767px) {
  #header .inner nav {
    display: none;
    padding: 0 7.1428571429vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100vw;
  }
}
#header .inner nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  #header .inner nav ul {
    display: block;
    padding: 0px;
  }
}
#header .inner nav ul li {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #header .inner nav ul li {
    font-size: 36px;
    font-size: 5.1428571429vw;
  }
}
#header .inner nav ul li a {
  padding-bottom: 7px;
  border-bottom: solid 1px #000000;
  color: #000000;
}
@media screen and (max-width: 767px) {
  #header .inner nav ul li a {
    padding: 5.7142857143vw 5.7142857143vw 5.7142857143vw 11.1428571429vw;
    border-bottom: solid 1px #ECEFF1;
    position: relative;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #header .inner nav ul li a::before {
    content: "";
    display: block;
    width: 2.8571428571vw;
    height: 2.8571428571vw;
    border-radius: 50%;
    background-color: #0076A2;
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translate(2.8571428571vw, -1.4285714286vw);
            transform: translate(2.8571428571vw, -1.4285714286vw);
  }
}
#header .inner nav ul li a:hover {
  border-bottom: none;
}
#header .inner nav ul li.en {
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  #header .inner nav ul li.en {
    font-size: 36px;
    font-size: 5.1428571429vw;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  #header .inner nav ul li.en img {
    display: none;
  }
}
#header .inner .spfooter {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 91;
  visibility: hidden;
  -webkit-filter: opacity(0);
          filter: opacity(0);
}
#header .inner .spfooter ul.sns {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5714285714vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#header .inner .spfooter ul.sns li a img {
  -webkit-filter: drop-shadow(0px 0px 1px #D0D0D0);
          filter: drop-shadow(0px 0px 1px #D0D0D0);
}
#header .inner .spfooter p.copyright {
  text-align: center;
  font-size: 20px;
  font-size: 2.8571428571vw;
  margin: 4.2857142857vw 0 1.4285714286vw;
}
#header .menubtn {
  display: none;
}
@media screen and (max-width: 767px) {
  #header .menubtn {
    display: block;
    position: fixed;
    top: 5.7142857143vw;
    right: 7.1428571429vw;
    z-index: 100;
  }
}
#header .menubtn div:first-child {
  width: 7.1428571429vw;
  height: 5.1428571429vw;
  position: relative;
  margin-bottom: 2.1428571429vw;
}
#header .menubtn div:first-child span {
  width: 100%;
  height: 2px;
  background-color: #023288;
  position: absolute;
  left: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .menubtn div:first-child span:nth-of-type(1) {
  top: 0px;
}
#header .menubtn div:first-child span:nth-of-type(2) {
  top: calc(50% - 1px);
}
#header .menubtn div:first-child span:nth-of-type(3) {
  bottom: 0px;
}
#header .menubtn .txt,
#header .menubtn .close {
  width: 7.1428571429vw;
}
#header .menubtn .txt img,
#header .menubtn .close img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #header .menubtn .close {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #header .spbg {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    width: 100%;
    height: 0vh;
    background-color: #FFFFFF;
    z-index: 90;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  body.menuopen #header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
  }
}
@media screen and (max-width: 767px) {
  body.menuopen #header .inner {
    width: 100%;
    background-color: #FFFFFF;
    position: relative;
    z-index: 91;
  }
}
@media screen and (max-width: 767px) {
  body.menuopen #header .inner h1 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body.menuopen #header .inner nav {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  body.menuopen #header .inner .splogo {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  body.menuopen #header .inner .spfooter {
    visibility: visible;
    -webkit-filter: opacity(1);
            filter: opacity(1);
  }
}
@media screen and (max-width: 767px) {
  body.menuopen #header .menubtn .txt {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body.menuopen #header .menubtn .close {
    display: block;
  }
}
body.menuopen #header .menubtn div:first-child span:nth-of-type(1) {
  top: calc(50% - 1px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.menuopen #header .menubtn div:first-child span:nth-of-type(2) {
  -webkit-filter: opacity(0);
          filter: opacity(0);
}
body.menuopen #header .menubtn div:first-child span:nth-of-type(3) {
  top: calc(50% - 1px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  body.menuopen #header .spbg {
    height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  body.menuopen main {
    margin-top: 21.7142857143vw;
  }
}

#footer {
  margin-top: 120px;
  background-color: #014099;
}
@media screen and (max-width: 767px) {
  #footer {
    margin-top: 17.1428571429vw;
  }
}
#footer .inner {
  width: min(1000px, 96%);
  margin: 0 auto;
  display: grid;
  padding: 55px 0 20px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  #footer .inner {
    width: 85.7142857143vw;
    padding: 13.7142857143vw 0 1.4285714286vw;
    grid-template-columns: 1fr;
  }
}
#footer .inner a.f_logo {
  display: inline-block;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #footer .inner a.f_logo {
    text-align: center;
    margin-bottom: 13vw;
  }
}
#footer .inner a.f_logo img {
  width: min(270px, 80%);
}
@media screen and (max-width: 767px) {
  #footer .inner a.f_logo img {
    width: 71.4285714286vw;
  }
}
#footer .inner ul.sns {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  #footer .inner ul.sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.5714285714vw;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 4.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .inner ul.sns li a img {
    width: 12.8571428571vw;
  }
}
#footer .inner p.copyright {
  color: #FFFFFF;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  #footer .inner p.copyright {
    font-size: 20px;
    font-size: 2.8571428571vw;
    text-align: center;
  }
}

#kv2 {
  /*background: url(../img/common/bg_second.png) no-repeat;*/
  background-size: cover;
  background-position: center;
  padding: 70px 0 55px;
  margin: 0 auto 80px;
	background-color:#014099;
}
@media screen and (max-width: 767px) {
  #kv2 {
    padding: 12.8571428571vw 0 11.4285714286vw;
    margin-bottom: 8.5714285714vw;
  }
}
#kv2 .ttl {
  margin: 0 auto;
  width: min(778px, 80%);
}
#kv2 .ttl.schedule {
  width: min(600px, 80%);
}
#kv2 .ttl.overview {
  width: min(514px, 80%);
}
#kv2 .ttl.e-application {
  width: min(988px, 80%);
}
#kv2 .ttl.e-schedule {
  width: min(566px, 80%);
}
#kv2 .ttl.e-exhibition {
  width: min(840px, 80%);
}
@media screen and (max-width: 767px) {
  #kv2 .ttl {
    width: min(85.7142857143vw, 90%);
  }
}
#kv2 .ttl img {
  width: 100%;
}

section.block {
  width: min(1000px, 96%);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  section.block {
    width: 85.7142857143vw;
  }
}
section.block h2 {
  font-weight: 600;
  color: #FFFFFF;
  background-color: #014099;
  position: relative;
  border-radius: 50px;
  font-size: 2.8rem;
  text-align: center;
  padding: 36px 0;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  section.block h2 {
    font-size: 30px;
    font-size: 4.2857142857vw;
    padding: 3.7142857143vw 0;
    margin-bottom: 5.7142857143vw;
  }
}
section.block h2::before, section.block h2::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #FFFFFF;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  section.block h2::before, section.block h2::after {
    width: 2.1428571429vw;
    height: 2.1428571429vw;
  }
}
section.block h2::after {
  left: 35px;
}
@media screen and (max-width: 767px) {
  section.block h2::after {
    left: 5vw;
  }
}
section.block h2::before {
  right: 35px;
}
@media screen and (max-width: 767px) {
  section.block h2::before {
    right: 5vw;
  }
}
section.block .inner {
  width: min(800px, 96%);
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  section.block .inner {
    width: 100%;
    margin-bottom: 11.4285714286vw;
  }
}
section.block .mb0 {
  margin-bottom: 0px !important;
}
section.block .mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  section.block .mb40 {
    margin-bottom: 5.7142857143vw !important;
  }
}
section.block .mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  section.block .mb60 {
    margin-bottom: 8.5714285714vw !important;
  }
}
section.block p.txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 200%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  section.block p.txt {
    font-size: 26px;
    font-size: 3.7142857143vw;
    margin-bottom: 7.1428571429vw;
  }
}
section.block p.signature {
  text-align: right;
  font-size: 2rem;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  section.block p.signature {
    font-size: 30px;
    font-size: 4.2857142857vw;
  }
}
section.block table.overview {
  border-collapse: collapse;
}
section.block table.overview tr th,
section.block table.overview tr td {
  border-bottom: solid 1px #D0D0D0;
  padding: 25px 0;
  font-size: 1.6rem;
  line-height: 187.5%;
}
@media screen and (max-width: 767px) {
  section.block table.overview tr th,
  section.block table.overview tr td {
    padding: 2.8571428571vw 0;
    font-size: 26px;
    font-size: 3.7142857143vw;
  }
}
section.block table.overview tr th {
  text-align: left;
  vertical-align: top;
  width: 26.5%;
  color: #0076A2;
}
section.block h3.placename {
  margin: 0 0 50px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  section.block h3.placename {
    margin-bottom: 7.1428571429vw;
    font-size: 30px;
    font-size: 4.2857142857vw;
  }
}
section.block h3.placename b {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  section.block h3.placename b {
    font-size: 38px;
    font-size: 5.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  section.block .img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.block .img img {
    width: 100%;
  }
}
section.block .column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.5%;
}
@media screen and (max-width: 767px) {
  section.block .column2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
section.block .column2 p.txt {
  width: 40%;
  font-size: 1.6rem;
  line-height: 200%;
}
@media screen and (max-width: 767px) {
  section.block .column2 p.txt {
    width: 100%;
    font-size: 26px;
    font-size: 3.7142857143vw;
  }
}
section.block .column2 .left {
  width: 54.5%;
}
@media screen and (max-width: 767px) {
  section.block .column2 .left {
    width: 100%;
  }
}
section.block .column2 .left img {
  width: 100%;
}
section.block .column2 .right {
  width: 38%;
}
@media screen and (max-width: 767px) {
  section.block .column2 .right {
    width: 100%;
  }
}
section.block dl.schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 30px;
}
@media screen and (max-width: 767px) {
  section.block dl.schedule {
    gap: 2.8571428571vw 4.2857142857vw;
  }
}
section.block dl.schedule dt {
  width: 26.25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #cce3eb;
  font-size: 2rem;
  font-weight: 600;
  padding: 30px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.block dl.schedule dt {
    display: block;
    width: 100%;
    padding: 2.8571428571vw 0;
    font-size: 30px;
    font-size: 4.2857142857vw;
  }
}
section.block dl.schedule dt p.date {
  color: #0076A2;
  margin-bottom: 10px;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  section.block dl.schedule dt p.date {
    margin-bottom: 1.4285714286vw;
    font-size: 38px;
    font-size: 5.4285714286vw;
  }
}
section.block dl.schedule dt p.date span {
  display: block;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  section.block dl.schedule dt p.date span {
    font-size: 30px;
    font-size: 4.2857142857vw;
  }
}
section.block dl.schedule dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  width: 68.75%;
  font-size: 1.6rem;
  line-height: 200%;
}
@media screen and (max-width: 767px) {
  section.block dl.schedule dd {
    width: 100%;
    font-size: 26px;
    font-size: 3.7142857143vw;
    margin-bottom: 4.2857142857vw;
  }
}
section.block p.hosoku {
  text-align: right;
  color: #0076A2;
  font-weight: 600;
  font-size: 1.6rem;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  section.block p.hosoku {
    font-size: 26px;
    font-size: 3.7142857143vw;
    margin-top: 1.4285714286vw;
  }
}
section.block dl.qualification dt {
  color: #0076A2;
  font-weight: 600;
  font-size: 2.4rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  section.block dl.qualification dt {
    font-size: 34px;
    font-size: 4.8571428571vw;
    margin-bottom: 3.5714285714vw;
  }
}
section.block dl.qualification dd {
  margin: 0 0 40px 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 200%;
}
@media screen and (max-width: 767px) {
  section.block dl.qualification dd {
    margin-bottom: 5.7142857143vw;
    font-size: 26px;
    font-size: 3.7142857143vw;
  }
}
section.block dl.qualification dd ul {
  padding: 0;
}
section.block dl.qualification dd ul li {
  text-indent: -1em;
  padding-left: 1em;
}
section.block span.red {
  color: #E60012;
}
section.block span.blue {
  color: #0076A2;
}
section.block dl.koma dt {
  font-weight: 600;
  font-size: 2.4rem;
  color: #0076A2;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  section.block dl.koma dt {
    font-size: 34px;
    font-size: 4.8571428571vw;
    margin-bottom: 3.5714285714vw;
  }
}
section.block dl.koma dd {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 200%;
  margin-left: 1em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  section.block dl.koma dd {
    font-size: 26px;
    font-size: 3.7142857143vw;
    margin-bottom: 5.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  section.block dl.koma dd img {
    width: 100%;
  }
}
section.block p.komahosoku {
  width: min(800px, 96%);
  margin: 0 auto 60px;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  section.block p.komahosoku {
    width: 100%;
    margin-bottom: 8.5714285714vw;
    font-size: 26px;
    font-size: 3.7142857143vw;
  }
}/*# sourceMappingURL=common.css.map */
.schedule-box-main {
  padding: 0;
  display: flex;
  align-items: stretch;
  color: #000;
  margin: 20px auto;
  max-width: 1100px;
}		
.schedule-box1 {
  padding:0;
  margin: 0px;
  width: 30%;
  font-size: 1.8em;
	line-height: 1.6em;
	text-align: center;
	background-color:#001A4A;
	font-weight: 500;
	color: #FFFFFF;
}
.schedule-box2 {
  padding:0;
  margin: 0px 0 10px 30px;
  width: 70%;
  font-size: 1.6em;
	line-height: 1.6em;
	text-align: left;
}
		.sc-box-text2 {
    margin: 0;
    padding: 30px 0;
    width: 100%;
			
}		
.mfbox {
    margin: 0;
    text-align: left;
}
@media screen and (max-width: 767px) {

.schedule-box-main {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
.schedule-box1 {
  padding:0;
  margin: 0px;
  width: 100%;
  font-size: 1.7em;
	line-height: 1.6em;
	text-align: center;
	background-color:#001A4A;
	font-weight: 500;
	color: #FFFFFF;
}
	
	
.schedule-box2 {
  padding: 10px 0 20px 0px;
  margin: 0;
  width: 100%;
  font-size: 1.6em;
	line-height: 1.4em;
	text-align: left;
}
	
	.sc-box-text2 {
    margin: 10px auto;
    padding: 0;
    width: 100%;
}
}
.mfbox-j {
    margin: 0;
    text-align: left;
}
.mfbox-j a:link {
    color: #FF0004;
    text-decoration: none;
    font-size: 16px;
}
.mfbox-j a:visited {
    color: #FF0004;
    text-decoration: none;
    font-size: 16px;
}
.mfbox-j a:hover {
    color: #cccccc;
    text-decoration: none;
    font-size: 16px;
}
.mfbox-j a:active {
    color: #FF0004;
    text-decoration: none;
    font-size: 16px;
}