@charset "UTF-8";
/*======================================
    font
======================================*/
/*======================================
    color
======================================*/
/*======================================
    common
======================================*/
html {
  font-size: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #414141;
}

body {
  background-color: #fff;
}

img {
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.is-nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  br.is-pc {
    display: none;
  }
}

br.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.is-sp {
    display: block;
  }
}

/*======================================
    layout
======================================*/
.container {
  overflow: hidden;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .container {
    font-size: min(4.2666666667vw, 1.6rem);
  }
}

/*======================================
    font
======================================*/
/*======================================
    color
======================================*/
/*======================================
    common
======================================*/
html {
  font-size: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #000;
}

body {
  background-color: #fff;
}

body.active {
  overflow: hidden;
}

img {
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.is-nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  br.is-pc {
    display: none;
  }
}
br.is-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  br.is-sp {
    display: block;
  }
}
/*======================================
    layout
======================================*/
.container {
  overflow: hidden;
  font-size: 1.6rem;
}

.inner {
  width: 90%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .inner {
    width: 84%;
  }
}
.inner-sm {
  max-width: 640px;
}

.bg {
  background-color: #d1351c;
  border: 1px solid #000;
}

.section-bg {
  padding: 2.5em 0;
}

/*======================================
    section
======================================*/
.section-ttl {
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.14em;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .section-ttl {
    font-size: 0.8125em;
    letter-spacing: 0.1em;
  }
}
.section-ttl span.en {
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 1.33em;
  display: inline-block;
  margin-left: 0.25em;
}

@media screen and (max-width: 767px) {
  .section-ttl span.en {
    font-size: 1.46em;
  }
}
.section-ttl.-white {
  color: #fff;
}

.section-right {
  margin-right: calc(50% - 50vw);
  background-color: #fff;
  border: 1px solid #000;
  padding: 3.125em 0;
}

@media screen and (max-width: 767px) {
  .section-right {
    padding: 1.125em 0;
  }
}
/*======================================
    page
======================================*/
.page {
  padding: 11.25em 0 5.625em;
}

@media screen and (max-width: 767px) {
  .page {
    padding: 2.6em 0 2.5em;
  }
}
.page-ttl {
  text-align: center;
  font-size: 1.5625em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .page-ttl {
    text-align: left;
    font-size: 1em;
    margin-bottom: 1em;
  }
}
/*======================================
    button
======================================*/
/*======================================
    modal
======================================*/
.modal-open:hover {
  cursor: pointer;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: auto;
  padding: 2.5em 1.25em;
  opacity: 0;
  visibility: hidden;
  z-index: 600;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 582px;
  width: 95%;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 1.875em 1.875em 3.125em;
}

@media screen and (max-width: 767px) {
  .modal-body {
    padding: 0.9375em 1.5em 1.875em;
  }
}
.modal-close {
  cursor: pointer;
  z-index: 2;
}

.modal-close .modal-close-simple {
  width: 2.5em;
  height: 2.5em;
  margin-left: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .modal-close .modal-close-simple {
    width: 1.25em;
    height: 1.25em;
  }
}
.modal-close .modal-close-simple::before, .modal-close .modal-close-simple::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.125em;
  height: 1px;
  background-color: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .modal-close .modal-close-simple::before, .modal-close .modal-close-simple::after {
    width: 1.5625em;
  }
}
.modal-close .modal-close-simple::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close .modal-close-simple::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-content {
  text-align: left;
  color: #fff;
}

.modal-open:hover {
  cursor: pointer;
}

.modal__ttl {
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.75;
  margin-top: 2.5em;
}

@media screen and (max-width: 767px) {
  .modal__ttl {
    font-size: 0.9375em;
    margin-top: 1.5em;
  }
}
.modal__text {
  font-size: 1.0625em;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.9411764706;
  text-align: justify;
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  .modal__text {
    font-size: 0.875em;
    line-height: 1.9285714286;
    margin-top: 1em;
  }
}
.modal__person {
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
  .modal__person {
    font-size: 0.9375em;
    letter-spacing: 0.1em;
    margin-top: 2em;
  }
}
.modal__person .underline {
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.2em;
}

.header {
  background-color: #d1351c;
  color: #fff;
  position: fixed;
  top: 6.25em;
  right: 0;
  z-index: 300;
  border: 1px solid rgba(0, 0, 0, 0.66);
  padding: 2.5em;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateX(105%);
}

@media screen and (max-width: 767px) {
  .header {
    top: 4.6875em;
  }
}
.header.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  padding: 2.3125em 1.875em;
}

.h__link a {
  display: block;
  font-weight: 700;
  line-height: 3.0625;
  letter-spacing: 0.1em;
  transition: opacity 0.3s ease;
}

.h__link a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .h__link a {
    font-size: 0.8125em;
    line-height: 3.1481481481;
  }
}
.h__buttons {
  margin-top: 1.875em;
}

.h__button:nth-child(n+2) {
  margin-top: 1.875em;
}

@media screen and (max-width: 767px) {
  .h__button:nth-child(n+2) {
    margin-top: 1.625em;
  }
}
.h__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: gray;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.62);
  position: relative;
  box-shadow: 10px 10px 0 #493c38;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-size: 1.125em;
  border-radius: 0.56em;
  height: 2.55em;
  max-width: 7.33em;
  box-shadow: 6px 6px 0 #493c38;
}

@media screen and (max-width: 767px) {
  .h__button a {
    box-shadow: 7px 7px 0 #493c38;
  }
}
@media screen and (min-width: 768px) {
  .h__button a:hover {
    transform: translate(5px, 5px);
    box-shadow: 5px 5px 0 #493c38;
  }
}
@media screen and (max-width: 767px) {
  .h__button a {
    font-size: 0.8125em;
    box-shadow: 5px 5px 0 #493c38;
  }
}
@media screen and (min-width: 768px) {
  .h__button a:hover {
    transform: translate(3px, 3px);
    box-shadow: 3px 3px 0 #493c38;
  }
}
.h__button.-color a {
  color: #d1351c;
  background-color: #fff;
  border: 2px solid #d1351c;
}

.h__icon {
  position: fixed;
  top: 0;
  right: 0;
  width: 6.25em;
  height: 6.25em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  z-index: 300;
}

