.container-header:after {
  background-color: #a48d0f; }
.container#members .container-inner {
  max-width: none;
  padding: 0 0 6vw; }
  .container#members .container-inner #wpmem_restricted_msg {
    padding: 6vw 3vw 0;
    max-width: 128rem;
    margin: 0 auto; }

.section-movie, .section-news, .section-recruit {
  padding: 6vw 3vw; }
  @media only screen and (max-width: 767px) {
    .section-movie, .section-news, .section-recruit {
      padding: 5rem 5vw; } }
  .section-movie-ttl, .section-news-ttl, .section-recruit-ttl {
    text-align: center;
    font-size: 2.8rem;
    line-height: 1.5;
    padding-bottom: 5rem;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .section-movie-ttl, .section-news-ttl, .section-recruit-ttl {
        font-size: 2.4rem; } }
    .section-movie-ttl span, .section-news-ttl span, .section-recruit-ttl span {
      font-size: 1.8rem; }
      @media only screen and (max-width: 767px) {
        .section-movie-ttl span, .section-news-ttl span, .section-recruit-ttl span {
          font-size: 1.4rem; } }
    .section-movie-ttl:after, .section-news-ttl:after, .section-recruit-ttl:after {
      content: "";
      width: 12rem;
      height: 1px;
      background: #a48d0f;
      margin: 2rem auto 0 auto; }
      @media only screen and (max-width: 767px) {
        .section-movie-ttl:after, .section-news-ttl:after, .section-recruit-ttl:after {
          margin-top: 1rem; } }
.section-movie-txt {
  padding-bottom: 5rem; }
  .section-movie-txt p {
    font-size: 1.6rem;
    line-height: 2;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .section-movie-txt p {
        font-size: 1.3rem;
        text-align: left;
        line-height: 1.6; } }
