#header.recruit-header {
  background: transparent;
  box-shadow: none;
  position: fixed;
  transition: background .15s; }
  #header.recruit-header .main-nav {
    background: #fff; }
    @media (min-width: 992px) {
      #header.recruit-header .main-nav {
        background: transparent; } }
    @media (min-width: 992px) {
      #header.recruit-header .main-nav ul li a {
        color: #fff !important; } }
  #header.recruit-header.fixed-header {
    background: #fff;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1); }
    #header.recruit-header.fixed-header .logo img {
      filter: unset; }
    #header.recruit-header.fixed-header .main-nav ul li a {
      color: #333 !important; }
    #header.recruit-header.fixed-header #navTrigger span {
      filter: unset; }
  #header.recruit-header #navTrigger span {
    filter: brightness(0) invert(1); }
#header .entry {
  background: #00519E;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  display: block;
  text-decoration: none !important; }
  @media (min-width: 992px) {
    #header .entry {
      width: 70px;
      height: 70px;
      line-height: 2;
      padding: 0 20px;
      display: flex;
      align-items: center;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      font-size: 10px; } }
  #header .entry img {
    display: none; }
    @media (min-width: 992px) {
      #header .entry img {
        display: block; } }
#header #navTrigger {
  background: transparent; }

.hero-recruit-page {
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: no-repeat center center;
  background-size: cover; }
  .hero-recruit-page .hero-recuit-page-content {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
    .hero-recruit-page .hero-recuit-page-content h1 {
      font-size: 30px; }
      @media (min-width: 1024px) {
        .hero-recruit-page .hero-recuit-page-content h1 {
          font-size: 50px; } }
    @media (min-width: 1024px) {
      .hero-recruit-page .hero-recuit-page-content p {
        font-size: 24px; } }

.section-title.noto-font {
  font-family: 'Noto Sans JP', sans-serif; }

.recruit-intro {
  padding: 40px 0; }
  @media (min-width: 1024px) {
    .recruit-intro {
      padding: 100px 0; } }

.recruit-job {
  padding: 40px 0;
  background: no-repeat center center;
  background-size: cover; }
  @media (min-width: 1024px) {
    .recruit-job {
      padding: 100px 0; } }

.company.recruit {
  padding: 40px 0 0; }
  @media (min-width: 1024px) {
    .company.recruit {
      padding: 100px 0 0; } }

.recruit-people {
  padding: 50px 0 0; }
  @media (min-width: 1024px) {
    .recruit-people {
      padding: 100px 0 0; } }
  .recruit-people .item {
    margin-bottom: 30px;
    padding: 0 10px; }
    .recruit-people .item .image {
      height: 180px;
      width: 100%;
      overflow: hidden; }
      @media (min-width: 1024px) {
        .recruit-people .item .image {
          height: 300px; } }
      .recruit-people .item .image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        transition: .5s linear; }
    .recruit-people .item figure {
      height: 100%;
      width: 100%; }
    .recruit-people .item figcaption {
      position: relative;
      padding: 20px 0 0;
      display: flex;
      flex-direction: column;
      flex: 1;
      width: 100%; }
      .recruit-people .item figcaption .view-post {
        position: absolute;
        display: block;
        right: 0;
        bottom: 100%;
        width: 50px;
        height: 50px;
        line-height: 46px;
        background: #00519E;
        color: #fff;
        text-decoration: none;
        text-align: center;
        font-size: 18pt; }
      .recruit-people .item figcaption .title {
        font-size: 15px; }
        @media (min-width: 1024px) {
          .recruit-people .item figcaption .title {
            font-size: 17px; } }
        .recruit-people .item figcaption .title a {
          text-decoration: none;
          color: #00519E; }
      .recruit-people .item figcaption .excerpt {
        font-size: 14px;
        margin-top: auto; }
    .recruit-people .item:hover img {
      transform: scale(1.2); }

.recruit-sub-page .page-content-title {
  font-size: 24px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 1px solid #ccc; }
.recruit-sub-page .page-content {
  font-size: 13px; }
  .recruit-sub-page .page-content .text-colored {
    color: #00519E; }
  .recruit-sub-page .page-content .item {
    border-bottom: 1px solid #ccc; }
    .recruit-sub-page .page-content .item [class*='col-'] {
      padding: 30px 0 30px 15px; }
      @media (min-width: 1024px) {
        .recruit-sub-page .page-content .item [class*='col-'] {
          padding: 30px 0 30px 40px; } }
.recruit-sub-page .title_page {
  background: no-repeat center center;
  background-size: cover; }
.recruit-sub-page .job-name {
  background: #f2f2f2;
  border: 1px solid #ccc;
  height: 56px;
  line-height: 56px;
  border-radius: 4px;
  padding: 0 25px; }

.recruit-flow {
  padding: 0 10px; }
  @media (min-width: 768px) {
    .recruit-flow {
      padding: 0 15px; } }
  .recruit-flow:not(:last-child)::after {
    content: "\f105";
    font-family: fontawesome;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    display: inline-block;
    top: 78%;
    font-size: 25px; }
    @media (min-width: 992px) {
      .recruit-flow:not(:last-child)::after {
        top: 50%;
        transform: translateY(-50%);
        right: -5px;
        left: auto; } }

.recruit-flow-item {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  text-align: center;
  position: relative;
  margin-bottom: 40px; }
  .recruit-flow-item:not(:last-child) {
    margin-bottom: 0; }
  @media (min-width: 1024px) {
    .recruit-flow-item {
      height: 225px;
      margin-bottom: 0;
      display: flex;
      align-items: center;
      flex-direction: column; } }
  .recruit-flow-item p {
    height: 40px;
    margin: 0 0 0 30px;
    font-size: 10pt;
    letter-spacing: 1px; }
    @media (min-width: 1024px) {
      .recruit-flow-item p {
        margin: 20px 0 0; } }
  @media (min-width: 1024px) {
    .recruit-flow-item img {
      margin-top: 20px; } }

.nfs-tel {
  font-size: 35px; }
  @media (min-width: 1024px) {
    .nfs-tel {
      font-size: 48px; } }

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