@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Regular.eot") format("embedded-opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Bold.eot") format("embedded-opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansCJKjp-Black.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Black.woff") format("woff"), url("../fonts/NotoSansCJKjp-Black.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Black.eot") format("embedded-opentype");
}

.swiper__navi {
  position: absolute;
  top: 50%;
  z-index: 1;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: none;
}

.swiper__navi--previous {
  background: rgba(0, 0, 0, 0.5) url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209.86%2017.04%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M9.85%2C15.81%2C8.61%2C17%2C0%2C8.52%2C8.61%2C0%2C9.86%2C1.23%2C2.49%2C8.52Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/10px 17px;
}

.swiper__navi--next {
  background: rgba(0, 0, 0, 0.5) url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209.86%2017.04%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7.37%2C8.52%2C0%2C1.23%2C1.24%2C0%2C9.86%2C8.52%2C1.24%2C17%2C0%2C15.81Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/10px 17px;
}

.swiper__pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper__pagination > *:not(:last-child) {
  margin-right: 10px;
}

.company-display {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px 5px;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 600;
  min-width: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .company-display {
    position: static;
    width: 100%;
    max-width: inherit;
    display: block;
  }
}

.company-display--enabled {
  background: #E30000;
}

.company-display--disabled {
  background: #999;
}

.login {
  background-color: #dbe2ff;
}

.login__description {
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}