.section-movie-list {
  max-width: 128rem;
  margin: 0 auto;
  border-top: 1px solid rgba(164, 141, 15, 0.25); }
  .section-movie-list > div {
    padding: 2.5rem 4.5rem 2.5rem 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-bottom: 1px solid rgba(164, 141, 15, 0.25); }
    @media only screen and (max-width: 1024px) {
      .section-movie-list > div {
        flex-direction: column;
        align-items: flex-start; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-movie-list > div {
      padding: 1.2rem 3.5rem 1.2rem 0; } }

    .section-movie-list > div:after {
      content: "\e5c8";
      font-family: "material symbols Outlined", cursive;
      color: rgba(164, 141, 15, 0.4);
      position: absolute;
      font-size: 2.4rem;
      line-height: 1;
      right: 1.5rem;
      top: 50%;
      font-weight: 200;
      margin-top: -.5em; }
      @media only screen and (max-width: 767px) {
        .section-movie-list > div:after {
          font-size: 1.6rem;
          right: .5rem; } }
    .section-movie-list > div:hover {
      background: rgba(164, 141, 15, 0.05); }
  .section-movie-list dd {
    width: 100%;
    padding: 0 1.5rem; }
    @media only screen and (max-width: 1024px) {
      .section-movie-list dd {
        padding-top: 1.5rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-movie-list dd {
      padding: .5rem 0 0; } }

    .section-movie-list dd ul {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap; }
      .section-movie-list dd ul li {
        margin: .2rem; }
        .section-movie-list dd ul li a {
          border-radius: 5rem;
          border: 1px solid #a48d0f;
          font-size: 1.2rem;
          font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
          letter-spacing: .1rem;
          display: flex;
          align-items: center;
          padding: 0 1rem;
          height: 2rem;
          position: relative;
          z-index: 11;
          background: #fff; }
          @media only screen and (max-width: 767px) {
            .section-movie-list dd ul li a {
              font-size: .9rem;
              letter-spacing: 0; } }
  .section-movie-list dt {
    font-weight: 400;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .section-movie-list dt > a {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 10; }
    @media only screen and (max-width: 767px) {
      .section-movie-list dt {
        width: 100%;
        flex-direction: column;
        align-items: flex-start; } }
    .section-movie-list dt .list-cat {
      flex-shrink: 0;
      margin: 0 1.5rem; }
      @media only screen and (max-width: 767px) {
        .section-movie-list dt .list-cat {
          margin: 0 0 .5rem; } }
      .section-movie-list dt .list-cat a {
        position: relative;
        z-index: 11;
        background: rgba(164, 141, 15, 0.2);
        height: 2.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 1rem;
        min-width: 9.5rem; }
        @media only screen and (max-width: 767px) {
          .section-movie-list dt .list-cat a {
            height: 1.8rem;
            font-size: 1rem;
            min-width: 0; } }
    .section-movie-list dt .list-ttl {
      font-size: 1.6rem; }
      @media only screen and (max-width: 767px) {
        .section-movie-list dt .list-ttl {
          font-size: 1.4rem; } }
.section-movie-meta {
  max-width: 128rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 5rem; }
  @media only screen and (max-width: 767px) {
    .section-movie-meta {
      flex-direction: column;
      padding-top: 2.5rem; } }
  .section-movie-meta dl {
    width: 48%;
    margin-bottom: 3rem;
    padding: 2.5rem 4rem;
    border: 0.5rem solid rgba(164, 141, 15, 0.1); }
    @media only screen and (max-width: 1024px) {
      .section-movie-meta dl {
        padding: 2.5rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-movie-meta dl {
      width: 100%;
      margin-bottom: 1.5rem;
      padding: 1.5rem; } }

    .section-movie-meta dl dt {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      font-weight: 400;
      font-size: 1.8rem;
      padding-bottom: 1.5rem; }
      @media only screen and (max-width: 767px) {
        .section-movie-meta dl dt {
          font-size: 1.4rem;
          padding-bottom: .8rem; } }
      .section-movie-meta dl dt span {
        color: #a48d0f;
        font-size: 1.8rem;
        margin-right: .5rem; }
        @media only screen and (max-width: 767px) {
          .section-movie-meta dl dt span {
            font-size: 1.4rem; } }
    .section-movie-meta dl dd ul {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap; }
      @media only screen and (max-width: 767px) {
        .section-movie-meta dl dd ul {
          justify-content: center; } }
      .section-movie-meta dl dd ul li {
        margin: .5rem; }
        .section-movie-meta dl dd ul li a {
          border: 1px solid #a48d0f;
          padding: .5rem 1.5rem;
          display: block;
          border-radius: .3rem; }
          @media only screen and (max-width: 767px) {
            .section-movie-meta dl dd ul li a {
              padding: .5rem 1rem;
              font-size: 1.1rem; } }
          .section-movie-meta dl dd ul li a:hover {
            background: rgba(164, 141, 15, 0.2); }
    .section-movie-meta dl:nth-last-of-type(1) {
      width: 100%; }
.section-recruit {
  background: rgba(164, 141, 15, 0.05); }
  .section-recruit-txt {
    text-align: center;
    padding-bottom: 5rem;
    font-size: 1.6rem; }
  .section-recruit-list {
    max-width: 100rem;
    margin: 0 auto; }
    .section-recruit-list .article-recruit {
      border: .4rem solid #ede8cf;
      background: #fff;
      padding: 0 2rem;
      margin-bottom: 2rem;
      position: relative;
      z-index: 1; }
      @media only screen and (max-width: 767px) {
        .section-recruit-list .article-recruit {
          padding: 0 1.5rem; } }
      .section-recruit-list .article-recruit:hover {
        border-color: #a48d0f; }
      .section-recruit-list .article-recruit > a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 10; }
      .section-recruit-list .article-recruit-txt {
        font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
        font-size: 1.4rem;
        padding: 1rem; }
        @media only screen and (max-width: 767px) {
          .section-recruit-list .article-recruit-txt {
            font-size: 1.3rem;
            padding: 1rem .5rem; } }
      .section-recruit-list .article-recruit-header {
        border-bottom: 1px solid #ede8cf;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1.5rem 0.5rem; }
        @media only screen and (max-width: 1024px) {
          .section-recruit-list .article-recruit-header {
            flex-wrap: wrap; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-recruit-list .article-recruit-header {
      flex-direction: column;
      justify-content: center;
      padding: 1.5rem 0 1rem; } }

        .section-recruit-list .article-recruit-header span {
          background: rgba(164, 141, 15, 0.2);
          display: flex;
          align-items: center;
          justify-content: center;
          flex-shrink: 0;
          height: 2.5rem;
          padding: 0 1.5rem;
          margin-right: 1rem;
          border-radius: 5rem; }
          @media only screen and (max-width: 767px) {
            .section-recruit-list .article-recruit-header span {
              margin: 0 0 .3rem;
              height: 2rem;
              font-size: 1.3rem; } }
        .section-recruit-list .article-recruit-header-ttl {
          font-size: 2rem;
          font-weight: 400;
          margin-right: auto; }
          @media only screen and (max-width: 767px) {
            .section-recruit-list .article-recruit-header-ttl {
              margin: 0 0 .5rem;
              text-align: center;
              font-size: 1.8rem; } }
        .section-recruit-list .article-recruit-header ul {
          flex-shrink: 0;
          display: flex;
          justify-content: flex-end;
          padding: .3rem 0; }
          .section-recruit-list .article-recruit-header ul li {
            border: 1px solid #a48d0f;
            height: 2rem;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 0 1rem;
            margin: 0 .5rem 0 0;
            font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
            font-size: 1.2rem; }
            @media only screen and (max-width: 767px) {
              .section-recruit-list .article-recruit-header ul li {
                font-size: 1rem;
                height: 1.6rem;
                padding: 0 .5rem; } }
  .section-recruit-btn {
    padding-top: 5rem; }
    .section-recruit-btn a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      max-width: 32rem;
      height: 4.8rem;
      background: #003366;
      margin: 0 auto;
      color: #fff; }
.section-news-btn {
  padding-top: 5rem; }
  .section-news-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 32rem;
    height: 4.8rem;
    background: #003366;
    margin: 0 auto;
    color: #fff; }
.section-news-list {
  max-width: 90rem;
  margin: 0 auto; }
  .section-news-list > div {
    padding: 1.8rem 0;
    border-radius: .3rem;
    overflow: hidden;
    margin-bottom: 1.5rem;
    background: rgba(164, 141, 15, 0.05);
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .section-news-list > div {
        margin-bottom: 1rem;
        flex-direction: column;
        padding: 1.2rem 0; } }
    .section-news-list > div:nth-last-of-type(1) {
      margin-bottom: 0; }
    .section-news-list > div:hover {
      opacity: 0.7; }
  .section-news-list dd {
    width: 100%;
    text-align: left;
    font-size: 1.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .section-news-list dd {
        align-items: flex-start;
        font-size: 1.2rem;
        padding: 0 1.5rem;
        margin: 0; }
        .section-news-list dd p {
          line-height: 1.3; } }
    .section-news-list dd .section-news-cat {
      width: 10rem;
      height: 2.4rem;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.2rem;
      margin-right: 1.5rem;
      background: #eee;
      flex-shrink: 0; }
      @media only screen and (max-width: 767px) {
        .section-news-list dd .section-news-cat {
          width: 6rem;
          font-size: .9rem;
          height: 2rem;
          margin-right: 1rem; } }
      .section-news-list dd .section-news-cat.cat-graduate {
        background: #a48d0f;
        color: #fff; }
      .section-news-list dd .section-news-cat.cat-member {
        background: #003366;
        color: #fff; }
      .section-news-list dd .section-news-cat.cat-general {
        background: #0066cc;
        color: #fff; }
    .section-news-list dd > a {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 10; }
  .section-news-list dt {
    width: 15rem;
    color: #003366;
    font-size: 1.4rem;
    font-weight: 400;
    flex-shrink: 0;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .section-news-list dt {
        width: 100%;
        font-size: 1.1rem;
        line-height: 1.3;
        text-align: left;
        padding: 0 1.5rem .8rem; } }