@media screen and (max-width: 767px) {
  .h__icon {
    width: 4.6875em;
    height: 4.6875em;
  }
}
.h__icon.active .h__icon--bar.bar1, .h__icon.active .h__icon--bar.bar2 {
  top: 50%;
  transform: translateY(-50%) rotate(25deg);
}

.h__icon.active .h__icon--bar.bar3 {
  top: 50%;
  transform: translateY(-50%) rotate(-25deg);
}

.h__icon--bars {
  position: relative;
  width: 2.5em;
  height: 0.875em;
}

@media screen and (max-width: 767px) {
  .h__icon--bars {
    width: 1.875em;
    height: 0.625em;
  }
}
.h__icon--bar {
  width: 2.5em;
  height: 1px;
  border: 1px solid rgba(0, 0, 0, 0.66);
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .h__icon--bar {
    width: 1.875em;
  }
}
.h__icon--bar.bar1 {
  top: 0;
}

.h__icon--bar.bar2 {
  top: 50%;
  transform: translateY(-50%);
}

.h__icon--bar.bar3 {
  top: 100%;
  transform: translateY(-50%);
}

.h__icon--menu {
  text-align: center;
  width: 2.5em;
}

@media screen and (max-width: 767px) {
  .h__icon--menu {
    width: 1.875em;
  }
}
.footer {
  padding: 1.875em 0;
  text-align: center;
}

.f__name {
  display: block;
  max-width: 19.75em;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .f__name {
    max-width: 9.875em;
  }
}
.f__texts {
  margin-top: 1.5em;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 18em;
}

@media screen and (max-width: 767px) {
  .f__texts {
    max-width: 14.0625em;
  }
}
.f__text {
  line-height: 1.625;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.f__text a {
  font-weight: inherit;
}

@media screen and (max-width: 767px) {
  .f__text {
    font-size: 0.875em;
    line-height: 1.6428571429;
  }
}
.copyright {
  font-size: 0.875em;
  margin-top: 2.5em;
}

@media screen and (max-width: 767px) {
  .copyright {
    font-size: 0.75em;
  }
}
.copyright small {
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: inherit;
}

/*======================================
    TOP
======================================*/
.mv {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mv__main {
  max-width: min(32.5vw, 39em);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transform: translateY(-4%);
}

@media screen and (max-width: 1024px) {
  .mv__main {
    max-width: 20em;
  }
}
@media screen and (max-width: 767px) {
  .mv__main {
    max-width: 23.4375em;
    transform: translateY(-11%);
  }
}
.mv__main--text {
  max-width: min(18.9583333333vw, 22.75em);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-135%, -6%);
}

@media screen and (max-width: 1024px) {
  .mv__main--text {
    max-width: 11.67em;
  }
}
@media screen and (max-width: 767px) {
  .mv__main--text {
    transform: translate(-67%, 30%);
    max-width: 16.0625em;
  }
}
@media screen and (min-width: 768px) {
  .movie .section-bg {
    padding-bottom: 1.5em;
  }
}
.movie-cards {
  margin-top: 2em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .movie-cards {
    margin-top: 1em;
  }
}
.movie-card__img {
  position: relative;
}

.movie-card__img::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.movie-card__img.-comingsoon::after {
  content: "Coming Soon";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.25em;
  font-weight: 700;
  font-family: "din-2014-narrow", sans-serif;
  letter-spacing: 0.085em;
  color: #d9d9d9;
}

.movie-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.movie-card__img iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie-card__text {
  font-size: 1.0625em;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 2.4117647059;
  color: #fff;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .movie-card__text {
    font-size: 0.6875em;
    line-height: 1.8636363636;
  }
}
.swiper-costom-pagination {
  bottom: -6.6em !important;
}

@media screen and (max-width: 767px) {
  .swiper-costom-pagination {
    bottom: -5em !important;
  }
}
.swiper-costom-pagination .swiper-pagination-bullet {
  width: 1.125em;
  height: 1.125em;
  background-color: #a1a1a1;
  opacity: 1 !important;
  margin: 0 0.875em !important;
}

@media screen and (max-width: 767px) {
  .swiper-costom-pagination .swiper-pagination-bullet {
    width: 0.875em;
    height: 0.875em;
    margin: 0 0.625em !important;
  }
}
.swiper-costom-pagination .swiper-pagination-bullet-active {
  background-color: #d1351c;
}

.button__wrap {
  padding: 10.625em 0 6.5em;
}

@media screen and (max-width: 1024px) {
  .button__wrap {
    padding: 8em 0 3.75em;
  }
}
@media screen and (max-width: 767px) {
  .button__wrap {
    padding: 5em 0 3.125em;
  }
}
.button__about {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d1351c;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.62);
  position: relative;
  box-shadow: 10px 10px 0 #493c38;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-size: 1.375em;
  max-width: 14em;
  height: 2.82em;
  border-radius: 0.64em;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .button__about {
    box-shadow: 7px 7px 0 #493c38;
  }
}
@media screen and (min-width: 768px) {
  .button__about:hover {
    transform: translate(5px, 5px);
    box-shadow: 5px 5px 0 #493c38;
  }
}
@media screen and (max-width: 767px) {
  .button__about {
    font-size: 1.125em;
  }
}
.people {
  padding-top: 5.25em;
  padding-bottom: 6.25em;
}

@media screen and (max-width: 767px) {
  .people {
    padding-top: 2.5em;
    padding-bottom: 3.125em;
  }
}
.people__ttl {
  font-size: 1.5625em;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .people__ttl {
    font-size: 1em;
    justify-content: start;
  }
}
.people__ttl span.number {
  font-family: "din-2014-narrow", sans-serif;
  font-size: 1.52em;
  display: inline-block;
  margin: 0 0.2em;
}

@media screen and (max-width: 767px) {
  .people__ttl span.number {
    font-size: 1.25em;
  }
  .people__ttl span.number.lg {
    font-size: 1.53em;
  }
}
.people__ttl span.number.m-sm {
  margin-left: 0.1em;
  margin-right: 0.1em;
}

