@charset "UTF-8";
:root {
  --pad-1: 175px;
}
@media (max-width: 767px) {
  :root {
    --pad-1: 27vw;
  }
}

@keyframes arrow {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.u-d-none--pc {
  display: none;
}
@media (max-width: 767px) {
  .u-d-none--pc {
    display: inline-block;
  }
}

.u-d-none--sp {
  display: inline-block;
}
@media (max-width: 767px) {
  .u-d-none--sp {
    display: none;
  }
}

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

html {
  margin-top: 0 !important;
  scroll-behavior: smooth;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
  line-height: 1.8;
  font-family: "DotGothic16", sans-serif;
  font-size: min(16px, 1.5vw);
  color: #0B0B0B;
}
@media (max-width: 767px) {
  html {
    font-size: 4.26vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(14px, 1.3vw);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  html {
    font-size: 3.73vw;
  }
}

body {
  overflow-x: hidden;
  position: relative;
}
body::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
body.is-fixed {
  overflow: hidden;
}
body.is-fixed::before {
  opacity: 0.4;
  visibility: visible;
}

input:focus,
textarea:focus {
  outline: solid 2px #0054fb;
}

::placeholder {
  color: rgb(110, 110, 110);
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-spinner {
  display: none;
}

form .wpcf7-response-output {
  border: none !important;
  background-color: rgb(246, 246, 246);
  color: red;
  padding: 20px !important;
  margin-top: 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  margin: 0 !important;
}
@media (max-width: 767px) {
  form .wpcf7-response-output {
    grid-template-columns: 1fr;
    padding: 4vw;
    gap: 2vw;
    font-size: min(14px, 1.3vw);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  form .wpcf7-response-output {
    font-size: 3.73vw;
  }
}
form .wpcf7-response-output::before {
  content: "!";
  font-size: min(20px, 2vw);
  line-height: 1;
  font-weight: bold;
  background-color: red;
  color: #fff;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  form .wpcf7-response-output::before {
    font-size: 5.33vw;
  }
}
@media (max-width: 767px) {
  form .wpcf7-response-output::before {
    width: 10vw;
  }
}
form .wpcf7-response-output.hidden {
  display: none;
}
form.sent .wpcf7-response-output {
  color: green;
}
form.sent .wpcf7-response-output::before {
  display: none;
}

.error-message,
.program-error {
  display: none;
  color: red;
  font-size: min(14px, 1.3vw);
}
@media (max-width: 767px) {
  .error-message,
  .program-error {
    font-size: 3.73vw;
  }
}
@media (max-width: 767px) {
  .error-message,
  .program-error {
    font-size: min(12px, 1.1vw);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .error-message,
  .program-error {
    font-size: 3.2vw;
  }
}

.swiper-pagination {
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  position: relative !important;
  transition: none !important;
}
.swiper-pagination-bullet {
  opacity: 1 !important;
  margin: 0 !important;
}

.swiper-button-prev,
.swiper-button-next {
  top: 50%;
  left: auto;
  bottom: auto;
  right: auto;
  translate: 0 -50%;
  height: fit-content;
  width: fit-content;
  margin-top: 0;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev {
  rotate: 180deg;
}

summary {
  display: flex;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

svg {
  overflow: visible;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

input[type=date] {
  user-select: none;
  max-width: 30vw;
}
input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
}
input[type=date]::-webkit-date-and-time-value {
  text-align: left;
}

textarea {
  resize: vertical;
}

.input-date {
  max-width: 30vw;
}

.ui-datepicker .ui-datepicker-current {
  display: none;
}

#wpseo-readability-filter,
#wpseo-filter {
  display: none !important;
}

.c-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -99999;
  width: 100vw;
  height: 100vh;
}
@media (max-width: 767px) {
  .c-bg {
    height: 120vh;
  }
}
.c-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-loading-anim {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2B2B2B;
  transition: 0.6s ease;
}
.c-loading-anim.is-loaded {
  opacity: 0;
  visibility: hidden;
}
.c-loading-anim__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .c-loading-anim__contents {
    gap: 4vw;
  }
}
.c-loading-anim__contents img {
  width: min(100px, 8vw);
}
@media (max-width: 767px) {
  .c-loading-anim__contents img {
    width: 15vw;
  }
}
.c-loading-anim__contents > p {
  font-size: min(25px, 2.5vw);
  color: #fff;
}
@media (max-width: 767px) {
  .c-loading-anim__contents > p {
    font-size: 6.66vw;
  }
}
@media (max-width: 767px) {
  .c-loading-anim__contents > p {
    font-size: min(14px, 1.3vw);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .c-loading-anim__contents > p {
    font-size: 3.73vw;
  }
}

.c-tag-1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .c-tag-1 {
    font-size: min(12px, 1.1vw);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .c-tag-1 {
    font-size: 3.2vw;
  }
}

.c-ghost {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: fit-content;
  animation: ghost-float 2s ease-in-out infinite forwards;
}
@keyframes ghost-float {
  0% {
    translate: 0 0;
  }
  50% {
    translate: 0 20px;
  }
  100% {
    translate: 0 0;
  }
}
.c-ghost__hukidashi {
  display: flex;
  align-items: stretch;
  position: relative;
  width: fit-content;
}
@media (max-width: 767px) {
  .c-ghost__hukidashi {
    height: 11vw;
  }
}
.c-ghost__hukidashi p {
  font-size: min(14px, 1.3vw);
  line-height: 1;
  padding: 0 4px 0 15px;
  background-color: #fff;
  color: #0B0B0B;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .c-ghost__hukidashi p {
    font-size: 3.73vw;
  }
}
@media (max-width: 767px) {
  .c-ghost__hukidashi p {
    font-size: min(10px, 0.9vw);
    padding: 0 0 0 1.5vw;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .c-ghost__hukidashi p {
    font-size: 2.6vw;
  }
}
.c-ghost__hukidashi img {
  height: 100%;
  position: relative;
}
.c-ghost__hukidashi img:nth-of-type(1) {
  left: 1px;
}
.c-ghost__hukidashi img:nth-of-type(2) {
  rotate: 180deg;
  right: 1px;
}
.c-ghost__hukidashi img:nth-of-type(3) {
  height: 10px;
  position: absolute;
  bottom: -9px;
  right: min(50px, 5vw);
}
@media (max-width: 767px) {
  .c-ghost__hukidashi img:nth-of-type(3) {
    height: 2.3vw;
    bottom: -2.3vw;
    right: 12vw;
  }
}
.c-ghost > img {
  width: min(56px, 5vw);
  padding-top: 18px;
}
@media (max-width: 767px) {
  .c-ghost > img {
    width: 12vw;
    padding-top: 4vw;
  }
}

.c-heading-1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 50px;
  padding-bottom: 80px;
}
@media (max-width: 1200px) {
  .c-heading-1 {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .c-heading-1 {
    padding-bottom: 4vw;
    gap: 5.8vw;
  }
}
.c-heading-1__texts {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 767px) {
  .c-heading-1__texts {
    gap: 4.8vw;
  }
}
.c-heading-1__texts img {
  height: min(88px, 8vw);
}
@media (max-width: 767px) {
  .c-heading-1__texts img {
    height: 11vw;
  }
}
.c-heading-1__texts img.two-lines {
  height: min(175px, 16vw);
}
@media (max-width: 767px) {
  .c-heading-1__texts img.two-lines {
    height: 20vw;
  }
}
@media (max-width: 1200px) {
  .c-heading-1__ghost {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}

.c-sub-page-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #0B0B0B;
  color: #1858D1;
}
.c-sub-page-heading__texts {
  width: min(1210px, 90vw);
  padding: 200px 0 100px;
}
@media (max-width: 767px) {
  .c-sub-page-heading__texts {
    width: 89.3vw;
  }
}
@media (max-width: 767px) {
  .c-sub-page-heading__texts {
    padding: 50vw 0 10vw;
  }
}
.c-sub-page-heading__texts > span {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  font-size: min(16px, 1.5vw);
  line-height: 1.2;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .c-sub-page-heading__texts > span {
    font-size: 4.26vw;
  }
}
@media (max-width: 767px) {
  .c-sub-page-heading__texts > span {
    font-size: min(14px, 1.3vw);
    gap: 3vw;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .c-sub-page-heading__texts > span {
    font-size: 3.73vw;
  }
}
.c-sub-page-heading__texts > span img {
  height: 25px;
}
@media (max-width: 767px) {
  .c-sub-page-heading__texts > span img {
    height: 5vw;
  }
}
.c-sub-page-heading__texts h1 {
  font-size: min(60px, 4.5vw);
  line-height: 1.2;
  padding: 20px 0 50px;
}
@media (max-width: 767px) {
  .c-sub-page-heading__texts h1 {
    font-size: min(30px, 3vw);
    padding: 4vw 0 8vw;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .c-sub-page-heading__texts h1 {
    font-size: 8.26vw;
  }
}
.c-sub-page-heading__texts > p {
  max-width: 500px;
  color: #fff;
}
.c-sub-page-heading__img {
  width: 100vw;
  height: 100%;
  aspect-ratio: 1920/780;
}
@media (max-width: 767px) {
  .c-sub-page-heading__img {
    aspect-ratio: 16/9;
  }
}
.c-sub-page-heading__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-btn-1 {
  padding: 12px 20px 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background-color: #1858D1;
  color: #fff;
  font-size: min(14px, 1.3vw);
  line-height: 1;
  width: fit-content;
  position: relative;
  overflow: clip;
}
@media (max-width: 767px) {
  .c-btn-1 {
    font-size: 3.73vw;
  }
}
@media (max-width: 767px) {
  .c-btn-1 {
    padding: 3vw 5vw;
    gap: 2vw;
  }
}
.c-btn-1::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0B0B0B;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  translate: -100% 0;
}
.c-btn-1 img {
  width: 11px;
  margin-top: 2px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .c-btn-1 img {
    width: 2.4vw;
    margin-top: 0.5vw;
  }
}
.c-btn-1 p {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .c-btn-1 p {
    font-size: min(12px, 1.1vw);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .c-btn-1 p {
    font-size: 3.2vw;
  }
}
@media (min-width: 767px) and (hover: hover) and (pointer: fine) {
  .c-btn-1:hover::before {
    animation: btn-1 2s steps(5) forwards infinite;
  }
  @keyframes btn-1 {
    0% {
      translate: -100% 0;
    }
    70% {
      translate: 0 0;
    }
    100% {
      translate: 0 0;
    }
  }
  .c-btn-1:hover img {
    animation: arrow 1s steps(1) infinite;
  }
}

.c-entry-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999999;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .c-entry-btn {
    bottom: 5.3vw;
    right: 5.3vw;
  }
}
.c-entry-btn img {
  width: min(130px, 11vw);
}
@media (max-width: 767px) {
  .c-entry-btn img {
    width: 20vw;
  }
}
@media (min-width: 767px) and (hover: hover) and (pointer: fine) {
  .c-entry-btn:hover {
    filter: brightness(1.2);
    scale: 1.1;
  }
}

.c-section-entry {
  padding: var(--pad-1) 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* 複製ウィンドウ用の共通スタイル */
}
.c-section-entry .c-entry-window {
  position: absolute; /* 画面全体に重ねたいなら fixed に */
  top: 20px;
  left: 20px;
  z-index: 1000;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  cursor: default;
  user-select: none; /* ドラッグ中のテキスト選択を防止 */
  overflow: auto;
  /* ドラッグ可能なヘッダー（つかみ所） */
}
@media (max-width: 767px) {
  .c-section-entry .c-entry-window {
    top: 1vw;
    left: 1vw;
  }
}
.c-section-entry .c-entry-window__header {
  cursor: move;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  touch-action: none;
}
.c-section-entry .c-entry-window.is-dragging {
  opacity: 0.9;
}
.c-section-entry__panel {
  width: min(1210px, 90vw);
  background-color: #1858D1;
  color: #fff;
  border: solid 4px #fff;
  padding: min(60px, 6vw);
  padding-bottom: min(120px, 12vw);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .c-section-entry__panel {
    width: 89.3vw;
  }
}
@media (max-width: 767px) {
  .c-section-entry__panel {
    padding: 8vw;
    padding-bottom: 23.5vw;
    border-width: 2px;
  }
}
.c-section-entry__panel__top {
  width: 100%;
}
.c-section-entry__panel > img {
  width: min(188px, 18vw);
  margin-top: 65px;
}
@media (max-width: 767px) {
  .c-section-entry__panel > img {
    width: 31.2vw;
    margin-top: 10vw;
  }
}
.c-section-entry__panel__title {
  padding: 55px 0;
}
.c-section-entry__panel__title img {
  width: min(778px, 70vw);
}
.c-section-entry__panel__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(60px, 6vw);
}
@media (max-width: 767px) {
  .c-section-entry__panel__btns {
    gap: 7.2vw;
  }
}
.c-section-entry__panel__btns__btn {
  display: flex;
  align-items: center;
  gap: min(20px, 1vw);
  cursor: pointer;
}
@media (max-width: 767px) {
  .c-section-entry__panel__btns__btn {
    gap: 2vw;
  }
}
.c-section-entry__panel__btns__btn img {
  width: min(33px, 3vw);
  display: none;
}
@media (max-width: 767px) {
  .c-section-entry__panel__btns__btn img {
    width: 4.8vw;
  }
}
.c-section-entry__panel__btns__btn p {
  font-size: min(40px, 3.7vw);
  line-height: 1;
}
@media (max-width: 767px) {
  .c-section-entry__panel__btns__btn p {
    font-size: 10.6vw;
  }
}
@media (max-width: 767px) {
  .c-section-entry__panel__btns__btn p {
    font-size: min(20px, 2vw);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .c-section-entry__panel__btns__btn p {
    font-size: 5.33vw;
  }
}
.c-section-entry__panel__btns__btn.is-active img {
  display: flex;
  animation: arrow 1s steps(1) infinite;
}

.c-modal {
  --modal-color: #30B134;
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999999;
  opacity: 0;
  visibility: hidden;
}
.c-modal#modal-2 {
  --modal-color: #198EF2;
}
.c-modal#modal-3 {
  --modal-color: #F48608;
}
.c-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.c-modal__overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.c-modal.is-open {
  visibility: visible;
  opacity: 1;
}
.c-modal__inner {
  background: var(--modal-color);
  width: min(1000px, 90vw);
  overflow: hidden;
  padding: 21px;
}
@media (max-width: 767px) {
  .c-modal__inner {
    padding: 3vw 4vw;
  }
}
.c-modal__header__nav {
  display: flex;
  justify-content: flex-end;
  gap: 7px;
}
@media (max-width: 767px) {
  .c-modal__header__nav {
    gap: 0;
  }
}
.c-modal__header__nav button {
  border: solid 2px transparent;
}
.c-modal__header__nav button img {
  width: 32px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-modal__header__nav button img {
    width: 6vw;
  }
}
@media (min-width: 767px) and (hover: hover) and (pointer: fine) {
  .c-modal__header__nav button:hover {
    border-color: #0B0B0B;
  }
}
.c-modal__header__texts {
  padding-left: 18px;
}
@media (max-width: 767px) {
  .c-modal__header__texts {
    padding-left: 0;
  }
}
.c-modal__header__texts p {
  color: #fff;
  line-height: 1;
}
.c-modal__header__texts p:nth-of-type(1) {
  font-size: min(20px, 2vw);
  opacity: 0.5;
}
@media (max-width: 767px) {
  .c-modal__header__texts p:nth-of-type(1) {
    font-size: 5.33vw;
  }
}
@media (max-width: 767px) {
  .c-modal__header__texts p:nth-of-type(1) {
    font-size: min(14px, 1.3vw);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .c-modal__header__texts p:nth-of-type(1) {
    font-size: 3.73vw;
  }
}
.c-modal__header__texts p:nth-of-type(2) {
  font-size: min(40px, 3.7vw);
  padding-top: 15px;
}
@media (max-width: 767px) {
  .c-modal__header__texts p:nth-of-type(2) {
    font-size: 10.6vw;
  }
}
@media (max-width: 767px) {
  .c-modal__header__texts p:nth-of-type(2) {
    font-size: min(25px, 2.5vw);
    padding-top: 2vw;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .c-modal__header__texts p:nth-of-type(2) {
    font-size: 6.66vw;
  }
}
.c-modal__main {
  padding: 30px;
  background-color: #fff;
  height: 65vh;
  margin-top: 30px;
  overflow: scroll;
  scroll-behavior: smooth;
}
@media (max-width: 767px) {
  .c-modal__main {
    padding: 4vw;
    margin-top: 5vw;
  }
}
.c-modal__main__top {
  display: flex;
  gap: 23px;
}
@media (max-width: 767px) {
  .c-modal__main__top {
    display: inline-block;
    gap: 0;
  }
}
.c-modal__main__top__img {
  height: min(125px, 10vw);
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F4F4F4;
}
@media (max-width: 767px) {
  .c-modal__main__top__img {
    float: left;
    margin: 0 4vw 2vw 0;
    height: 24vw;
  }
}
.c-modal__main__top__img img {
  width: 50%;
}
.c-modal__main__nav {
  display: flex;
  gap: 20px;
  padding: 34px 0 25px;
}
@media (max-width: 767px) {
  .c-modal__main__nav {
    flex-direction: column;
    gap: 2vw;
    padding: 10vw 0 8vw;
  }
}
.c-modal__main__nav a {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #1858D1;
  line-height: 1.4;
}
.c-modal__main__nav a img {
  width: 12px;
  display: none;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .c-modal__main__nav a img {
    display: flex;
    animation: arrow 1s steps(1) infinite;
  }
}
@media (min-width: 767px) and (hover: hover) and (pointer: fine) {
  .c-modal__main__nav a:hover img {
    display: flex;
    animation: arrow 1s steps(1) infinite;
  }
}
.c-modal__main__list {
  display: grid;
  grid-template-columns: 1fr;
}
.c-modal__main__list__item {
  border-bottom: solid 1px var(--modal-color);
  padding: 45px 0;
  display: grid;
  grid-template-columns: min(380px, 40vw) 1fr;
  gap: min(35px, 3vw);
}
@media (max-width: 767px) {
  .c-modal__main__list__item {
    padding: 10.6vw 0;
    grid-template-columns: 1fr;
    gap: 4vw;
  }
}
.c-modal__main__list__item:first-child {
  border-top: solid 1px var(--modal-color);
}
.c-modal__main__list__item__img {
  aspect-ratio: 3/2;
}
@media (max-width: 767px) {
  .c-modal__main__list__item__img {
    aspect-ratio: 2/1;
  }
}
.c-modal__main__list__item__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-modal__main__list__item__texts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767px) {
  .c-modal__main__list__item__texts {
    gap: 5.3vw;
  }
}
.c-modal__main__list__item__texts__top {
  color: var(--modal-color);
}
.c-modal__main__list__item__texts__top > p:nth-of-type(1) {
  font-size: min(30px, 3vw);
  line-height: 1.3;
}
@media (max-width: 767px) {
  .c-modal__main__list__item__texts__top > p:nth-of-type(1) {
    font-size: 8.26vw;
  }
}
@media (max-width: 767px) {
  .c-modal__main__list__item__texts__top > p:nth-of-type(1) {
    font-size: min(20px, 2vw);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .c-modal__main__list__item__texts__top > p:nth-of-type(1) {
    font-size: 5.33vw;
  }
}
@media (max-width: 767px) {
  .c-modal__main__list__item__texts__top > p:nth-of-type(1) br {
    display: none;
  }
}
.c-modal__main__list__item__texts__top > p:nth-of-type(2) {
  font-size: min(14px, 1.3vw);
  padding-top: 5px;
}
@media (max-width: 767px) {
  .c-modal__main__list__item__texts__top > p:nth-of-type(2) {
    font-size: 3.73vw;
  }
}
@media (max-width: 767px) {
  .c-modal__main__list__item__texts__top > p:nth-of-type(2) {
    font-size: min(12px, 1.1vw);
    padding-top: 0.5vw;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .c-modal__main__list__item__texts__top > p:nth-of-type(2) {
    font-size: 3.2vw;
  }
}
.c-modal__main__list__item__texts__bottom > p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.c-modal__main__list__item__texts__bottom .c-btn-1 {
  margin-top: 26px;
  background-color: var(--modal-color);
}
@media (max-width: 767px) {
  .c-modal__main__list__item__texts__bottom .c-btn-1 {
    margin-top: 4vw;
  }
}

.c-header {
  --icon-size:min(88px,5vw);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .c-header {
    --icon-size: 13vw;
    padding: 5.3vw;
  }
}
.c-header__logo img {
  height: var(--icon-size);
}
.c-header__hamburger {
  display: flex;
  cursor: pointer;
  position: relative;
  z-index: 999999;
}
.c-header__hamburger img {
  width: var(--icon-size);
}
.c-header__hamburger span {
  width: 33%;
  height: 3px;
  background-color: #fff;
  transform-origin: center;
  transition: 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media (max-width: 767px) {
  .c-header__hamburger span {
    height: 2px;
  }
}
.c-header__hamburger span::before, .c-header__hamburger span::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease;
}
.c-header__hamburger span::before {
  top: max(-8px, -0.7vw);
}
@media (max-width: 767px) {
  .c-header__hamburger span::before {
    top: 5px;
  }
}
.c-header__hamburger span::after {
  top: min(8px, 0.7vw);
}
@media (max-width: 767px) {
  .c-header__hamburger span::after {
    top: -5px;
  }
}
.c-header__hamburger.is-active span {
  rotate: 45deg;
}
.c-header__hamburger.is-active span::before {
  top: 0;
  opacity: 0;
}
.c-header__hamburger.is-active span::after {
  top: 0;
  rotate: 270deg;
}
.c-header__open-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  height: 100vh;
  padding: 200px 70px 80px;
  background-color: #0B0B0B;
  color: #fff;
  visibility: hidden;
  overflow: scroll;
  translate: 100% 0;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .c-header__open-nav {
    padding: 30vw 5.3vw;
    width: 100vw;
  }
}
.c-header__open-nav.is-active {
  visibility: visible;
  translate: 0 0;
}
.c-header__open-nav__top {
  display: flex;
  gap: min(80px, 8vw);
}
.c-header__open-nav__top > ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 767px) {
  .c-header__open-nav__top > ul {
    gap: 0;
    width: 100%;
    border-top: solid 1px #9a9a9a;
  }
}
@media (max-width: 767px) {
  .c-header__open-nav__top > ul.program {
    display: none;
  }
}
.c-header__open-nav__top > ul > li {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .c-header__open-nav__top > ul > li {
    border-bottom: solid 1px #9a9a9a;
  }
}
.c-header__open-nav__top > ul > li.program {
  display: none;
}
@media (max-width: 767px) {
  .c-header__open-nav__top > ul > li.program {
    display: flex;
  }
}
.c-header__open-nav__top > ul > li > a,
.c-header__open-nav__top > ul > li details summary {
  font-size: min(20px, 2vw);
}
@media (max-width: 767px) {
  .c-header__open-nav__top > ul > li > a,
  .c-header__open-nav__top > ul > li details summary {
    font-size: 5.33vw;
  }
}
@media (max-width: 767px) {
  .c-header__open-nav__top > ul > li > a,
  .c-header__open-nav__top > ul > li details summary {
    padding: 6vw 2vw;
    font-size: min(16px, 1.5vw);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .c-header__open-nav__top > ul > li > a,
  .c-header__open-nav__top > ul > li details summary {
    font-size: 4.26vw;
  }
}
.c-header__open-nav__top > ul > li details {
  display: none;
}
@media (max-width: 767px) {
  .c-header__open-nav__top > ul > li details {
    display: inline-block;
  }
}
.c-header__open-nav__top > ul > li details summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-header__open-nav__top > ul > li details summary span {
  width: 3.7vw;
  height: 1px;
  background-color: #fff;
  position: relative;
}
.c-header__open-nav__top > ul > li details summary span::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: center;
  rotate: 90deg;
  transition: 0.3s ease;
}
.c-header__open-nav__top > ul > li details .js-content {
  overflow: clip;
}
.c-header__open-nav__top > ul > li details .contents {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0 0 7vw 3.2vw;
}
.c-header__open-nav__top > ul > li details .contents a {
  color: #9a9a9a;
  font-size: min(14px, 1.3vw);
  padding: 2vw 0;
  display: flex;
  gap: 2vw;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .c-header__open-nav__top > ul > li details .contents a {
    font-size: 3.73vw;
  }
}
.c-header__open-nav__top > ul > li details .contents a::before {
  content: "-- ";
  flex-shrink: 0;
}
.c-header__open-nav__top > ul > li details.is-open summary span::before {
  rotate: 360deg;
}
.c-header__open-nav__top > ul > li > ul {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.c-header__open-nav__top > ul > li > ul li a {
  font-size: min(14px, 1.3vw);
  color: #9a9a9a;
  line-height: 1.4;
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  .c-header__open-nav__top > ul > li > ul li a {
    font-size: 3.73vw;
  }
}
.c-header__open-nav__top > ul > li > ul li a::before {
  content: "-- ";
}
.c-header__open-nav__top a {
  line-height: 1;
}
@media (min-width: 767px) and (hover: hover) and (pointer: fine) {
  .c-header__open-nav__top a:hover {
    opacity: 0.5;
  }
}
.c-header__open-nav__bottom {
  padding-top: 150px;
}
@media (max-width: 767px) {
  .c-header__open-nav__bottom {
    padding-top: 15vw;
  }
}
.c-header__open-nav__bottom__logo img {
  width: min(280px, 20vw);
}
@media (max-width: 767px) {
  .c-header__open-nav__bottom__logo img {
    width: 50vw;
  }
}
.c-header__open-nav__bottom__info {
  padding: 40px 0 70px;
  display: flex;
  gap: 50px;
  color: #9a9a9a;
  font-size: min(14px, 1.3vw);
}
@media (max-width: 767px) {
  .c-header__open-nav__bottom__info {
    font-size: 3.73vw;
  }
}
@media (max-width: 767px) {
  .c-header__open-nav__bottom__info {
    padding: 7vw 0 10vw;
    flex-direction: column;
    gap: 2vw;
    font-size: min(12px, 1.1vw);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .c-header__open-nav__bottom__info {
    font-size: 3.2vw;
  }
}
.c-header__open-nav__bottom__copyright {
  font-size: min(10px, 0.9vw);
  color: #555555;
}
@media (max-width: 767px) {
  .c-header__open-nav__bottom__copyright {
    font-size: 2.6vw;
  }
}

.c-footer {
  padding: 100px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #0B0B0B;
  color: #fff;
}
@media (max-width: 767px) {
  .c-footer {
    padding: 10vw 0 31vw;
  }
}
.c-footer__inner {
  width: min(1210px, 90vw);
}
@media (max-width: 767px) {
  .c-footer__inner {
    width: 89.3vw;
  }
}
.c-footer__top {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 767px) {
  .c-footer__top {
    flex-direction: column-reverse;
    gap: 12vw;
  }
}
.c-footer__top__logo img {
  width: min(317px, 30vw);
}
@media (max-width: 767px) {
  .c-footer__top__logo img {
    width: 52vw;
  }
}
.c-footer__top__nav {
  display: flex;
  gap: min(75px, 5vw);
}
.c-footer__top__nav > ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .c-footer__top__nav > ul {
    gap: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .c-footer__top__nav > ul:nth-of-type(2) {
    display: none;
  }
}
.c-footer__top__nav > ul > li {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .c-footer__top__nav > ul > li {
    border-bottom: solid 1px #555555;
  }
}
@media (max-width: 767px) {
  .c-footer__top__nav > ul > li:first-child {
    border-top: solid 1px #555555;
  }
}
@media (max-width: 767px) {
  .c-footer__top__nav > ul > li > a,
  .c-footer__top__nav > ul > li details summary {
    padding: 5.3vw 3.2vw;
  }
}
.c-footer__top__nav > ul > li > ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 10px;
}
.c-footer__top__nav > ul > li > ul li a {
  font-size: min(14px, 1.3vw);
  color: #9a9a9a;
}
@media (max-width: 767px) {
  .c-footer__top__nav > ul > li > ul li a {
    font-size: 3.73vw;
  }
}
.c-footer__top__nav > ul > li > ul li a::before {
  content: "-- ";
}
.c-footer__top__nav > ul > li details {
  display: none;
}
@media (max-width: 767px) {
  .c-footer__top__nav > ul > li details {
    display: inline-block;
  }
}
.c-footer__top__nav > ul > li details summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-footer__top__nav > ul > li details summary span {
  width: 3.7vw;
  height: 1px;
  background-color: #fff;
  position: relative;
}
.c-footer__top__nav > ul > li details summary span::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: center;
  rotate: 90deg;
  transition: 0.3s ease;
}
.c-footer__top__nav > ul > li details .js-content {
  overflow: clip;
}
.c-footer__top__nav > ul > li details .contents {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0 0 7vw 3.2vw;
}
.c-footer__top__nav > ul > li details .contents a {
  color: #9a9a9a;
  font-size: min(14px, 1.3vw);
  padding: 2vw 0;
  display: flex;
  gap: 2vw;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .c-footer__top__nav > ul > li details .contents a {
    font-size: 3.73vw;
  }
}
.c-footer__top__nav > ul > li details .contents a::before {
  content: "-- ";
  flex-shrink: 0;
}
.c-footer__top__nav > ul > li details.is-open summary span::before {
  rotate: 360deg;
}
.c-footer__top__nav a {
  line-height: 1;
}
@media (min-width: 767px) and (hover: hover) and (pointer: fine) {
  .c-footer__top__nav a:hover {
    opacity: 0.5;
  }
}
.c-footer__mid {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 200px;
  padding-top: 30px;
  margin-top: -100px;
}
@media (max-width: 767px) {
  .c-footer__mid {
    flex-direction: column;
    align-items: flex-start;
    gap: 8vw;
    padding-top: 8vw;
    margin-top: 0;
  }
}
.c-footer__mid__company {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: min(16px, 1.5vw);
  color: #9a9a9a;
}
@media (max-width: 767px) {
  .c-footer__mid__company {
    font-size: 4.26vw;
  }
}
@media (max-width: 767px) {
  .c-footer__mid__company {
    flex-direction: column;
    gap: 4.5vw;
    font-size: min(12px, 1.1vw);
    line-height: 1.66;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .c-footer__mid__company {
    font-size: 3.2vw;
  }
}
.c-footer__mid__copyright {
  font-size: min(12px, 1.1vw);
  color: #555555;
}
@media (max-width: 767px) {
  .c-footer__mid__copyright {
    font-size: 3.2vw;
  }
}
@media (max-width: 767px) {
  .c-footer__mid__copyright {
    font-size: min(10px, 0.9vw);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .c-footer__mid__copyright {
    font-size: 2.6vw;
  }
}
.c-footer__bot {
  padding-top: 50px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .c-footer__bot {
    padding-top: 10vw;
  }
}
.c-footer__bot img {
  position: relative;
  left: min(300px, 10vw);
  width: min(970px, 70vw);
}
@media (max-width: 767px) {
  .c-footer__bot img {
    width: 100vw;
    left: -2vw;
  }
}

.p-top {
  width: 100vw;
  overflow-x: clip;
}
.p-top__section-1 {
  width: 100vw;
  height: 100vh;
  min-height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media (max-width: 767px) {
  .p-top__section-1 {
    min-height: 650px;
  }
}
.p-top__section-1__box {
  width: min(1210px, 70vw);
  height: max(62.2vh, 500px);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px;
}
@media (max-width: 767px) {
  .p-top__section-1__box {
    width: min(1210px, 90vw);
    height: auto;
    min-height: 41%;
    padding: 28.5vw 0 22.6vw;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-top__section-1__box {
    width: 89.3vw;
  }
}
.p-top__section-1__box::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0B0B0B;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-top__section-1__box__texts {
  position: relative;
}
@media (max-width: 767px) {
  .p-top__section-1__box__texts {
    width: 64vw;
  }
}
.p-top__section-1__box__texts h1 {
  position: relative;
}
.p-top__section-1__box__texts h1 img:nth-of-type(1) {
  width: min(736px, 40vw);
  animation: retro-hue 4s infinite steps(2);
}
@keyframes retro-hue {
  0% {
    filter: hue-rotate(0deg);
  }
  25% {
    filter: hue-rotate(90deg);
  }
  50% {
    filter: hue-rotate(180deg);
  }
  75% {
    filter: hue-rotate(270deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}
@media (max-width: 767px) {
  .p-top__section-1__box__texts h1 img:nth-of-type(1) {
    width: 100%;
  }
}
.p-top__section-1__box__texts h1 img:nth-of-type(2) {
  position: absolute;
  top: 0;
  right: 0;
  width: min(106px, 6.1vw);
}
@media (max-width: 767px) {
  .p-top__section-1__box__texts h1 img:nth-of-type(2) {
    width: 11vw;
    top: -1vw;
    right: -1vw;
  }
}
.p-top__section-1__box__texts nav {
  display: grid;
  grid-template-columns: 240fr 280fr 180fr;
  gap: min(21px, 1vw);
  padding-top: min(32px, 3vw);
}
@media (max-width: 767px) {
  .p-top__section-1__box__texts nav {
    grid-template-columns: 1fr 1.2fr;
    justify-content: space-between;
    padding-top: 7.2vw;
    gap: 3vw 0;
  }
}
.p-top__section-1__box__texts nav a {
  display: flex;
  align-items: center;
  gap: 0.5vw;
  font-size: min(20px, 1.4vw);
}
@media (max-width: 767px) {
  .p-top__section-1__box__texts nav a {
    font-size: min(12px, 1.1vw);
    gap: 2vw;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-top__section-1__box__texts nav a {
    font-size: 3.2vw;
  }
}
.p-top__section-1__box__texts nav a img {
  width: min(18px, 1.3vw);
  display: none;
}
@media (max-width: 767px) {
  .p-top__section-1__box__texts nav a img {
    width: 2.9vw;
    display: flex;
    animation: arrow 1s steps(1) infinite;
  }
}
@media (min-width: 767px) and (hover: hover) and (pointer: fine) {
  .p-top__section-1__box__texts nav a:hover img {
    display: flex;
    animation: arrow 1s steps(1) infinite;
  }
}
.p-top__section-1__box > img {
  position: absolute;
  bottom: 34px;
  width: min(187px, 14vw);
}
@media (max-width: 767px) {
  .p-top__section-1__box > img {
    width: 30vw;
    bottom: 7vw;
  }
}
.p-top__section-2 {
  background-color: #0B0B0B;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: min(240px, 15vw) 0;
  position: relative;
  overflow-x: clip;
}
@media (max-width: 767px) {
  .p-top__section-2 {
    padding: var(--pad-1) 0 40vw;
  }
}
.p-top__section-2 .haniwa {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: min(75px, 5vw);
  animation: haniwa 8s linear infinite;
}
@keyframes haniwa {
  0% {
    translate: 0 0;
  }
  50% {
    translate: min(150px, 50vw) 0;
  }
  100% {
    translate: 0 0;
  }
}
@media (max-width: 767px) {
  .p-top__section-2 .haniwa {
    width: 13vw;
    left: 10%;
  }
}
.p-top__section-2 .star {
  width: min(45px, 2.5vw);
}
@media (max-width: 767px) {
  .p-top__section-2 .star {
    width: 5.6vw;
  }
}
.p-top__section-2__inner {
  width: min(1210px, 70vw);
  position: relative;
}
@media (max-width: 767px) {
  .p-top__section-2__inner {
    width: min(1210px, 90vw);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-top__section-2__inner {
    width: 89.3vw;
  }
}
.p-top__section-2__inner > p {
  padding: 0 min(25px, 2vw) 0 60px;
  font-size: min(18px, 1.4vw);
  line-height: 2.3;
  position: relative;
  width: fit-content;
}
@media (max-width: 767px) {
  .p-top__section-2__inner > p {
    padding: 0 0 0 10vw;
    font-size: min(15px, 1.4vw);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-top__section-2__inner > p {
    font-size: 4vw;
  }
}
.p-top__section-2__inner > p span {
  background-color: #1858D1;
  margin: 0 6px;
  line-height: 1.6;
}
.p-top__section-2__inner > p .arrow {
  position: absolute;
  bottom: 2%;
  right: 0;
  width: min(15px, 1.3vw);
  rotate: 90deg;
  animation: arrow 1s steps(1) infinite;
}
@media (max-width: 767px) {
  .p-top__section-2__inner > p .arrow {
    width: 3.46vw;
    bottom: 1%;
    right: 12vw;
  }
}
.p-top__section-2__inner > p .star {
  position: absolute;
  bottom: -50px;
  right: -200px;
}
@media (max-width: 767px) {
  .p-top__section-2__inner > p .star {
    bottom: -20vw;
    right: 22vw;
  }
}
.p-top__section-2__ghost {
  display: flex;
  justify-content: flex-end;
  color: #0B0B0B;
  padding: 0 0 10px;
}
@media (max-width: 767px) {
  .p-top__section-2__ghost {
    padding: 12vw 0 0;
  }
}
.p-top__section-2__decorations img {
  position: absolute;
}
.p-top__section-2__decorations .star:nth-of-type(1) {
  top: 0;
  right: -132px;
}
@media (max-width: 767px) {
  .p-top__section-2__decorations .star:nth-of-type(1) {
    right: auto;
    left: 20vw;
    top: 22vw;
  }
}
.p-top__section-2__decorations .star:nth-of-type(2) {
  top: min(290px, 10vw);
  left: -90px;
}
@media (max-width: 767px) {
  .p-top__section-2__decorations .star:nth-of-type(2) {
    right: 4vw;
    left: auto;
    top: 160vw;
  }
}
.p-top__section-2__decorations .rocket {
  width: min(85px, 6vw);
  top: min(500px, 20vw);
  left: max(-184px, -10vw);
}
@media (max-width: 767px) {
  .p-top__section-2__decorations .rocket {
    width: 11.8vw;
    top: 140vw;
    left: -9vw;
  }
}
.p-top__section-2__decorations .earth {
  width: min(300px, 18vw);
  bottom: min(50px, 4vw);
  right: 0;
}
@media (max-width: 767px) {
  .p-top__section-2__decorations .earth {
    width: 28.8vw;
    bottom: 22vw;
    right: -12vw;
  }
}
.p-top__section-3 {
  background-color: #1858D1;
  color: #fff;
  min-height: 700px;
  display: grid;
  grid-template-columns: 1fr;
}
@media (max-width: 767px) {
  .p-top__section-3 .c-heading-1 {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .p-top__section-3 .c-heading-1 .c-ghost {
    position: absolute;
    top: auto;
    bottom: 30vw;
  }
}
.p-top__section-3 .c-ghost {
  color: #1858D1;
  position: relative;
  top: 75px;
}
@media (max-width: 767px) {
  .p-top__section-3 .c-ghost {
    position: absolute;
    top: auto;
    bottom: 0;
  }
}
.p-top__section-3__main {
  display: flex;
  position: relative;
}
.p-top__section-3__main > .hero {
  position: absolute;
  bottom: 0;
  left: min(80px, 6vw);
  z-index: 998;
  width: min(37px, 6vw);
  height: auto;
  transform-origin: bottom center;
}
@media (max-width: 767px) {
  .p-top__section-3__main > .hero {
    width: 8.8vw;
  }
}
.p-top__section-3__main__hero {
  padding: var(--pad-1) 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  position: relative;
  flex-shrink: 0;
  background-color: #1858D1;
}
@media (max-width: 767px) {
  .p-top__section-3__main__hero {
    width: 120vw;
    justify-content: flex-start;
    padding-left: 5.3vw;
  }
}
.p-top__section-3__main__hero__inner {
  width: min(1210px, 90vw);
}
@media (max-width: 767px) {
  .p-top__section-3__main__hero__inner {
    width: 89.3vw;
  }
}
@media (max-width: 767px) {
  .p-top__section-3__main__hero__inner {
    padding-bottom: 40vw;
  }
}
.p-top__section-3__main__hero__contents {
  padding-top: min(70px, 10vw);
  padding-left: min(128px, 10vw);
  display: flex;
  align-items: flex-end;
  gap: min(93px, 6vw);
}
@media (max-width: 767px) {
  .p-top__section-3__main__hero__contents {
    padding-top: 11.7vw;
    padding-left: 10.6vw;
    flex-direction: column;
    align-items: flex-start;
    gap: 8vw;
  }
}
.p-top__section-3__main__hero__contents__scroll {
  display: flex;
  flex-direction: column;
  gap: min(14px, 1vh);
  padding: 10px 30px;
  min-width: 300px;
  background-color: #0B3FA0;
}
@media (max-width: 767px) {
  .p-top__section-3__main__hero__contents__scroll {
    padding: 2vw 5vw;
    min-width: 50vw;
  }
}
.p-top__section-3__main__hero__contents__scroll p {
  font-size: min(30px, 3vw);
}
@media (max-width: 767px) {
  .p-top__section-3__main__hero__contents__scroll p {
    font-size: 8.26vw;
  }
}
@media (max-width: 767px) {
  .p-top__section-3__main__hero__contents__scroll p {
    font-size: min(20px, 2vw);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-top__section-3__main__hero__contents__scroll p {
    font-size: 5.33vw;
  }
}
.p-top__section-3__main__hero .tent {
  width: min(180px, 13vw);
  position: absolute;
  bottom: 0;
  left: -10px;
}
@media (max-width: 767px) {
  .p-top__section-3__main__hero .tent {
    width: 29.3vw;
    left: -8vw;
  }
}
.p-top__section-3__main__hero .sign {
  width: min(67px, 6vw);
  position: absolute;
  bottom: 0;
  right: min(134px, 10vw);
}
@media (max-width: 767px) {
  .p-top__section-3__main__hero .sign {
    width: 9.6vw;
    right: 14vw;
  }
}
.p-top__section-3__main__contents {
  display: flex;
  background-color: #1858D1;
}
.p-top__section-3__main__contents__item {
  height: 100%;
  padding-left: 150px;
  padding-right: min(400px, 40vh);
  display: flex;
  align-items: flex-end;
  position: relative;
  margin-left: -1px;
}
@media (max-width: 767px) {
  .p-top__section-3__main__contents__item {
    padding-left: 20vw;
    padding-right: 30vh;
  }
}
.p-top__section-3__main__contents__item__texts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
  padding: min(240px, 22vh) 0 min(252px, 20vh);
  min-height: 100vh;
}
@media (max-width: 767px) {
  .p-top__section-3__main__contents__item__texts {
    gap: 10vh;
    padding: 20vh 0 10vh;
    justify-content: flex-start;
  }
}
.p-top__section-3__main__contents__item__texts__heading__top {
  display: flex;
  align-items: flex-end;
  gap: 27px;
}
@media (max-width: 767px) {
  .p-top__section-3__main__contents__item__texts__heading__top {
    gap: 4vw;
  }
}
.p-top__section-3__main__contents__item__texts__heading__top img {
  height: 40px;
}
@media (max-width: 767px) {
  .p-top__section-3__main__contents__item__texts__heading__top img {
    height: 5vh;
  }
}
.p-top__section-3__main__contents__item__texts__heading h3 {
  font-size: min(114px, 11vh);
  color: #F5FF00;
  line-height: 1;
  white-space: nowrap;
  padding-top: min(35px, 4vh);
}
@media (max-width: 767px) {
  .p-top__section-3__main__contents__item__texts__heading h3 {
    font-size: 6vh;
    padding-top: 3vh;
  }
}
.p-top__section-3__main__contents__item__texts > p {
  padding-left: min(125px, 5vw);
  font-size: min(16px, 1.8vh);
  position: relative;
  z-index: 99;
}
@media (max-width: 767px) {
  .p-top__section-3__main__contents__item__texts > p {
    padding-left: 14vw;
    font-size: clamp(14px, 3.73vw, 18px);
    white-space: nowrap;
  }
}
.p-top__section-3__main__contents__item__texts > p a {
  font-size: min(14px, 1.3vw);
  text-decoration: underline;
}
@media (max-width: 767px) {
  .p-top__section-3__main__contents__item__texts > p a {
    font-size: 3.73vw;
  }
}
.p-top__section-3__main__contents__item__visuals {
  position: relative;
}
.p-top__section-3__main__contents__item__visuals .c-ghost {
  position: absolute;
}
.p-top__section-3__main__contents__item.is-cource {
  background-color: #1451c3;
}
.p-top__section-3__main__contents__item.is-cource .difficulty {
  margin: 0 0 min(252px, 20vh) min(220px, 15vh);
  width: min(638px, 60vh);
}
@media (max-width: 767px) {
  .p-top__section-3__main__contents__item.is-cource .difficulty {
    margin: 0 0 20vh 5vh;
    width: 50vh;
  }
}
.p-top__section-3__main__contents__item.is-cource .difficulty > img {
  width: 100%;
}
.p-top__section-3__main__contents__item.is-cource .difficulty .c-ghost {
  top: max(-190px, -20vh);
  right: 0;
}
.p-top__section-3__main__contents__item.is-cource .cow {
  position: absolute;
  bottom: 0;
  left: 900px;
  height: min(70px, 6vh);
}
@media (max-width: 767px) {
  .p-top__section-3__main__contents__item.is-cource .cow {
    left: 100vw;
  }
}
.p-top__section-3__main__contents__item.is-cource .totem {
  position: absolute;
  bottom: 0;
  right: -50px;
  z-index: 999;
  height: min(318px, 38vh);
}
@media (max-width: 767px) {
  .p-top__section-3__main__contents__item.is-cource .totem {
    right: -10vw;
  }
}
.p-top__section-3__main__contents__item.is-program {
  background-color: #1349ad;
}
.p-top__section-3__main__contents__item.is-program .program-list {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .p-top__section-3__main__contents__item.is-program .program-list {
    padding-right: 20vw;
    margin-left: 10vw;
  }
}
.p-top__section-3__main__contents__item.is-program .program-list__item {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  z-index: 9;
  margin-left: -60px;
}
@media (max-width: 767px) {
  .p-top__section-3__main__contents__item.is-program .program-list__item {
    margin-left: 0;
  }
}
.p-top__section-3__main__contents__item.is-program .program-list__item__btn {
  position: relative;
  cursor: pointer;
}
.p-top__section-3__main__contents__item.is-program .program-list__item__btn__hukidashi {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: -13vh;
  right: 0;
  z-index: 9;
}
@media (max-width: 767px) {
  .p-top__section-3__main__contents__item.is-program .program-list__item__btn__hukidashi {
    top: -30vw;
    right: 14vw;
  }
}
.p-top__section-3__main__contents__item.is-program .program-list__item__btn__hukidashi img:first-child {
  width: min(50px, 4vw);
  margin-left: min(25px, 2vw);
}
@media (max-width: 767px) {
  .p-top__section-3__main__contents__item.is-program .program-list__item__btn__hukidashi img:first-child {
    width: 10vw;
    margin-left: 4vw;
  }
}
.p-top__section-3__main__contents__item.is-program .program-list__item__btn__hukidashi img:last-child {
  height: min(85px, 8vh);
}
@media (max-width: 767px) {
  .p-top__section-3__main__contents__item.is-program .program-list__item__btn__hukidashi img:last-child {
    height: 17vw;
  }
}
.p-top__section-3__main__contents__item.is-program .program-list__item__btn__door {
  width: fit-content;
  position: relative;
  margin: 0 80px;
}
@media (max-width: 767px) {
  .p-top__section-3__main__contents__item.is-program .program-list__item__btn__door {
    margin: 0 40vw;
  }
}
.p-top__section-3__main__contents__item.is-program .program-list__item__btn__door img {
  width: min(50px, 5vw);
}
@media (max-width: 767px) {
  .p-top__section-3__main__contents__item.is-program .program-list__item__btn__door img {
    width: 10vw;
  }
}
.p-top__section-3__main__contents__item.is-program .program-list__item__btn__door img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-top__section-3__main__contents__item.is-program .program-list__item__btn.is-active .program-list__item__btn__door img:last-child {
  z-index: 2;
}
@media (min-width: 767px) and (hover: hover) and (pointer: fine) {
  .p-top__section-3__main__contents__item.is-program .program-list__item__btn:hover .program-list__item__btn__hukidashi {
    scale: 1.1;
    filter: brightness(1.1);
  }
}
.p-top__section-3__main__contents__item.is-program .program-list__item__ground {
  height: min(110px, 9vh);
  background-size: contain;
}
@media (max-width: 767px) {
  .p-top__section-3__main__contents__item.is-program .program-list__item__ground {
    height: 20vw;
  }
}
.p-top__section-3__main__contents__item.is-program .program-list__item:nth-of-type(2) {
  z-index: 8;
}
@media (max-width: 767px) {
  .p-top__section-3__main__contents__item.is-program .program-list__item:nth-of-type(2) {
    margin-left: -84vw;
  }
}
.p-top__section-3__main__contents__item.is-program .program-list__item:nth-of-type(3) {
  z-index: 7;
}
@media (max-width: 767px) {
  .p-top__section-3__main__contents__item.is-program .program-list__item:nth-of-type(3) {
    margin-left: -60vw;
  }
}
@media (max-width: 767px) {
  .p-top__section-3__main__contents__item.is-program .program-list__item:nth-of-type(3) .program-list__item__btn {
    left: -1vw;
  }
}
.p-top__section-3__main__contents__item.is-program .program-list__item:nth-of-type(3) .program-list__item__btn__hukidashi {
  margin-top: -3%;
}
.p-top__section-3__main__contents__item.is-program .program-list__item:nth-of-type(3) .program-list__item__btn__hukidashi img:first-child {
  width: min(40px, 3vw);
}
@media (max-width: 767px) {
  .p-top__section-3__main__contents__item.is-program .program-list__item:nth-of-type(3) .program-list__item__btn__hukidashi img:first-child {
    width: 8vw;
  }
}
@media (max-width: 767px) {
  .p-top__section-3__main__contents__item.is-program .program-list__item:nth-of-type(3) .program-list__item__btn__door {
    margin: 0 11vh;
  }
}
.p-top__section-3__main__contents__item.is-program .program-list__item:nth-of-type(3) .program-list__item__ground:last-child {
  display: flex;
  width: 130%;
}
@media (max-width: 767px) {
  .p-top__section-3__main__contents__item.is-program .program-list__item:not(:nth-of-type(1)) .program-list__item__btn__door,
  .p-top__section-3__main__contents__item.is-program .program-list__item:not(:nth-of-type(1)) .program-list__item__ground {
    opacity: 0;
    visibility: hidden;
  }
}
.p-top__section-3__main__contents__item.is-program .skytree {
  position: absolute;
  bottom: 0;
  right: 100px;
  height: min(544px, 60vh);
}
@media (max-width: 767px) {
  .p-top__section-3__main__contents__item.is-program .skytree {
    right: 20vw;
  }
}
.p-top__section-3__main__contents__item.is-program .c-ghost {
  top: max(-410px, -53vh);
  left: 130px;
}
@media (max-width: 767px) {
  .p-top__section-3__main__contents__item.is-program .c-ghost {
    top: -42vh;
    left: 23vw;
  }
}
.p-top__section-3__main__contents__item.is-day {
  background-color: #0f44a6;
  padding-right: 0;
}
.p-top__section-3__main__contents__item.is-day .dome {
  padding-left: 528px;
}
@media (max-width: 767px) {
  .p-top__section-3__main__contents__item.is-day .dome {
    padding-left: 20vw;
  }
}
.p-top__section-3__main__contents__item.is-day .dome .image {
  height: min(266px, 35vh);
}
@media (max-width: 767px) {
  .p-top__section-3__main__contents__item.is-day .dome .image {
    height: 25vh;
  }
}
.p-top__section-3__main__contents__item.is-day .dome .crow {
  --height:min(56px,5.5vh);
  height: var(--height);
  position: absolute;
  top: calc(var(--height) * -1);
  right: min(120px, 17vh);
}
@media (max-width: 767px) {
  .p-top__section-3__main__contents__item.is-day .dome .crow {
    right: 12vh;
  }
}
.p-top__section-3__main__contents__item.is-day .dome a {
  position: absolute;
  top: max(-470px, -47vh);
  left: 10vw;
  animation: entry-float 4s ease-in-out infinite forwards;
}
@media (max-width: 767px) {
  .p-top__section-3__main__contents__item.is-day .dome a {
    top: -40vh;
    left: 8vw;
  }
}
@keyframes entry-float {
  0% {
    translate: 0 0;
  }
  50% {
    translate: 0 20px;
  }
  100% {
    translate: 0 0;
  }
}
.p-top__section-3__main__contents__item.is-day .dome a img {
  height: min(310px, 30vh);
}
@media (max-width: 767px) {
  .p-top__section-3__main__contents__item.is-day .dome a img {
    height: 20vh;
  }
}
@media (min-width: 767px) and (hover: hover) and (pointer: fine) {
  .p-top__section-3__main__contents__item.is-day .dome a:hover {
    filter: drop-shadow(2px 4px 0px rgb(255, 255, 255));
  }
}
.p-top__section-3__main__contents__item.is-day .post {
  height: min(58px, 8vh);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .p-top__section-3__main__contents__item.is-day .post {
    left: -60vw;
  }
}
.p-top__section-3__main__contents__item.is-day .penguin {
  height: min(46px, 6vh);
  position: absolute;
  bottom: 0;
  left: 300px;
}
@media (max-width: 767px) {
  .p-top__section-3__main__contents__item.is-day .penguin {
    left: -10vw;
  }
}
.p-top__section-3__bottom {
  height: min(40px, 4vh);
  margin-top: -1px;
}
.p-top__section-4 {
  padding: var(--pad-1) 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: relative;
}
.p-top__section-4__inner {
  width: min(1210px, 90vw);
  position: relative;
}
@media (max-width: 767px) {
  .p-top__section-4__inner {
    width: 89.3vw;
  }
}
.p-top__section-4__inner .tengu {
  width: min(110px, 10vw);
  position: absolute;
  top: 500px;
  left: -200px;
}
@media (max-width: 767px) {
  .p-top__section-4__inner .tengu {
    display: none;
  }
}
.p-top__section-4 .c-ghost__hukidashi {
  filter: brightness(0.92);
}
.p-top__section-4__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  padding-left: 60px;
}
@media (max-width: 767px) {
  .p-top__section-4__list {
    grid-template-columns: 1fr;
    gap: 2.7vw;
    padding: 0;
  }
}
.p-top__section-4__list__item {
  --item-color: #30B134;
  padding: 18px;
  background-color: #eeeeee;
  position: relative;
  overflow: clip;
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
@media (max-width: 767px) {
  .p-top__section-4__list__item {
    padding: 4.8vw;
  }
}
.p-top__section-4__list__item:nth-of-type(2) {
  --item-color:#198EF2;
}
.p-top__section-4__list__item:nth-of-type(3) {
  --item-color:#F48608;
}
.p-top__section-4__list__item > span {
  font-size: min(20px, 2vw);
  line-height: 1;
  color: var(--item-color);
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .p-top__section-4__list__item > span {
    font-size: 5.33vw;
  }
}
@media (max-width: 767px) {
  .p-top__section-4__list__item > span {
    font-size: min(12px, 1.1vw);
    gap: 2vw;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-top__section-4__list__item > span {
    font-size: 3.2vw;
  }
}
.p-top__section-4__list__item > span::before {
  content: "";
  height: 20px;
  aspect-ratio: 1/1;
  background-color: var(--item-color);
}
@media (max-width: 767px) {
  .p-top__section-4__list__item > span::before {
    height: 3.2vw;
  }
}
.p-top__section-4__list__item__img {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 337/170;
  width: 100%;
  background-color: #fff;
  margin-top: 14px;
}
@media (max-width: 767px) {
  .p-top__section-4__list__item__img {
    margin-top: 3.2vw;
  }
}
.p-top__section-4__list__item__img img {
  height: min(110px, 8vw);
}
@media (max-width: 767px) {
  .p-top__section-4__list__item__img img {
    height: 30vw;
  }
}
.p-top__section-4__list__item__texts {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 767px) {
  .p-top__section-4__list__item__texts {
    padding-top: 3.2vw;
  }
}
.p-top__section-4__list__item__texts h3 {
  font-size: min(25px, 2.5vw);
  line-height: 1.2;
}
@media (max-width: 767px) {
  .p-top__section-4__list__item__texts h3 {
    font-size: 6.66vw;
  }
}
@media (max-width: 767px) {
  .p-top__section-4__list__item__texts h3 {
    font-size: min(20px, 2vw);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-top__section-4__list__item__texts h3 {
    font-size: 5.33vw;
  }
}
.p-top__section-4__list__item__texts__bottom {
  padding-top: 40px;
  display: flex;
  align-items: flex-end;
  gap: min(45px, 3vw);
}
@media (max-width: 767px) {
  .p-top__section-4__list__item__texts__bottom {
    gap: 10.6vw;
    padding-top: 9.3vw;
  }
}
.p-top__section-4__list__item__texts__bottom > p {
  font-size: min(14px, 1.3vw);
  color: #9a9a9a;
  line-height: 1.57;
}
@media (max-width: 767px) {
  .p-top__section-4__list__item__texts__bottom > p {
    font-size: 3.73vw;
  }
}
@media (max-width: 767px) {
  .p-top__section-4__list__item__texts__bottom > p {
    font-size: min(12px, 1.1vw);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-top__section-4__list__item__texts__bottom > p {
    font-size: 3.2vw;
  }
}
.p-top__section-4__list__item__texts__bottom__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(40px, 4vw);
  aspect-ratio: 1/1;
  flex-shrink: 0;
  background-color: var(--item-color);
}
@media (max-width: 767px) {
  .p-top__section-4__list__item__texts__bottom__btn {
    width: 10.6vw;
  }
}
.p-top__section-4__list__item__texts__bottom__btn img {
  width: 20%;
}
@media (min-width: 767px) and (hover: hover) and (pointer: fine) {
  .p-top__section-4__list__item:hover {
    scale: 1.05;
    z-index: 2;
  }
  .p-top__section-4__list__item:hover .p-top__section-4__list__item__texts__bottom__btn img {
    animation: arrow 1s steps(1) forwards infinite;
  }
}
@media (min-width: 767px) and (hover: hover) and (pointer: fine) {
  .p-top__section-4__list:has(.p-top__section-4__list__item:hover) .p-top__section-4__list__item:not(:hover) {
    filter: brightness(0.8);
  }
}
.p-top__section-4 .king {
  width: min(220px, 20vw);
  position: absolute;
  bottom: 0;
  right: 100px;
}
@media (max-width: 767px) {
  .p-top__section-4 .king {
    width: 35vw;
    right: 2vw;
  }
}
.p-top__section-5 {
  padding: var(--pad-1) 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
}
.p-top__section-5::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0B0B0B;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-top__section-5 .c-heading-1 {
  color: #fff;
}
.p-top__section-5__inner {
  width: min(1210px, 90vw);
}
@media (max-width: 767px) {
  .p-top__section-5__inner {
    width: 89.3vw;
  }
}
.p-top__section-5__contents {
  padding-left: min(60px, 4vw);
  display: grid;
  grid-template-columns: min(280px, 21vw) 1fr;
  gap: min(20px, 2vw);
}
@media (max-width: 767px) {
  .p-top__section-5__contents {
    padding-left: 0;
    grid-template-columns: 1fr;
  }
}
.p-top__section-5__contents__left {
  padding: 30px min(35px, 2.4vw);
  display: grid;
  grid-auto-columns: 1fr;
  gap: min(18px, 1vw);
  background-color: #0B0B0B;
  height: fit-content;
  position: sticky;
  top: 25vh;
}
@media (max-width: 767px) {
  .p-top__section-5__contents__left {
    display: none;
  }
}
.p-top__section-5__contents__left a {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  line-height: 1.4;
  opacity: 0.5;
}
.p-top__section-5__contents__left a img {
  display: none;
  width: 10px;
  margin-top: 5px;
}
@media (min-width: 767px) and (hover: hover) and (pointer: fine) {
  .p-top__section-5__contents__left a:hover {
    opacity: 1;
  }
  .p-top__section-5__contents__left a:hover img {
    display: flex;
    animation: arrow 1s steps(1) infinite;
  }
}
.p-top__section-5__contents__left a.is-current {
  opacity: 1;
}
.p-top__section-5__contents__left a.is-current img {
  display: flex;
  animation: arrow 1s steps(1) infinite;
}
.p-top__section-5__contents__right {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .p-top__section-5__contents__right {
    gap: 2.7vw;
  }
}
.p-top__section-5__contents__right__item {
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(24px, 2vw);
  background-color: #0B0B0B;
}
@media (max-width: 767px) {
  .p-top__section-5__contents__right__item {
    padding: 8vw;
    grid-template-columns: 1fr;
    gap: 5.3vw;
  }
}
.p-top__section-5__contents__right__item__texts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .p-top__section-5__contents__right__item__texts {
    gap: 14.6vw;
  }
}
.p-top__section-5__contents__right__item__texts__no {
  display: flex;
  align-items: center;
  gap: min(24px, 2vw);
}
@media (max-width: 767px) {
  .p-top__section-5__contents__right__item__texts__no {
    gap: 3vw;
  }
}
.p-top__section-5__contents__right__item__texts__no::before {
  content: "";
  width: 12px;
  height: min(62px, 6vw);
  background-color: #F5FF00;
}
@media (max-width: 767px) {
  .p-top__section-5__contents__right__item__texts__no::before {
    width: 1.5vw;
    height: 8vw;
  }
}
.p-top__section-5__contents__right__item__texts__no img {
  height: min(45px, 4vw);
}
@media (max-width: 767px) {
  .p-top__section-5__contents__right__item__texts__no img {
    height: 5.6vw;
  }
}
.p-top__section-5__contents__right__item__texts__main h3 {
  font-size: min(30px, 3vw);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-top__section-5__contents__right__item__texts__main h3 {
    font-size: 8.26vw;
  }
}
@media (max-width: 767px) {
  .p-top__section-5__contents__right__item__texts__main h3 {
    font-size: min(25px, 2.5vw);
    white-space: nowrap;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-top__section-5__contents__right__item__texts__main h3 {
    font-size: 6.66vw;
  }
}
.p-top__section-5__contents__right__item__texts__main > p {
  padding: 14px 0 35px;
  color: #CECECE;
  max-width: 340px;
  font-size: min(14px, 1.3vw);
}
@media (max-width: 767px) {
  .p-top__section-5__contents__right__item__texts__main > p {
    font-size: 3.73vw;
  }
}
@media (max-width: 767px) {
  .p-top__section-5__contents__right__item__texts__main > p {
    font-size: min(14px, 1.3vw);
    padding: 3.7vw 0 8vw;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-top__section-5__contents__right__item__texts__main > p {
    font-size: 3.73vw;
  }
}
.p-top__section-5__contents__right__item__texts__main__tag {
  display: flex;
  flex-wrap: wrap;
  gap: min(4px, 0.2vw) min(14px, 1.1vw);
  font-size: min(14px, 1.3vw);
  color: #555555;
}
@media (max-width: 767px) {
  .p-top__section-5__contents__right__item__texts__main__tag {
    font-size: 3.73vw;
  }
}
@media (max-width: 767px) {
  .p-top__section-5__contents__right__item__texts__main__tag {
    gap: 0 3vw;
    font-size: min(12px, 1.1vw);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-top__section-5__contents__right__item__texts__main__tag {
    font-size: 3.2vw;
  }
}
.p-top__section-5__contents__right__item__texts__plus {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 767px) {
  .p-top__section-5__contents__right__item__texts__plus {
    gap: 2vw;
  }
}
@media (max-width: 767px) {
  .p-top__section-5__contents__right__item__texts__plus img {
    width: 2vw;
  }
}
@media (max-width: 767px) {
  .p-top__section-5__contents__right__item__img {
    aspect-ratio: 275/173;
    overflow: clip;
  }
}
.p-top__section-5__contents__right__item__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform-origin: center 60%;
}
@media (max-width: 767px) {
  .p-top__section-5__contents__right__item__img img {
    scale: 1.4;
  }
}
.p-top__section-6 {
  padding: var(--pad-1) 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0B0B0B;
  color: #fff;
  position: relative;
}
.p-top__section-6 .c-heading-1__texts img {
  height: min(64px, 6vw);
}
@media (max-width: 767px) {
  .p-top__section-6 .c-heading-1__texts img {
    height: 7.46vw;
  }
}
.p-top__section-6__inner {
  width: min(1210px, 90vw);
  position: relative;
}
@media (max-width: 767px) {
  .p-top__section-6__inner {
    width: 89.3vw;
  }
}
.p-top__section-6__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(20px, 2vw);
  padding-left: min(60px, 4vw);
}
@media (max-width: 767px) {
  .p-top__section-6__list {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 3vw;
  }
}
.p-top__section-6__list__item {
  --q-pad:15px;
}
@media (max-width: 767px) {
  .p-top__section-6__list__item {
    --q-pad: 3vw;
  }
}
.p-top__section-6__list__item .icon {
  width: min(50px, 5vw);
}
@media (max-width: 767px) {
  .p-top__section-6__list__item .icon {
    width: 10vw;
  }
}
.p-top__section-6__list__item__summary {
  display: flex;
  align-items: flex-start;
  gap: min(20px, 2vw);
  padding: var(--q-pad);
  cursor: pointer;
  background-color: #2B2B2B;
}
@media (max-width: 767px) {
  .p-top__section-6__list__item__summary {
    gap: 4vw;
  }
}
.p-top__section-6__list__item__summary span {
  padding-top: 7px;
  font-size: min(20px, 2vw);
}
@media (max-width: 767px) {
  .p-top__section-6__list__item__summary span {
    font-size: 5.33vw;
  }
}
@media (max-width: 767px) {
  .p-top__section-6__list__item__summary span {
    padding-top: 1.1vw;
    font-size: min(16px, 1.5vw);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-top__section-6__list__item__summary span {
    font-size: 4.26vw;
  }
}
.p-top__section-6__list__item__contents {
  background-color: #555555;
  overflow: clip;
}
.p-top__section-6__list__item__contents__inner {
  padding: var(--q-pad);
  display: flex;
  align-items: flex-start;
  gap: min(20px, 2vw);
}
@media (max-width: 767px) {
  .p-top__section-6__list__item__contents__inner {
    gap: 4vw;
  }
}
.p-top__section-6__list__item__contents__inner p {
  line-height: 1.5;
}
.p-top__section-6__list__item__contents__inner p span {
  font-size: min(14px, 1.3vw);
  color: #CECECE;
}
@media (max-width: 767px) {
  .p-top__section-6__list__item__contents__inner p span {
    font-size: 3.73vw;
  }
}
.p-top__section-6__list__item__contents__inner p a {
  text-decoration: underline;
}
.p-top__section-6 .pumpkin {
  position: absolute;
  top: 400px;
  left: -160px;
  width: min(93px, 9vw);
}
@media (max-width: 1500px) {
  .p-top__section-6 .pumpkin {
    display: none;
  }
}
.p-top__section-6 .bee {
  position: absolute;
  top: 800px;
  right: -210px;
  width: min(85px, 8vw);
}
@media (max-width: 1500px) {
  .p-top__section-6 .bee {
    display: none;
  }
}
.p-top__section-6 .mushroom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: min(50px, 4vw);
  animation: mushroom 100s linear infinite;
}
@keyframes mushroom {
  0% {
    translate: 0 0;
  }
  50% {
    translate: 100vw 0;
  }
  100% {
    translate: 0 0;
  }
}
@media (max-width: 767px) {
  .p-top__section-6 .mushroom {
    width: 10vw;
    animation-duration: 20s;
  }
}

.p-program-single {
  --category-color: #fff;
}
.p-program-single.is-thinking {
  --category-color: #30B134;
}
.p-program-single.is-engineer {
  --category-color: #198EF2;
}
.p-program-single.is-architecture {
  --category-color: #F48608;
}
.p-program-single .c-sub-page-heading {
  color: var(--category-color);
}
.p-program-single__section-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  position: relative;
}
@media (max-width: 767px) {
  .p-program-single__section-2 {
    padding-top: 5.3vw;
  }
}
.p-program-single__section-2::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0B0B0B;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.6;
}
.p-program-single__section-2__inner {
  width: min(1210px, 90vw);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(34px, 3vw);
}
@media (max-width: 767px) {
  .p-program-single__section-2__inner {
    width: 89.3vw;
  }
}
@media (max-width: 767px) {
  .p-program-single__section-2__inner {
    grid-template-columns: 1fr;
    gap: 3vw;
  }
}
.p-program-single__section-2__item {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
  border: solid 2px var(--category-color);
  background-color: #0B0B0B;
  color: #fff;
}
@media (max-width: 767px) {
  .p-program-single__section-2__item {
    padding: 5vw 4vw 6vw;
    gap: 8vw;
  }
}
.p-program-single__section-2__item__heading {
  display: flex;
  gap: 10px;
}
.p-program-single__section-2__item__heading svg {
  width: min(28px, 2vw);
}
@media (max-width: 767px) {
  .p-program-single__section-2__item__heading svg {
    width: 6.2vw;
  }
}
.p-program-single__section-2__item__heading svg rect {
  fill: var(--category-color);
}
.p-program-single__section-2__item__heading h2 {
  font-size: min(30px, 3vw);
  line-height: 1;
  color: var(--category-color);
}
@media (max-width: 767px) {
  .p-program-single__section-2__item__heading h2 {
    font-size: 8.26vw;
  }
}
@media (max-width: 767px) {
  .p-program-single__section-2__item__heading h2 {
    font-size: min(25px, 2.5vw);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-program-single__section-2__item__heading h2 {
    font-size: 6.66vw;
  }
}
.p-program-single__section-2__item.is-flow {
  grid-column: span 2;
}
@media (max-width: 767px) {
  .p-program-single__section-2__item.is-flow {
    grid-column: 1;
  }
}
.p-program-single__section-2__item.is-flow .p-program-single__section-2__item__contenets {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px;
}
@media (max-width: 767px) {
  .p-program-single__section-2__item.is-flow .p-program-single__section-2__item__contenets {
    flex-direction: column-reverse;
    gap: 10vw;
  }
}
.p-program-single__section-2__item.is-flow .p-program-single__section-2__item__contenets__left {
  width: 100%;
}
.p-program-single__section-2__item.is-flow .p-program-single__section-2__item__contenets__left ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 767px) {
  .p-program-single__section-2__item.is-flow .p-program-single__section-2__item__contenets__left ul {
    gap: 4vw;
  }
}
.p-program-single__section-2__item.is-flow .p-program-single__section-2__item__contenets__left ul li {
  line-height: 1.4;
  display: flex;
  flex-direction: column;
}
.p-program-single__section-2__item.is-flow .p-program-single__section-2__item__contenets__left ul li p:nth-of-type(1) {
  font-size: min(16px, 1.5vw);
  color: #9a9a9a;
}
@media (max-width: 767px) {
  .p-program-single__section-2__item.is-flow .p-program-single__section-2__item__contenets__left ul li p:nth-of-type(1) {
    font-size: 4.26vw;
  }
}
@media (max-width: 767px) {
  .p-program-single__section-2__item.is-flow .p-program-single__section-2__item__contenets__left ul li p:nth-of-type(1) {
    font-size: min(12px, 1.1vw);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-program-single__section-2__item.is-flow .p-program-single__section-2__item__contenets__left ul li p:nth-of-type(1) {
    font-size: 3.2vw;
  }
}
.p-program-single__section-2__item.is-flow .p-program-single__section-2__item__contenets__left ul li p:nth-of-type(2) {
  font-size: min(20px, 2vw);
}
@media (max-width: 767px) {
  .p-program-single__section-2__item.is-flow .p-program-single__section-2__item__contenets__left ul li p:nth-of-type(2) {
    font-size: 5.33vw;
  }
}
@media (max-width: 767px) {
  .p-program-single__section-2__item.is-flow .p-program-single__section-2__item__contenets__left ul li p:nth-of-type(2) {
    font-size: min(14px, 1.3vw);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-program-single__section-2__item.is-flow .p-program-single__section-2__item__contenets__left ul li p:nth-of-type(2) {
    font-size: 3.73vw;
  }
}
.p-program-single__section-2__item.is-flow .p-program-single__section-2__item__contenets__left ul li p:nth-of-type(2).time {
  font-size: min(100px, 10vw);
  line-height: 1;
}
@media (max-width: 767px) {
  .p-program-single__section-2__item.is-flow .p-program-single__section-2__item__contenets__left ul li p:nth-of-type(2).time {
    font-size: 10vw;
  }
}
.p-program-single__section-2__item.is-flow .p-program-single__section-2__item__contenets__right {
  display: grid;
  grid-template-columns: 1fr;
  min-width: 48%;
}
@media (max-width: 767px) {
  .p-program-single__section-2__item.is-flow .p-program-single__section-2__item__contenets__right {
    min-width: 100%;
  }
}
.p-program-single__section-2__item.is-flow .p-program-single__section-2__item__contenets__right__item {
  padding: 20px 0;
  border-bottom: solid 1px #555555;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px;
  font-size: min(18px, 1.8vw);
}
@media (max-width: 767px) {
  .p-program-single__section-2__item.is-flow .p-program-single__section-2__item__contenets__right__item {
    font-size: 4.8vw;
  }
}
@media (max-width: 767px) {
  .p-program-single__section-2__item.is-flow .p-program-single__section-2__item__contenets__right__item {
    font-size: min(16px, 1.5vw);
    gap: 6vw;
    padding: 4vw 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-program-single__section-2__item.is-flow .p-program-single__section-2__item__contenets__right__item {
    font-size: 4.26vw;
  }
}
.p-program-single__section-2__item.is-flow .p-program-single__section-2__item__contenets__right__item__title {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .p-program-single__section-2__item.is-flow .p-program-single__section-2__item__contenets__right__item__title {
    gap: 4vw;
  }
}
.p-program-single__section-2__item.is-flow .p-program-single__section-2__item__contenets__right__item__title > span {
  height: 35px;
  aspect-ratio: 1/1;
  background-color: #2B2B2B;
  color: #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(20px, 2vw);
}
@media (max-width: 767px) {
  .p-program-single__section-2__item.is-flow .p-program-single__section-2__item__contenets__right__item__title > span {
    font-size: 5.33vw;
  }
}
@media (max-width: 767px) {
  .p-program-single__section-2__item.is-flow .p-program-single__section-2__item__contenets__right__item__title > span {
    height: 8vw;
    font-size: min(16px, 1.5vw);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-program-single__section-2__item.is-flow .p-program-single__section-2__item__contenets__right__item__title > span {
    font-size: 4.26vw;
  }
}
.p-program-single__section-2__item.is-flow .p-program-single__section-2__item__contenets__right__item__time {
  color: #9a9a9a;
  flex-shrink: 0;
}
.p-program-single__section-2__item.is-details {
  grid-column: span 2;
}
@media (max-width: 767px) {
  .p-program-single__section-2__item.is-details {
    grid-column: 1;
  }
}
.p-program-single__section-2__item.is-details .p-program-single__section-2__item__contenets {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(30px, 3vw);
}
@media (max-width: 767px) {
  .p-program-single__section-2__item.is-details .p-program-single__section-2__item__contenets {
    grid-template-columns: 1fr;
    gap: 3vw;
  }
}
.p-program-single__section-2__item.is-details .p-program-single__section-2__item__contenets__item {
  padding: 30px 26px;
  background-color: #2B2B2B;
}
@media (max-width: 767px) {
  .p-program-single__section-2__item.is-details .p-program-single__section-2__item__contenets__item {
    padding: 4vw;
  }
}
.p-program-single__section-2__item.is-details .p-program-single__section-2__item__contenets__item > span {
  height: 50px;
  aspect-ratio: 1/1;
  background-color: #0B0B0B;
  color: #CECECE;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(25px, 2.5vw);
}
@media (max-width: 767px) {
  .p-program-single__section-2__item.is-details .p-program-single__section-2__item__contenets__item > span {
    font-size: 6.66vw;
  }
}
@media (max-width: 767px) {
  .p-program-single__section-2__item.is-details .p-program-single__section-2__item__contenets__item > span {
    height: 12vw;
    font-size: min(20px, 2vw);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-program-single__section-2__item.is-details .p-program-single__section-2__item__contenets__item > span {
    font-size: 5.33vw;
  }
}
.p-program-single__section-2__item.is-details .p-program-single__section-2__item__contenets__item__heading {
  padding: 40px 0 25px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  border-bottom: solid 1px #CECECE;
}
@media (max-width: 767px) {
  .p-program-single__section-2__item.is-details .p-program-single__section-2__item__contenets__item__heading {
    padding: 10vw 0 6vw;
    gap: 4vw;
    margin-bottom: 6vw;
  }
}
.p-program-single__section-2__item.is-details .p-program-single__section-2__item__contenets__item__heading h3 {
  font-size: min(25px, 2.5vw);
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-program-single__section-2__item.is-details .p-program-single__section-2__item__contenets__item__heading h3 {
    font-size: 6.66vw;
  }
}
@media (max-width: 767px) {
  .p-program-single__section-2__item.is-details .p-program-single__section-2__item__contenets__item__heading h3 {
    font-size: min(20px, 2vw);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-program-single__section-2__item.is-details .p-program-single__section-2__item__contenets__item__heading h3 {
    font-size: 5.33vw;
  }
}
.p-program-single__section-2__item.is-details .p-program-single__section-2__item__contenets__item__heading p {
  color: #9a9a9a;
  font-size: min(15px, 1.4vw);
  line-height: 1.5;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-program-single__section-2__item.is-details .p-program-single__section-2__item__contenets__item__heading p {
    font-size: 4vw;
  }
}
.p-program-single__section-2__item.is-details .p-program-single__section-2__item__contenets__item > p {
  color: #eeeeee;
}
.p-program-single__section-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .p-program-single__section-3 {
    padding: 10vw 0;
  }
}
.p-program-single__section-3::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0B0B0B;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.6;
}
.p-program-single__section-3__contents {
  width: fit-content;
  max-width: min(1210px, 90vw);
  padding: 50px;
  display: flex;
  gap: min(40px, 4vw);
  background-color: #0B0B0B;
  position: relative;
}
@media (max-width: 767px) {
  .p-program-single__section-3__contents {
    flex-direction: column;
    align-items: flex-start;
    gap: 4vw;
    width: min(1210px, 90vw);
    width: 100%;
    max-width: 89.3vw;
    padding: 10vw;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-program-single__section-3__contents {
    width: 89.3vw;
  }
}
.p-program-single__section-3__contents__img {
  height: min(100px, 10vw);
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #555555;
  border: solid 4px #fff;
}
@media (max-width: 767px) {
  .p-program-single__section-3__contents__img {
    height: 15vw;
    border-width: 3px;
  }
}
.p-program-single__section-3__contents__img img {
  width: 50%;
}
.p-program-single__section-3__contents__texts {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 767px) {
  .p-program-single__section-3__contents__texts {
    gap: 3vw;
  }
}
.p-program-single__section-3__contents__texts p {
  font-size: min(20px, 2vw);
  line-height: 1.7;
}
@media (max-width: 767px) {
  .p-program-single__section-3__contents__texts p {
    font-size: 5.33vw;
  }
}
@media (max-width: 767px) {
  .p-program-single__section-3__contents__texts p {
    font-size: min(16px, 1.5vw);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-program-single__section-3__contents__texts p {
    font-size: 4.26vw;
  }
}
.p-program-single__section-3__contents__texts img {
  width: 15px;
  rotate: 90deg;
  margin-bottom: 6px;
  animation: arrow 1s steps(1) infinite;
}
@media (max-width: 767px) {
  .p-program-single__section-3__contents__texts img {
    width: 3.5vw;
    margin-bottom: 2vw;
    position: absolute;
    bottom: 2vw;
    right: 5vw;
  }
}
.p-program-single__section-4 {
  padding: 175px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 100vw;
  overflow: clip;
}
@media (max-width: 767px) {
  .p-program-single__section-4 {
    padding: 30vw 0;
  }
}
.p-program-single__section-4__inner {
  width: min(1210px, 90vw);
}
@media (max-width: 767px) {
  .p-program-single__section-4__inner {
    width: 89.3vw;
  }
}
.p-program-single__section-4__heading > p {
  font-size: min(50px, 4.4vw);
  padding-top: 10px;
}
@media (max-width: 767px) {
  .p-program-single__section-4__heading > p {
    font-size: 13.3vw;
  }
}
@media (max-width: 767px) {
  .p-program-single__section-4__heading > p {
    font-size: min(30px, 3vw);
    padding-top: 2vw;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-program-single__section-4__heading > p {
    font-size: 8.26vw;
  }
}
.p-program-single__section-4__slider {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .p-program-single__section-4__slider {
    padding-top: 8vw;
  }
}
.p-program-single__section-4__slider .swiper {
  overflow: visible;
}
.p-program-single__section-4__slider__slide {
  --border:solid 2px var(--category-color);
  border: var(--border);
}
.p-program-single__section-4__slider__slide.is-thinking {
  --category-color: #30B134;
}
.p-program-single__section-4__slider__slide.is-engineer {
  --category-color: #198EF2;
}
.p-program-single__section-4__slider__slide.is-architecture {
  --category-color: #F48608;
}
.p-program-single__section-4__slider__slide__img {
  aspect-ratio: 390/248;
  overflow: clip;
  border-bottom: var(--border);
}
.p-program-single__section-4__slider__slide__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
}
.p-program-single__section-4__slider__slide__texts {
  display: grid;
  grid-template-columns: 1fr auto;
}
.p-program-single__section-4__slider__slide__texts p {
  color: var(--category-color);
  line-height: 1.4;
  padding: 11px 15px;
  position: relative;
  transition: 0.3s ease;
  overflow: clip;
}
@media (max-width: 767px) {
  .p-program-single__section-4__slider__slide__texts p {
    padding: 3vw 4vw;
    font-size: min(16px, 1.5vw);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-program-single__section-4__slider__slide__texts p {
    font-size: 4.26vw;
  }
}
.p-program-single__section-4__slider__slide__texts p::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--category-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  translate: -100% 0;
  transition: 0.3s ease;
}
.p-program-single__section-4__slider__slide__texts > span {
  padding: 0 15px 0 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--category-color);
}
@media (max-width: 767px) {
  .p-program-single__section-4__slider__slide__texts > span {
    padding: 0 4vw 0 5vw;
  }
}
.p-program-single__section-4__slider__slide__texts > span img {
  width: 16px;
}
@media (max-width: 767px) {
  .p-program-single__section-4__slider__slide__texts > span img {
    width: 4vw;
  }
}
@media (min-width: 767px) and (hover: hover) and (pointer: fine) {
  .p-program-single__section-4__slider__slide:hover .p-program-single__section-4__slider__slide__img img {
    scale: 1.1;
  }
  .p-program-single__section-4__slider__slide:hover .p-program-single__section-4__slider__slide__texts p {
    color: #fff;
  }
  .p-program-single__section-4__slider__slide:hover .p-program-single__section-4__slider__slide__texts p::before {
    translate: 0 0;
  }
  .p-program-single__section-4__slider__slide:hover .p-program-single__section-4__slider__slide__texts > span img {
    animation: arrow 1s steps(1) infinite;
  }
}
.p-program-single__section-4__slider__nav {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .p-program-single__section-4__slider__nav {
    gap: 10vw;
    padding-top: 5vw;
  }
}
.p-program-single__section-4__slider__nav .swiper-nav {
  display: flex;
  gap: 6px;
}
@media (max-width: 767px) {
  .p-program-single__section-4__slider__nav .swiper-nav {
    gap: 1.5vw;
  }
}
.p-program-single__section-4__slider__nav .swiper-nav .button-prev,
.p-program-single__section-4__slider__nav .swiper-nav .button-next {
  height: 45px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1858D1;
  cursor: pointer;
}
@media (max-width: 767px) {
  .p-program-single__section-4__slider__nav .swiper-nav .button-prev,
  .p-program-single__section-4__slider__nav .swiper-nav .button-next {
    height: 10vw;
  }
}
.p-program-single__section-4__slider__nav .swiper-nav .button-prev img,
.p-program-single__section-4__slider__nav .swiper-nav .button-next img {
  width: 24%;
}
@media (min-width: 767px) and (hover: hover) and (pointer: fine) {
  .p-program-single__section-4__slider__nav .swiper-nav .button-prev:hover img,
  .p-program-single__section-4__slider__nav .swiper-nav .button-next:hover img {
    animation: arrow 1s steps(1) infinite;
  }
}
.p-program-single__section-4__slider__nav .swiper-nav .button-prev {
  rotate: 180deg;
}
.p-program-single__section-4__slider__nav .swiper-nav .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.p-entry {
  --disabled:rgb(160, 160, 160);
  --bg: #1E1E1F;
}
.p-entry__section-2 {
  padding: 110px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .p-entry__section-2 {
    padding: 20vw 0;
    background-color: var(--bg);
  }
}
.p-entry__section-2::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0B0B0B;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  opacity: 0.6;
}
.p-entry__section-2__inner {
  width: min(1210px, 90vw);
  display: grid;
  grid-template-columns: 750fr 460fr;
}
@media (max-width: 767px) {
  .p-entry__section-2__inner {
    width: 89.3vw;
  }
}
@media (max-width: 767px) {
  .p-entry__section-2__inner {
    grid-template-columns: 1fr;
  }
}
.p-entry__section-2__form {
  color: #fff;
  padding: 60px;
  background-color: var(--bg);
}
@media (max-width: 767px) {
  .p-entry__section-2__form {
    padding: 0;
    order: 2;
    margin-top: -20vw;
  }
}
.p-entry__section-2__form form {
  padding-top: 47px;
}
@media (max-width: 767px) {
  .p-entry__section-2__form form {
    padding-top: 20vw;
  }
}
.p-entry__section-2__form .c-btn-1 {
  background-color: #1858D1;
  color: #fff;
  padding: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .p-entry__section-2__form .c-btn-1 {
    padding: 7vw;
  }
}
.p-entry__section-2__form .c-btn-1[disabled] {
  background-color: var(--disabled);
}
@media (min-width: 767px) and (hover: hover) and (pointer: fine) {
  .p-entry__section-2__form .c-btn-1:not([disabled]):hover {
    background-color: blue;
  }
}
.p-entry__section-2__form .form {
  display: flex;
  flex-direction: column;
}
.p-entry__section-2__form .form__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .p-entry__section-2__form .form__list {
    gap: 6vw;
  }
}
.p-entry__section-2__form .form__list__item__heading {
  font-size: min(16px, 1.5vw);
}
@media (max-width: 767px) {
  .p-entry__section-2__form .form__list__item__heading {
    font-size: 4.26vw;
  }
}
@media (max-width: 767px) {
  .p-entry__section-2__form .form__list__item__heading {
    font-size: min(14px, 1.3vw);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-entry__section-2__form .form__list__item__heading {
    font-size: 3.73vw;
  }
}
.p-entry__section-2__form .form__list__item__heading .label::before {
  content: "◇";
}
.p-entry__section-2__form .form__list__item__heading .label span {
  color: #D11818;
}
.p-entry__section-2__form .form__list__item__heading > p {
  font-size: min(12px, 1.1vw);
  color: #9a9a9a;
}
@media (max-width: 767px) {
  .p-entry__section-2__form .form__list__item__heading > p {
    font-size: 3.2vw;
  }
}
.p-entry__section-2__form .form__list__item__body {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding-top: 5px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .p-entry__section-2__form .form__list__item__body {
    gap: 1vw 3vw;
    padding-top: 0.7vw;
  }
}
.p-entry__section-2__form .form__list__item__body input,
.p-entry__section-2__form .form__list__item__body select,
.p-entry__section-2__form .form__list__item__body textarea {
  background-color: #0B0B0B;
  padding: 5px 10px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-entry__section-2__form .form__list__item__body input,
  .p-entry__section-2__form .form__list__item__body select,
  .p-entry__section-2__form .form__list__item__body textarea {
    padding: 2vw 3vw;
  }
}
.p-entry__section-2__form .form__list__item__body input:not([type=checkbox]),
.p-entry__section-2__form .form__list__item__body select:not([type=checkbox]),
.p-entry__section-2__form .form__list__item__body textarea:not([type=checkbox]) {
  width: min(300px, 100%);
}
@media (max-width: 767px) {
  .p-entry__section-2__form .form__list__item__body input:not([type=checkbox]),
  .p-entry__section-2__form .form__list__item__body select:not([type=checkbox]),
  .p-entry__section-2__form .form__list__item__body textarea:not([type=checkbox]) {
    width: 100%;
  }
}
.p-entry__section-2__form .form__list__item__body input.wide,
.p-entry__section-2__form .form__list__item__body select.wide,
.p-entry__section-2__form .form__list__item__body textarea.wide {
  width: 100%;
}
.p-entry__section-2__form .form__list__item__body .wpcf7-form-control-wrap {
  width: 100%;
}
.p-entry__section-2__form .form__list__item__body .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 15px 20px;
  background-color: #0B0B0B;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-entry__section-2__form .form__list__item__body .wpcf7-checkbox {
    padding: 4vw 5vw;
    gap: 2vw;
  }
}
.p-entry__section-2__form .form__list__item__body .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.p-entry__section-2__form .form__list__item__body .wpcf7-checkbox .wpcf7-list-item .disabled {
  filter: brightness(0.5);
}
@media (max-width: 767px) {
  .p-entry__section-2__form .form__list__item.day .form__list__item__body {
    flex-direction: column;
  }
}
.p-entry__section-2__form .form__list__item.day .form__list__item__body span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-entry__section-2__form .form__list__item.day .form__list__item__body span label {
  white-space: nowrap;
  font-size: min(12px, 1.1vw);
}
@media (max-width: 767px) {
  .p-entry__section-2__form .form__list__item.day .form__list__item__body span label {
    font-size: 3.2vw;
  }
}
.p-entry__section-2__form .form__list__item.day .form__list__item__body input {
  width: min(150px, 100%);
}
.p-entry__section-2__form .form__list__item.name .form__list__item__body {
  gap: 10px;
  flex-wrap: nowrap;
}
.p-entry__section-2__form .form__list__item.name .form__list__item__body .wpcf7-form-control-wrap {
  width: min(200px, 100%);
}
.p-entry__section-2__form .form__list__item #your-program .error-message {
  display: none !important;
}
.p-entry__section-2__form .form__btn > p {
  font-size: min(14px, 1.3vw);
  line-height: 1.4;
  color: #9a9a9a;
  padding: 30px 0 10px;
}
@media (max-width: 767px) {
  .p-entry__section-2__form .form__btn > p {
    font-size: 3.73vw;
  }
}
@media (max-width: 767px) {
  .p-entry__section-2__form .form__btn > p {
    padding: 8vw 0 3vw;
    font-size: min(12px, 1.1vw);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-entry__section-2__form .form__btn > p {
    font-size: 3.2vw;
  }
}
.p-entry__section-2__form .form__btn > p a {
  text-decoration: underline;
}
.p-entry__section-2__form .confirm {
  display: none;
  flex-direction: column;
}
.p-entry__section-2__form .confirm > p {
  font-size: min(20px, 2vw);
}
@media (max-width: 767px) {
  .p-entry__section-2__form .confirm > p {
    font-size: 5.33vw;
  }
}
.p-entry__section-2__form .confirm__list {
  padding-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media (max-width: 767px) {
  .p-entry__section-2__form .confirm__list {
    padding-top: 8vw;
    gap: 5vw;
  }
}
.p-entry__section-2__form .confirm__list__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
}
@media (max-width: 767px) {
  .p-entry__section-2__form .confirm__list__item {
    gap: 1vw;
  }
}
.p-entry__section-2__form .confirm__list__item > p {
  white-space: pre-line;
  line-height: 1.4;
}
.p-entry__section-2__form .confirm__list__item > p:nth-of-type(1) {
  font-size: min(14px, 1.3vw);
  color: #9a9a9a;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-entry__section-2__form .confirm__list__item > p:nth-of-type(1) {
    font-size: 3.73vw;
  }
}
.p-entry__section-2__form .confirm__list__item:has(> p:nth-of-type(2):empty) {
  display: none;
}
.p-entry__section-2__form .confirm__btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .p-entry__section-2__form .confirm__btn {
    padding-top: 8vw;
    gap: 4vw;
  }
}
.p-entry__section-2__form .confirm__btn .c-btn-1.back {
  background-color: var(--disabled);
}
@media (min-width: 767px) and (hover: hover) and (pointer: fine) {
  .p-entry__section-2__form .confirm__btn .c-btn-1.back:hover {
    background-color: rgb(124, 124, 124);
  }
}
.p-entry__section-2__ghost {
  display: flex;
  justify-content: center;
  position: sticky;
  top: 40vh;
  height: fit-content;
}
@media (max-width: 767px) {
  .p-entry__section-2__ghost {
    position: relative;
    justify-content: flex-end;
    top: 0;
    left: -4vw;
  }
}
.p-entry__section-2__ghost .c-ghost__hukidashi > p span span {
  color: #D11818;
}

.p-entry-thanks {
  width: 100vw;
  height: 100vh;
  min-height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-entry-thanks__section-1 {
  background-color: #0B0B0B;
  color: #fff;
  padding: 60px;
  width: min(700px, 90vw);
}
@media (max-width: 767px) {
  .p-entry-thanks__section-1 {
    padding: 10vw 10vw 11vw;
  }
}
.p-entry-thanks__section-1 h1 {
  font-size: min(30px, 3vw);
  line-height: 1.4;
  display: flex;
  align-items: flex-end;
  gap: 15px;
}
@media (max-width: 767px) {
  .p-entry-thanks__section-1 h1 {
    font-size: 8.26vw;
  }
}
@media (max-width: 767px) {
  .p-entry-thanks__section-1 h1 {
    gap: 2vw;
    font-size: min(25px, 2.5vw);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-entry-thanks__section-1 h1 {
    font-size: 6.66vw;
  }
}
.p-entry-thanks__section-1 h1 img {
  width: min(50px, 4.5vw);
}
@media (max-width: 767px) {
  .p-entry-thanks__section-1 h1 img {
    width: 10vw;
  }
}
.p-entry-thanks__section-1 > p {
  padding: 40px 0;
}
.p-entry-thanks__section-1 > p a {
  text-decoration: underline;
}
@media (min-width: 767px) and (hover: hover) and (pointer: fine) {
  .p-entry-thanks__section-1 > p a:hover {
    opacity: 0.5;
  }
}
.p-entry-thanks__section-1 > a {
  border: solid 1px #1858D1;
}