@charset "UTF-8";
.grayback {
  background-color: #f2f2f2; }

.recruit {
  font-size: 15px; }
  .recruit h2 {
    color: #fff;
    font-size: 40px;
    font-weight: normal;
    line-height: 48px;
    padding: 85px 0 60px;
    text-align: center; }
    @media (max-width: 767px) {
      .recruit h2 {
        font-size: 25px;
        line-height: 35px;
        padding: 40px 0 30px; } }

.small_title {
  display: block;
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 11px;
  padding-top: 54px;
  margin-bottom: 11px;
  text-align: center; }
  @media (max-width: 767px) {
    .small_title {
      padding-top: 13.6%;
      margin-bottom: 4%; } }

.lead {
  border-bottom: solid 5px #dcdcdc;
  font-size: 21px;
  font-weight: normal;
  padding-bottom: 24px;
  letter-spacing: 5px;
  margin-bottom: 39px;
  text-align: center; }
  @media (max-width: 767px) {
    .lead {
      padding-bottom: 6.8%;
      margin-bottom: 6.1%; } }

.text01 {
  text-align: center;
  line-height: 33px;
  margin-bottom: 35px; }
  @media (max-width: 767px) {
    .text01 {
      text-align: left;
      margin-bottom: 0; } }

.greeting .messages {
  margin-bottom: 55px; }
  @media (max-width: 767px) {
    .greeting .messages {
      margin-bottom: 0;
      padding-bottom: 3.4%; } }

.greeting .message_link:nth-of-type(even) {
  float: right; }

.greeting .message_link {
  float: left;
  position: relative;
  width: 456px; }
  .greeting .message_link img {
    width: 100%; }
  .greeting .message_link .on {
    position: absolute;
    top: 0;
    left: 0; }
  .greeting .message_link .off {
    position: relative;
    opacity: 1;
    transition-duration: 0.5s; }
  .greeting .message_link a:hover {
    opacity: 1; }
    .greeting .message_link a:hover .off {
      opacity: 0; }
  @media (max-width: 767px) {
    .greeting .message_link {
      float: none;
      margin-bottom: 3.8%;
      width: 100%; } }

.interview {
  margin-bottom: 10px; }

.tiles {
  margin-bottom: 87px;
  text-align: center; }
  @media (max-width: 767px) {
    .tiles {
      margin-bottom: 11%; } }
  .tiles .link_tile {
    display: inline-block;
    height: 404px;
    padding-top: 42px;
    position: relative;
    vertical-align: top;
    width: 33.3333%;
    width: calc( 100% / 3); }
    @media (max-width: 767px) {
      .tiles .link_tile {
        display: list-item;
        height: auto;
        padding: 9.1% 0;
        width: 100%; } }
  .tiles .text {
    bottom: 125px;
    display: block;
    font-size: 15px;
    text-align: center;
    position: absolute;
    width: 100%; }
    @media (max-width: 767px) {
      .tiles .text {
        position: static;
        margin-bottom: 7.5%; } }
  .tiles .anchor {
    bottom: 39px;
    display: block;
    left: 0;
    position: absolute;
    width: 100%; }
    @media (max-width: 767px) {
      .tiles .anchor {
        position: static; } }
    .tiles .anchor a {
      border: solid 3px #323232;
      box-sizing: border-box;
      color: #323232;
      display: inline-block;
      font-size: 16px;
      line-height: 46px;
      width: 260px; }
    .tiles .anchor a:hover {
      background-color: #323232;
      color: #ffd800;
      opacity: 1; }
  .tiles .tile01 {
    background-color: #ffd800; }
    .tiles .tile01 img {
      position: relative;
      width: 229px; }
      @media (max-width: 767px) {
        .tiles .tile01 img {
          margin-bottom: 8.8%;
          width: 49%; } }
  .tiles .tile02 {
    background-color: #faf8f2; }
    .tiles .tile02 img {
      position: relative;
      width: 262px; }
      @media (max-width: 767px) {
        .tiles .tile02 img {
          margin-bottom: 6.8%;
          width: 56.2%; } }
    .tiles .tile02 a {
      border-color: #67cbc7;
      color: #67cbc7; }
    .tiles .tile02 a:hover {
      background-color: #67cbc7;
      border-color: #faf8f2;
      color: #faf8f2; }
  .tiles .tile03 {
    background-color: #67cbc7; }
    .tiles .tile03 img {
      position: relative;
      width: 239px; }
      @media (max-width: 767px) {
        .tiles .tile03 img {
          margin-bottom: 8.8%;
          width: 51%; } }
    .tiles .tile03 a {
      border-color: #ffff00;
      color: #ffff00; }
    .tiles .tile03 a:hover {
      background-color: #ffff00;
      border-color: #67cbc7;
      color: #67cbc7; }

.link_slider {
  overflow: hidden;
  width: 100%; }
  .link_slider .slider {
    margin-left: calc( ( 100% - 2790px ) / 2);
    width: 2790px; }
    .link_slider .slider .link_img {
      display: inline-block;
      margin: 0 15px; }
    @media (max-width: 767px) {
      .link_slider .slider {
        margin: 0;
        width: 100%; }
        .link_slider .slider .link_img {
          margin: 0; }
          .link_slider .slider .link_img img {
            width: 100%; } }
  .link_slider .slider_arrows_left,
  .link_slider .slider_arrows_right {
    background: none;
    border: none;
    padding: 0;
    position: absolute;
    top: 126px;
    z-index: 9; }
  .link_slider .slider_arrows_left {
    left: calc( 50% - 480px); }
  .link_slider .slider_arrows_right {
    right: calc( 50% - 480px); }

.lower_links {
  background-color: #fff;
  padding-bottom: 60px;
  text-align: center; }
  .lower_links .anchor_au,
  .lower_links .anchor_sb {
    box-sizing: border-box;
    display: inline-block;
    height: 345px;
    padding-top: 40px;
    position: relative;
    vertical-align: top;
    width: 359px; }
    @media (max-width: 767px) {
      .lower_links .anchor_au,
      .lower_links .anchor_sb {
        padding-top: 12%;
        padding-bottom: 4.6%;
        height: auto;
        width: 100%; } }
    .lower_links .anchor_au .text01,
    .lower_links .anchor_sb .text01 {
      display: block;
      font-size: 16px;
      font-weight: normal;
      left: 0;
      line-height: 1em;
      position: absolute;
      text-align: center;
      top: 95px;
      width: 100%; }
      @media (max-width: 767px) {
        .lower_links .anchor_au .text01,
        .lower_links .anchor_sb .text01 {
          position: static;
          margin-bottom: 3.7%; } }
    .lower_links .anchor_au .text02,
    .lower_links .anchor_sb .text02 {
      display: block;
      font-size: 26px;
      left: 0;
      position: absolute;
      text-align: center;
      top: 125px;
      width: 100%; }
      @media (max-width: 767px) {
        .lower_links .anchor_au .text02,
        .lower_links .anchor_sb .text02 {
          position: static;
          margin-bottom: 9.7%; } }
    .lower_links .anchor_au .anchor,
    .lower_links .anchor_sb .anchor {
      bottom: 16px;
      display: block;
      left: 0;
      position: absolute;
      text-align: center;
      width: 100%; }
      @media (max-width: 767px) {
        .lower_links .anchor_au .anchor,
        .lower_links .anchor_sb .anchor {
          position: static; } }
      .lower_links .anchor_au .anchor a,
      .lower_links .anchor_sb .anchor a {
        background-image: url(../img/recruit/icon_arrow.png);
        background-position: right 15px center;
        background-repeat: no-repeat;
        background-size: 10px auto;
        color: #fff;
        display: inline-block;
        font-size: 18px;
        height: 54px;
        line-height: 54px;
        width: 237px; }
  .lower_links .anchor_au {
    border: solid 4px #e96031;
    color: #e96031;
    margin-right: 72px; }
    @media (max-width: 767px) {
      .lower_links .anchor_au {
        margin: 0 0 5.2%; } }
    .lower_links .anchor_au .logo {
      width: 80px; }
      @media (max-width: 767px) {
        .lower_links .anchor_au .logo {
          margin-bottom: 7.7%;
          width: 23%; } }
    .lower_links .anchor_au .anchor a {
      background-color: #e96031; }
    .lower_links .anchor_au .banner_m {
      display: block;
      position: absolute;
      top: 180px;
      left: 0;
      text-align: center;
      width: 100%; }
      @media (max-width: 767px) {
        .lower_links .anchor_au .banner_m {
          position: static; } }
      .lower_links .anchor_au .banner_m img {
        width: 238px; }
        @media (max-width: 767px) {
          .lower_links .anchor_au .banner_m img {
            width: 80%;
            margin-bottom: 5%; } }
    .lower_links .anchor_au .banner_d {
      display: block;
      position: absolute;
      top: 250px;
      left: 0;
      text-align: center;
      width: 100%; }
      @media (max-width: 767px) {
        .lower_links .anchor_au .banner_d {
          position: static; } }
      .lower_links .anchor_au .banner_d img {
        width: 238px; }
        @media (max-width: 767px) {
          .lower_links .anchor_au .banner_d img {
            width: 80%; } }
  .lower_links .anchor_sb {
    border: solid 4px #888786;
    color: #888786; }
    .lower_links .anchor_sb .logo {
      width: 171px; }
      @media (max-width: 767px) {
        .lower_links .anchor_sb .logo {
          margin-bottom: 7.2%;
          width: 48%; } }
    .lower_links .anchor_sb .anchor a {
      background-color: #888786; }

.profile {
  padding: 73px 0 50px; }
  @media (max-width: 767px) {
    .profile {
      padding-bottom: 0; } }
  .profile .top_img {
    display: block;
    max-width: 100%;
    margin: 0 auto; }
  .profile .logo {
    float: left;
    margin-right: 44px;
    width: 260px; }
    @media (max-width: 767px) {
      .profile .logo {
        display: block;
        float: none;
        margin: 0 auto 10%;
        width: 35%; } }
  .profile table {
    font-size: 14px; }
    .profile table th {
      font-weight: normal;
      text-align: left;
      padding-right: 20px;
      vertical-align: top;
      white-space: nowrap; }
      @media (max-width: 767px) {
        .profile table th {
          display: block;
          line-height: 1em;
          padding-bottom: 3%; } }
    .profile table td {
      padding-bottom: 20px; }
      @media (max-width: 767px) {
        .profile table td {
          display: block;
          padding-bottom: 7%; } }

@media (max-width: 767px) {
  .recruit_sb .title_basic {
    box-shadow: 0 0 15px 3px rgba(90, 90, 90, 0.3);
    margin-bottom: 5.4%; } }

.recruit_sb .main_img {
  margin-bottom: 45px;
  box-shadow: 0 0 15px 3px rgba(90, 90, 90, 0.3); }
  @media (max-width: 767px) {
    .recruit_sb .main_img {
      margin-bottom: 7.6%;
      width: 100%; } }

.recruit_sb .datatable {
  margin-bottom: 106px; }
  @media (max-width: 767px) {
    .recruit_sb .datatable {
      border-bottom: solid 1px #9c9c9c;
      margin-bottom: 10%; } }
  .recruit_sb .datatable tr th {
    background-color: #67cbc7;
    border: solid 1px #38a7ac;
    color: #fff;
    font-weight: normal;
    padding: 11px 21px;
    text-align: left;
    vertical-align: top;
    width: 300px; }
    @media (max-width: 767px) {
      .recruit_sb .datatable tr th {
        display: block;
        padding: 6%;
        width: 100%; } }
  .recruit_sb .datatable tr td {
    border: solid 1px #9c9c9c;
    border-left: none;
    padding: 11px 21px 14px; }
    .recruit_sb .datatable tr td .td_lead {
      display: inline-block;
      font-size: 17px;
      font-weight: normal;
      margin-bottom: 20px; }
    .recruit_sb .datatable tr td .horizontal_list li {
      display: inline-block;
      margin-right: 25px; }
    .recruit_sb .datatable tr td .horizontal_list li:before {
      content: '・'; }
    .recruit_sb .datatable tr td .dot_square {
      font-weight: bold; }
    .recruit_sb .datatable tr td .dot_square:before {
      background-color: #464646;
      content: "";
      display: inline-block;
      height: 12px;
      margin-right: 2px;
      width: 12px; }
    .recruit_sb .datatable tr td .dot_list li {
      line-height: 27px; }
      @media (max-width: 767px) {
        .recruit_sb .datatable tr td .dot_list li {
          display: inline; } }
    .recruit_sb .datatable tr td .dot_list li:before {
      content: "・";
      display: inline-block; }
      @media (max-width: 767px) {
        .recruit_sb .datatable tr td .dot_list li:before {
          display: none; } }
    @media (max-width: 767px) {
      .recruit_sb .datatable tr td .dot_list li:not(:last-child):after {
        content: "、 "; } }
    .recruit_sb .datatable tr td .lh28 {
      line-height: 28px; }
    .recruit_sb .datatable tr td .mb15 {
      margin-bottom: 15px; }
    .recruit_sb .datatable tr td .mb28 {
      margin-bottom: 28px; }
      @media (max-width: 767px) {
        .recruit_sb .datatable tr td .mb28 {
          margin-bottom: 5%; } }
    @media (max-width: 767px) {
      .recruit_sb .datatable tr td {
        border-left: solid 1px #9c9c9c;
        border-top: none;
        border-bottom: none;
        display: block;
        padding: 6% 4%;
        width: 100%; } }
  .recruit_sb .datatable tr:nth-of-type(even) th {
    background-color: #88d6d4; }

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