@media screen and (max-width: 767px) {
  .people__ttl span.number.m-sm {
    font-size: 2em;
  }
}
.people__ttl span.sm {
  font-size: 0.76em;
  display: inline-block;
  align-self: flex-end;
  padding-bottom: 0.35em;
}

.people__ttl span.sm.ml {
  margin-left: 0.5em;
}

@media screen and (max-width: 767px) {
  .people__ttl span.sp-lg {
    font-size: 1.33em;
  }
}
.people__wrap {
  margin-top: 2.5em;
}

@media screen and (max-width: 767px) {
  .people__wrap {
    margin-top: 1em;
  }
  .people__wrap.sp-mt0 {
    margin-top: 0;
  }
}
.people__contents {
  max-width: 930px;
  transform: translateX(-2.125em);
}

@media screen and (max-width: 767px) {
  .people__contents {
    transform: translateX(-0.4375em);
    max-width: 92%;
  }
}
.people__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2.5em;
  row-gap: 2.375em;
}

@media screen and (max-width: 767px) {
  .people__lists {
    grid-template-columns: 1fr;
    row-gap: 1.5em;
    margin-bottom: 1.25em;
  }
}
.people__list {
  display: grid;
  grid-template-columns: 34.4% auto;
  column-gap: 0.875em;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .people__list {
    grid-template-columns: 5.625em auto;
    column-gap: 0.75em;
  }
}
.people__head {
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 2.4;
  font-feature-settings: "palt";
}

@media screen and (max-width: 1024px) {
  .people__head {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  .people__head {
    font-size: 0.875em;
    letter-spacing: 0.05em;
  }
}
.people__name {
  font-feature-settings: "palt";
}

@media screen and (max-width: 1024px) {
  .people__name {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 767px) {
  .people__name {
    font-size: 0.8125em;
  }
}
.people__name span.underline {
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.01em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #000;
}

.people__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.25em;
  margin-top: 1.25em;
}

@media screen and (max-width: 767px) {
  .people__buttons {
    margin-top: 1em;
    column-gap: 0.8125em;
    max-width: 18.75em;
  }
}
.people__button {
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d1351c;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.62);
  position: relative;
  box-shadow: 10px 10px 0 #493c38;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 2.8125em;
  border-radius: 0.625em;
  box-shadow: 6px 6px 0 #493c38;
}

@media screen and (max-width: 767px) {
  .people__button {
    box-shadow: 7px 7px 0 #493c38;
  }
}
@media screen and (min-width: 768px) {
  .people__button:hover {
    transform: translate(5px, 5px);
    box-shadow: 5px 5px 0 #493c38;
  }
}
@media screen and (max-width: 1024px) {
  .people__button {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 767px) {
  .people__button {
    font-size: 0.8125em;
    box-shadow: 5px 5px 0 #493c38;
  }
}
@media screen and (min-width: 768px) {
  .people__button:hover {
    transform: translate(3px, 3px);
    box-shadow: 3px 3px 0 #493c38;
  }
}
.people__button.-play {
  padding-right: 1.125em;
  position: relative;
}

.people__button.-play::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
  width: 0.875em;
  height: 0.875em;
  background: url(../img/play_white.svg) no-repeat center/contain;
}

.people__button.inactive {
  color: #888;
  background-color: #342925;
}

.people__button.inactive::before {
  background-image: url(../img/play_gray.svg);
}

.people__button span.en {
  font-family: "din-2014-narrow", sans-serif;
  font-size: 1.25em;
  display: inline-block;
  margin-left: 0.2em;
}

.people__button.-date {
  color: #d1351c;
  background-color: #fff;
  border: 2px solid #d1351c;
}

.people__note {
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.8;
  font-feature-settings: "palt";
  margin-left: 4em;
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  .people__note {
    font-size: 0.75em;
    margin-left: 2em;
    margin-top: 1em;
  }
}
.people__section--ttl {
  padding: 3em 0 0;
}

@media screen and (max-width: 767px) {
  .people__section--ttl {
    padding: 1.875em 0 0;
  }
}
.people__schedule--wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.25em;
}

@media screen and (max-width: 767px) {
  .people__schedule--wrap {
    grid-template-columns: 1fr;
  }
  .people__schedule--wrap .sp-mt {
    margin-top: 1.25em;
  }
}
.people__schedule {
  display: flex;
  align-items: center;
  column-gap: 1.25em;
}

@media screen and (max-width: 767px) {
  .people__schedule {
    column-gap: 0.5em;
  }
}
.people__schedule:nth-child(n+2) {
  margin-top: 1.5625em;
}

@media screen and (max-width: 767px) {
  .people__schedule:nth-child(n+2) {
    margin-top: 1.25em;
  }
}
.people__schedule--month {
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.14em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d1351c;
  border-radius: 50%;
  border: 1px solid #d1351c;
  width: 4.22em;
  height: 4.22em;
  background-color: #fff;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .people__schedule--month {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  .people__schedule--month {
    font-size: 0.6875em;
    width: 4.2em;
    height: 4.2em;
  }
}
.people__schedule--month.-bg {
  background-color: #d1351c;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .people__schedule--month.-bg {
    border-color: #fff;
  }
}
.people__schedule--month::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  width: 0.78em;
  height: 1px;
  background-color: #d1351c;
}

@media screen and (max-width: 767px) {
  .people__schedule--month::before {
    width: 0.73em;
  }
}
.people__schedule--month span.month {
  font-weight: 700;
  transform: translateX(5%);
}

.people__schedule--month span.number {
  font-size: 2em;
  font-family: "din-2014-narrow", sans-serif;
  letter-spacing: 0;
  margin-right: 0.05em;
}

.people__schedule--texts {
  flex: 1;
}

.people__schedule--head {
  display: grid;
  grid-template-columns: 1.875em auto;
  column-gap: 0.625em;
}

@media screen and (max-width: 767px) {
  .people__schedule--head {
    grid-template-columns: 1.5em auto;
    column-gap: 0.2em;
  }
}
.people__schedule--number {
  font-family: "din-2014-narrow", sans-serif;
  font-size: 1.5625em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: right;
  line-height: 1.44;
}

