section#fv {
  display: block;
  width: 100vw;
  padding-top: 100px;
  height: calc(100vh - 120px);
  height: calc(100svh - 120px); }
  section#fv .fv__visual {
    width: 100vw;
    height: calc(100vh - 120px);
    height: calc(100svh - 120px); }
    section#fv .fv__visual img {
      width: 100vw;
      height: calc(100vh - 120px);
      height: calc(100svh - 120px);
      object-fit: cover; }

@media (max-width: 960px) {
  section#fv {
    padding-top: 80px;
    width: auto;
    height: auto; }
    section#fv .fv__visual {
      width: auto;
      height: auto; }
      section#fv .fv__visual img {
        width: 100%;
        height: auto; } }
.instructor-block.swell-block-columns .swell-block-column {
  width: 21% !important; }
.instructor-block h3 {
  background-image: linear-gradient(288deg, #fe6515, #ffc962);
  padding: 6px 0px; }
  .instructor-block h3 span span {
    color: #fff !important; }

@media (max-width: 960px) {
  .instructor-block.swell-block-columns .swell-block-column {
    width: calc(var(--clmn-w) - var(--swl-clmn-mrgn--x)) !important; } }
/* ==============================

    table

============================== */
.table-simple table tr th, .table-simple table tr td {
  padding: 25px 0 25px 10px !important; }
.table-simple table tr th {
  width: 230px !important; }

@media (max-width: 960px) {
  .table-simple table tr {
    border-bottom: 1px solid #ddd; }
    .table-simple table tr th, .table-simple table tr td {
      border: none; }
    .table-simple table tr th {
      font-weight: bold;
      padding: 20px 0 10px 10px !important; }
    .table-simple table tr td {
      padding: 10px 0 20px 10px !important; } }
.form__item {
  flex-wrap: wrap; }
  .form__item p .form__ttl {
    width: 250px; }
  .form__item .form__body {
    width: calc(100% - 250px); }
  .form__item span.must {
    margin-left: 8px;
    background: #fe6515;
    color: #fff;
    padding: 3px 7px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 15px; }

@media (max-width: 960px) {
  .form__item p .form__ttl {
    width: 100%; }
  .form__item .form__body {
    width: 100%;
    margin-top: 10px; } }
.wp-block-table > table tr > :first-child:not(.-no1) {
  width: 200px; }

@media (max-width: 960px) {
  .wp-block-table > table tr > :first-child:not(.-no1) {
    width: 110px;
    font-size: 13px; }

  .wp-block-table > table .u-fz-xl {
    font-size: 13px !important;
    font-weight: 600; }

  .wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
    font-size: 13px !important; } }

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