@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
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,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

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

blockquote, q {
  quotes: none;
}

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

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

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* 使い方
 * line-height: lh(16,28);
 */
/* 使い方
 * letter-spacing: ls(50);
 */
/* 使い方
 * font-size: vw(16);
 */
body {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  background: #fff;
  line-height: 1.5;
  font-size: 16px;
  color: #333;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}
@media (max-width: 768px) {
  body {
    line-height: 1.5;
    font-size: 14px;
  }
}

main {
  display: block;
}

a {
  color: #333;
  text-decoration: none;
}

picture,
figure {
  display: block;
}

img {
  height: auto;
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

input,
select,
textarea {
  outline: none;
  vertical-align: top;
}

select {
  appearance: none;
  background: none;
  border: none;
}

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

button {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  appearance: none;
  font-family: inherit;
}

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

@media screen and (min-width: 769px) {
  .forSp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .forPc {
    display: none !important;
  }
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
html.is-unscrollable, html.is-drop-mask-lock {
  overflow: hidden;
  overscroll-behavior: none;
}

body {
  overscroll-behavior: none;
  opacity: 0;
}

html.is-render body {
  transition: opacity 0.3s ease;
  opacity: 1;
}

.l-header {
  padding: 8vw 2.67vw 2.67vw;
  background: #ebebeb;
}
@media screen and (min-width: 769px) {
  .l-header {
    padding: 2.2vw 2.93vw;
  }
}
@media screen and (min-width: 1366px) {
  .l-header {
    padding: 30px 40px;
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  gap: 4vw;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .l-header__inner {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .l-header__inner {
    align-items: center;
    gap: 2.2vw;
  }
}
@media screen and (min-width: 1366px) {
  .l-header__inner {
    gap: 30px;
  }
}
.l-header__title img {
  width: 52.27vw;
}
@media screen and (min-width: 769px) {
  .l-header__title img {
    width: 27.6vw;
  }
}
@media screen and (min-width: 1366px) {
  .l-header__title img {
    width: 377px;
  }
}
@media (max-width: 768px) {
  .l-header__subtitle {
    display: none;
  }
}
.l-header__subtitle picture {
  display: block;
}
@media screen and (min-width: 769px) {
  .l-header__subtitle picture {
    margin-top: 0.73vw;
  }
}
@media screen and (min-width: 1366px) {
  .l-header__subtitle picture {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .l-header__subtitle img {
    width: 15.67vw;
  }
}
@media screen and (min-width: 1366px) {
  .l-header__subtitle img {
    width: 214px;
  }
}
@media screen and (min-width: 769px) {
  .l-header__logo {
    margin-left: auto;
  }
}
.l-header__logo img {
  width: 84.27vw;
}
@media screen and (min-width: 769px) {
  .l-header__logo img {
    width: 36.02vw;
  }
}
@media screen and (min-width: 1366px) {
  .l-header__logo img {
    width: 492px;
  }
}

.l-footer {
  padding: 8vw 2.67vw;
  background: #ebebeb;
}
@media screen and (min-width: 769px) {
  .l-footer {
    padding: 2.2vw 2.93vw;
  }
}
@media screen and (min-width: 1366px) {
  .l-footer {
    padding: 30px 40px;
  }
}
.l-footer__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1400px;
  margin: 0 auto;
}
.l-footer__logo img {
  width: 84.27vw;
}
@media screen and (min-width: 769px) {
  .l-footer__logo img {
    width: 50.66vw;
  }
}
@media screen and (min-width: 1366px) {
  .l-footer__logo img {
    width: 692px;
  }
}

.p-top-main {
  position: relative;
}
@media (max-width: 768px) {
  .p-top-main {
    width: 100vw;
    overflow: hidden;
  }
}

.js-top-inview {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.js-top-inview.is-inview {
  opacity: 1;
  transform: translateY(0);
}
.js-top-inview.is-no-anim {
  transition: none;
}

.p-top-kv {
  position: relative;
  margin: 0 0 6.67vw;
}
@media screen and (min-width: 769px) {
  .p-top-kv {
    margin: 0 0 1.83vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-kv {
    margin: 0 0 25px;
  }
}
.p-top-kv__image img {
  width: 100%;
}
.p-top-kv__timetable {
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .p-top-kv__timetable:hover {
    opacity: 0.8;
  }
}
.p-top-kv__timetable {
  display: inline-block;
  position: absolute;
}
@media (max-width: 768px) {
  .p-top-kv__timetable {
    top: 126.93vw;
    right: 2.13vw;
  }
}
@media screen and (min-width: 769px) {
  .p-top-kv__timetable {
    top: -1vw;
    left: 7vw;
  }
}
.p-top-kv__timetable picture {
  display: block;
}
.p-top-kv__timetable picture:nth-child(1) {
  animation: spin 20s linear infinite;
}
@media (max-width: 768px) {
  .p-top-kv__timetable picture:nth-child(1) {
    width: 34.93vw;
  }
}
@media screen and (min-width: 769px) {
  .p-top-kv__timetable picture:nth-child(1) {
    width: 17vw;
  }
}
.p-top-kv__timetable picture:nth-child(1) img {
  width: 100%;
}
.p-top-kv__timetable picture:nth-child(2) {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .p-top-kv__timetable picture:nth-child(2) {
    top: calc(50% - 1.07vw);
    width: 19.2vw;
  }
}
@media screen and (min-width: 769px) {
  .p-top-kv__timetable picture:nth-child(2) {
    top: calc(50% - 0.8vw);
    width: 9vw;
  }
}
.p-top-kv__timetable picture:nth-child(2) img {
  width: 100%;
}
.p-top-kv__lead {
  padding: 10.67vw 0 2.67vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-top-kv__lead {
    padding: 3.66vw 0 3.29vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-kv__lead {
    padding: 50px 0 45px;
  }
}
.p-top-kv__lead img {
  width: 100%;
  max-width: 81.87vw;
}
@media screen and (min-width: 769px) {
  .p-top-kv__lead img {
    max-width: 51.54vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-kv__lead img {
    max-width: 704px;
  }
}
.p-top-kv__link1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8vw;
}
@media screen and (min-width: 769px) {
  .p-top-kv__link1 {
    gap: 4.39vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-kv__link1 {
    gap: 60px;
  }
}
.p-top-kv__link1 a {
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .p-top-kv__link1 a:hover {
    opacity: 0.8;
  }
}
.p-top-kv__link1 img {
  width: auto;
  height: 8.8vw;
}
@media screen and (min-width: 769px) {
  .p-top-kv__link1 img {
    height: 6vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-kv__link1 img {
    height: 82px;
  }
}
@media (max-width: 768px) {
  .p-top-kv__link2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.6vw;
    margin: 2.13vw 13.33vw 0;
  }
}
@media screen and (min-width: 769px) {
  .p-top-kv__link2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.46vw;
    margin-top: 1.46vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-kv__link2 {
    gap: 20px;
    margin-top: 20px;
  }
}
.p-top-kv__link2 a {
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .p-top-kv__link2 a:hover {
    opacity: 0.8;
  }
}
.p-top-kv__link2 img {
  width: auto;
  height: 7.2vw;
}
@media screen and (min-width: 769px) {
  .p-top-kv__link2 img {
    height: 4.9vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-kv__link2 img {
    height: 67px;
  }
}
.p-top-kv__committee {
  margin-top: 5.33vw;
  padding-bottom: 1.6vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-top-kv__committee {
    margin-top: 2.49vw;
    padding-bottom: 2.2vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-kv__committee {
    margin-top: 34px;
    padding-bottom: 30px;
  }
}
.p-top-kv__committee img {
  width: 100%;
  max-width: 56.8vw;
}
@media screen and (min-width: 769px) {
  .p-top-kv__committee img {
    max-width: 28.04vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-kv__committee img {
    max-width: 383px;
  }
}

.p-top-partners {
  background: #251e1c;
  color: #519d95;
  text-align: center;
}
.p-top-partners__inner {
  padding: 5.33vw 4.8vw 5.33vw;
}
@media screen and (min-width: 769px) {
  .p-top-partners__inner {
    padding: 3.66vw 2.93vw 4.39vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-partners__inner {
    padding: 50px 40px 60px;
  }
}
.p-top-partners__heading {
  margin-bottom: 1.6vw;
}
@media screen and (min-width: 769px) {
  .p-top-partners__heading {
    margin-bottom: 2.93vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-partners__heading {
    margin-bottom: 40px;
  }
}
.p-top-partners__heading img {
  width: 100%;
  max-width: 47.47vw;
}
@media screen and (min-width: 769px) {
  .p-top-partners__heading img {
    max-width: 38.14vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-partners__heading img {
    max-width: 521px;
  }
}
.p-top-partners__txt img {
  width: 100%;
  max-width: 71.2vw;
}
@media screen and (min-width: 769px) {
  .p-top-partners__txt img {
    max-width: 65.08vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-partners__txt img {
    max-width: 889px;
  }
}
.p-top-partners__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3.73vw;
}
@media screen and (min-width: 769px) {
  .p-top-partners__contact {
    flex-direction: row;
    justify-content: center;
    margin-top: 1.02vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-partners__contact {
    margin-top: 14px;
  }
}
@media (max-width: 768px) {
  .p-top-partners__contact picture {
    display: flex;
  }
}
.p-top-partners__contact-heading {
  display: inline-block;
  width: auto;
  margin-bottom: 2.13vw;
  padding: 1.6vw 2.67vw;
  background: #519d95;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-top-partners__contact-heading {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .p-top-partners__contact-heading {
    margin-bottom: 0;
    padding: 1.17vw 1.46vw 1.17vw 0.73vw;
    clip-path: polygon(0 0, 92% 0, 100% 50%, 92% 100%, 0 100%);
  }
}
@media screen and (min-width: 1366px) {
  .p-top-partners__contact-heading {
    padding: 16px 20px 16px 10px;
  }
}
.p-top-partners__contact-heading picture {
  display: flex;
}
.p-top-partners__contact-heading img {
  width: 100%;
  max-width: 24.53vw;
}
@media screen and (min-width: 769px) {
  .p-top-partners__contact-heading img {
    max-width: 10.98vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-partners__contact-heading img {
    max-width: 150px;
  }
}
@media screen and (min-width: 769px) {
  .p-top-partners__contact-txt {
    padding: 0 1.76vw 0 0.73vw;
    line-height: 1;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-partners__contact-txt {
    padding: 0 24px 0 10px;
  }
}
.p-top-partners__contact-txt picture {
  display: flex;
}
.p-top-partners__contact-txt img {
  width: 100%;
  max-width: 68.53vw;
}
@media screen and (min-width: 769px) {
  .p-top-partners__contact-txt img {
    max-width: 32.94vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-partners__contact-txt img {
    max-width: 450px;
  }
}
.p-top-partners__contact-mail {
  line-height: 1;
}
.p-top-partners__contact-mail a {
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .p-top-partners__contact-mail a:hover {
    opacity: 0.8;
  }
}
.p-top-partners__contact-mail a {
  display: inline-block;
}
@media (max-width: 768px) {
  .p-top-partners__contact-mail a {
    margin-top: 1.07vw;
  }
}
@media screen and (min-width: 769px) {
  .p-top-partners__contact-mail a {
    line-height: 1;
  }
}
.p-top-partners__contact-mail a picture {
  display: flex;
}
.p-top-partners__contact-mail a img {
  width: 100%;
  max-width: 27.73vw;
}
@media screen and (min-width: 769px) {
  .p-top-partners__contact-mail a img {
    max-width: 15.74vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-partners__contact-mail a img {
    max-width: 215px;
  }
}

.p-top-about {
  background: #efefef;
}
.p-top-about__inner {
  padding: 12vw 8vw 14.4vw;
}
@media screen and (min-width: 769px) {
  .p-top-about__inner {
    padding: 4.76vw 2.93vw 12.45vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-about__inner {
    padding: 65px 40px 170px;
  }
}
.p-top-about__heading {
  margin-bottom: 16vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-top-about__heading {
    margin-bottom: 6.22vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-about__heading {
    margin-bottom: 85px;
  }
}
.p-top-about__heading img {
  width: 100%;
  max-width: 77.6vw;
}
@media screen and (min-width: 769px) {
  .p-top-about__heading img {
    max-width: 91.8vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-about__heading img {
    max-width: 1254px;
  }
}
.p-top-about__heading2 {
  margin-bottom: 2.67vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-top-about__heading2 {
    margin-bottom: 1.83vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-about__heading2 {
    margin-bottom: 25px;
  }
}
.p-top-about__heading2 img {
  width: 100%;
  max-width: 75.73vw;
}
@media screen and (min-width: 769px) {
  .p-top-about__heading2 img {
    max-width: 58.35vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-about__heading2 img {
    max-width: 797px;
  }
}
.p-top-about__txt {
  margin-bottom: 5.33vw;
  line-height: 2.1;
  font-size: 3.47vw;
  font-weight: bold;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .p-top-about__txt {
    max-width: 66.62vw;
    margin: 0 auto 1.46vw;
    line-height: 2;
    font-size: 1.54vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-about__txt {
    max-width: 910px;
    margin: 0 auto 20px;
    font-size: 21px;
  }
}
@media screen and (min-width: 769px) {
  .p-top-about__txt2 {
    max-width: 66.62vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-about__txt2 {
    max-width: 910px;
    margin: 0 auto;
  }
}
.p-top-about__txt2 img {
  width: 100%;
  max-width: 84vw;
}
@media screen and (min-width: 769px) {
  .p-top-about__txt2 img {
    max-width: 66.54vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-about__txt2 img {
    max-width: 909px;
  }
}
.p-top-about__image-list {
  margin-top: 8vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2vw;
}
@media screen and (min-width: 769px) {
  .p-top-about__image-list {
    flex-direction: row;
    justify-content: center;
    gap: 0.73vw;
    margin: 5.12vw auto 0;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-about__image-list {
    gap: 10px;
    margin: 70px auto 0;
  }
}
.p-top-about__image-list img {
  width: 100%;
  max-width: 65.6vw;
}
@media screen and (min-width: 769px) {
  .p-top-about__image-list img {
    max-width: 25.18vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-about__image-list img {
    max-width: 344px;
  }
}

.p-top-timetable {
  position: relative;
  margin-top: -10.67vw;
  padding-top: 10.67vw;
}
@media screen and (min-width: 769px) {
  .p-top-timetable {
    margin-top: -8.78vw;
    padding-top: 8.78vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable {
    margin-top: -120px;
    padding-top: 120px;
  }
}
.p-top-timetable::before {
  content: "";
  position: absolute;
  top: 10.67vw;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/timetable-bg.jpg") no-repeat top center;
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .p-top-timetable::before {
    top: 8.78vw;
    background-image: url("../img/timetable-bg-pc.jpg");
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable::before {
    top: 120px;
    background-image: url("../img/timetable-bg-pc.jpg");
  }
}
.p-top-timetable__inner {
  padding: 0 8vw;
}
@media screen and (min-width: 769px) {
  .p-top-timetable__inner {
    padding: 0 2.93vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable__inner {
    padding: 0 40px;
  }
}
.p-top-timetable__heading {
  text-align: center;
  transform: translateY(-20%);
}
@media screen and (min-width: 769px) {
  .p-top-timetable__heading {
    transform: translateY(-36%);
  }
}
.p-top-timetable__heading img {
  width: 100%;
  max-width: 34.13vw;
}
@media screen and (min-width: 769px) {
  .p-top-timetable__heading img {
    max-width: 20.64vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable__heading img {
    max-width: 282px;
  }
}
.p-top-timetable__date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.07vw;
  font-size: 9.6vw;
  font-weight: bold;
  font-feature-settings: "palt";
  color: #fff;
}
@media (max-width: 768px) {
  .p-top-timetable__date {
    margin-right: -5.33vw;
  }
}
@media screen and (min-width: 769px) {
  .p-top-timetable__date {
    gap: 0.59vw;
    font-size: 4.39vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable__date {
    gap: 8px;
    font-size: 60px;
  }
}
.p-top-timetable__date-time {
  display: inline-block;
  font-size: 5.33vw;
}
@media screen and (min-width: 769px) {
  .p-top-timetable__date-time {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable__date-time {
    font-size: 30px;
  }
}
.p-top-timetable__date-notes {
  font-size: 3.73vw;
  font-weight: bold;
  font-feature-settings: "palt";
  color: #fff;
}
@media (max-width: 768px) {
  .p-top-timetable__date-notes {
    display: block;
    margin-top: -0.53vw;
    margin-bottom: 1.6vw;
  }
}
@media screen and (min-width: 769px) {
  .p-top-timetable__date-notes {
    margin-left: 0.59vw;
    font-size: 1.46vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable__date-notes {
    margin-left: 8px;
    font-size: 20px;
  }
}
.p-top-timetable__target {
  text-align: center;
}
.p-top-timetable__target img {
  width: 100%;
  max-width: 70.4vw;
}
@media screen and (min-width: 769px) {
  .p-top-timetable__target img {
    max-width: 25.77vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable__target img {
    max-width: 352px;
  }
}
.p-top-timetable__dl {
  display: grid;
  grid-template-columns: 20.8vw 1fr;
  gap: 1.33vw 1.07vw;
}
@media (max-width: 768px) {
  .p-top-timetable__dl {
    margin-right: -5.33vw;
  }
}
@media screen and (min-width: 769px) {
  .p-top-timetable__dl {
    grid-template-columns: 5.71vw 1fr;
    gap: 0.73vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable__dl {
    grid-template-columns: 78px 1fr;
    gap: 10px;
  }
}
.p-top-timetable__dl dt img {
  width: 100%;
  max-width: 20.27vw;
}
@media screen and (min-width: 769px) {
  .p-top-timetable__dl dt img {
    max-width: 5.93vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable__dl dt img {
    max-width: 81px;
  }
}
.p-top-timetable__dl dd {
  padding-top: 0.8vw;
  font-size: 3.73vw;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 768px) {
  .p-top-timetable__dl dd {
    line-height: 1.4;
  }
}
@media screen and (min-width: 769px) {
  .p-top-timetable__dl dd {
    padding-top: 0;
    font-size: 1.46vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable__dl dd {
    font-size: 20px;
  }
}

@media screen and (min-width: 769px) {
  .p-top-timetable1,
  .p-top-timetable2,
  .p-top-timetable3,
  .p-top-timetable4 {
    max-width: 73.21vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable1,
  .p-top-timetable2,
  .p-top-timetable3,
  .p-top-timetable4 {
    max-width: 1000px;
  }
}

.p-top-timetable1 {
  padding: 0 0 12vw;
}
@media screen and (min-width: 769px) {
  .p-top-timetable1 {
    padding: 0 0 7.32vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable1 {
    padding: 0 0 100px;
  }
}
.p-top-timetable1__heading {
  margin: 0 -8vw 4.8vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-top-timetable1__heading {
    margin: -2.93vw 0 4.03vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable1__heading {
    margin: -40px 0 55px;
  }
}
.p-top-timetable1__heading img {
  width: 100%;
  max-width: 88.27vw;
}
@media screen and (min-width: 769px) {
  .p-top-timetable1__heading img {
    max-width: 59.66vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable1__heading img {
    max-width: 815px;
  }
}
@media screen and (min-width: 769px) {
  .p-top-timetable1__row {
    display: flex;
    margin-top: 1.17vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable1__row {
    margin-top: 16px;
  }
}
@media screen and (min-width: 769px) {
  .p-top-timetable1__col:first-child {
    padding-right: 4.39vw;
    border-right: 1px solid #fff;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable1__col:first-child {
    padding-right: 60px;
  }
}
@media screen and (min-width: 769px) {
  .p-top-timetable1__col:last-child {
    flex: 1;
    padding-left: 4.39vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable1__col:last-child {
    padding-left: 60px;
  }
}
@media screen and (min-width: 769px) {
  .p-top-timetable1__col .p-top-timetable__dl {
    gap: 0.88vw 0.73vw;
    margin-right: -7.32vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable1__col .p-top-timetable__dl {
    gap: 12px 10px;
    margin-right: -100px;
  }
}
@media screen and (min-width: 769px) {
  .p-top-timetable1__col .p-top-timetable__dl dd {
    font-size: 1.46vw;
    font-weight: bold;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable1__col .p-top-timetable__dl dd {
    font-size: 20px;
  }
}
.p-top-timetable1__txt1 {
  margin: 2.13vw 0 3.73vw;
}
@media screen and (min-width: 769px) {
  .p-top-timetable1__txt1 {
    margin: 0 0 2.05vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable1__txt1 {
    margin: 0 0 28px;
  }
}
.p-top-timetable1__txt1 img {
  width: 100%;
  max-width: 43.47vw;
}
@media screen and (min-width: 769px) {
  .p-top-timetable1__txt1 img {
    max-width: 17.72vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable1__txt1 img {
    max-width: 242px;
  }
}
.p-top-timetable1__txt2 {
  margin: 0 0 5.33vw;
}
@media screen and (min-width: 769px) {
  .p-top-timetable1__txt2 {
    margin: 0 0 2.93vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable1__txt2 {
    margin: 0 0 40px;
  }
}
.p-top-timetable1__txt2 img {
  width: 100%;
  max-width: 82.4vw;
}
@media screen and (min-width: 769px) {
  .p-top-timetable1__txt2 img {
    max-width: 26.06vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable1__txt2 img {
    max-width: 356px;
  }
}
.p-top-timetable1 .p-top-timetable__target {
  margin: 0 0 4.8vw;
}
@media screen and (min-width: 769px) {
  .p-top-timetable1 .p-top-timetable__target {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-top-timetable1 .p-top-timetable__target span {
    margin-left: 0;
  }
}
.p-top-timetable1__comingsoon {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 8vw 0 0;
  padding: 5.87vw 2.67vw;
  border: 1px solid #fff;
  border-radius: 2.67vw;
}
@media screen and (min-width: 769px) {
  .p-top-timetable1__comingsoon {
    flex-direction: row;
    justify-content: center;
    gap: 1.46vw;
    margin: 3.66vw 0 0;
    padding: 2.93vw 1.46vw;
    border-radius: 1.46vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable1__comingsoon {
    gap: 20px;
    margin: 50px 0 0;
    padding: 40px 20px;
    border-radius: 20px;
  }
}
.p-top-timetable1__comingsoon img {
  width: 100%;
  max-width: 42.4vw;
}
@media screen and (min-width: 769px) {
  .p-top-timetable1__comingsoon img {
    max-width: 64.49vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable1__comingsoon img {
    max-width: 881px;
  }
}

.p-top-timetable2 {
  padding: 0 0 13.33vw;
}
@media screen and (min-width: 769px) {
  .p-top-timetable2 {
    padding: 0 0 7.32vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable2 {
    padding: 0 0 100px;
  }
}
.p-top-timetable2__heading {
  margin: 0 -8vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-top-timetable2__heading {
    margin: 0 0 2.2vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable2__heading {
    margin: 0 0 30px;
  }
}
.p-top-timetable2__heading img {
  width: 100%;
  max-width: 82.93vw;
}
@media screen and (min-width: 769px) {
  .p-top-timetable2__heading img {
    max-width: 53.29vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable2__heading img {
    max-width: 728px;
  }
}
.p-top-timetable2__reception {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2.13vw 0 5.33vw;
  font-size: 2.67vw;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-top-timetable2__reception {
    gap: 0;
    margin: 1.83vw 0 0.73vw;
    font-size: 2.27vw;
    font-weight: bold;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable2__reception {
    gap: 0;
    margin: 25px 0 10px;
    font-size: 31px;
  }
}
.p-top-timetable2__reception picture {
  display: inline-block;
  padding: 0.27vw 2.13vw;
}
@media screen and (min-width: 769px) {
  .p-top-timetable2__reception picture {
    padding: 0.29vw 1.1vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable2__reception picture {
    padding: 4px 15px;
  }
}
.p-top-timetable2__reception picture img {
  width: 100%;
  max-width: 9.6vw;
}
@media screen and (min-width: 769px) {
  .p-top-timetable2__reception picture img {
    max-width: 8.71vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable2__reception picture img {
    max-width: 119px;
  }
}
.p-top-timetable2 .p-top-timetable__dl {
  margin-top: 2.13vw;
}
@media screen and (min-width: 769px) {
  .p-top-timetable2 .p-top-timetable__dl {
    margin-top: 1.17vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable2 .p-top-timetable__dl {
    margin-top: 16px;
  }
}
.p-top-timetable2 .p-top-timetable__dl dt img {
  width: 100%;
  max-width: 20.27vw;
}
@media screen and (min-width: 769px) {
  .p-top-timetable2 .p-top-timetable__dl dt img {
    max-width: 5.86vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable2 .p-top-timetable__dl dt img {
    max-width: 80px;
  }
}
.p-top-timetable2__company {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4.27vw 5.33vw;
  margin: 4.27vw 0 0;
  background: #fff;
  border-radius: 2.67vw;
  text-align: center;
}
@media (max-width: 768px) {
  .p-top-timetable2__company {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .p-top-timetable2__company {
    gap: 2.2vw;
    margin: 1.76vw 0 0;
    border-radius: 1.46vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable2__company {
    gap: 50px;
    margin: 24px 0 0;
    border-radius: 20px;
  }
}
@media (max-width: 768px) {
  .p-top-timetable2__company li:first-child {
    width: 100%;
  }
}
.p-top-timetable2__company img {
  display: inline-block;
}
.p-top-timetable2__company + .p-top-timetable__date {
  margin-top: 7.47vw;
}
@media screen and (min-width: 769px) {
  .p-top-timetable2__company + .p-top-timetable__date {
    margin-top: 2.05vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable2__company + .p-top-timetable__date {
    margin-top: 28px;
  }
}
.p-top-timetable2__company--01 {
  padding: 5.87vw 2.67vw;
}
@media screen and (min-width: 769px) {
  .p-top-timetable2__company--01 {
    padding: 2.56vw 2.2vw 2.93vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable2__company--01 {
    padding: 35px 30px 40px;
  }
}
@media screen and (min-width: 769px) {
  .p-top-timetable2__company--01 li:nth-child(1) {
    transform: translateY(0.73vw);
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable2__company--01 li:nth-child(1) {
    transform: translateY(10px);
  }
}
.p-top-timetable2__company--01 li:nth-child(1) img {
  width: 100%;
  max-width: 28.27vw;
}
@media screen and (min-width: 769px) {
  .p-top-timetable2__company--01 li:nth-child(1) img {
    max-width: 12.96vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable2__company--01 li:nth-child(1) img {
    max-width: 177px;
  }
}
.p-top-timetable2__company--01 li:nth-child(2) img {
  width: 100%;
  max-width: 23.2vw;
}
@media screen and (min-width: 769px) {
  .p-top-timetable2__company--01 li:nth-child(2) img {
    max-width: 10.69vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable2__company--01 li:nth-child(2) img {
    max-width: 146px;
  }
}
.p-top-timetable2__company--02 {
  padding: 5.87vw 2.67vw;
}
@media screen and (min-width: 769px) {
  .p-top-timetable2__company--02 {
    padding: 3.07vw 2.2vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable2__company--02 {
    padding: 42px 30px;
  }
}
.p-top-timetable2__company--02 li {
  font-size: 2.67vw;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-top-timetable2__company--02 li {
    font-size: 1.76vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable2__company--02 li {
    font-size: 24px;
  }
}
.p-top-timetable2__company--02 li:nth-child(1) img {
  width: 100%;
  max-width: 29.07vw;
}
@media screen and (min-width: 769px) {
  .p-top-timetable2__company--02 li:nth-child(1) img {
    max-width: 13.4vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable2__company--02 li:nth-child(1) img {
    max-width: 183px;
  }
}
.p-top-timetable2__company--02 li:nth-child(2) img {
  width: 100%;
  max-width: 26.67vw;
}
@media screen and (min-width: 769px) {
  .p-top-timetable2__company--02 li:nth-child(2) img {
    max-width: 10.98vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable2__company--02 li:nth-child(2) img {
    max-width: 150px;
  }
}
.p-top-timetable2__company--02 li:nth-child(3) img {
  width: 100%;
  max-width: 23.2vw;
}
@media screen and (min-width: 769px) {
  .p-top-timetable2__company--02 li:nth-child(3) img {
    max-width: 10.69vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable2__company--02 li:nth-child(3) img {
    max-width: 146px;
  }
}

.p-top-timetable3 {
  padding: 0 0 12vw;
}
@media screen and (min-width: 769px) {
  .p-top-timetable3 {
    padding: 0 0 5.86vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable3 {
    padding: 0 0 80px;
  }
}
.p-top-timetable3__heading {
  margin: 0 -8vw 4vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-top-timetable3__heading {
    margin: 0 0 3.29vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable3__heading {
    margin: 0 0 45px;
  }
}
.p-top-timetable3__heading img {
  width: 100%;
  max-width: 75.73vw;
}
@media screen and (min-width: 769px) {
  .p-top-timetable3__heading img {
    max-width: 61.93vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable3__heading img {
    max-width: 846px;
  }
}
@media (max-width: 768px) {
  .p-top-timetable3 .p-top-timetable__date {
    display: block;
    line-height: 1.2;
    margin-top: 3.73vw;
  }
}
@media screen and (min-width: 769px) {
  .p-top-timetable3 .p-top-timetable__date {
    margin-top: 2.2vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable3 .p-top-timetable__date {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .p-top-timetable3 .p-top-timetable__date-time {
    display: block;
    margin-top: 1.07vw;
  }
}

.p-top-timetable4 {
  padding-bottom: 14.67vw;
}
@media screen and (min-width: 769px) {
  .p-top-timetable4 {
    padding-bottom: 7.32vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable4 {
    padding-bottom: 100px;
  }
}
.p-top-timetable4__heading {
  margin: 0 -8vw 4vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-top-timetable4__heading {
    margin: 0 0 2.93vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable4__heading {
    margin: 0 0 40px;
  }
}
.p-top-timetable4__heading img {
  width: 100%;
  max-width: 82.67vw;
}
@media screen and (min-width: 769px) {
  .p-top-timetable4__heading img {
    max-width: 59.74vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable4__heading img {
    max-width: 816px;
  }
}
.p-top-timetable4__comingsoon {
  margin: 2.67vw 0 0;
  font-size: 6.93vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-top-timetable4__comingsoon {
    margin: 1.17vw 0 0;
    font-size: 4.39vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-top-timetable4__comingsoon {
    margin: 16px 0 0;
    font-size: 60px;
  }
}