@media screen and (max-width: 1024px) {
  .people__schedule--number {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .people__schedule--number {
    font-size: 1.0625em;
    transform: translateY(0.1em);
  }
}
.people__schedule--ttl {
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
  .people__schedule--ttl {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  .people__schedule--ttl {
    font-size: 0.9375em;
    line-height: 1.7666666667;
  }
}
.people__schedule--ttl span.star {
  display: inline-block;
  margin-left: 0.2em;
}

.people__schedule--text {
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .people__schedule--text {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 767px) {
  .people__schedule--text {
    font-size: 0.8125em;
    line-height: 1.962962963;
  }
}
.star {
  color: #d1351c;
}

.people__schedule--notes {
  margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
  .people__schedule--notes {
    padding-left: 1.875em;
  }
}
.people__schedule--note {
  font-size: 1.125em;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1024px) {
  .people__schedule--note {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 767px) {
  .people__schedule--note {
    font-size: 0.75em;
    line-height: 1.8;
    letter-spacing: 0.01em;
  }
}
.people__schedule--note span.star {
  display: inline-block;
  margin-right: 0.5em;
}

.course {
  padding: 0 3.75em;
}

@media screen and (max-width: 767px) {
  .course {
    padding: 0 1.875em;
  }
}
.course__overview:nth-child(n+2) {
  margin-top: 3.125em;
}

@media screen and (max-width: 767px) {
  .course__overview:nth-child(n+2) {
    margin-top: 1.6875em;
  }
}
.course__overview--dl {
  display: grid;
  grid-template-columns: 8.4375em auto;
  column-gap: 1.75em;
}

@media screen and (max-width: 1024px) {
  .course__overview--dl {
    grid-template-columns: 7em auto;
  }
}
@media screen and (max-width: 767px) {
  .course__overview--dl {
    display: block;
  }
}
.course__overview--dl.-center {
  align-items: center;
}

.course__overview--dl.-center dt {
  align-self: center;
}

.course__overview--dl dt {
  font-size: 1.25em;
  font-weight: 700;
  background-color: #d1351c;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-feature-settings: "palt";
  align-self: start;
}

@media screen and (max-width: 1024px) {
  .course__overview--dl dt {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  .course__overview--dl dt {
    display: inline-block;
    padding: 0 0.25em;
  }
}
@media screen and (max-width: 767px) {
  .course__overview--dl dd {
    margin-top: 0.625em;
  }
}
.course__overview--text {
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .course__overview--text {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 767px) {
  .course__overview--text {
    line-height: 1.9285714286;
  }
}
.course__overview--button {
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d1351c;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.62);
  position: relative;
  box-shadow: 10px 10px 0 #493c38;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 2.65em;
  border-radius: 0.625em;
  color: #d1351c;
  background-color: #fff;
  border: 2px solid #d1351c;
  font-size: 1.0625em;
  max-width: 7.5em;
  margin-top: 1em;
  box-shadow: 6px 6px 0 #493c38;
}

@media screen and (max-width: 767px) {
  .course__overview--button {
    box-shadow: 7px 7px 0 #493c38;
  }
}
@media screen and (min-width: 768px) {
  .course__overview--button:hover {
    transform: translate(5px, 5px);
    box-shadow: 5px 5px 0 #493c38;
  }
}
@media screen and (max-width: 767px) {
  .course__overview--button {
    font-size: 0.8125em;
    max-width: 7.7em;
    height: 2.69em;
    box-shadow: 5px 5px 0 #493c38;
  }
}
.course__overview--button:hover {
  transform: translate(3px, 3px);
  box-shadow: 3px 3px 0 #493c38;
}

.course__overview--map {
  max-width: 27.625em;
  margin-top: 1em;
  position: relative;
}

.course__overview--map::before {
  content: "";
  display: block;
  padding-top: 56.1085972851%;
  background-color: lightgray;
}

.course__overview--map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
}

.course__overview--term {
  color: #d1351c;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
}

.course__overview--term span.date__wrap {
  display: flex;
  align-items: center;
}

.course__overview--term span.date__wrap.-arrow {
  position: relative;
  padding-left: 1.5em;
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  .course__overview--term span.date__wrap.-arrow {
    margin-left: 0.625em;
    padding-left: 0.9375em;
  }
}
.course__overview--term span.date__wrap.-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.75em;
  height: 1em;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #d1351c;
}

@media screen and (max-width: 767px) {
  .course__overview--term span.date__wrap.-arrow::before {
    width: 0.5em;
    height: 0.625em;
  }
}
.course__overview--term span.date {
  font-family: "din-2014-narrow", sans-serif;
  font-size: 3.5em;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 1024px) {
  .course__overview--term span.date {
    font-size: 3em;
  }
}
@media screen and (max-width: 767px) {
  .course__overview--term span.date {
    font-size: 2.125em;
  }
}
.course__overview--term span.day {
  font-family: "din-2014-narrow", sans-serif;
  font-size: 2.625em;
  display: inline-block;
  margin-left: 0.2em;
  padding-bottom: 0.1em;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1024px) {
  .course__overview--term span.day {
    font-size: 2.25em;
  }
}
@media screen and (max-width: 767px) {
  .course__overview--term span.day {
    font-size: 1.625em;
  }
}
.course__overview--term span.slash {
  font-size: 2.5em;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .course__overview--term span.slash {
    font-size: 2em;
  }
}
.course__overview--price {
  font-size: 1.625em;
  font-weight: 700;
  color: #d1351c;
  margin-bottom: 0.2em;
  margin-top: -0.6em;
}

@media screen and (max-width: 1024px) {
  .course__overview--price {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .course__overview--price {
    font-size: 1em;
  }
}
.course__overview--price span.center {
  display: inline-block;
  transform: translateY(-0.25em);
}

.course__overview--price span.number {
  font-size: 1.6em;
  font-family: "din-2014-narrow", sans-serif;
}

@media screen and (max-width: 767px) {
  .course__overview--price span.number {
    font-size: 1.5625em;
  }
}
.course__overview--price span.number.lg {
  font-size: 2.15em;
}

@media screen and (max-width: 767px) {
  .course__overview--price span.number.lg {
    font-size: 2.125em;
  }
}
.apply {
  padding: 5em 0 1.875em;
}

@media screen and (max-width: 767px) {
  .apply {
    padding: 2.5em 0 1.25em;
  }
}
.apply__button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: gray;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.62);
  position: relative;
  box-shadow: 10px 10px 0 #493c38;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-size: 1.5em;
  max-width: 15.9em;
  margin-left: auto;
  margin-right: auto;
  height: 3.167em;
  border-radius: 0.67em;
}

@media screen and (max-width: 767px) {
  .apply__button {
    box-shadow: 7px 7px 0 #493c38;
  }
}
@media screen and (min-width: 768px) {
  .apply__button:hover {
    transform: translate(5px, 5px);
    box-shadow: 5px 5px 0 #493c38;
  }
}
@media screen and (max-width: 1024px) {
  .apply__button {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .apply__button {
    font-size: 1.125em;
    max-width: 12.5em;
    height: 2.5em;
    border-radius: 0.61em;
  }
}
.apply__button.-contact {
  border: 2px solid #d1351c;
  background-color: #fff;
  color: #d1351c;
}

.apply__text {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.8125;
  margin: 2.5em auto;
}

@media screen and (max-width: 767px) {
  .apply__text {
    font-size: 0.875em;
    letter-spacing: 0.01em;
  }
}
/*======================================
    about
======================================*/
.about__wrap {
  padding: 0 3.75em;
  max-width: 900px;
}

@media screen and (max-width: 767px) {
  .about__wrap {
    padding: 0 1.25em;
  }
}
.about__ttl {
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 2.4;
}

@media screen and (max-width: 767px) {
  .about__ttl {
    font-size: 1em;
    line-height: 1.7419354839;
  }
}
.about__text {
  font-size: 1.0625em;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.9411764706;
  margin-top: 1em;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .about__text {
    font-size: 0.875em;
    line-height: 1.9285714286;
  }
}
.about__youtube--wrap {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.75em;
}

@media screen and (max-width: 767px) {
  .about__youtube--wrap {
    margin-top: 2.1875em;
  }
}
.about__youtube {
  position: relative;
}

.about__youtube::before {
  content: "";
  display: block;
  padding-top: 56.25%;
  background-color: lightgray;
}

.about__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about__youtube img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about__youtebe--text {
  font-size: 1.0625em;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 2.4117647059;
  color: #fff;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .about__youtebe--text {
    font-size: 0.6875em;
    line-height: 1.8636363636;
  }
}
/*======================================
    schedule
======================================*/
.schedule__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.75em;
  row-gap: 1.875em;
}

@media screen and (max-width: 1024px) {
  .schedule__lists {
    gap: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .schedule__lists {
    grid-template-columns: 1fr;
    row-gap: 1.5em;
  }
}
.schedule__list {
  background-color: #fff;
  border: 1px solid #000;
  padding: 1em 1.875em 2.5em;
}

@media screen and (max-width: 767px) {
  .schedule__list {
    margin-right: calc(50% - 50vw);
    padding: 1em 1.875em 1.875em 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .schedule__list--contents {
    max-width: 400px;
  }
}
.schedule__list--head {
  display: flex;
  align-items: center;
  column-gap: 1.25em;
  margin-left: -2.25em;
}

@media screen and (max-width: 767px) {
  .schedule__list--head {
    column-gap: 0.625em;
    margin-left: -1.75em;
  }
}
.schedule__list--img {
  width: 7.375em;
}

@media screen and (max-width: 1024px) {
  .schedule__list--img {
    width: 5em;
  }
}
@media screen and (max-width: 767px) {
  .schedule__list--img {
    width: 3.6875em;
  }
}
.schedule__list--titles {
  flex: 1;
}

.schedule__list--ttl {
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 2.4;
}

@media screen and (max-width: 1024px) {
  .schedule__list--ttl {
    font-size: 1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .schedule__list--ttl {
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 767px) {
  .schedule__list--ttl {
    font-size: 0.9375em;
  }
}
.schedule__list--name {
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .schedule__list--name {
    font-size: 0.8125em;
  }
}
.schedule__details {
  margin-top: 1.25em;
}

.schedule__detail {
  display: grid;
  grid-template-columns: 3.75em 3.75em auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.62);
}

@media screen and (max-width: 767px) {
  .schedule__detail {
    grid-template-columns: 3.125em 3.125em auto;
  }
}
.schedule__detail:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.62);
}

.schedule__detail--center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.75em;
  border-right: 1px solid rgba(0, 0, 0, 0.62);
}

@media screen and (max-width: 767px) {
  .schedule__detail--center {
    height: 3.125em;
  }
}
.schedule__detail--month {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.5em;
  font-weight: 700;
  width: 4.375em;
  height: 4.375em;
  border-radius: 50%;
  border: 1px solid #d1351c;
  color: #d1351c;
}

@media screen and (max-width: 767px) {
  .schedule__detail--month {
    font-size: 0.4375em;
    width: 4em;
    height: 4em;
  }
}
.schedule__detail--month.-bg {
  background-color: #d1351c;
  color: #fff;
}

.schedule__detail--month .number {
  font-family: "din-2014-narrow", sans-serif;
  font-size: 2.125em;
  display: inline-block;
  margin-right: 0.05em;
}

@media screen and (max-width: 767px) {
  .schedule__detail--month .number {
    font-size: 1.9em;
  }
}
.schedule__detail--number {
  font-family: "din-2014-narrow", sans-serif;
  font-size: 1.3125em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .schedule__detail--number {
    font-size: 1.0625em;
  }
}
.schedule__detail--date {
  display: flex;
  align-items: center;
  padding-left: 1.5em;
}

@media screen and (max-width: 767px) {
  .schedule__detail--date {
    padding-left: 1.25em;
  }
}
.schedule__detail--date .date {
  display: block;
  font-size: 0.875em;
  letter-spacing: 0.01em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .schedule__detail--date .date {
    font-size: 0.71875em;
  }
}
.schedule__detail--date .date .number {
  font-family: "din-2014-narrow", sans-serif;
  font-size: 1.5em;
  letter-spacing: 0.01em;
  display: inline-block;
  margin: 0 0.2em;
}

@media screen and (max-width: 767px) {
  .schedule__detail--date .date .number {
    font-size: 1.48em;
  }
}
/*======================================
    contact
======================================*/
.contact__wrap {
  padding: 0 7.5em;
  max-width: 880px;
}

@media screen and (max-width: 1024px) {
  .contact__wrap {
    padding: 0 3.75em;
  }
}
@media screen and (max-width: 767px) {
  .contact__wrap {
    padding: 0 1.875em 0 1.5em;
  }
}
.contact__ttl {
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 767px) {
  .contact__ttl {
    font-size: 0.9375em;
  }
}
.contact__text {
  font-size: 0.9375em;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.8;
  margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
  .contact__text {
    font-size: 0.75em;
  }
}
.contact__by {
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.8888888889;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .contact__by {
    font-size: 0.8125em;
  }
}
.contact__by .underline {
  display: inline-block;
  position: relative;
}

.contact__by .underline::before {
  content: "";
  position: absolute;
  bottom: 0.2em;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0.71;
  background-color: #000;
}

.contact-form {
  margin-top: 3.75em;
  margin-bottom: 2.5em;
}

.form__list:nth-child(n+2) {
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  .form__list:nth-child(n+2) {
    margin-top: 1.875em;
  }
}
.form__list.-column2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2.25em;
}