.login__form {
  background: #fff;
  padding: 4% 5%;
  border-radius: 5px;
  max-width: 520px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

.login .login-username {
  margin-bottom: 0.5em;
}

.login .login-password {
  margin-bottom: 0.5em;
}

.login .button-primary {
  border: none;
  display: block;
  width: 100%;
  max-width: 300px;
  text-align: center;
  border-radius: 5px;
  background-color: #EA6F13;
  line-height: 1;
  padding: 1em 10px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

.login .button-primary {
  font-size: 16px;
}

@media screen and (min-width: 320px) {
  .login .button-primary {
    font-size: calc(16px + 4 * ((100vw - 320px) / 703)) !important;
  }
}

@media screen and (min-width: 1023px) {
  .login .button-primary {
    font-size: 20px !important;
  }
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Regular.eot") format("embedded-opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Bold.eot") format("embedded-opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansCJKjp-Black.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Black.woff") format("woff"), url("../fonts/NotoSansCJKjp-Black.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Black.eot") format("embedded-opentype");
}

.mainvisual {
  background: #0432ff;
  text-align: center;
  padding: 87px 5% 60px 5%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .mainvisual {
    padding: 40px 5% 10% 5%;
  }
}

.mainvisual::before, .mainvisual::after {
  content: "";
  position: absolute;
}

.mainvisual::before {
  background: url(../img/top/image_man.svg) no-repeat left bottom/contain;
  width: 261px;
  height: 339px;
  left: 50%;
  bottom: -10px;
  margin-left: -600px;
}

@media screen and (min-width: 1024px) and (max-width: 1220px) {
  .mainvisual::before {
    left: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 1023px) {
  .mainvisual::before {
    width: 20%;
    height: auto;
    padding-top: 26.8%;
    left: 10px;
    margin-left: 0;
  }
}

.mainvisual::after {
  background: url(../img/top/image_women.svg) no-repeat left bottom/contain;
  width: 208px;
  height: 332px;
  right: 50%;
  bottom: -10px;
  margin-right: -550px;
}

@media screen and (min-width: 1024px) and (max-width: 1220px) {
  .mainvisual::after {
    right: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 1023px) {
  .mainvisual::after {
    width: 16%;
    height: auto;
    padding-top: 26%;
    right: 10px;
    margin-right: 0;
  }
}

.mainvisual--close {
  height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mainvisual--close::before, .mainvisual--close::after {
  display: none;
}

.mainvisual__catch {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 20px auto;
  padding: 30px 45px 20px 45px;
}

@media screen and (max-width: 767px) {
  .mainvisual__catch {
    padding: 5%;
  }
}

.mainvisual__catch__target {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainvisual__catch__target {
  font-size: 16px;
}

@media screen and (min-width: 320px) {
  .mainvisual__catch__target {
    font-size: calc(16px + 10 * ((100vw - 320px) / 703)) !important;
  }
}

@media screen and (min-width: 1023px) {
  .mainvisual__catch__target {
    font-size: 26px !important;
  }
}

.mainvisual__catch__target::before, .mainvisual__catch__target::after {
  content: "";
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2px;
  background: #0432ff;
}

.mainvisual__catch__target::before {
  margin-right: 15px;
}

.mainvisual__catch__target::after {
  margin-left: 15px;
}

.mainvisual__catch__title {
  color: #0432ff;
  font-weight: 900;
  line-height: 1.2;
}

.mainvisual__catch__title {
  font-size: 26px;
}

@media screen and (min-width: 320px) {
  .mainvisual__catch__title {
    font-size: calc(26px + 18 * ((100vw - 320px) / 703)) !important;
  }
}

@media screen and (min-width: 1023px) {
  .mainvisual__catch__title {
    font-size: 44px !important;
  }
}

.mainvisual__label {
  position: relative;
  background-color: #FCC800;
  color: #003810;
  font-weight: 700;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.2;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
  position: relative;
  padding: 0 3em;
}

@media screen and (max-width: 767px) {
  .mainvisual__label {
    font-size: 1.8rem;
    height: 33px;
  }
}

.mainvisual__label::before, .mainvisual__label::after {
  content: "";
  position: absolute;
  top: 0;
  height: 56px;
  width: 18px;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2056%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23EEFF00%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%220%200%2018%2028%2018%200%200%200%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2218%2056%2018%2028%200%2056%2018%2056%22%2F%3E%3C%2Fsvg%3E") no-repeat left top/contain;
}

@media screen and (max-width: 767px) {
  .mainvisual__label::before, .mainvisual__label::after {
    height: 33px;
    width: 11px;
  }
}

.mainvisual__label::before {
  left: -18px;
}

@media screen and (max-width: 767px) {
  .mainvisual__label::before {
    left: -10px;
  }
}

.mainvisual__label::after {
  right: -18px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

@media screen and (max-width: 767px) {
  .mainvisual__label::after {
    right: -10px;
  }
}

.mainvisual__period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .mainvisual__period {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mainvisual__date {
  line-height: 1.2;
  font-weight: 700;
}

.mainvisual__date {
  font-size: 19px;
}

@media screen and (min-width: 320px) {
  .mainvisual__date {
    font-size: calc(19px + 13 * ((100vw - 320px) / 703)) !important;
  }
}

@media screen and (min-width: 1023px) {
  .mainvisual__date {
    font-size: 32px !important;
  }
}

.mainvisual__date:last-child::before {
  content: "～";
}

.mainvisual__date__large {
  font-size: 140%;
}

.mainvisual__date__small {
  font-size: 75%;
}

.mainvisual__date__caution {
  font-size: 1.4rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .mainvisual__date__caution {
    font-size: 1.2rem;
  }
}

.mainvisual__place {
  line-height: 1.4;
}

.mainvisual__place {
  font-size: 16px;
}

@media screen and (min-width: 320px) {
  .mainvisual__place {
    font-size: calc(16px + 4 * ((100vw - 320px) / 703)) !important;
  }
}

@media screen and (min-width: 1023px) {
  .mainvisual__place {
    font-size: 20px !important;
  }
}

.mainvisual__place__large {
  font-size: 160%;
  font-weight: 700;
}

.mainvisual__place__small {
  font-size: 80%;
}

.mainvisual__caution {
  border: 4px solid #fff;
  padding: 20px;
  margin-top: 20px;
}

.mainvisual__attention {
  color: white;
  line-height: 1.2;
  font-weight: 700;
}

.mainvisual__attention {
  font-size: 19px;
}

@media screen and (min-width: 320px) {
  .mainvisual__attention {
    font-size: calc(19px + 13 * ((100vw - 320px) / 703)) !important;
  }
}

@media screen and (min-width: 1023px) {
  .mainvisual__attention {
    font-size: 32px !important;
  }
}

.mainvisual__attention__label {
  margin-bottom: 0.6em;
}

.intro {
  background: #F5FBE0;
  border-bottom: 40px solid #45B035;
  padding: 40px 5%;
  position: relative;
  height: 420px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .intro {
    padding-top: 70px;
    border-bottom-width: 10px;
    height: auto;
  }
}

.intro::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: -40px;
  margin-right: -600px;
  background: url(../img/top/bg_intro.png) no-repeat left top/contain;
  width: 455px;
  height: 403px;
}

@media screen and (max-width: 767px) {
  .intro::after {
    display: none;
  }
}

.intro__inner {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.intro__title {
  font-weight: 700;
  line-height: 1.2;
  color: #003810;
  margin-bottom: 10px;
}

.intro__title {
  font-size: 20px;
}

@media screen and (min-width: 320px) {
  .intro__title {
    font-size: calc(20px + 12 * ((100vw - 320px) / 703)) !important;
  }
}

@media screen and (min-width: 1023px) {
  .intro__title {
    font-size: 32px !important;
  }
}

@media screen and (max-width: 767px) {
  .intro__title {
    text-align: center;
  }
}

.intro__title__strong {
  font-size: 170%;
}

.contents-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .contents-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contents-banner__link:not(:last-child) {
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .contents-banner__link:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.company-count {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.6;
}

.company-count {
  font-size: 16px;
}

@media screen and (min-width: 320px) {
  .company-count {
    font-size: calc(16px + 4 * ((100vw - 320px) / 703)) !important;
  }
}

@media screen and (min-width: 1023px) {
  .company-count {
    font-size: 20px !important;
  }
}

.company-table {
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .company-table {
    display: block;
    border: 1px solid #ccc;
  }
}

.company-table th,
.company-table td {
  padding: 0.5em 1em;
  border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .company-table th,
  .company-table td {
    display: block;
    padding: 0;
    border: none;
  }
}

@media screen and (max-width: 767px) {
  .company-table thead {
    display: none;
  }
}

.company-table thead th {
  background-color: #0432ff;
  color: #fff;
  font-weight: 400;
}

.company-table thead th:nth-child(1) {
  width: 55%;
}

.company-table thead th:nth-child(2) {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .company-table tbody {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .company-table tbody tr {
    display: block;
    position: relative;
    padding: 10px;
  }
}

.company-table tbody tr:nth-child(even) {
  background-color: #F5FBE0;
}

@media screen and (max-width: 767px) {
  .company-table tbody tr:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
}

.company-table tbody td:first-child.enabled, .company-table tbody td:first-child.disabled {
  position: relative;
  padding-left: 110px;
}

@media screen and (max-width: 767px) {
  .company-table tbody td:first-child.enabled, .company-table tbody td:first-child.disabled {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .company-table tbody td:last-child {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}

.company-table__display {
  left: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: inherit;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .company-table__display {
    -webkit-transform: none;
            transform: none;
    top: inherit;
    left: inherit;
    margin-bottom: 5px;
  }
}

.information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  margin: 50px auto 0 auto;
  border: 1px solid #E30000;
}

@media screen and (max-width: 767px) {
  .information {
    margin: 25px 5% 30px 5%;
    display: block;
  }
}

.information__label {
  background-color: #E30000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 20px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .information__label {
    text-align: center;
  }
}

.information__value {
  padding: 10px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.timetable__description {
  margin-bottom: 25px;
}

.timetable__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px;
}

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

.timetable__table {
  width: 55%;
  max-width: 520px;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .timetable__table {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 15px;
    font-size: 1.6rem;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .timetable__table tr {
    display: block;
  }
}

.timetable__table th,
.timetable__table td {
  padding: 10px;
  border: 1px solid #ccc;
}

.timetable__table thead {
  background-color: #F5FBE0;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .timetable__table thead {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .timetable__table tbody {
    display: block;
  }
}

.timetable__table tbody tr:nth-child(even) {
  background-color: #F5FBE0;
}

.timetable__table tbody td {
  padding-top: 15px;
  padding-bottom: 15px;
}

.timetable__table tbody td:first-child {
  text-align: center;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .timetable__table tbody td:first-child {
    width: auto;
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .timetable__table tbody td:not(:first-child) {
    border-top: none;
    padding-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .timetable__table tbody td {
    display: block;
  }
}

.timetable__table__time {
  text-align: center;
  letter-spacing: 0.1em;
}

.timetable__table__time {
  font-size: 24px;
}

@media screen and (min-width: 320px) {
  .timetable__table__time {
    font-size: calc(24px + 4 * ((100vw - 320px) / 703)) !important;
  }
}

@media screen and (min-width: 1023px) {
  .timetable__table__time {
    font-size: 28px !important;
  }
}

.timetable__table__time:not(:last-child) {
  margin-bottom: 10px;
}

.timetable__table__label {
  background-color: #EA6F13;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 5px;
}

.timetable__table__value {
  padding: 10px 0;
  line-height: 1.8;
}

.timetable__photos {
  width: 45%;
  max-width: 420px;
}

@media screen and (max-width: 767px) {
  .timetable__photos {
    width: 100%;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.timetable__photos__item {
  display: block;
  margin: 0;
}

.timetable__photos__item:not(:last-child) {
  margin-bottom: 20px;
}

.timetable__photos__caption {
  font-size: 1.4rem;
  margin-top: 5px;
}

.timetable__caution {
  text-indent: -1em;
  margin-left: 1em;
}

.timetable__caution::before {
  content: "※";
}

.timetable__caution--red {
  color: #E30000;
}

.venue {
  background: url(../img/top/bg_venue.png) no-repeat center center/cover;
}

.venue__map {
  text-align: center;
  margin-bottom: 35px;
}

.venue__button {
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  display: block;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #124988;
  text-decoration: none;
  line-height: 1;
  padding: 0.85em 1em;
  position: relative;
  border: 1px solid #124988;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.venue__button {
  font-size: 16px;
}

@media screen and (min-width: 320px) {
  .venue__button {
    font-size: calc(16px + 8 * ((100vw - 320px) / 703)) !important;
  }
}

@media screen and (min-width: 1023px) {
  .venue__button {
    font-size: 24px !important;
  }
}

.venue__button::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 40%;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid #124988;
  border-right: 1px solid #124988;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.venue__button:hover, .venue__button:focus {
  background-color: #124988;
  color: #fff;
}

.venue__button:hover::after, .venue__button:focus::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

.venue__button__icon {
  fill: #124988;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.venue__button:hover .venue__button__icon,
.venue__button:focus .venue__button__icon {
  fill: #fff;
}

.flow {
  list-style: none;
  counter-reset: num;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

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

.flow__item {
  text-align: center;
  position: relative;
  padding-top: 27%;
  counter-increment: num;
}

@media screen and (max-width: 767px) {
  .flow__item {
    padding-top: 0;
    padding-left: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
}

.flow__item::before {
  content: counter(num);
  position: absolute;
  left: 0;
  top: 0;
  width: 76px;
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/common/frame_hexagon.svg) no-repeat left top/contain;
  font-size: 2.8rem;
  font-weight: 700;
  color: #003810;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .flow__item::before {
    width: 50px;
    height: 42px;
    font-size: 2rem;
  }
}

.flow__item:not(:last-child) {
  margin-right: 6%;
}

@media screen and (max-width: 767px) {
  .flow__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.flow__image {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .flow__image {
    position: static;
    left: inherit;
    -webkit-transform: none;
            transform: none;
  }
}

.flow__image--01 {
  top: 15%;
  width: 88%;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .flow__image--01 {
    width: 70%;
    top: 20%;
  }
}

@media screen and (max-width: 767px) {
  .flow__image--01 {
    width: 20%;
    position: relative;
    margin-left: -14px;
  }
}

.flow__image--02 {
  top: 25%;
  width: 40%;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .flow__image--02 {
    top: 22%;
  }
}

@media screen and (max-width: 767px) {
  .flow__image--02 {
    top: inherit;
    width: 15%;
  }
}

.flow__image--03 {
  top: 25%;
  width: 47%;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .flow__image--03 {
    top: 22%;
  }
}

@media screen and (max-width: 767px) {
  .flow__image--03 {
    top: inherit;
    width: 15%;
  }
}

.flow__caption {
  font-weight: 700;
  line-height: 1.4;
}

.flow__caption {
  font-size: 16px;
}

@media screen and (min-width: 320px) {
  .flow__caption {
    font-size: calc(16px + 12 * ((100vw - 320px) / 703)) !important;
  }
}

@media screen and (min-width: 1023px) {
  .flow__caption {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 767px) {
  .flow__caption {
    margin-left: 20px;
  }
}

.flow__caution {
  font-size: 1.4rem;
  position: relative;
  top: -10px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .flow__caution {
    top: -2px;
    font-size: 1.2rem;
  }
}

.flow-button {
  display: block;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#fc9829), to(#ea6f13));
  background: linear-gradient(to bottom, #fc9829 0%, #ea6f13 100%);
  color: #fff;
  border-radius: 5px;
  line-height: 1;
  text-decoration: none;
  padding: 1.1em 10px;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  max-width: 600px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.flow-button {
  font-size: 16px;
}

@media screen and (min-width: 320px) {
  .flow-button {
    font-size: calc(16px + 8 * ((100vw - 320px) / 703)) !important;
  }
}

@media screen and (min-width: 1023px) {
  .flow-button {
    font-size: 24px !important;
  }
}

.flow-button::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -4px;
}

@media screen and (max-width: 767px) {
  .flow-button::after {
    width: 7px;
    height: 7px;
  }
}

.flow-button:hover, .flow-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
}

.disclaimer {
  background: #eee;
  margin-top: 30px;
  padding: 15px 20px;
  font-size: 1.4rem;
}

.sponsorship {
  margin-top: 50px;
}

.sponsorship__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .sponsorship__list {
    display: block;
    text-align: center;
  }
}

.sponsorship__list__item {
  width: calc(100% / 3 - (25px * 2 / 3));
}

@media screen and (max-width: 767px) {
  .sponsorship__list__item {
    width: auto;
  }
}

.sponsorship__list__item:not(:nth-child(3n)) {
  margin-right: 25px;
}

@media screen and (max-width: 767px) {
  .sponsorship__list__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .sponsorship__list__item:not(:last-child) {
    margin-bottom: 10px;
  }
}

.city-info {
  border: 1px solid #ccc;
  padding: 1.5em;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .city-info {
    margin-top: 40px;
  }
}

.city-info__title {
  position: relative;
  margin-top: -2.2em;
  margin-bottom: 1em;
  text-align: center;
}

.city-info__title {
  font-size: 18px;
}

@media screen and (min-width: 320px) {
  .city-info__title {
    font-size: calc(18px + 2 * ((100vw - 320px) / 703)) !important;
  }
}

@media screen and (min-width: 1023px) {
  .city-info__title {
    font-size: 20px !important;
  }
}

.city-info__title span {
  display: inline-block;
  background: white;
  padding: 0 1em;
}

.city-info__button {
  text-decoration: none;
  background: #0432ff;
  color: white;
  border-radius: 60px;
  padding: 0.7em 2em;
  border: 2px solid #0432ff;
  display: inline-block;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

.city-info__button:hover, .city-info__button:focus {
  background: white;
  color: #0432ff;
}
/*# sourceMappingURL=top.css.map */