@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

#nav-skiplink {
  display: none;
}

body {
  position: relative;
  font-family: "Roboto", "Noto Sans JP", YuGothic, 'YuGothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
  word-wrap: break-word;
  line-break: strict;
  -webkit-font-smoothing: subpixel-antialiased;
  vertical-align: top;
  color: #000;
}

a {
  display: block;
  color: #003278;
  text-decoration: none;
}

.anim, #overview .overview__btn a, #overview .overview__btn a:hover, footer .footer__btn a, footer .footer__btn a:hover, .overviewbtn a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

select::-ms-expand {
  display: none;
}

.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.0s;
}

.fadein.fadein-left {
  transform: translate(-30px, 0);
}

.fadein.fadein-right {
  transform: translate(30px, 0);
}

.fadein.fadein-up {
  transform: translate(0, -30px);
}

.fadein.fadein-bottom {
  transform: translate(0, 30px);
}

.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.header__logo {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 24.47%;
  text-align: right;
  z-index: 10;
  background: #ffffff;
}

.header__logo img {
  width: 100%;
  vertical-align: middle;
}

.header__logo-m {
  width: 58.9%;
  height: auto;
  padding: 8px 10px 14px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header__logo-j {
  width: 41.1%;
  height: auto;
  padding: 14px 20px 14px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#l-hero__wrapper {
  position: relative;
  width: 100%;
  height: 92vh;
}

#l-hero__content {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1220px;
  margin: auto;
}

.l-hero__videoarea {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.l-hero__videoarea video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l-hero__title {
  width: 75%;
  height: 100%;
  padding: 100px 0 80px;
  margin: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.l-hero__title img {
  width: 100%;
  vertical-align: middle;
}

.l-hero__title_sp {
  display: none;
}

.l-hero__scroll {
  position: absolute;
  bottom: 40px;
  left: 10px;
  color: #ffffff;
  font-size: 1.4rem;
  transform: rotate(90deg);
  z-index: 100;
}

.l-hero__scroll::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 45px;
  margin: auto;
  width: 200px;
  height: 1px;
  background: #ffffff;
}

#about {
  position: relative;
  width: 100%;
  height: auto;
  background: url(../img/bg-about.jpg) 50% 50% no-repeat;
  background-size: cover;
}

#about .about__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1220px;
  margin: auto;
  padding: 120px 20px 140px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#about .about__title {
  color: #c9a54a;
  font-size: 118px;
  font-size: 7rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 60px;
}

#about .about__text {
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 2;
  padding: 0 80px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#about .about__text p + p {
  margin-top: 1.8em;
}

#program {
  background-color: #fffaf0;
}

#program .program__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1220px;
  margin: auto;
  padding: 120px 20px 140px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#program .program__title {
  color: #2c5dae;
  letter-spacing: 0.1em;
  font-size: 7rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}

#program .program__content {
  position: relative;
  width: 100%;
  height: 100%;
}

#program .program-content__line {
  position: absolute;
  top: 50%;
  left: 188px;
  transform: translateY(-50%);
  content: "";
  width: 10px;
  height: calc(100% - 10px);
  background: #c9a54a;
  border-radius: 6px;
  z-index: 0;
}

#program .program__sector {
  display: flex;
  padding: 0 0 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#program .program__sector-left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  width: 180px;
  padding-right: 15px;
  box-sizing: border-box;
}

#program .program__sector-center {
  position: relative;
  width: 25px;
  height: 25px;
}

#program .program__sector-center:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #845c02;
  z-index: 10;
}

#program .program__sector-right {
  width: 50.10%;
  flex-grow: 1;
  margin-top: -6px;
}

#program .program__sector-time {
  font-family: "Oswald", sans-serif;
  color: #878787;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 6px;
}

#program .program__sector-name {
  color: #003a75;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

#program .program__right {
  padding: 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#program .program__right-words {
  padding: 0 32px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#program .program__right-title {
  width: fit-content;
  font-size: 2.2rem;
  font-weight: bold;
  color: #ffffff;
  background-color: #c9a54a;
  padding: 8px 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.275;
  margin-bottom: 30px;
}

#program .program__right-title span {
  font-size: 1.6rem;
  line-height: 1.5;
}

#program .program__right-text {
  font-size: 1.8rem;
  color: #000;
  line-height: 1.75;
}

#program .program__right-person {
  display: flex;
  align-items: center;
  width: 49%;
  padding: 20px 15px;
  box-sizing: border-box;
  background-color: #fff;
}

#program .program__right-persons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 15px;
  margin-top: 30px;
}

#program .program__right-photo {
  width: 23%;
}

#program .program__right-photo img {
  width: 100%;
  vertical-align: middle;
}

#program .program__right-name {
  width: 77%;
  padding: 0 0 0 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#program .program__right-name p {
  font-size: 1.8rem;
  color: #003a75;
  font-weight: bold;
  margin-bottom: 8px;
}

#program .program__right-name p span {
  font-size: 0.7em;
  margin-left: 2px;
}