@media screen and (max-width: 767px) {
  .form__list.-column2 {
    grid-template-columns: 1fr;
    row-gap: 1.875em;
  }
}
.form__list--ttl,
.form__subtitle {
  font-size: 1.0625em;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .form__list--ttl,
  .form__subtitle {
    font-size: 0.8125em;
  }
}
.form__list--ttl {
  padding-left: 1.2em;
  position: relative;
}

.form__list--ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d1351c;
  width: 0.88em;
  height: 0.88em;
  transform: translateY(0.06em);
}

.required {
  display: inline-block;
  font-weight: inherit;
  position: relative;
}

.required::before {
  content: "*";
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(120%);
  color: #d1351c;
}

.form__list--text {
  font-size: 0.9375em;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .form__list--text {
    font-size: 0.75em;
  }
}
.radio__lists {
  margin-top: 2em;
}

.radio__lists .wpcf7-list-item input[type=radio] {
  display: none;
}

.radio__lists .wpcf7-list-item input[type=radio]:checked + span.wpcf7-list-item-label::after {
  opacity: 1;
}

.radio__lists .wpcf7-list-item,
.form__check .wpcf7-list-item {
  margin-left: 0 !important;
}

.radio__lists .wpcf7-list-item:nth-child(n+2),
.form__check .wpcf7-list-item:nth-child(n+2) {
  margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
  .radio__lists .wpcf7-list-item:nth-child(n+2),
  .form__check .wpcf7-list-item:nth-child(n+2) {
    margin-top: 1.25em;
  }
}
.radio__lists .wpcf7-list-item-label,
.form__check .wpcf7-list-item-label {
  display: block;
  font-weight: 500;
  letter-spacing: 0.01em;
  padding-left: 2.5em;
  line-height: 1.75;
  position: relative;
}

