@charset "UTF-8";
.recruitment-contents {
  margin: 60px auto 0;
  width: 90%; }
  @media (min-width: 768px) {
    .recruitment-contents {
      margin: 100px auto 0; } }
  .recruitment-contents h3 {
    font-size: 1.125em;
    line-height: 2.0em;
    text-align: center;
    color: #fff; }
    @media (min-width: 768px) {
      .recruitment-contents h3 {
        font-size: 1.25em; } }
    @media (min-width: 1250px) {
      .recruitment-contents h3 {
        font-size: 1.5em; } }

/*
---------------------------------------------------------------------------------------------------------------------
募集職種　アコーディオン
---------------------------------------------------------------------------------------------------------------------
*/
.recruitment-area {
  list-style: none;
  max-width: 1000px;
  width: 90%;
  margin: 60px auto 0;
  /*アコーディオンタイトル*/ }
  @media (min-width: 768px) {
    .recruitment-area {
      margin: 100px auto 0; } }
  .recruitment-area .title {
    position: relative;
    cursor: pointer;
    padding: 40px 0 40px 0;
    transition: all .5s ease; }
    @media (min-width: 1024px) {
      .recruitment-area .title {
        padding: 40px 0; } }
    .recruitment-area .title .JobsTitle {
      margin: auto;
      color: #fff; }
      .recruitment-area .title .JobsTitle h3 {
        font-size: 1.4em; }
        @media (min-width: 768px) {
          .recruitment-area .title .JobsTitle h3 {
            font-size: 1.8em; } }
      .recruitment-area .title .JobsTitle h4 {
        font-size: 1.0em;
        margin-top: 20px; }
        @media (min-width: 768px) {
          .recruitment-area .title .JobsTitle h4 {
            font-size: 1.25em;
            margin-top: 20px; } }
      .recruitment-area .title .JobsTitle p {
        font-size: 0.8em;
        font-feature-settings: "palt";
        letter-spacing: 0.04em;
        margin-top: 5px; }
        @media (min-width: 768px) {
          .recruitment-area .title .JobsTitle p {
            font-size: 1.0em;
            margin-top: 10px; } }
  .recruitment-area .youkou {
    background-color: #fff;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    padding: 25px 0;
    border-radius: 60px; }
    .recruitment-area .youkou p {
      font-size: 1.0em;
      font-weight: bold;
      text-align: center;
      line-height: 1.2em;
      color: #E04876; }
    .recruitment-area .youkou .PlusBtn {
      background-color: #E04876;
      width: 40px;
      height: 40px;
      border-radius: 50px;
      position: absolute;
      bottom: 15px;
      right: 20px;
      z-index: 0; }
      @media (min-width: 1024px) {
        .recruitment-area .youkou .PlusBtn {
          top: calc( 48% - 19px ); } }
    .recruitment-area .youkou::after, .recruitment-area .youkou::before {
      position: absolute;
      content: '';
      width: 15px;
      height: 2px;
      right: 32px;
      background-color: #fff;
      z-index: 10; }
    .recruitment-area .youkou::before {
      bottom: 34px;
      transform: rotate(0deg); }
      @media (min-width: 1024px) {
        .recruitment-area .youkou::before {
          top: 48%; } }
    .recruitment-area .youkou::after {
      bottom: 34px;
      transform: rotate(90deg); }
      @media (min-width: 1024px) {
        .recruitment-area .youkou::after {
          top: 48%; } }
    .recruitment-area .youkou.close1::before {
      transform: rotate(45deg); }
    .recruitment-area .youkou.close1::after {
      transform: rotate(-45deg); }
  .recruitment-area .movie-more {
    margin: 0 0 20px 0;
    position: relative; }
    @media (min-width: 768px) {
      .recruitment-area .movie-more {
        margin: 0 0 20px 0; } }
    .recruitment-area .movie-more a:hover .movie-more-in > img {
      right: 10px; }
    .recruitment-area .movie-more a .movie-more-in {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #fff;
      padding: 25px 0;
      border-radius: 60px; }
      .recruitment-area .movie-more a .movie-more-in p {
        font-size: 1.0em;
        font-weight: bold;
        line-height: 1.2em;
        color: #E04876; }
      .recruitment-area .movie-more a .movie-more-in img {
        width: 40px;
        margin-left: 10px;
        transition: .5s;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        margin: auto; }
  .recruitment-area li.area {
    margin: 0;
    border-top: 1px solid #fff;
    padding-bottom: 20px;
    /*アコーディオンで現れるエリア*/ }
    .recruitment-area li.area:last-child {
      border-bottom: 1px solid #fff; }
    .recruitment-area li.area .MenuBox {
      display: none;
      padding: 0px 0 10px 0; }
      @media (min-width: 768px) {
        .recruitment-area li.area .MenuBox {
          padding: 0 0 20px 0; } }
      .recruitment-area li.area .MenuBox table {
        background-color: #fff;
        padding: 40px 5%;
        border-radius: 10px; }
        @media (min-width: 768px) {
          .recruitment-area li.area .MenuBox table {
            border-radius: 20px; } }
        .recruitment-area li.area .MenuBox table tr:last-child th, .recruitment-area li.area .MenuBox table tr:last-child td {
          border-bottom: none; }
        .recruitment-area li.area .MenuBox table tr:last-child td {
          padding: 15px 0 0 0; }
          @media (min-width: 768px) {
            .recruitment-area li.area .MenuBox table tr:last-child td {
              padding: 20px 0 0 0; } }
        .recruitment-area li.area .MenuBox table tr th, .recruitment-area li.area .MenuBox table tr td {
          display: block; }
          @media (min-width: 768px) {
            .recruitment-area li.area .MenuBox table tr th, .recruitment-area li.area .MenuBox table tr td {
              display: table-cell; } }
        .recruitment-area li.area .MenuBox table tr th {
          font-size: 1.0em;
          line-height: 1.4em;
          font-weight: 700;
          text-align: left;
          vertical-align: top;
          width: 100px;
          padding: 10px 0 0 0; }
          @media (min-width: 768px) {
            .recruitment-area li.area .MenuBox table tr th {
              font-size: 1.125em;
              border-bottom: 1px dotted #BCBCBC;
              width: 160px;
              padding: 20px 0; } }
        .recruitment-area li.area .MenuBox table tr td {
          font-size: 0.85em;
          line-height: 1.8em;
          padding: 0 0 15px 0;
          border-bottom: 1px dotted #BCBCBC;
          color: #000;
          margin-top: 20px; }
          @media (min-width: 768px) {
            .recruitment-area li.area .MenuBox table tr td {
              font-size: 1.0em;
              padding: 20px 0;
              margin-top: 0; } }
          .recruitment-area li.area .MenuBox table tr td h3 {
            font-size: 1.0em;
            font-feature-settings: "palt"; }
            @media (min-width: 768px) {
              .recruitment-area li.area .MenuBox table tr td h3 {
                font-size: 1.125em; } }
            .recruitment-area li.area .MenuBox table tr td h3.second {
              margin-top: 20px; }
          .recruitment-area li.area .MenuBox table tr td h4 {
            font-size: 0.9em;
            margin-top: 5px; }
            @media (min-width: 768px) {
              .recruitment-area li.area .MenuBox table tr td h4 {
                font-size: 1.0em; } }
            .recruitment-area li.area .MenuBox table tr td h4.second {
              margin-top: 14px; }
          .recruitment-area li.area .MenuBox table tr td p {
            text-align: justify;
            line-height: 1.6em; }
            @media (min-width: 768px) {
              .recruitment-area li.area .MenuBox table tr td p {
                line-height: 1.8em; } }
          .recruitment-area li.area .MenuBox table tr td ul {
            margin-top: 20px; }
            .recruitment-area li.area .MenuBox table tr td ul:first-child {
              margin-top: 0; }
            .recruitment-area li.area .MenuBox table tr td ul li {
              padding-left: 1em;
              text-indent: -1em;
              line-height: 1.3em;
              margin-bottom: 8px; }
              .recruitment-area li.area .MenuBox table tr td ul li:last-child {
                margin-bottom: 0; }
              .recruitment-area li.area .MenuBox table tr td ul li.nashi {
                padding-left: 0em;
                text-indent: 0em; }
