  @charset "UTF-8";
.recruit .page-header {
  padding: 10px 0 80px;
  width: 100%;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .recruit .page-header {
      padding: 10px 0 40px; } }
  .recruit .page-header__cat {
    margin: 0;
    width: 100%; }
    .recruit .page-header__cat img {
      position: relative;
      left: 50%;
      top: 0;
      max-width: none;
      transform: translateX(-40vw); }
    @media screen and (max-width: 767px) {
      .recruit .page-header__cat img {
        height: 12vw; } }
  .recruit .page-header__ttl {
    font-size: 22px;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-family: "Noto Serif JP", sans-serif;
    text-align: center;
    padding: 50px 10px;
    background-color: rgba(230, 0, 18, 0.08);
    margin-top: -20px; }
    @media screen and (max-width: 767px) {
      .recruit .page-header__ttl {
        font-size: 18px;
        padding: 40px 10px; } }
.recruit .welfare-box {
  margin-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .recruit .welfare-box {
      margin-bottom: 50px; } }
  .recruit .welfare-box__ttl {
    font-size: 30px;
    letter-spacing: 0.05em;
    margin-bottom: 1em;
    font-weight: 500;
    font-family: "Noto Serif JP", sans-serif;
    color: #e60012; }
    @media screen and (max-width: 767px) {
      .recruit .welfare-box__ttl {
        font-size: 24px;
        margin-bottom: 0.5em; } }
    .recruit .welfare-box__ttl:before {
      content: "";
      width: 1.8em;
      height: 2px;
      background-color: rgba(230, 0, 18, 0.4);
      display: inline-block;
      transform: translate(-0.1em, -0.3em);
      margin-right: 0.5em; }
      @media screen and (max-width: 767px) {
        .recruit .welfare-box__ttl:before {
          width: 1.6em; } }
    .recruit .welfare-box__ttl span {
      font-size: 16px;
      color: #000;
      display: inline-block;
      margin-left: 1em; }
      @media screen and (max-width: 767px) {
        .recruit .welfare-box__ttl span {
          margin-left: 3.7em;
          font-size: 14px;
          display: block;
          margin-top: 3px; } }
.recruit .table_1 {
  border-collapse: collapse;
  margin-bottom: 10px;
  width: 100%; }
  .recruit .table_1 th, .recruit .table_1 td {
    border: solid 1px #ccc;
    padding: 20px 20px;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .recruit .table_1 th, .recruit .table_1 td {
        font-size: 14px;
        padding: 10px; } }
  .recruit .table_1 th {
    width: 15em;
    background-color: #f6f6f6;
    color: #000;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media screen and (max-width: 767px) {
      .recruit .table_1 th {
        width: 8.5em; } }
.recruit .table_2 {
  border-collapse: collapse;
  margin-bottom: 10px;
  width: 100%; }
  .recruit .table_2 thead th, .recruit .table_2 thead td {
    border: solid 1px #ccc;
    padding: 15px 20px;
    text-align: center; }
  .recruit .table_2 thead th {
    width: 14em;
    background-color: #666;
    color: #fff;
    font-weight: 500; }
  .recruit .table_2 tbody th, .recruit .table_2 tbody td {
    border: solid 1px #ccc;
    padding: 15px 20px;
    text-align: center; }
  .recruit .table_2 tbody th {
    width: 14em;
    background-color: #f6f6f6;
    color: #000;
    font-weight: 500; }
.recruit .career-parcent {
  width: 100%;
  max-width: 640px; }
  .recruit .career-parcent__date {
    text-align: right;
    font-size: 90%;
    margin-bottom: 0.3em; }
.recruit .flow-box dl {
  display: flex;
  width: 100%;
  background-color: #f6f6f6;
  margin-bottom: 50px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .recruit .flow-box dl {
      margin-bottom: 35px; } }
  .recruit .flow-box dl:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 20px 0 20px;
    border-color: #ddd transparent transparent transparent;
    position: absolute;
    bottom: -33px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s; }
    @media screen and (max-width: 767px) {
      .recruit .flow-box dl:after {
        border-width: 13px 16px 0 16px;
        bottom: -23px; } }
  .recruit .flow-box dl:last-child:after {
    display: none; }
  .recruit .flow-box dl dt {
    font-size: 20px;
    color: #fff;
    font-family: Roboto, sans-serif;
    letter-spacing: 0.1em;
    text-align: center;
    background-color: #e60012;
    padding: 30px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media screen and (max-width: 767px) {
      .recruit .flow-box dl dt {
        font-size: 14px;
        padding: 20px 10px; } }
    .recruit .flow-box dl dt span {
      display: block;
      font-size: 54px; }
      @media screen and (max-width: 767px) {
        .recruit .flow-box dl dt span {
          font-size: 34px; } }
  .recruit .flow-box dl dd {
    padding: 30px 40px; }
    @media screen and (max-width: 767px) {
      .recruit .flow-box dl dd {
        padding: 15px 15px; } }
    .recruit .flow-box dl dd h2 {
      font-size: 24px;
      letter-spacing: 0.05em;
      font-weight: 500;
      margin-bottom: 0.5em; }
      @media screen and (max-width: 767px) {
        .recruit .flow-box dl dd h2 {
          font-size: 20px;
          margin-bottom: 0.3em; } }
    @media screen and (max-width: 767px) {
      .recruit .flow-box dl dd p {
        font-size: 14px; } }
.recruit .faq-nav {
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .recruit .faq-nav {
      margin-bottom: 0px; } }
  .recruit .faq-nav ul {
    display: flex;
    list-style: none;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .recruit .faq-nav ul {
        display: block; } }
    .recruit .faq-nav ul li {
      width: 30%; }
      @media screen and (max-width: 767px) {
        .recruit .faq-nav ul li {
          width: 100%;
          margin-bottom: 10px; } }
      .recruit .faq-nav ul li a {
        display: block;
        text-align: center;
        padding: 1em 1em 2.2em;
        font-size: 16px;
        color: #000;
        position: relative;
        border: solid 1px #ddd;
        transition: 0.3s; }
        @media screen and (max-width: 767px) {
          .recruit .faq-nav ul li a {
            padding: 0.6em 1em 1.8em;
            font-size: 14px; } }
        .recruit .faq-nav ul li a:after {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 9px 10px 0 10px;
          border-color: #eee transparent transparent transparent;
          position: absolute;
          bottom: 10px;
          left: 50%;
          transform: translateX(-50%);
          transition: 0.3s; }
          @media screen and (max-width: 767px) {
            .recruit .faq-nav ul li a:after {
              bottom: 8px; } }
        .recruit .faq-nav ul li a:hover {
          color: #e60012;
          border: solid 1px rgba(230, 0, 18, 0.4); }
          .recruit .faq-nav ul li a:hover:after {
            bottom: 7px;
            border-color: rgba(230, 0, 18, 0.2) transparent transparent transparent; }
.recruit .faq-anc {
  padding-top: 80px; }
  @media screen and (max-width: 767px) {
    .recruit .faq-anc {
      padding-top: 60px; } }
  .recruit .faq-anc .faq-cat__ttl {
    font-size: 30px;
    letter-spacing: 0.05em;
    margin-bottom: 1.2em;
    font-weight: 500;
    font-family: "Noto Serif JP", sans-serif;
    color: #e60012; }
    @media screen and (max-width: 767px) {
      .recruit .faq-anc .faq-cat__ttl {
        font-size: 24px;
        margin-bottom: 0.5em; } }
    .recruit .faq-anc .faq-cat__ttl:before {
      content: "";
      width: 1.8em;
      height: 2px;
      background-color: rgba(230, 0, 18, 0.4);
      display: inline-block;
      transform: translate(-0.1em, -0.3em);
      margin-right: 0.5em; }
      @media screen and (max-width: 767px) {
        .recruit .faq-anc .faq-cat__ttl:before {
          width: 1.6em; } }
.recruit .ac-box dl {
  margin-bottom: 20px;
  border-bottom: solid 1px #ddd; }
  .recruit .ac-box dl dt {
    font-size: 18px;
    padding: 15px 20px 15px 54px;
    position: relative;
    cursor: pointer;
    font-family: Roboto, sans-serif;
    letter-spacing: 0.1em;
    line-height: 1.5; }
    @media screen and (max-width: 767px) {
      .recruit .ac-box dl dt {
        padding: 15px 30px 15px 37px;
        font-size: 15px; } }
    .recruit .ac-box dl dt:before {
      content: "Q.";
      display: block;
      margin-right: 0.5em;
      font-size: 28px;
      color: #e60012;
      font-family: Roboto, sans-serif;
      font-weight: 300;
      position: absolute;
      top: 50%;
      left: 15px;
      transform: translateY(-50%); }
      @media screen and (max-width: 767px) {
        .recruit .ac-box dl dt:before {
          left: 0px; } }
    .recruit .ac-box dl dt:after {
      font-size: 160%;
      display: block;
      content: "＋";
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -0.5em;
      line-height: 1;
      font-family: Roboto, sans-serif;
      color: #ddd; }
      @media screen and (max-width: 767px) {
        .recruit .ac-box dl dt:after {
          right: 0px; } }
  .recruit .ac-box dl dd {
    padding: 10px 0 40px 54px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .recruit .ac-box dl dd {
        padding: 10px 0 40px 37px;
        font-size: 13px; } }
    .recruit .ac-box dl dd:before {
      content: "A.";
      display: inline-block;
      margin-right: 0.3em;
      font-size: 28px;
      font-weight: 300;
      color: #ccc;
      position: absolute;
      left: 15px;
      top: 4px; }
      @media screen and (max-width: 767px) {
        .recruit .ac-box dl dd:before {
          left: 0px; } }
    .recruit .ac-box dl dd p {
      margin-top: 0.6em; }
  .recruit .ac-box dl.active dt {
    color: #e60012; }
    .recruit .ac-box dl.active dt:after {
      content: "ー"; }
.recruit-intro {
  padding: 70px 0 20px; }
  .recruit-intro__ttl {
    text-align: center;
    font-family: "Noto Serif JP", sans-serif;
    letter-spacing: 0.14em;
    font-weight: 600; }
    .recruit-intro__ttl .txt01 {
      display: block;
      color: #e60012;
      font-size: 76px; }
    .recruit-intro__ttl .txt02 {
      display: block;
      font-size: 52px; }
    .recruit-intro__ttl + p {
      margin: 30px 0 0;
      text-align: center;
      line-height: 1.9444444444;
      font-size: 18px;
      letter-spacing: 0.086em; }
  .recruit-intro__list {
    display: flex;
    margin: 50px auto 80px;
    max-width: 1228px; }
  .recruit-intro__item {
    flex: 1 1 auto;
    padding: 0 14px;
    width: 33.3333%; }
  .recruit-intro__btn {
    position: relative;
    display: block;
    padding: 10px 36px 0;
    width: 100%;
    height: 100%;
    border: 4px solid #e60012; }
    .recruit-intro__btn::before {
      content: '';
      position: absolute;
      bottom: 10px;
      left: 50%;
      margin: 0 0 0 -10px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 0 10px;
      border-color: #fff transparent transparent transparent;
      opacity: 0.7; }
    .recruit-intro__btn::after {
      content: '';
      display: block;
      margin: 0 -36px;
      height: 30px;
      background: #e60012; }
  .recruit-intro__label {
    display: block;
    padding: 0 0 10px;
    text-align: center;
    border-bottom: 1px solid currentColor;
    font-family: Roboto, sans-serif;
    font-style: italic;
    color: #e60012;
    font-size: 30px;
    letter-spacing: 0.14em; }
  .recruit-intro__description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0 50px;
    font-family: "Noto Serif JP", sans-serif; }
    .recruit-intro__description > * {
      display: block;
      text-align: center; }
    .recruit-intro__description .txt01 {
      font-size: 18px;
      letter-spacing: 0.12em; }
    .recruit-intro__description .txt02 {
      margin: 10px 0 5px;
      line-height: 1.3103448276;
      color: #e60012;
      font-size: 29px;
      font-weight: 600;
      letter-spacing: 0.14em; }
    .recruit-intro__description .txt03 {
      font-size: 20px;
      letter-spacing: 0.12em; }
  .recruit-intro__note {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    text-align: right;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.1em; }

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