@media screen and (max-width: 767px) {
  .radio__lists .wpcf7-list-item-label,
  .form__check .wpcf7-list-item-label {
    font-size: 0.75em;
  }
}
.radio__lists .wpcf7-list-item-label::before,
.form__check .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0.21875em;
  left: 0;
  width: 1.625em;
  height: 1.625em;
  border-radius: 50%;
  background-color: #efefef;
}

.radio__lists .wpcf7-list-item-label::after,
.form__check .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 0.53125em;
  left: 0.3125em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #d1351c;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.radio__lists .wpcf7-list-item-label span.md,
.form__check .wpcf7-list-item-label span.md {
  font-size: 1.125em;
}

@media screen and (max-width: 767px) {
  .radio__lists .wpcf7-list-item-label span.md,
  .form__check .wpcf7-list-item-label span.md {
    font-size: 1.167em;
    display: block;
  }
}
.radio {
  display: block;
  font-weight: 500;
  letter-spacing: 0.01em;
  padding-left: 2.5em;
  line-height: 1.75;
  position: relative;
}

@media screen and (max-width: 767px) {
  .radio {
    font-size: 0.75em;
  }
}
.radio::before {
  content: "";
  position: absolute;
  top: 0.21875em;
  left: 0;
  width: 1.625em;
  height: 1.625em;
  border-radius: 50%;
  background-color: #efefef;
}

.radio::after {
  content: "";
  position: absolute;
  top: 0.53125em;
  left: 0.3125em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #d1351c;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.radio span.md {
  font-size: 1.125em;
}

@media screen and (max-width: 767px) {
  .radio span.md {
    font-size: 1.167em;
    display: block;
  }
}
.form__input input,
.form__input select,
.form__input textarea {
  box-shadow: none;
  border: none;
  background: #efefef;
  padding: 0.9375em 1.25em;
  appearance: none;
  border-radius: 0.5em;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  width: 100%;
  letter-spacing: 0.01em;
  font-weight: 500;
}

.form__input input::placeholder,
.form__input select::placeholder,
.form__input textarea::placeholder {
  color: #a8a8a8;
}

.form__input input:focus,
.form__input select:focus,
.form__input textarea:focus {
  outline: none;
}

.form__input select {
  height: 3.375em;
  background: #efefef url(../img/form_arrow.svg) no-repeat center right 1.25em/0.875em 0.875em;
}

.form__input textarea {
  height: 8.375em;
  resize: vertical;
}

.form__address--wrap {
  display: grid;
  grid-template-columns: 6.875em 14.375em auto;
  column-gap: 2em;
}

@media screen and (max-width: 767px) {
  .form__address--wrap {
    grid-template-columns: 1fr;
    row-gap: 1.875em;
  }
}
.form__row {
  margin-top: 2em;
}

.form__file {
  margin: 2.5em 0;
}

@media screen and (max-width: 767px) {
  .form__file {
    margin: 1.25em 0;
  }
}
.form__file button.file__button {
  box-shadow: none;
  border: 1px solid rgba(153, 153, 153, 0.62);
  background: #efefef;
  color: #646464;
  padding: 0;
  appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 15px;
  width: 100%;
  max-width: 24.27em;
  height: 3.7em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .form__file button.file__button {
    font-size: 0.75em;
  }
}
/* .form__file input {
  display: none;
} */
.form__check {
  margin-top: 2em;
}