#program .program__right-name p .moderator {
  color: #ffffff;
  background: #003278;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 4px;
  margin-left: 8px;
  vertoca-align: middle;
}

#program .program__right-desc {
  font-size: 1.2rem;
  font-weight: 500;
  color: #4f4f4f;
  line-height: 1.5;
  margin-top: 15px;
}

#program .program__right-desc span {
  font-size: 12px;
  font-size: 0.75rem;
}

#program .program__right-corps {
  display: flex;
  flex-wrap: wrap;
  padding: 0 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#program .program__right-corp {
  width: calc(100% / 2);
  padding: 8px 8px 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#program .program__right-corp img {
  width: 200px;
  vertical-align: middle;
  border: 1px solid #CCCCCC;
  padding: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 8px;
}

#program .program__right-corp p {
  display: inline-block;
  font-size: 1.6rem;
  color: #003278;
  font-weight: bold;
  border-bottom: 1px dotted #003278;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#program .program__right-corpname {
  font-size: 1.8rem;
  color: #003278;
  font-weight: bold;
  padding: 8px 0;
}

#program .program__right-corpname span {
  font-size: 0.7em;
  margin-left: 4px;
}

#program .program__right-corpdesc {
  font-size: 1.4rem;
  color: #4f4f4f;
}

#program .program__right-freetext {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
  padding: 8px 0;
}

#program .program__right-soon {
  display: flex;
  padding: 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#overview {
  width: 100%;
  background: #E3E9F1;
}

#overview .overview__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1220px;
  margin: auto;
  padding: 120px 20px 140px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

#overview .overview__title {
  color: #2c5dae;
  letter-spacing: 0.1em;
  font-size: 5.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}

#overview .overview__text {
  color: #2d396c;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2em;
  padding: 0 120px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#overview .overview__deadline {
  display: inline-block;
  background: #ffffff;
  padding: 16px 40px;
  margin: 32px auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#overview .overview__deadline-date {
  font-size: 4rem;
  font-weight: bold;
}

#overview .overview__deadline-date span {
  font-size: 8rem;
}

#overview .overview__deadline-free {
  display: inline-block;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  color: #ffffff;
  background: #c9a54a;
  padding: 4px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 8px;
}

#overview .overview__btn a {
  display: inline-block;
  color: #ffffff;
  background: #2d396c;
  padding: 16px 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 8px;
  border: 1px solid #2d396c;
}

#overview .overview__btn a:hover {
  color: #2d396c;
  background: #ffffff;
}

#overview .overview__btn-text {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 16px;
}

#overview .overview__btn-caution {
  font-size: 1.4rem;
}

#overview .overview__caution {
  display: inline-block;
  font-size: 1.4rem;
  text-align: left;
  max-width: 1000px;
  margin: 32px auto 0;
  line-height: 1.75;
}

#overview .overview__caution li {
  padding-left: 1em;
  text-indent: -1em;
}

#access {
  width: 100%;
  background: url(../img/bg-access.jpg) no-repeat center / cover;
}

#access .access__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1220px;
  margin: auto;
  padding: 120px 20px 140px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

#access .access__title {
  color: #c9a54a;
  letter-spacing: 0.1em;
  font-size: 7rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}

#access .access__content {
  display: flex;
  width: 100%;
  max-width: 1220px;
  margin: auto;
}

#access .access__content-map {
  position: relative;
  width: 55.7%;
  height: 0;
  padding-top: 33%;
}

#access .access__content-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#access .access__content-detail {
  font-size: 1.6rem;
  color: #ffffff;
  padding: 20px 32px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  line-height: 1.75;
}

#access .access__content-detail span {
  display: block;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 5px;
}

footer {
  width: 100%;
  background: #2d396c;
}

footer .footer__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1220px;
  margin: auto;
  padding: 90px 0 20px;
}

footer .footer__title {
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
}

footer .footer__btn {
  text-align: center;
  padding: 24px 0;
}

footer .footer__btn a {
  display: inline-block;
  color: #003278;
  background: #ffffff;
  padding: 16px 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  border: 1px solid #003278;
}

footer .footer__btn a:hover {
  color: #ffffff;
  background: #c9a54a;
}

footer .footer__btn-caution {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.75;
}

footer .footer__caution {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.75;
}

footer .footer__caution li {
  padding-left: 1em;
  text-indent: -1em;
}

footer .copyright {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  padding: 8px 0;
  background: #ffffff;
}

.overviewbtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.overviewbtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  width: 148px;
  height: 148px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  background: #003278;
  border: 3px solid #ffffff;
  border-radius: 50%;
  overflow: hidden;
}

.overviewbtn a:hover {
  background: #c9a54a;
}

.pagetop {
  padding: 90px 0 0;
  text-align: center;
}

.pagetop a {
  display: inline-block;
}

.pagetop a span {
  color: #ffffff;
  font-size: 1.2rem;
  position: relative;
}

