.fix-btn {
  position: fixed;
  width: 15.4rem;
  background: rgba(69, 61, 15, 0.9);
  right: 0;
  bottom: 10rem;
  z-index: 999; }
  @media only screen and (max-width: 767px) {
    .fix-btn {
      width: 100%;
      bottom: 0; } }
  @media only screen and (max-width: 767px) {
    .fix-btn ul {
      display: flex;
      flex-wrap: wrap; } }
  .fix-btn ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
    @media only screen and (max-width: 767px) {
      .fix-btn ul li {
        width: 33.333%; } }
    @media only screen and (max-width: 767px) {
      .fix-btn ul li {
        border-right: 1px solid rgba(255, 255, 255, 0.15); }
        .fix-btn ul li:nth-of-type(3), .fix-btn ul li:nth-of-type(6) {
          border-right: none; }
        .fix-btn ul li:nth-of-type(4), .fix-btn ul li:nth-of-type(5) {
          border-bottom: none; } }
    .fix-btn ul li a {
      padding: 1.5rem .8rem;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      font-size: 1.5rem;
      line-height: 1.5;
      color: #fff;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .fix-btn ul li a {
          font-size: .9rem;
          line-height: 1.3;
          justify-content: center;
          padding: .5rem;
          height: 100%; } }
      .fix-btn ul li a:hover span {
        position: relative;
        top: .3rem;
        color: #a48d0f; }
      .fix-btn ul li a span {
        font-size: 1.8rem;
        flex-shrink: 0;
        margin-right: .3rem; }
        @media only screen and (max-width: 767px) {
          .fix-btn ul li a span {
            display: none; } }
    .fix-btn ul li:nth-last-of-type(1) {
      border-bottom: none; }
      @media only screen and (max-width: 767px) {
        .fix-btn ul li:nth-last-of-type(1) {
          width: 33.333%; } }
      .fix-btn ul li:nth-last-of-type(1) a {
        background: #453d0f;
        flex-direction: column;
        align-items: center; }
        .fix-btn ul li:nth-last-of-type(1) a small {
          font-size: 1.1rem;
          color: #a48d0f; }
          @media only screen and (max-width: 767px) {
            .fix-btn ul li:nth-last-of-type(1) a small {
              display: none; } }

.container-lp-main {
  height: 70rem;
  background-position: 50% 0%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 5vw; }
  @media only screen and (max-width: 1024px) {
    .container-lp-main {
      height: 64rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .container-lp-main {
      height: calc(100vh - 6.8rem); } }

  .container-lp-main p {
    font-size: 2.8rem;
    background: rgba(164, 141, 15, 0.8);
    padding: .5rem 2rem;
    margin: .5rem; }
    @media only screen and (max-width: 767px) {
      .container-lp-main p {
        font-size: 2rem;
        background: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start; } }
    .container-lp-main p mark {
      color: #fff;
      letter-spacing: .3rem;
      background: none;
      font-weight: 500; }
      @media only screen and (max-width: 767px) {
        .container-lp-main p mark {
          background: rgba(164, 141, 15, 0.8);
          padding: .5rem 1.5rem;
          margin: .5rem auto .5rem .5rem;
          letter-spacing: 0; } }
.container-lp-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5vw 0 3vw; }
  @media only screen and (max-width: 1024px) {
    .container-lp-header {
      padding-top: 10vw; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .container-lp-header {
      text-align: center;
      padding: 10vw 5vw 5vw; } }

  .container-lp-header-ttl {
    font-size: 2.8rem;
    font-weight: 500; }
    @media only screen and (max-width: 767px) {
      .container-lp-header-ttl {
        font-size: 2rem; } }
  .container-lp-header p {
    font-size: 2rem; }
    @media only screen and (max-width: 767px) {
      .container-lp-header p {
        font-size: 1.6rem; } }
.container-lp-txt {
  max-width: 100rem;
  margin: 0 auto;
  font-size: 1.6rem;
  padding: 0 1.5rem 3vw; }
  @media only screen and (max-width: 1024px) {
    .container-lp-txt {
      padding: 0 5vw 3vw; } }
  .container-lp-txt p {
    line-height: 2;
    text-align: left;
    padding-bottom: 1.5em; }
    @media only screen and (max-width: 767px) {
      .container-lp-txt p {
        font-size: 1.4rem; } }

.section-education {
  padding: 6vw 3vw;
  background: url("../../img/overseas/bg_feature.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 1024px) {
    .section-education {
      padding: 10vw 5vw; } }
  .section-education:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.7;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1; }
  @media only screen and (max-width: 767px) {
    .section-education {
      padding-bottom: 2rem; } }
  .section-education-ttl {
    text-align: center;
    font-size: 2.8rem;
    line-height: 1.5;
    letter-spacing: .3rem;
    padding-bottom: 3rem;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .section-education-ttl {
        font-size: 2rem; } }
    .section-education-ttl span {
      font-size: 1.8rem; }
      @media only screen and (max-width: 767px) {
        .section-education-ttl span {
          font-size: 1.3rem; } }
    .section-education-ttl:after {
      content: "";
      width: 12rem;
      height: 1px;
      background: #a48d0f;
      margin: 2rem auto 0 auto; }
      @media only screen and (max-width: 767px) {
        .section-education-ttl:after {
          margin-top: 1rem; } }
  .section-education-catch {
    text-align: center;
    font-size: 2rem;
    padding: 2rem 0; }
    @media only screen and (max-width: 767px) {
      .section-education-catch {
        font-size: 1.6rem;
        padding: 0 1.5rem 1rem;
        text-align: left; } }
    .section-education-catch p {
      line-height: 2; }
  .section-education-txt {
    max-width: 90rem;
    margin: 0 auto;
    padding: 0 0 4rem 0;
    font-size: 1.5rem; }
    @media only screen and (max-width: 767px) {
      .section-education-txt {
        font-size: 1.3rem;
        padding-bottom: 2rem; } }
    .section-education-txt p {
      line-height: 2;
      text-align: left; }
  .section-education-inner {
    max-width: 90rem;
    margin: 0 auto; }
    .section-education-inner dl {
      background: #fff;
      margin-bottom: 3rem; }
      @media only screen and (max-width: 767px) {
        .section-education-inner dl {
          width: 100%; } }
      .section-education-inner dl dt {
        height: 7rem;
        display: flex;
        font-size: 2rem;
        justify-content: flex-start;
        align-items: center;
        padding: 0 3rem;
        border-left: 0.2rem solid #a48d0f;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        font-weight: 400; }
        @media only screen and (max-width: 1024px) {
          .section-education-inner dl dt {
            font-size: 1.8rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-education-inner dl dt {
      font-size: 1.5rem;
      line-height: 1.3;
      padding: 1rem 1rem;
      align-items: flex-start;
      flex-direction: column;
      height: auto; } }

        .section-education-inner dl dt span {
          width: 8.5rem;
          height: 1.7rem;
          display: flex;
          justify-content: center;
          align-items: center;
          background: #a48d0f;
          color: #fff;
          font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
          font-size: 1.2rem;
          font-weight: 700;
          line-height: 1;
          margin-right: .8rem;
          flex-shrink: 0; }
          @media only screen and (max-width: 767px) {
            .section-education-inner dl dt span {
              width: 6rem;
              font-size: .9rem;
              margin: 0 0 .3rem; } }
      .section-education-inner dl dd {
        padding: 2.5rem 3rem; }
        @media only screen and (max-width: 767px) {
          .section-education-inner dl dd {
            padding: 1.5rem; } }
        .section-education-inner dl dd p {
          font-size: 1.4rem;
          line-height: 2; }
          @media only screen and (max-width: 767px) {
            .section-education-inner dl dd p {
              font-size: 1.2rem;
              font-family: "Manrope", "Zen Kaku Gothic New", sans-serif; } }
.section-program {
  padding: 6vw 0; }
  @media only screen and (max-width: 1024px) {
    .section-program {
      padding: 10vw 0 3vw; } }
  @media only screen and (max-width: 767px) {
    .section-program {
      padding-bottom: 2rem; } }
  .section-program-ttl {
    text-align: center;
    font-size: 2.8rem;
    line-height: 1.5;
    letter-spacing: .3rem;
    padding-bottom: 3rem;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .section-program-ttl {
        font-size: 2rem; } }
    .section-program-ttl span {
      font-size: 1.8rem; }
      @media only screen and (max-width: 767px) {
        .section-program-ttl span {
          font-size: 1.3rem; } }
    .section-program-ttl:after {
      content: "";
      width: 12rem;
      height: 1px;
      background: #a48d0f;
      margin: 2rem auto 0 auto; }
      @media only screen and (max-width: 767px) {
        .section-program-ttl:after {
          margin-top: 1rem; } }
  .section-program-txt {
    max-width: 90rem;
    margin: 0 auto;
    padding: 0 3vw 4rem;
    font-size: 1.5rem; }
    @media only screen and (max-width: 1024px) {
      .section-program-txt {
        padding: 0 5vw 4rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-program-txt {
      font-size: 1.3rem; } }

    .section-program-txt p {
      line-height: 2;
      text-align: left; }
  .section-program-inner .nav-program {
    display: flex;
    justify-content: center;
    align-items: flex-start; }
    @media only screen and (max-width: 767px) {
      .section-program-inner .nav-program {
        padding: 0 .5rem; } }
    .section-program-inner .nav-program-item {
      width: 42rem;
      height: 6rem;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.8rem;
      margin: 0 1rem;
      position: relative;
      cursor: pointer; }
      @media only screen and (max-width: 1024px) {
        .section-program-inner .nav-program-item {
          width: 36rem;
          margin: 0 .5rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-program-inner .nav-program-item {
      height: auto;
      padding: .5rem;
      font-size: 1.1rem;
      text-align: center;
      line-height: 1.3; } }

      .section-program-inner .nav-program-item:nth-of-type(1) {
        background: #EEE8CF;
        color: #a48d0f; }
      .section-program-inner .nav-program-item:nth-of-type(2) {
        background: #E5EAF0;
        color: #003366; }
      .section-program-inner .nav-program-item:after {
        content: "";
        width: 100%;
        height: 1px;
        background: #fff;
        position: absolute;
        left: 0;
        bottom: 0; }
      .section-program-inner .nav-program-item.active:after {
        display: none; }
  .section-program-inner .section-more {
    display: none;
    padding-bottom: 6vw; }
    @media only screen and (max-width: 1024px) {
      .section-program-inner .section-more {
        padding: 3vw 5vw 10vw; } }
    .section-program-inner .section-more.active {
      display: block; }
    .section-program-inner .section-more#diploma {
      background: #EEE8CF; }
      .section-program-inner .section-more#diploma header small {
        color: #a48d0f; }
      .section-program-inner .section-more#diploma .section-more-info dt {
        background: #F6F4E7; }
      .section-program-inner .section-more#diploma .section-more-dormitory {
        border: 1px solid #a48d0f; }
    .section-program-inner .section-more#training {
      background: #E5EAF0; }
      .section-program-inner .section-more#training header small {
        color: #003366; }
      .section-program-inner .section-more#training .section-more-info dt {
        background: rgba(0, 51, 102, 0.3); }
      .section-program-inner .section-more#training .section-more-dormitory {
        border-color: #003366;
        border: 1px solid #003366; }
    .section-program-inner .section-more-header {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 5vw 3vw 3vw; }
      .section-program-inner .section-more-header-en {
        font-size: 4.8rem;
        line-height: 1; }
        @media only screen and (max-width: 767px) {
          .section-program-inner .section-more-header-en {
            font-size: 2.8rem; } }
      .section-program-inner .section-more-header-ttl {
        font-size: 2rem;
        line-height: 2;
        font-weight: 400; }
        @media only screen and (max-width: 767px) {
          .section-program-inner .section-more-header-ttl {
            font-size: 1.4rem; } }
    .section-program-inner .section-more-inner {
      max-width: 90rem;
      margin: 0 auto; }
      .section-program-inner .section-more-inner p {
        font-size: 1.5rem;
        line-height: 2;
        padding-bottom: 2rem;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          .section-program-inner .section-more-inner p {
            font-size: 1.1rem;
            padding-bottom: 1rem; } }
        .section-program-inner .section-more-inner p strong {
          font-size: 2.4rem;
          font-weight: 400; }
          @media only screen and (max-width: 1024px) {
            .section-program-inner .section-more-inner p strong {
              font-size: 2rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-program-inner .section-more-inner p strong {
      font-size: 1.3rem; } }

    .section-program-inner .section-more-info {
      max-width: 90rem;
      margin: 0 auto 3vw; }
      .section-program-inner .section-more-info div {
        background: #fff;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        margin-bottom: 2rem; }
        @media only screen and (max-width: 767px) {
          .section-program-inner .section-more-info div {
            margin-bottom: 1rem;
            flex-direction: column; } }
        .section-program-inner .section-more-info div dt {
          width: 14rem;
          font-size: 1.6rem;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-shrink: 0; }
          @media only screen and (max-width: 767px) {
            .section-program-inner .section-more-info div dt {
              font-size: 1.2rem;
              width: 100%;
              padding: .5rem; } }
        .section-program-inner .section-more-info div dd {
          width: 100%;
          padding: 2.5rem;
          font-size: 1.5rem;
          line-height: 1.6; }
          @media only screen and (max-width: 767px) {
            .section-program-inner .section-more-info div dd {
              font-size: 1.2rem;
              padding: 1.5rem; } }
          .section-program-inner .section-more-info div dd small {
            font-size: 1.2rem; }
            @media only screen and (max-width: 767px) {
              .section-program-inner .section-more-info div dd small {
                font-size: 1rem; } }
    .section-program-inner .section-more-dormitory {
      max-width: 90rem;
      margin: 0 auto;
      padding: 2.5rem 3.5rem; }
      @media only screen and (max-width: 767px) {
        .section-program-inner .section-more-dormitory {
          padding: 1.5rem; } }
      .section-program-inner .section-more-dormitory dt {
        font-size: 2.2rem;
        text-align: center;
        padding-bottom: 2rem; }
        @media only screen and (max-width: 767px) {
          .section-program-inner .section-more-dormitory dt {
            font-size: 1.5rem;
            padding-bottom: 1rem; } }
      .section-program-inner .section-more-dormitory dd {
        font-size: 1.5rem;
        line-height: 1.6; }
        @media only screen and (max-width: 767px) {
          .section-program-inner .section-more-dormitory dd {
            font-size: 1.2rem; } }
        .section-program-inner .section-more-dormitory dd small {
          font-size: 1.2rem; }
          @media only screen and (max-width: 767px) {
            .section-program-inner .section-more-dormitory dd small {
              font-size: 1rem; } }
.section-flow {
  padding: 6vw 3vw; }
  @media only screen and (max-width: 767px) {
    .section-flow {
      padding: 10vw 0; } }
  .section-flow-ttl {
    text-align: center;
    font-size: 2.8rem;
    line-height: 1.5;
    padding-bottom: 3rem;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .section-flow-ttl {
        font-size: 2rem; } }
    .section-flow-ttl:after {
      content: "";
      width: 12rem;
      height: 1px;
      background: #a48d0f;
      margin: 2rem auto 0 auto; }
      @media only screen and (max-width: 767px) {
        .section-flow-ttl:after {
          margin-top: 1rem; } }
  .section-flow-inner {
    max-width: 128rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .section-flow-inner div {
      width: 30rem;
      border: 1px solid #a48d0f;
      padding: 3rem;
      margin: .7rem; }
      @media only screen and (max-width: 767px) {
        .section-flow-inner div {
          width: 100%;
          padding: 1rem; } }
      .section-flow-inner div:nth-last-of-type(1) {
        width: 92.8rem; }
        @media only screen and (max-width: 767px) {
          .section-flow-inner div:nth-last-of-type(1) {
            width: 100%; } }
      .section-flow-inner div > dt {
        text-align: center;
        font-size: 1.8rem;
        padding-bottom: 1.5rem;
        color: #a48d0f; }
        @media only screen and (max-width: 767px) {
          .section-flow-inner div > dt {
            font-size: 1.3rem;
            padding-bottom: .5rem; } }
      .section-flow-inner div > dd {
        font-size: 2rem;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          .section-flow-inner div > dd {
            font-size: 1.4rem; }
            .section-flow-inner div > dd br {
              display: none; } }
        .section-flow-inner div > dd dl {
          background: rgba(164, 141, 15, 0.2);
          padding: 2rem;
          margin-top: 1.5rem; }
          @media only screen and (max-width: 767px) {
            .section-flow-inner div > dd dl {
              padding: 1rem; } }
          .section-flow-inner div > dd dl dt {
            font-size: 1.8rem;
            text-align: center;
            margin-bottom: .5rem; }
            @media only screen and (max-width: 767px) {
              .section-flow-inner div > dd dl dt {
                font-size: 1.3rem; } }
          .section-flow-inner div > dd dl dd {
            font-size: 1.5rem;
            line-height: 1.6;
            text-align: center; }
            @media only screen and (max-width: 767px) {
              .section-flow-inner div > dd dl dd {
                font-size: 1.1rem;
                text-align: left; } }
.section-audition {
  background: rgba(164, 141, 15, 0.05);
  padding: 6vw 3vw;
  margin-bottom: 10rem; }
  @media only screen and (max-width: 1024px) {
    .section-audition {
      padding: 10vw 5vw;
      margin-bottom: 0; } }
  @media only screen and (max-width: 767px) {
    .section-audition {
      padding: 10vw 0; } }
  .section-audition-ttl {
    text-align: center;
    font-size: 2.8rem;
    line-height: 1.5;
    padding-bottom: 3rem;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .section-audition-ttl {
        font-size: 2rem; } }
    .section-audition-ttl span {
      font-size: 1.8rem; }
      @media only screen and (max-width: 767px) {
        .section-audition-ttl span {
          font-size: 1.3rem; } }
    .section-audition-ttl:after {
      content: "";
      width: 12rem;
      height: 1px;
      background: #a48d0f;
      margin: 2rem auto 0 auto; }
      @media only screen and (max-width: 767px) {
        .section-audition-ttl:after {
          margin-top: 1rem; } }
  .section-audition-txt {
    max-width: 90rem;
    margin: 0 auto 4rem; }
    @media only screen and (max-width: 767px) {
      .section-audition-txt {
        padding: 0 5vw;
        margin-bottom: 2rem; } }
    .section-audition-txt p {
      font-size: 1.5rem;
      line-height: 2;
      padding-bottom: 2.5rem; }
      @media only screen and (max-width: 767px) {
        .section-audition-txt p {
          font-size: 1.3rem;
          padding-bottom: 1.5rem; } }
  .section-audition-box {
    max-width: 90rem;
    margin: 0 auto 5vw; }
    @media only screen and (max-width: 1024px) {
      .section-audition-box {
        margin-bottom: 10vw; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-audition-box {
      padding: 0 5vw; } }

    .section-audition-box-ttl {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-bottom: 2rem; }
      @media only screen and (max-width: 767px) {
        .section-audition-box-ttl {
          margin-bottom: 1.5rem; } }
      .section-audition-box-ttl:after {
        content: "";
        width: 100%;
        height: 1px;
        background: rgba(164, 141, 15, 0.15); }
      .section-audition-box-ttl span {
        font-size: 2rem;
        margin-right: 1rem;
        flex-shrink: 0; }
        @media only screen and (max-width: 767px) {
          .section-audition-box-ttl span {
            font-size: 1.5rem; } }
    .section-audition-box p {
      font-size: 1.5rem;
      line-height: 2;
      padding-bottom: 2rem; }
      @media only screen and (max-width: 767px) {
        .section-audition-box p {
          font-size: 1.2rem; } }
    .section-audition-box .dl-content div {
      display: flex;
      align-items: stretch;
      margin-bottom: 1rem; }
      @media only screen and (max-width: 767px) {
        .section-audition-box .dl-content div {
          flex-direction: column; } }
      .section-audition-box .dl-content div dt {
        width: 44rem;
        display: flex;
        align-items: center;
        flex-shrink: 0;
        background: rgba(164, 141, 15, 0.1);
        font-size: 1.7rem; }
        @media only screen and (max-width: 767px) {
          .section-audition-box .dl-content div dt {
            width: 100%;
            flex-direction: column;
            font-size: 1.3rem;
            padding-bottom: .5rem; } }
        .section-audition-box .dl-content div dt span {
          width: 8rem;
          height: 100%;
          background: rgba(164, 141, 15, 0.75);
          color: #fff;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-shrink: 0;
          margin-right: 2rem; }
          @media only screen and (max-width: 767px) {
            .section-audition-box .dl-content div dt span {
              width: 100%;
              font-size: 1.3rem;
              margin: 0 0 .5rem; } }
      .section-audition-box .dl-content div dd {
        width: 100%;
        font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
        font-size: 1.4rem;
        background: #fff;
        padding: 1.5rem 2.5rem; }
        @media only screen and (max-width: 767px) {
          .section-audition-box .dl-content div dd {
            font-size: 1.1rem;
            padding: 1rem; } }
    .section-audition-box .dl-schedule div {
      display: flex;
      align-items: stretch;
      margin-bottom: 1rem; }
      @media only screen and (max-width: 767px) {
        .section-audition-box .dl-schedule div {
          flex-direction: column; } }
      .section-audition-box .dl-schedule div dt {
        width: 24rem;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        background: rgba(164, 141, 15, 0.2);
        font-size: 1.6rem; }
        @media only screen and (max-width: 767px) {
          .section-audition-box .dl-schedule div dt {
            width: 100%;
            font-size: 1.3rem;
            padding: .5rem; } }
      .section-audition-box .dl-schedule div dd {
        width: 100%;
        font-size: 1.5rem;
        background: #fff;
        padding: 1.5rem 2.5rem; }
        @media only screen and (max-width: 767px) {
          .section-audition-box .dl-schedule div dd {
            font-size: 1.2rem;
            padding: 1rem;
            text-align: center; } }
        @media only screen and (max-width: 767px) {
          .section-audition-box .dl-schedule div dd table {
            width: 100%; } }
        .section-audition-box .dl-schedule div dd table th, .section-audition-box .dl-schedule div dd table td {
          text-align: left; }
          @media only screen and (max-width: 767px) {
            .section-audition-box .dl-schedule div dd table th, .section-audition-box .dl-schedule div dd table td {
              width: 100%;
              display: block;
              text-align: center; } }
        .section-audition-box .dl-schedule div dd table td {
          padding: 0 2rem; }
          @media only screen and (max-width: 767px) {
            .section-audition-box .dl-schedule div dd table td {
              padding: .5rem 0;
              border-top: 1px solid rgba(164, 141, 15, 0.15); } }
  .section-audition-btn a {
    width: 50rem;
    height: 6rem;
    font-size: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #443F12;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .section-audition-btn a {
        width: 28rem;
        height: 4rem;
        font-size: 1.4rem; } }
    .section-audition-btn a:hover {
      background: #a48d0f; }
.section-support {
  padding: 6vw 3vw; }
  @media only screen and (max-width: 1024px) {
    .section-support {
      padding: 10vw 5vw; } }
  @media only screen and (max-width: 767px) {
    .section-support {
      padding: 10vw 0; } }
  .section-support-ttl {
    text-align: center;
    font-size: 2.8rem;
    line-height: 1.5;
    padding-bottom: 3rem;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .section-support-ttl {
        font-size: 2rem; } }
    .section-support-ttl span {
      font-size: 1.8rem; }
      @media only screen and (max-width: 767px) {
        .section-support-ttl span {
          font-size: 1.3rem; } }
    .section-support-ttl:after {
      content: "";
      width: 12rem;
      height: 1px;
      background: #a48d0f;
      margin: 2rem auto 0 auto; }
      @media only screen and (max-width: 767px) {
        .section-support-ttl:after {
          margin-top: 1rem; } }
  .section-support-box {
    max-width: 90rem;
    margin: 0 auto 5vw; }
    @media only screen and (max-width: 767px) {
      .section-support-box {
        padding: 0 5vw; } }
    .section-support-box-ttl {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-bottom: 2rem; }
      .section-support-box-ttl:after {
        content: "";
        width: 100%;
        height: 1px;
        background: rgba(164, 141, 15, 0.15); }
      .section-support-box-ttl span {
        font-size: 2rem;
        margin-right: 1rem;
        flex-shrink: 0; }
        @media only screen and (max-width: 767px) {
          .section-support-box-ttl span {
            font-size: 1.5rem; } }
    .section-support-box p {
      font-size: 1.5rem;
      line-height: 2;
      padding-bottom: 2rem; }
      @media only screen and (max-width: 767px) {
        .section-support-box p {
          font-size: 1.2rem; } }
    .section-support-box .div-support {
      margin-bottom: 2rem; }
      .section-support-box .div-support p {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-shrink: 0;
        font-size: 1.6rem;
        line-height: 1.6;
        font-weight: 700; }
        @media only screen and (max-width: 767px) {
          .section-support-box .div-support p {
            font-size: 1.3rem;
            align-items: flex-start;
            padding-bottom: 1rem; } }
        .section-support-box .div-support p:before {
          content: "";
          width: 2rem;
          height: 2rem;
          border: 1px solid #a48d0f;
          flex-shrink: 0;
          margin-right: 1rem; }
          @media only screen and (max-width: 767px) {
            .section-support-box .div-support p:before {
              width: 1.3rem;
              height: 1.3rem;
              margin-top: .3rem;
              margin-right: .5rem; } }
    .section-support-box .dl-support {
      margin-bottom: 2rem; }
      .section-support-box .dl-support div {
        margin-bottom: 2.5rem; }
        @media only screen and (max-width: 767px) {
          .section-support-box .dl-support div {
            margin-bottom: 1.5rem; } }
        .section-support-box .dl-support div dt {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          flex-shrink: 0;
          font-size: 1.6rem;
          margin-bottom: 1rem; }
          @media only screen and (max-width: 767px) {
            .section-support-box .dl-support div dt {
              font-size: 1.3rem;
              align-items: flex-start;
              margin-bottom: .5rem; } }
          .section-support-box .dl-support div dt:before {
            content: "";
            width: 2rem;
            height: 2rem;
            border: 1px solid #a48d0f;
            flex-shrink: 0;
            margin-right: 1rem; }
            @media only screen and (max-width: 767px) {
              .section-support-box .dl-support div dt:before {
                width: 1.3rem;
                height: 1.3rem;
                margin-top: .3rem;
                margin-right: .5rem; } }
        .section-support-box .dl-support div dd {
          font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
          font-size: 1.4rem; }
          @media only screen and (max-width: 767px) {
            .section-support-box .dl-support div dd {
              font-size: 1.2rem; } }
    .section-support-box-table {
      border: 1px solid #463f11;
      padding: .5rem; }
      @media only screen and (max-width: 767px) {
        .section-support-box-table {
          padding: 0; } }
    .section-support-box table {
      width: 100%;
      font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
      border-collapse: separate;
      border-spacing: .8rem; }
      @media only screen and (max-width: 767px) {
        .section-support-box table {
          border-spacing: .2rem; } }
      .section-support-box table th {
        padding: 1.5rem;
        text-align: center;
        background: #463f11;
        color: #fff; }
        @media only screen and (max-width: 767px) {
          .section-support-box table th {
            padding: .5rem 0;
            font-size: .9rem;
            vertical-align: middle; } }
      .section-support-box table td {
        text-align: center;
        border-bottom: 1px solid rgba(70, 63, 17, 0.5);
        padding: 1.5rem;
        vertical-align: middle;
        color: #a48d0f;
        font-size: 2rem; }
        @media only screen and (max-width: 767px) {
          .section-support-box table td {
            font-size: .9rem;
            padding: .5rem 0;
            vertical-align: middle; } }
      .section-support-box table tr td:nth-of-type(1) {
        background: rgba(70, 63, 17, 0.25);
        color: #000;
        font-weight: 700;
        font-size: 1.4rem; }
        @media only screen and (max-width: 767px) {
          .section-support-box table tr td:nth-of-type(1) {
            font-size: .9rem; } }
      .section-support-box table tr:nth-last-of-type(1) td {
        border-bottom: none; }
        .section-support-box table tr:nth-last-of-type(1) td:nth-of-type(1) {
          background: rgba(70, 63, 17, 0.5);
          color: #fff; }
        .section-support-box table tr:nth-last-of-type(1) td:nth-of-type(2) {
          background: rgba(70, 63, 17, 0.2);
          font-size: 1.4rem;
          color: #000; }
          @media only screen and (max-width: 767px) {
            .section-support-box table tr:nth-last-of-type(1) td:nth-of-type(2) {
              font-size: 1rem; } }

@media only screen and (max-width: 767px) {
  footer {
    margin-bottom: 6.8rem; } }