.form__check input[type=checkbox] {
  display: none;
}

.form__check input[type=checkbox]:checked + span.wpcf7-list-item-label::after {
  opacity: 1;
}

.form__submit {
  margin-top: 5.625em;
}

@media screen and (max-width: 767px) {
  .form__submit {
    margin-top: 2.5em;
  }
}
.form__submit input {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d1351c;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.62);
  appearance: none;
  font-family: inherit;
  font-size: 1.25em;
  max-width: 19.1em;
  width: 100%;
  height: 3.8em;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.8em;
  box-shadow: 0.5em 0.5em 0 #493c38;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

@media screen and (max-width: 767px) {
  .form__submit input {
    font-size: 1.125em;
    max-width: 14.28em;
    height: 3.16em;
  }
}
.form__submit input:hover {
  cursor: pointer;
  box-shadow: 0.25em 0.25em 0 #493c38;
  transform: translate(0.25em, 0.25em);
}

/*======================================
    thanks
======================================*/
.thanks {
  text-align: center;
  color: #fff;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.thanks__ttl {
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  line-height: 2.09375;
}

.thanks__text {
  font-size: 1.6875em;
  font-weight: 500;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
  line-height: 1.962962963;
  margin-top: 1.5em;
}

.thanks__top {
  margin-top: 6.25em;
}

.thanks__top a {
  display: inline-block;
  font-size: 1.625em;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #fff;
  transition: opacity 0.3s ease;
}

.thanks__top a:hover {
  opacity: 0.7;
}

.wpcf7-response-output {
  display: none !important;
}


.aka {
  color: #D1351C;
  font-weight: bold;
  line-height: 1.6em;
}

.akasen {
  display: inline-block;
  border-bottom: 1px solid #D1351C;
  padding-bottom: 0.2em;
}

/*======================================
    20241220
======================================*/
.fv {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  max-height: 112.5em;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv {
    max-height: 50em;
  }
}

.fv__insta {
  position: absolute;
  bottom: 8.75em;
  right: 50%;
  transform: translateX(calc(28.5em + 100%));
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .fv__insta {
    transform: translateX(calc(27em - 100%));
  }
}
@media screen and (max-width: 767px) {
  .fv__insta {
    bottom: 1.125em;
    transform: translateX(10.71875em);
  }
}

.fv__insta--logo {
  width: 4.75em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .fv__insta--logo {
    width: 3.125em;
  }
}

.fv__insta--text {
  text-align: center;
  font-size: 0.8125em;
  letter-spacing: 0.1em;
  line-height: 1.25;
  font-weight: 700;
  margin-top: 0.5em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .fv__insta--text {
    font-size: 0.5em;
  }
}

.fv__imgs {
  display: flex;
  justify-content: center;
  height: 100%;
}

.fv__img {
  width: 55.5em;
  display: grid;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .fv__img {
    width: 48em;
  }
}
@media screen and (max-width: 767px) {
  .fv__img {
    width: 23.4375em;
    display: block;
    display: flex;
    align-items: center;
  }
}

.fv__logo {
  width: 7.625em;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .fv__logo {
    width: 4.4375em;
    top: 50%;
    right: 50%;
    transform: translate(225%, -80%);
  }
}

.fv__img--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.fv__img--bg img {
  height: 100%;
  object-fit: cover;
  object-position: center 65%;
}
@media screen and (max-width: 767px) {
  .fv__img--bg img {
    object-position: center;
  }
}

.fv__contents {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 3.75em;
}
@media screen and (min-width: 1025px) {
  .fv__contents {
    font-size: min(1.4814814815vh, 1em);
  }
}
@media screen and (max-width: 1024px) {
  .fv__contents {
    font-size: min(1.4814814815vh, 1em);
  }
}
@media screen and (max-width: 767px) {
  .fv__contents {
    font-size: min(2.3988005997vh, 1em);
    padding-bottom: 2.1875em;
    height: 100%;
    max-height: 45em;
    width: 100%;
  }
}

.fv__lead {
  text-align: center;
}
.fv__lead .year {
  font-size: 1.6875em;
  display: block;
  margin-bottom: 0.54em;
}
@media screen and (max-width: 767px) {
  .fv__lead .year {
    font-size: 1.1875em;
  }
}
.fv__lead .year img {
  width: auto;
  height: 1em;
}
.fv__lead .title {
  font-size: 1.6em;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  padding: 0.43em 0.34em;
  display: block;
  background-color: #d1351c;
}
@media screen and (max-width: 767px) {
  .fv__lead .title {
    font-size: 0.875em;
    letter-spacing: 0.1em
  }
}

.fv__buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 1.75em;
  row-gap: 1.25em;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .fv__buttons {
    margin-top: 1em;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.fv__button {
  max-width: 13.325em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fv__button {
    max-width: 11.625em;
  }
  .fv__button .button01 {
    font-size: 0.875em;
  }
}

.button01 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d1351c;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.62);
  position: relative;
  box-shadow: 6px 6px 0 #493c38;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 2.8125em;
  border-radius: 0.64em;
  width: 100%;
}
.button01:hover {
  transform: translate(3px, 3px);
  box-shadow: 3px 3px 0 #493c38;
}
@media screen and (max-width: 767px) {
  .button01 {
    box-shadow: 0.42em 0.42em 0 #493c38;
    font-size: 0.75em;
    height: 2.92em;
  }
  .button01:hover {
    transform: translate(0.125em, 0.125em);
    box-shadow: 0.125em 0.125em 0 #493c38;
  }
}
.button01.-arrow {
  padding-right: 1.125em;
}
.button01.-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
  width: 0.875em;
  height: 0.875em;
  background: url(../img/play_white.svg) no-repeat center/contain;
}

.apply__button.disabled,
.button01.disabled {
  background-color: #342925;
  color: rgba(255, 255, 255, 0.5);
}
.apply__button.disabled:hover,
.button01.disabled:hover {
  pointer-events: none;
}

.fv__text {
  font-size: 1.1875em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.5789473684;
  font-feature-settings: "palt";
  margin-top: 1.75em;
}
@media screen and (max-width: 767px) {
  .fv__text {
    font-size: 0.8125em;
    line-height: 1.5555555556;
  }
}