.pagetop a span:before {
  display: block;
  content: "";
  width: 100%;
  height: 27px;
  background: url(../img/arrow.svg) 50% 50% no-repeat;
  background-size: contain;
  margin-bottom: 6px;
}

.pagetop.above_float_box {
  bottom: 263px;
}

.side-nav {
  position: fixed;
  top: 44vh;
  left: 20px;
  z-index: 1000;
}

.side-nav ul li a {
  width: 12px;
  height: 12px;
  background: #ffffff;
  border: 2px solid #003278;
  border-radius: 50%;
  margin-bottom: 5px;
}

.side-nav ul li.on a {
  background: #003278;
  border: 2px solid #ffffff;
}



@media (-ms-high-contrast:none), (-ms-high-contrast:active) {
  footer .foot__menu-link {
    letter-spacing: 0;
  }
}

@media screen and (max-width:767px) {
  .header__logo {
    width: min(250px, 100%);
  }

  .l-hero__videoarea video {
    object-position: 20% 50%;
  }

  .l-hero__title {
    width: 90%;
  }

  .l-hero__title img {
    max-width: 600px;
    margin: auto;
  }

  #about .about__wrapper {
    padding: 80px 0;
  }

  #about .about__title {
    font-size: 5rem;
    letter-spacing: 0.25em;
  }

  #about .about__text {
    font-size: 1.6rem;
    padding: 0 20px;
  }

  #program .program__wrapper {
    padding: 80px 20px;
  }

  #program .program__title {
    font-size: 5rem;
  }

  #program .program-content__line {
    left: 5px;
    width: 5px;
  }

  #program .program__sector {
    width: 100%;
    flex-wrap: wrap;
  }

  #program .program__sector-left {
    order: 2;
    align-items: flex-start;
    width: 91%;
    text-align: left;
  }

  #program .program__sector-center {
    order: 1;
    width: 9%;
    height: 20px;
  }

  #program .program__sector-center::after {
    width: 15px;
    height: 15px;
  }

  #program .program__sector-right {
    order: 3;
    width: 100%;
    padding: 0 0 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #program .program__sector-time {
    font-size: 20px;
    font-size: 1.25rem;
  }

  #program .program__right {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 16px;
    padding: 0 8px 0 14px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #program .program__right-words {
    width: 100%;
    padding: 0;
  }

  #program .program__right-title {
    font-size: 16px;
    margin-bottom: 20px;
    padding: 8px 12px;
  }

  #program .program__right-text {
    font-size: 1.5rem;
  }

  #program .program__right-person {
    width: 100%;
  }

  #program .program__right-persons {
    row-gap: 10px;
    width: 100%;
    margin-top: 16px;
  }

  #program .program__right-name p {
    font-size: 1.6rem;
  }

  #program .program__right-corps {
    flex-wrap: wrap;
    margin-top: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #program .program__right-corp {
    width: 100%;
    padding: 4px 4px 16px;
  }

  #program .program__right-corp p {
    font-size: 1.4rem;
    line-height: 1.275;
  }

  #program .program__right-corpname {
    font-size: 1.6rem;
    padding: 8px 0;
  }

  #program .program__right-corpdesc {
    font-size: 1.4rem;
  }

  #program .program__right-soon {
    margin-top: 16px;
  }

  #program .program__right-soon img {
    width: 100%;
  }

  #program .program__right-freetext {
    font-size: 1.6rem;
  }

  #overview .overview__wrapper {
    padding: 80px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #overview .overview__title {
    font-size: 3rem;
    letter-spacing: 0;
    margin-bottom: 32px;
  }

  #overview .overview__text {
    font-size: 1.6rem;
    padding: 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5em;
  }

  #overview .overview__deadline-date {
    font-size: 2rem;
  }

  #overview .overview__deadline-date span {
    font-size: 3.6rem;
  }

  #overview .overview__btn-text {
    font-size: 1.6rem;
  }

  #overview .overview__btn a {
    font-size: 2.2rem;
  }

  #overview .overview__caution {
    padding: 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #access .access__wrapper {
    padding: 80px 20px;
  }

  #access .access__title {
    font-size: 5rem;
  }

  #access .access__content {
    flex-wrap: wrap;
    padding: 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #access .access__content-map {
    width: 100%;
    padding-top: 75%;
  }

  #access .access__content-detail span {
    font-size: 1.8rem;
  }

  #access .access__content-detail {
    font-size: 1.4rem;
    width: 100%;
    padding: 20px 0;
  }

  footer .footer__wrapper {
    padding: 60px 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  footer .footer__title {
    font-size: 1.6rem;
  }

  footer .copyright {
    letter-spacing: 0;
  }

  .overviewbtn {
    right: 8px;
  }

  .overviewbtn a {
    width: 80px;
    height: 80px;
    font-size: 1.1rem;
  }

  .side-nav {
    left: 8px;
  }

  .side-nav ul li a {
    width: 8px;
    height: 8px;
    border: 1px solid #003278;
  }
}