
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mv .swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.school__gallery .swiper-slide img {
  width: 100%;
  max-width: 400px;
  height: auto;
  object-fit: cover;
}

.school__gallery .swiper-slide {
  width: auto;
}
.school__gallery .swiper-wrapper {
  transition-timing-function: linear;
}

/* TAG */
.tag__gr {
  background-color: #2EA93D;
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  border-radius: 2px;
  padding: 2px 8px;
}

@media (min-width: 481px) {}

@media (min-width: 768px) {
  .tag__gr {
    background-color: #2EA93D;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    border-radius: 2px;
    padding: 2px 16px;
  }
}

@media (min-width: 1024px) {}

@media (min-width: 1280px) {}

@media (min-width: 1400px) {}

/* TABLE */
/* TABLE FORM */
.table_form {
  display: flex;
  gap: 40px;
  flex-direction: column;
}

.table_form__inner {
  width: 100%;
  max-width: 1064px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.table_form__header {
  text-align: center;
}

.table_form__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  color: #535353;
}

.table_form table {
  border-collapse: separate;
  border-spacing: 0 8px;
}
.table_form table span.example {
  display: block;
  font-size: 1.4rem;
  color: #858585;
  font-weight: 400;
}

.table_form th {
  width: 100%;
  display: block;
  text-align: left;
  vertical-align: top;
  margin-bottom: 8px;
}

.table_form td {
  width: 100%;
  display: block;
}

.table_form th.privacy_check {
  vertical-align: middle;
}
.table_form td input {
  background-color: #F2FCEF;
  height: 48px;
  border-radius: 4px;
  margin-bottom: 8px;
}

.table_form td input.company-name,
.table_form td input.person-name,
.table_form td input.age,
.table_form td input.post-address,
.table_form td input.address,
.table_form td input.lesson-area,
.table_form td input.experience-period,
.table_form td input.genre,
.table_form td input.mail {
  width: 100%;
  padding: 0 16px;
}

.table_form td textarea.message {
  width: 100%;
  padding: 16px;
}

.table_form td input.tel {
  padding: 0 16px;
}

.table_form .input.back input[type='submit'],
input.send {
  margin: 24px 24px;
}

.table_form td textarea {
  width: 100%;
  background-color: #F2FCEF;
}

.table_form input[type='submit'],
.table_form button {
  width: 100%;
  margin: 0;
  height: 60px;
  background-color: #2EA93D;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 4px;
  display: block;
}
.table_form .required::before {
  content: "必須";
  background-color: #F92929;
  color: #ffffff;
  margin-right: 8px;
  font-size: 1.3rem;
  padding: 4px 8px;
  border-radius: 4px;
}

.table_form .confirm_button {
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: center;
}

.table_form__wt {
  /* background-color: rgba(0,0,0,.1); */
}
.table_form .table_form__ttl {
  color: #424242;
}

.table_form__wt .table_form__ttl {
  color: #ffffff;
}
.table_form__wt table span.example {
  color: #ffffff;
}

.table_form__wt .privacy {
  color: #424242;
}

.mw_wp_form_confirm .table_form table span.example {
  display: none;
}

@media (min-width: 481px) {}

@media (min-width: 768px) {}

@media (min-width: 1024px) {
  .table_form__inner {
    width: 100%;
    max-width: 1064px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .table_form th {
    width: 280px;
    margin-bottom: 0;
    text-align: left;
    vertical-align: top;
    display: inline-block;
  }
  .table_form td {
    width: calc(100% - 280px);
    display: inline-block;
    padding: 0;
  }
  .table_form__ttl {
    font-size: 3.0rem;
    font-weight: 700;
    color: #535353;
  }
}

@media (min-width: 1280px) {}

@media (min-width: 1400px) {}
/* PRIVACY POLICY */
.privacy {
  max-height: 320px;
  overflow-y: scroll;
  padding: 24px;
  margin: 24px 0;
  border-radius: 4px;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.privacy p {
  font-size: 1.4rem;
  line-height: 2.2rem;
}

.privacy__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.privacy__ttl {
  font-size: 1.8rem;
  font-weight: 700;
}

.privacy__subttl {
  font-size: 1.6rem;
  font-weight: 700;
}
.privacy ul {
  margin: 16px 0;
}