.person__ttl {
  text-align: center;
  line-height: 2.16;
  width: 100%;
  justify-content: center;
}

.term {
  padding: 4.375em 0 5.625em;
}
@media screen and (max-width: 767px) {
  .term {
    padding-top: 1.75em;
    padding-bottom: 3.125em;
  }
}

.term__date {
  max-width: 82em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.term__buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 2.5em;
  row-gap: 2.5em;
  /* margin-top: 3.75em; */
  margin-top: 0.75em;
}
@media screen and (max-width: 767px) {
  .term__buttons {
    /* margin-top: 2.5em; */
    margin-top: 1em;
    row-gap: 1.875em;
  }
}

.term__button {
  width: 23.875em;
}
@media screen and (max-width: 767px) {
  .term__button {
    width: 15.625em;
  }
}
.term__button .button01 {
  font-size: 1.5em;
  height: 3.17em;
}
@media screen and (max-width: 767px) {
  .term__button .button01 {
    font-size: 1.125em;
    height: 2.78em;
  }
}

.people__schedule.-start {
  align-items: start;
}

.people__schedule--month.-bg.-circle {
  border: 1px solid #fff;
}

.people__schedule--month span.month span.sm {
  font-size: 0.78em;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
  .people__schedule--month span.month span.sm {
    font-size: 0.73em;
    line-height: 1.375;
  }
}

.course__overview--term.-new span.date.year {
  letter-spacing: 0.155em;
  font-feature-settings: "palt";
}

@media screen and (min-width: 768px) {
  .course__overview--term span.date__wrap {
    font-size: 2em;
  }
}

.course__overview--term.-new span.slash {
  font-size: 1.3125em;
}
@media screen and (max-width: 767px) {
  .course__overview--term.-new span.slash {
    font-size: 1.375em;
  }
}

.course__overview--term.-new span.date {
  font-size: 1.65625em;
}
@media screen and (max-width: 767px) {
  .course__overview--term.-new span.date {
    font-size: 1.75em;
  }
}

.course__overview--term.-new span.day {
  font-size: 2.375em;
}
@media screen and (max-width: 767px) {
  .course__overview--term.-new span.day {
    font-size: 1.25em;
  }
}

.people__course {
  max-width: 90%;
  padding-left: 3.125em;
}
@media screen and (max-width: 767px) {
  .people__course {
    padding-left: 1.875em;
  }
}

.people__content {
  display: flex;
  column-gap: 2.5em;
}
@media screen and (max-width: 767px) {
  .people__content {
    flex-direction: column;
  }
}
.people__content:nth-child(n+2) {
  margin-top: 2.5em;
}

.people__content--imgs {
  width: 17.875em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2.8125em;
}
@media screen and (max-width: 767px) {
  .people__content--imgs {
    width: 100%;
    max-width: 13.5625em;
    margin-left: auto;
    margin-right: auto;
    order: 2;
  }
}

.people__content--person:nth-child(n+2) {
  position: relative;
}
.people__content--person:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 3.75em;
  left: -1.40625em;
  transform: translate(-50%, -50%);
  width: 1.4375em;
  height: 1.4375em;
  background: url(../img/icon_collaboration.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .people__content--person:nth-child(n+2)::before {
    top: 2.8125em;
    left: -1.40625em;
  }
}

.people__content--name {
  text-align: center;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.3;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
  margin-top: 0.25em;
}
@media screen and (max-width: 767px) {
  .people__content--name {
    font-size: 0.9375em;
  }
}
.people__content--name .sm {
  font-size: 0.7em;
}
@media screen and (max-width: 767px) {
  .people__content--name .sm {
    font-size: 0.8em;
  }
}

.people__content--pc {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .people__content--pc {
    display: contents;
  }
}

@media screen and (max-width: 767px) {
  .people__content--head {
    order: 1;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 1.25em;
  }
}

.people__content--course {
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.6666666667;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .people__content--course {
    font-size: 0.75em;
  }
}

.people__content--title {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.01em;
  margin-top: 0.2em;
}
@media screen and (max-width: 767px) {
  .people__content--title {
    font-size: 1em;
  }
}

@media screen and (max-width: 767px) {
  .people__content--links {
    order: 3;
  }
}

.people__content--links .people__buttons {
  max-width: 17.375em;
}
@media screen and (max-width: 767px) {
  .people__content--links .people__buttons {
    width: 100%;
    max-width: 13.5625em;
    margin-left: auto;
    margin-right: auto;
  }
}

.people__content--note {
  font-size: 0.9375em;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
  line-height: 1.2;
  color: #d1351c;
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .people__content--note {
    font-size: 0.6875em;
    margin-top: 2em;
    line-height: 1.4545454545;
    max-width: 27.3em;
    margin-left: auto;
    margin-right: auto;
  }
}

.schedule__lists.-full {
  grid-template-columns: 1fr;
}

.schedule__course--title {
  line-height: 1.625;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .schedule__course--title {
    font-size: 0.75em;
  }
}
.schedule__course--title .lg {
  display: block;
  font-size: 1.33em;
}

.schedule__course--by {
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.75;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .schedule__course--by {
    font-size: 0.8125em;
  }
}

@media screen and (min-width: 768px) {
  .schedule__list--wrap {
    display: grid;
    grid-template-columns: 22em auto;
    column-gap: 2.5em;
  }
}

.schedule__list--text {
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.9285714286;
  letter-spacing: 0.01em;
  text-align: justify;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .schedule__list--text {
    margin-top: 1.5em;
    max-width: 400px;
  }
}

.f__name.-text {
  font-size: 1.75em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .f__name.-text {
    font-size: 1.34375em;
  }
}

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

.modal__person.-link {
  line-height: 1.75;
}

.modal__person.-link a {
  padding-bottom: 0;
}

.schedule__detail--date.-guest .date {
  display: flex;
  align-items: center;
}

.schedule__detail--date.-guest .date .guest {
  display: inline-block;
  line-height: 1.25;
  margin-left: 1em;
}

.h__button a.disabled {
  background-color: #342925;
  color: rgba(255, 255, 255, 0.5);
}
.h__button a.disabled:hover {
  pointer-events: none;
}

/*# sourceMappingURL=style.css.map */
