main #kv {
  background: url("../img/index/bg_kv.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 74px 0 67px;
}
@media screen and (max-width: 767px) {
  main #kv {
    padding: 13.2857142857vw 0 14.8571428571vw;
  }
}
main #kv .logo {
  margin: 0 auto;
  width: min(800px, 80%);
}
@media screen and (max-width: 767px) {
  main #kv .logo {
    width: 85.7142857143vw;
  }
}
main #kv .logo img {
  width: 100%;
}
main .bg_gray {
  background-color: #ECEFF1;
}
main .bg_gray .inner {
  width: min(1000px, 90%);
  margin: 0 auto;
  padding: 60px 0 126px;
}
@media screen and (max-width: 767px) {
  main .bg_gray .inner {
    width: 85.7142857143vw;
    padding: 8.5714285714vw 0 23vw;
  }
}
main .bg_gray .inner .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  main .bg_gray .inner .box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
main .bg_gray .inner .box .left {
  width: 60%;
}
@media screen and (max-width: 767px) {
  main .bg_gray .inner .box .left {
    width: 100%;
  }
}
main .bg_gray .inner .box .left .eventdate img {
  width: min(536px, 95%);
}
@media screen and (max-width: 767px) {
  main .bg_gray .inner .box .left .eventdate img {
    width: 100%;
  }
}
main .bg_gray .inner .box .left .column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  main .bg_gray .inner .box .left .column2 {
    margin-bottom: 8.5714285714vw;
  }
}
main .bg_gray .inner .box .left .column2 .column2-1,
main .bg_gray .inner .box .left .column2 .column2-2 {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .bg_gray .inner .box .left .column2 .column2-1,
  main .bg_gray .inner .box .left .column2 .column2-2 {
    padding: 2.5714285714vw 1.4285714286vw;
    font-size: 26px;
    font-size: 3.7142857143vw;
  }
}
main .bg_gray .inner .box .left .column2 .column2-1 p,
main .bg_gray .inner .box .left .column2 .column2-2 p {
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  main .bg_gray .inner .box .left .column2 .column2-1 p,
  main .bg_gray .inner .box .left .column2 .column2-2 p {
    margin-bottom: 2vw;
    padding-bottom: 2vw;
  }
}
main .bg_gray .inner .box .left .column2 .column2-1 {
  width: min(185px, 100%);
  background-color: #000000;
  color: #FFFFFF;
  margin-right: min(50px, 8.3333333333%);
}
@media screen and (max-width: 767px) {
  main .bg_gray .inner .box .left .column2 .column2-1 {
    width: 29.5714285714vw;
    margin-right: 8vw;
  }
}
main .bg_gray .inner .box .left .column2 .column2-1 p {
  border-bottom: solid 1px #FFFFFF;
}
main .bg_gray .inner .box .left .column2 .column2-2 {
  width: min(302px, 100%);
  border: solid 2px #000000;
}
@media screen and (max-width: 767px) {
  main .bg_gray .inner .box .left .column2 .column2-2 {
    width: 48.1428571429vw;
  }
}
main .bg_gray .inner .box .left .column2 .column2-2 p {
  border-bottom: solid 1px #000000;
}
main .bg_gray .inner .box .right {
  width: 40%;
	margin-top: 70px;
}
@media screen and (max-width: 767px) {
  main .bg_gray .inner .box .right {
    width: 100%;
	  margin-top:0;
  }
}
main .bg_gray .inner .box .right .ttl {
  position: relative;
  background-color: #014099;
}
main .bg_gray .inner .box .right .ttl p {
  text-align: center;
  padding: 10px 0;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  main .bg_gray .inner .box .right .ttl p {
    font-size: 32px;
    font-size: 4.5714285714vw;
    padding: 2vw 0;
  }
}
main .bg_gray .inner .box .right .ttl::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  background-color: #006390;
  width: 100%;
  height: 50%;
}
main .bg_gray .inner .box .right p.txt {
  margin: 20px 0 40px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  main .bg_gray .inner .box .right p.txt {
    margin: 3.5714285714vw 0 7.1428571429vw;
    font-size: 42px;
    font-size: 6vw;
  }
}
main .bg_gray .inner .box .right p.txt span {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  main .bg_gray .inner .box .right p.txt span {
    font-size: 36px;
    font-size: 5.1428571429vw;
  }
}
main .bg_gray .inner .box .right a.logo_ofta {
  display: block;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  main .bg_gray .inner .box .right a.logo_ofta {
    margin-top: 5.7142857143vw;
    margin-bottom: 7.1428571429vw;
  }
}
main .bg_gray .inner .box .right a.logo_ofta img {
  width: min(317px, 90%);
}
@media screen and (max-width: 767px) {
  main .bg_gray .inner .box .right a.logo_ofta img {
    width: 64.5714285714vw;
  }
}
main .bg_gray .inner .deadline img {
  width: 100%;
}
main .bg_white .inner {
  width: min(1000px, 90%);
  margin: -70px auto 0;
}
@media screen and (max-width: 767px) {
  main .bg_white .inner {
    width: 85.7142857143vw;
    margin-top: -13.2857142857vw;
  }
}
main .bg_white .inner a.detail {
  display: block;
  color: #FFFFFF;
  font-size: 2.8rem;
  text-align: center;
  font-weight: 600;
  padding: 56px 0;
  background: url(../img/index/icon_detail.png) no-repeat #EF9C00;
  background-position: right 6% center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  main .bg_white .inner a.detail {
    font-size: 36px;
    font-size: 5.1428571429vw;
    text-align: left;
    padding: 10.2857142857vw 0 10.2857142857vw 14.2857142857vw;
    margin-bottom: 11.4285714286vw;
    background: url(../img/index/icon_detail.png) no-repeat #EF9C00;
    background-position: right 18% center;
    background-size: 6.4285714286vw 7.1428571429vw;
  }
}
main .bg_white .inner a.detail:hover {
  -webkit-filter: opacity(1);
          filter: opacity(1);
  background: url(../img/index/icon_detail.png) no-repeat #000000;
  background-position: right 6% center;
}
@media screen and (max-width: 767px) {
  main .bg_white .inner a.detail:hover {
    background: url(../img/index/icon_detail.png) no-repeat #EF9C00;
    background-position: right 18% center;
    background-size: 6.4285714286vw 7.1428571429vw;
  }
}
main .bg_white .inner a.pdf {
  display: block;
  color: #FFFFFF;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 600;
  width: min(800px, 80%);
  padding: 48px 0;
  margin: 0 auto 80px;
  background: url(../img/index/icon_pdf.png) no-repeat #014099;
  background-position: right 6% center;
  border-radius: 15px;
  border: solid 1px #014099;
}
@media screen and (max-width: 767px) {
  main .bg_white .inner a.pdf {
    font-size: 36px;
    font-size: 5.1428571429vw;
    line-height: 150%;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    padding: 9.5714285714vw 0 9.5714285714vw 14.2857142857vw;
    margin-bottom: 16.2857142857vw;
    background: url(../img/index/icon_pdf.png) no-repeat #014099;
    background-position: right 18% center;
    background-size: 7.1428571429vw 8.2857142857vw;
  }
}
main .bg_white .inner a.pdf:hover {
  -webkit-filter: opacity(1);
          filter: opacity(1);
  background: url(../img/index/icon_pdf_over.png) no-repeat #ECEFF1;
  background-position: right 6% center;
  color: #014099;
  border: solid 1px #014099;
}
@media screen and (max-width: 767px) {
  main .bg_white .inner a.pdf:hover {
    background: url(../img/index/icon_pdf.png) no-repeat #014099;
    background-position: right 18% center;
    background-size: 7.1428571429vw 8.2857142857vw;
    color: #FFFFFF;
  }
}
main .bg_white .inner .infomation {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  main .bg_white .inner .infomation {
    margin-bottom: 14.2857142857vw;
  }
}
main .bg_white .inner .infomation h3 {
  text-align: center;
  margin: 0 0 25px 0;
}
@media screen and (max-width: 767px) {
  main .bg_white .inner .infomation h3 {
    margin-bottom: 11.4285714286vw;
  }
}
main .bg_white .inner .infomation h3 img {
  width: min(222px, 100%);
}
@media screen and (max-width: 767px) {
  main .bg_white .inner .infomation h3 img {
    width: 41.1428571429vw;
  }
}
main .bg_white .inner .infomation dl {
  display: grid;
  grid-template-columns: 160px 1fr;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  main .bg_white .inner .infomation dl {
    display: block;
    font-size: 26px;
    font-size: 3.7142857143vw;
  }
}
main .bg_white .inner .infomation dl dt {
  border-bottom: solid 1px #ECEFF1;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  main .bg_white .inner .infomation dl dt {
    border-bottom: none;
    padding: 0;
    width: 32.8571428571vw;
  }
}
main .bg_white .inner .infomation dl dt p {
  font-weight: 600;
  text-align: center;
  color: #FFFFFF;
  background-color: #014099;
  padding: 4px 0;
  border-radius: 12px 0 0 12px;
  position: relative;
}
main .bg_white .inner .infomation dl dt p::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5%;
  width: 6px;
  height: 6px;
  background-color: #FFFFFF;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main .bg_white .inner .infomation dl dd {
  margin: 0;
  padding: 24px 20px;
  border-bottom: solid 1px #ECEFF1;
}
@media screen and (max-width: 767px) {
  main .bg_white .inner .infomation dl dd {
    padding: 4.2857142857vw 0 5.7142857143vw 0;
    margin-bottom: 5.7142857143vw;
  }
}
main .bg_white .inner .linkarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  main .bg_white .inner .linkarea {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4.2857142857vw;
  }
}
main .bg_white .inner .linkarea a.schedule,
main .bg_white .inner .linkarea a.overview,
main .bg_white .inner .linkarea a.access,
main .bg_white .inner .linkarea a.english {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #000000;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 2.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 45px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  main .bg_white .inner .linkarea a.schedule,
  main .bg_white .inner .linkarea a.overview,
  main .bg_white .inner .linkarea a.access,
  main .bg_white .inner .linkarea a.english {
    width: 100%;
    font-size: 32px;
    font-size: 4.5714285714vw;
    padding: 13.4285714286vw 0;
  }
}
main .bg_white .inner .linkarea a.schedule p.viremore,
main .bg_white .inner .linkarea a.overview p.viremore,
main .bg_white .inner .linkarea a.access p.viremore,
main .bg_white .inner .linkarea a.english p.viremore {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #014099;
  padding: 6px 10px;
}
@media screen and (max-width: 767px) {
  main .bg_white .inner .linkarea a.schedule p.viremore,
  main .bg_white .inner .linkarea a.overview p.viremore,
  main .bg_white .inner .linkarea a.access p.viremore,
  main .bg_white .inner .linkarea a.english p.viremore {
    padding: 2.5714285714vw 3.1428571429vw;
  }
}
main .bg_white .inner .linkarea a.schedule p.viremore::before,
main .bg_white .inner .linkarea a.overview p.viremore::before,
main .bg_white .inner .linkarea a.access p.viremore::before,
main .bg_white .inner .linkarea a.english p.viremore::before {
  content: "";
  display: block;
  background: url(../img/index/txt_viewmore.png) no-repeat;
  background-size: cover;
  width: 58px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  main .bg_white .inner .linkarea a.schedule p.viremore::before,
  main .bg_white .inner .linkarea a.overview p.viremore::before,
  main .bg_white .inner .linkarea a.access p.viremore::before,
  main .bg_white .inner .linkarea a.english p.viremore::before {
    background: url(../img/index/txt_viewmore_sp@2x.png) no-repeat;
    background-size: cover;
    width: 14.8571428571vw;
    height: 2.7142857143vw;
  }
}
main .bg_white .inner .linkarea a.schedule:hover p.viremore,
main .bg_white .inner .linkarea a.overview:hover p.viremore,
main .bg_white .inner .linkarea a.access:hover p.viremore,
main .bg_white .inner .linkarea a.english:hover p.viremore {
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  main .bg_white .inner .linkarea a.schedule:hover p.viremore,
  main .bg_white .inner .linkarea a.overview:hover p.viremore,
  main .bg_white .inner .linkarea a.access:hover p.viremore,
  main .bg_white .inner .linkarea a.english:hover p.viremore {
    background-color: #014099;
  }
}
main .bg_white .inner .linkarea a.schedule:hover p.viremore::before,
main .bg_white .inner .linkarea a.overview:hover p.viremore::before,
main .bg_white .inner .linkarea a.access:hover p.viremore::before,
main .bg_white .inner .linkarea a.english:hover p.viremore::before {
  content: "";
  display: block;
  background: url(../img/index/txt_viewmore_over.png) no-repeat;
  background-size: cover;
  width: 58px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  main .bg_white .inner .linkarea a.schedule:hover p.viremore::before,
  main .bg_white .inner .linkarea a.overview:hover p.viremore::before,
  main .bg_white .inner .linkarea a.access:hover p.viremore::before,
  main .bg_white .inner .linkarea a.english:hover p.viremore::before {
    background: url(../img/index/txt_viewmore_sp@2x.png) no-repeat;
    background-size: cover;
    width: 14.8571428571vw;
    height: 2.7142857143vw;
  }
}
main .bg_white .inner .linkarea a.overview img {
  margin-right: 28px;
}
@media screen and (max-width: 767px) {
  main .bg_white .inner .linkarea a.overview img {
    margin-right: 5vw;
    width: 7.5714285714vw;
  }
}
main .bg_white .inner .linkarea a.access img {
  margin-right: 22px;
}
@media screen and (max-width: 767px) {
  main .bg_white .inner .linkarea a.access img {
    margin-right: 5vw;
    width: 11.5714285714vw;
  }
}
main .bg_white .inner .linkarea a.english::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 9.2307692308%;
  background-color: #FFFFFF;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  main .bg_white .inner .linkarea a.english::before {
    right: 11.4285714286vw;
    width: 2.8571428571vw;
    height: 2.8571428571vw;
  }
}
main .bg_white .inner .linkarea a.english:hover::before {
  -webkit-transform: translateY(-50%) scale(1.5);
          transform: translateY(-50%) scale(1.5);
}/*# sourceMappingURL=index.css.map */