@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
募集要項
---------------------------------------------------------------------------------------------------------------------
*/
.recruit-btn {
  margin-top: 0; }
  .recruit-btn ul li {
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 15px; }
    .recruit-btn ul li:last-child {
      margin-bottom: 0; }
    .recruit-btn ul li a {
      background-color: rgba(255, 255, 255, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 30px;
      padding: 10px 15px 10px 20px;
      color: #fff;
      display: flex;
      align-items: center;
      transition: .5s; }
      @media (min-width: 1024px) {
        .recruit-btn ul li a {
          padding: 15px 20px 15px 35px; } }
      .recruit-btn ul li a:hover {
        background-color: rgba(255, 255, 255, 0.15);
        border: 1px solid rgba(255, 255, 255, 0.4);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4); }
        .recruit-btn ul li a:hover img {
          margin-top: 3px; }
      .recruit-btn ul li a p {
        font-size: 0.9em;
        line-height: 1.2em; }
      .recruit-btn ul li a img {
        width: 12px;
        margin-left: 10px;
        transition: .5s; }

.recruit-contents {
  margin: 0 auto 100px; }
  @media (min-width: 1024px) {
    .recruit-contents {
      margin: 0 auto 200px; } }
  .recruit-contents #mid-career, .recruit-contents #internship, .recruit-contents #new-graduates, .recruit-contents #company {
    padding-top: 60px; }
    @media (min-width: 1024px) {
      .recruit-contents #mid-career, .recruit-contents #internship, .recruit-contents #new-graduates, .recruit-contents #company {
        padding-top: 120px; } }
  .recruit-contents h4 {
    font-size: 1.30em;
    line-height: 1.2em;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .recruit-contents h4 {
        font-size: 1.5em; } }
    @media (min-width: 1024px) {
      .recruit-contents h4 {
        font-size: 2.2em;
        margin-bottom: 20px; } }
  .recruit-contents #moive {
    max-width: 1600px;
    width: 100%;
    margin: 60px auto 0; }
  .recruit-contents .overview {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    padding: 10px 25px; }
    @media (min-width: 1024px) {
      .recruit-contents .overview {
        padding: 10px 35px; } }
    @media (min-width: 1250px) {
      .recruit-contents .overview {
        padding: 10px 45px; } }
    .recruit-contents .overview .uketuke {
      padding: 40px 10px; }
      @media (min-width: 1250px) {
        .recruit-contents .overview .uketuke {
          padding: 40px; } }
      .recruit-contents .overview .uketuke h3 {
        font-size: 1.125em;
        line-height: 1.4em; }
      .recruit-contents .overview .uketuke h5 {
        font-size: 1.0em;
        font-weight: 400;
        line-height: 1.6em;
        margin-top: 20px; }
    .recruit-contents .overview table {
      border-collapse: collapse;
      width: 100%; }
      .recruit-contents .overview table th, .recruit-contents .overview table td {
        display: block; }
        @media (min-width: 768px) {
          .recruit-contents .overview table th, .recruit-contents .overview table td {
            display: table-cell; } }
      .recruit-contents .overview table th {
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-size: 1em;
        text-align: left;
        line-height: 1.8em;
        vertical-align: top;
        padding: 25px 0 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.2); }
        @media (min-width: 768px) {
          .recruit-contents .overview table th {
            padding: 40px 0;
            width: 220px; } }
        @media (min-width: 1024px) {
          .recruit-contents .overview table th {
            width: 220px; } }
        .recruit-contents .overview table th.first {
          border-top: none; }
      .recruit-contents .overview table td {
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-weight: 300;
        font-size: 0.9em;
        line-height: 1.8em;
        padding: 0 0 30px 0;
        font-feature-settings: "palt";
        letter-spacing: 0.08em; }
        @media (min-width: 768px) {
          .recruit-contents .overview table td {
            border-top: 1px solid rgba(255, 255, 255, 0.2);
            padding: 40px 0; } }
        @media (min-width: 1024px) {
          .recruit-contents .overview table td {
            font-size: 1.0em; } }
        .recruit-contents .overview table td.first {
          border-top: none; }
        .recruit-contents .overview table td.just {
          text-align: justify; }
        .recruit-contents .overview table td a {
          color: #fff; }
        .recruit-contents .overview table td ul {
          margin-bottom: 30px; }
          .recruit-contents .overview table td ul:last-child {
            margin-bottom: 0; }
          .recruit-contents .overview table td ul li {
            font-size: 0.9em;
            line-height: 1.6em;
            margin-bottom: 10px; }
            @media (min-width: 1024px) {
              .recruit-contents .overview table td ul li {
                font-size: 1.0em; } }
            .recruit-contents .overview table td ul li:last-child {
              margin-bottom: 0; }
  .recruit-contents .common-btn {
    margin: 20px auto 0;
    text-align: center; }
    @media (min-width: 1024px) {
      .recruit-contents .common-btn {
        margin: 40px auto 0; } }
