@charset "UTF-8";
canvas {
  display: block;
  vertical-align: bottom;
  position: absolute;
  width: 100% !important;
  height: 100% !important; }

body {
  -webkit-overflow-scrolling: touch; }

.wrap {
  position: relative; }

.pagetop {
  z-index: 2; }

/* ---- particles.js container ---- */
#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  bottom: 0;
  pointer-events: none;
  top: 0; }

/* ---- stats.js ---- */
.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  display: none; }

.js-count-particles {
  font-size: 1.1em; }

#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px; }

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden; }

.count-particles {
  border-radius: 0 0 3px 3px; }

.recruit.contents {
  max-width: none;
  margin: 0;
  padding: 0; }

.recruit .recruit-details .recruit-details-cnt.tech {
  margin-top: 110px; }

.recruit .recruit-details .recruit-details-cnt.recruit-content {
  margin-top: 235px; }
  .recruit .recruit-details .recruit-details-cnt.recruit-content .bg-yellow {
    margin-top: 205px; }

.recruit a:hover {
  opacity: 1; }

.recruit .txt-r {
  text-align: right; }

.recruit .inner {
  max-width: 1007px;
  padding: 0 17px;
  width: 100%;
  margin: 0 auto; }

.recruit .info-text {
  font-size: 17px; }

.recruit .lead-title {
  font-size: 30px;
  color: #fff;
  margin-bottom: 15px; }

.recruit .lead-text {
  font-size: 17px; }

.recruit .body-text {
  font-size: 15px;
  position: relative;
  z-index: 1; }

.recruit .note-text {
  font-size: 12px; }

.recruit .body-image img {
  width: 100%; }

.recruit .title-01 {
  margin: 29px 0; }

.recruit .title-03 {
  font-size: 20px;
  font-family: 'TBUDゴシック B', 'TBUDGothic B' !important;
  line-height: 1.4;
  margin: 27px 0; }

.recruit .sp {
  display: none !important; }

.recruit .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .recruit .flex .box-image {
    display: inline-block;
    position: relative;
    border-radius: 50%; }
    .recruit .flex .box-image::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      border-radius: 50%;
      top: 0;
      left: 0;
      -webkit-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
    .recruit .flex .box-image:hover::after {
      background: none; }
    .recruit .flex .box-image:hover i {
      background: #ff613f; }
    .recruit .flex .box-image .text {
      color: #fff;
      position: absolute;
      top: 50%;
      font-size: 19px;
      line-height: 1.5;
      left: 0;
      right: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 1; }
    .recruit .flex .box-image i {
      width: 28px;
      height: 28px;
      display: inline-block;
      background: #d64526;
      -webkit-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      border-radius: 50%;
      position: absolute;
      bottom: 30px;
      left: 0;
      right: 0;
      margin: auto;
      line-height: 27px;
      color: #fff;
      text-align: center;
      z-index: 1;
      font-size: 20px; }
  .recruit .flex .box-right {
    text-align: right; }
  .recruit .flex .box-left {
    text-align: left; }
  .recruit .flex-content {
    padding: 20px 0 0 60px;
    width: 100%; }
    .recruit .flex-content-link {
      margin-bottom: 25px;
      display: inline-block;
      font-size: 12px;
      color: #d64526;
      margin-left: 5px;
      font-family: 'TBUDゴシック B', 'TBUDGothic B' !important; }
      .recruit .flex-content-link i {
        font-size: 20px;
        position: relative;
        bottom: -3px; }
        .recruit .flex-content-link i.hover {
          margin: 0 10px 0 -3px;
          opacity: 0; }
      .recruit .flex-content-link:hover {
        color: #ff613f; }
        .recruit .flex-content-link:hover i {
          color: #d64526; }
          .recruit .flex-content-link:hover i.hover {
            color: #ff613f;
            opacity: 1; }
    .recruit .flex-content .bg-link {
      margin-top: 20px; }
  .recruit .flex.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse; }
    .recruit .flex.reverse .box-right {
      padding-right: 0; }
    .recruit .flex.reverse .flex-content {
      padding: 25px 55px 0 0; }
  .recruit .flex-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 75px; }
    .recruit .flex-list-item:not(:first-child) {
      margin-left: 35px; }
    .recruit .flex-list .box-image img {
      width: 100%;
      max-width: 300px; }
    .recruit .flex-list .box-image i {
      bottom: 68px; }
  .recruit .flex-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 80px; }
    .recruit .flex-2 .item {
      max-width: 50%;
      margin-bottom: 95px; }
      .recruit .flex-2 .item:last-child, .recruit .flex-2 .item:nth-last-child(2) {
        margin-bottom: 0; }
      .recruit .flex-2 .item .body-image {
        margin-bottom: 30px; }
        .recruit .flex-2 .item .body-image img {
          max-width: 400px; }
      .recruit .flex-2 .item:nth-child(2n+2) {
        padding-left: 30px; }
      .recruit .flex-2 .item:nth-child(2n+1) {
        padding-right: 30px; }
    .recruit .flex-2 .title-03 {
      margin: 20px 0; }
  .recruit .flex-5 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .recruit .flex-5 .item {
      max-width: 20%; }
      .recruit .flex-5 .item:not(:last-child) {
        margin-right: 43px; }
      .recruit .flex-5 .item img {
        max-width: 160px;
        width: 100%; }
    .recruit .flex-5 .box-image i {
      font-size: 20px;
      bottom: 15px; }
    .recruit .flex-5 .box-image .text {
      font-size: 14px;
      text-align: center;
      font-family: 'TBUDゴシック B', 'TBUDGothic B' !important; }

.recruit .hover-none {
  pointer-events: none; }

.recruit .bg-link {
  height: 52px;
  display: inline-block;
  padding: 0 43px;
  text-align: center; }
  .recruit .bg-link span {
    background: url("/common_saiyou/img/common/bg_link_midle.png") repeat-x;
    display: inline-block;
    line-height: 52px;
    position: relative;
    min-width: 132px;
    color: #fff;
    font-size: 14px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    word-break: keep-all;
    z-index: 2; }
    .recruit .bg-link span::before {
      content: '';
      position: absolute;
      height: 52px;
      width: 43px;
      left: -43px;
      top: 0;
      background: url("/common_saiyou/img/common/bg_link_start.png") no-repeat;
      background-size: contain;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    .recruit .bg-link span::after {
      content: '';
      position: absolute;
      height: 52px;
      width: 42px;
      right: -42px;
      top: 0;
      background: url("/common_saiyou/img/common/bg_link_end.png") no-repeat;
      background-size: contain;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      z-index: -1; }
  .recruit .bg-link:hover span {
    background: url("/common_saiyou/img/common/bg_link_midle_hover.png") repeat-x; }
    .recruit .bg-link:hover span::before {
      content: '';
      background: url("/common_saiyou/img/common/bg_link_start_hover.png") no-repeat;
      background-size: contain; }
    .recruit .bg-link:hover span::after {
      content: '';
      background: url("/common_saiyou/img/common/bg_link_end_hover.png") no-repeat;
      background-size: contain; }
  .recruit .bg-link.small {
    padding: 0 34px;
    height: 42px; }
    .recruit .bg-link.small span {
      background-size: 26px 42px;
      line-height: 42px;
      width: 80px;
      min-width: 52px; }
      .recruit .bg-link.small span::before {
        background-size: contain;
        height: 42px;
        width: 34px;
        left: -33px; }
      .recruit .bg-link.small span::after {
        background-size: contain;
        width: 34px;
        height: 42px;
        right: -33px; }
    .recruit .bg-link.small i {
      left: -15px; }
    .recruit .bg-link.small.bg2 span {
      width: 52px; }
    .recruit .bg-link.small.bg4 span {
      width: 132px; }
    .recruit .bg-link.small.bg6 span {
      width: 210px; }
  .recruit .bg-link.bg6 span {
    width: 198px; }
  .recruit .bg-link.bg7 span {
    width: 265px; }
  .recruit .bg-link i {
    font-size: 2rem;
    left: -20px;
    top: 45%;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
    position: absolute; }

.recruit .area-border {
  border-bottom: 1px solid #f8cc4e; }

.recruit .area-note {
  border: 1px solid #f8cc4e;
  border-radius: 40px;
  padding: 10px 55px 25px 35px;
  margin-top: 65px;
  position: relative; }
  .recruit .area-note-table {
    padding-bottom: 70px; }
  .recruit .area-note-title {
    margin: 0 auto;
    font-size: 20px;
    color: #d64526;
    padding: 0 20px; }
  .recruit .area-note-name {
    font-size: 20px;
    margin-bottom: 20px; }
  .recruit .area-note.intership {
    margin: 115px 0 60px;
    padding: 50px 35px 75px; }
  .recruit .area-note .box-map {
    margin: 35px 0 45px;
    padding: 0 20px; }
    .recruit .area-note .box-map iframe {
      width: 100%; }
  .recruit .area-note-table .area-note-title {
    text-align: center;
    padding: 45px 0 40px; }

.recruit .area-table {
  width: 100%; }
  .recruit .area-table tr {
    display: table; }
    .recruit .area-table tr:not(:last-child) {
      margin-bottom: 50px; }
  .recruit .area-table th {
    width: 225px;
    font-size: 20px;
    line-height: 1.6; }
    .recruit .area-table th p {
      text-align: center;
      padding-right: 30px; }
  .recruit .area-table td {
    padding-top: 5px; }
    .recruit .area-table td p:not(:last-child) {
      margin-bottom: 25px; }
  .recruit .area-table th, .recruit .area-table td {
    display: table-cell;
    vertical-align: top;
    padding: 0; }
  .recruit .area-table ul li {
    margin-bottom: 0; }

.recruit .bg-yellow-table tr {
  display: table; }

.recruit .bg-yellow-table th, .recruit .bg-yellow-table td {
  display: table-cell; }

.recruit .bg-yellow-table th {
  line-height: 1.5;
  width: 355px;
  font-size: 20px;
  font-family: 'TBUDゴシック B', 'TBUDGothic B' !important; }
  .recruit .bg-yellow-table th span {
    padding-right: 12px; }

.recruit .bg-yellow-table td {
  line-height: 1.7; }

.recruit .bg-yellow.area-note {
  padding-top: 15px;
  padding-bottom: 30px; }

.recruit .block-bottom {
  margin-bottom: 50px; }

.recruit .fade-in, .recruit .hidden {
  opacity: 0; }

.recruit .hidden {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  position: relative;
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  -webkit-animation: fadein 2s;
  -o-animation: fadein 2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.recruit .fade-in-top {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  position: relative;
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  -webkit-animation: fadein 2s;
  -o-animation: fadein 2s; }

.recruit .fade-in-top-01 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.recruit .fade-in-top-02 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.recruit .fade-in-top-03 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.recruit .fade-in-top-04 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s; }

.recruit .fade-in-top-05 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

@keyframes fadein {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    top: 60px; }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 0; } }

@-webkit-keyframes fadein {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    top: 40px; }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 0; } }

@media only screen and (max-width: 850px) and (min-width: 768px) {
  .recruit .flex-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .recruit .flex-5 .item {
      min-width: 175px;
      text-align: center; }
      .recruit .flex-5 .item:nth-child(3n+3) {
        margin-right: 0; } }

@media print, screen and (max-width: 767.5px) {
  canvas {
    height: 100vh !important;
    top: 0; }
  #particles-js {
    bottom: 0;
    height: 100vh !important; }
  .recruit .recruit-details .recruit-details-cnt.tech {
    margin-top: 5.5rem; }
  .recruit .recruit-details .recruit-details-cnt.recruit-content {
    margin-top: 5.5rem; }
    .recruit .recruit-details .recruit-details-cnt.recruit-content .bg-yellow {
      margin-top: 4.5rem; }
  .recruit .inner {
    overflow: hidden;
    position: relative;
    padding: 0 3rem; }
    .recruit .inner.inner-small {
      padding: 0 2rem; }
  .recruit .title-03 {
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 1.5rem 0; }
  .recruit .info-text {
    font-size: 1rem;
    padding-top: 1rem; }
  .recruit .lead-title {
    font-size: 1.8rem; }
  .recruit .lead-text, .recruit .body-text, .recruit .note-text {
    font-size: 1.2rem; }
  .recruit .note-text {
    margin-bottom: 1.5rem; }
  .recruit .body-image-sp img {
    width: 100%; }
  .recruit .bg-link,
  .recruit .bg-link.small {
    line-height: 4.3rem;
    height: 4.3rem;
    padding: 0 3.4rem; }
    .recruit .bg-link span,
    .recruit .bg-link.small span {
      line-height: 4.3rem;
      font-size: 1.2rem;
      background-size: 2.6rem 4.2rem;
      min-width: 5.2rem;
      width: 7.7rem; }
      .recruit .bg-link span:hover,
      .recruit .bg-link.small span:hover {
        background-size: 2.6rem 4.2rem; }
      .recruit .bg-link span::before,
      .recruit .bg-link.small span::before {
        height: 4.3rem;
        width: 3.4rem;
        left: -3.4rem; }
      .recruit .bg-link span::after,
      .recruit .bg-link.small span::after {
        height: 4.3rem;
        width: 3.4rem;
        right: -3.4rem; }
    .recruit .bg-link.bg2 span,
    .recruit .bg-link.small.bg2 span {
      width: 5.2rem; }
    .recruit .bg-link.bg4 span,
    .recruit .bg-link.small.bg4 span {
      width: 10.5rem; }
    .recruit .bg-link.bg6 span,
    .recruit .bg-link.small.bg6 span {
      width: 18.2rem; }
    .recruit .bg-link.bg7 span,
    .recruit .bg-link.small.bg7 span {
      width: 26rem; }
    .recruit .bg-link i,
    .recruit .bg-link.small i {
      left: -1.6rem;
      top: 45%;
      -webkit-transform: translateY(-45%);
      -ms-transform: translateY(-45%);
      transform: translateY(-45%); }
  .recruit .flex {
    display: block; }
    .recruit .flex .box-image .text {
      font-size: 1.4rem; }
    .recruit .flex .box-image i {
      width: 2rem;
      height: 2rem;
      line-height: 2rem;
      bottom: 2rem;
      font-size: 1.5rem; }
    .recruit .flex-content {
      padding: 1.5rem 0 0; }
      .recruit .flex-content-link {
        font-size: 1.2rem;
        text-align: center;
        margin-bottom: 4rem;
        margin-left: 0; }
        .recruit .flex-content-link i.hover {
          margin-right: 0.8rem; }
    .recruit .flex.reverse {
      padding: 0 1rem;
      margin-top: 6.8rem; }
      .recruit .flex.reverse .box-left {
        padding-left: 0; }
      .recruit .flex.reverse .flex-content {
        padding: 1.5rem 0 0; }
    .recruit .flex-list {
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 3rem; }
      .recruit .flex-list-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 calc(50% - 1.7rem);
        flex: 0 calc(50% - 1.7rem);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .recruit .flex-list-item:not(:first-child) {
          margin-left: 0; }
        .recruit .flex-list-item:nth-child(2) {
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3;
          margin: 1.2rem auto 0; }
        .recruit .flex-list-item:nth-child(3) {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; }
      .recruit .flex-list .box-image img {
        width: 100%; }
    .recruit .flex-2 {
      margin-bottom: 1.2rem; }
      .recruit .flex-2 .item {
        margin-bottom: 1.2rem;
        max-width: 100%; }
        .recruit .flex-2 .item:nth-last-child(2) {
          margin-bottom: 1.2rem; }
        .recruit .flex-2 .item .body-image {
          padding: 0 1.8rem;
          margin-bottom: 2.5rem; }
        .recruit .flex-2 .item:nth-child(2n+2), .recruit .flex-2 .item:nth-child(2n+1) {
          padding: 0; }
    .recruit .flex-5 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 1.5rem; }
      .recruit .flex-5 .item {
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 260px;
        -webkit-box-flex: 0;
        -ms-flex: 0 calc(50% - 1.7rem);
        flex: 0 calc(50% - 1.7rem);
        width: calc(50% - 1.7rem); }
        .recruit .flex-5 .item img {
          max-width: 100%; }
        .recruit .flex-5 .item:not(:last-child) {
          margin-right: 0; }
        .recruit .flex-5 .item:nth-child(3n + 3) {
          margin-top: -.5rem;
          max-width: 100%;
          -webkit-box-flex: 1;
          -ms-flex: 1 100%;
          flex: 1 100%;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .recruit .flex-5 .item:nth-child(3n + 3) a {
            max-width: 260px;
            -webkit-box-flex: 0;
            -ms-flex: 0 calc(50% - 1.7rem);
            flex: 0 calc(50% - 1.7rem);
            width: calc(50% - 1.7rem); }
      .recruit .flex-5 .box-image i {
        bottom: 1.5rem;
        font-size: 1.5rem; }
      .recruit .flex-5 .box-image img {
        width: 100%; }
  .recruit .bg-yellow.project-notice {
    margin-left: -3rem;
    margin-right: -3rem; }
    .recruit .bg-yellow.project-notice .text {
      font-size: 1.2rem;
      text-align: left; }
  .recruit .bg-yellow-table tr {
    display: block; }
  .recruit .bg-yellow-table th, .recruit .bg-yellow-table td {
    display: block;
    width: 100%; }
  .recruit .bg-yellow-table th {
    font-size: 1.5rem;
    line-height: 1.7; }
    .recruit .bg-yellow-table th span {
      padding-right: 12px; }
  .recruit .bg-yellow-table td {
    line-height: 2;
    font-size: 1.2rem; }
  .recruit .bg-yellow.area-note {
    padding-top: 1.5rem;
    padding-bottom: 2rem; }
  .recruit .area-note {
    margin: 3rem -3.5rem 0;
    border-radius: 0;
    padding: 1.5rem 3rem 3rem; }
    .recruit .area-note.intership {
      margin: 3.3rem -3.5rem 0;
      padding: 4rem 3.5rem; }
    .recruit .area-note-title {
      font-size: 1.5rem; }
    .recruit .area-note-name {
      font-size: 1.7rem;
      margin-bottom: 1rem; }
    .recruit .area-note-text {
      line-height: 1.75;
      letter-spacing: -2px; }
    .recruit .area-note .box-map {
      padding: 0; }
      .recruit .area-note .box-map iframe {
        height: 20rem; }
    .recruit .area-note-table {
      margin-top: 1rem; }
      .recruit .area-note-table .area-note-title {
        padding: 2rem 0 3rem;
        font-size: 2rem; }
  .recruit .area-table tr {
    display: block; }
    .recruit .area-table tr:not(:last-child) {
      margin-bottom: 3.5rem; }
  .recruit .area-table th {
    font-size: 1.5rem;
    border-bottom: 1px solid #f8cc4e;
    padding-bottom: 1rem;
    margin-bottom: 1rem; }
    .recruit .area-table th p {
      padding-right: 0;
      text-align: left; }
  .recruit .area-table td {
    padding-top: 5px; }
    .recruit .area-table td p {
      line-height: 1.5;
      font-size: 1.2rem; }
      .recruit .area-table td p:not(:last-child) {
        margin-bottom: 2rem; }
  .recruit .area-table th, .recruit .area-table td {
    display: block;
    width: 100%; }
  .recruit .area-table ul li {
    margin-bottom: 0; }
  .recruit .block-bottom {
    padding: 0 1rem;
    margin-bottom: 5rem; }
  .recruit .sp {
    display: block !important; }
  .recruit .pc {
    display: none !important; } }

.nav-bar {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  z-index: 9; }
  .nav-bar.child {
    bottom: inherit;
    top: 144px; }
    .nav-bar.child .nav-bar-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 35px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .nav-bar.child .nav-bar-menu > li {
        display: inherit;
        padding: 0; }
    .nav-bar.child .inner {
      max-width: 1280px;
      padding: 0 20px; }
  .nav-bar.fixed {
    position: fixed;
    top: 0;
    padding: 10px 0;
    height: 70px;
    background: #fff; }
  .nav-bar-top {
    display: none; }
  .nav-bar-menu {
    overflow: hidden;
    text-align: center; }
    .nav-bar-menu > li {
      display: inline-block;
      position: relative;
      padding: 0 35px; }
      .nav-bar-menu > li a {
        display: block;
        position: relative;
        padding: 12px 0;
        color: #000000;
        font-size: 1.4rem; }
        .nav-bar-menu > li a:before {
          content: "";
          background: url(/common_saiyou/img/common/bg_nav_bar_menu.png) 0 0 no-repeat;
          width: 46px;
          height: 45px;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          z-index: -1; }
        .nav-bar-menu > li a:hover {
          opacity: .6; }
          .nav-bar-menu > li a:hover:before {
            opacity: 0.6; }

@media screen and (max-width: 1160px) and (min-width: 767px) {
  .nav-bar .nav-bar-menu li {
    padding: 0 15px; } }

@media screen and (max-width: 767px) {
  .nav-bar {
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    position: relative; }
    .nav-bar.child {
      bottom: inherit;
      top: 0;
      margin: 0; }
      .nav-bar.child .nav-bar-top {
        padding: 1.8rem 0;
        font-size: 1.8rem;
        text-align: center;
        font-family: 'TBUDゴシック B', 'TBUDGothic B';
        line-height: 1.3; }
        .nav-bar.child .nav-bar-top:before {
          top: 9px; }
      .nav-bar.child .nav-bar-menu {
        display: none;
        padding: 0;
        background: #fff; }
        .nav-bar.child .nav-bar-menu-sub {
          padding: 1.8rem 0 0; }
          .nav-bar.child .nav-bar-menu-sub > li {
            padding: 0 3rem; }
            .nav-bar.child .nav-bar-menu-sub > li > a, .nav-bar.child .nav-bar-menu-sub > li > span {
              border-top: 1px solid #f3f3f3;
              padding: 1.2rem 0 1.2rem 2.5rem; }
              .nav-bar.child .nav-bar-menu-sub > li > a:before, .nav-bar.child .nav-bar-menu-sub > li > span:before {
                left: 0;
                top: 40%;
                -webkit-transform: translateY(-40%);
                -ms-transform: translateY(-40%);
                transform: translateY(-40%); }
            .nav-bar.child .nav-bar-menu-sub > li.active a {
              color: #cbcbcb; }
              .nav-bar.child .nav-bar-menu-sub > li.active a:before {
                content: none; }
            .nav-bar.child .nav-bar-menu-sub > li:last-child a {
              border-bottom: 1px solid #f3f3f3; }
      .nav-bar.child .inner {
        max-width: 100%;
        padding: 0; }
    .nav-bar.fixed {
      position: absolute;
      height: auto; }
    .nav-bar-top {
      display: block;
      background: #f3f3f3;
      position: relative;
      padding: 1.8rem 0;
      font-size: 1.8rem;
      text-align: center;
      font-family: 'TBUDゴシック B', 'TBUDGothic B';
      line-height: 1.3; }
      .nav-bar-top:before {
        top: 9px; }
      .nav-bar-top:before {
        content: "\f105";
        font-family: 'icomoon';
        font-size: 3.0rem;
        -webkit-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
        position: absolute;
        top: 5px;
        left: 3rem;
        color: #d54626;
        font-weight: normal; }
      .nav-bar-top img {
        width: 100%;
        vertical-align: middle; }
      .nav-bar-top.active:before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
      .nav-bar-top.nav-bar-sub {
        text-align: left;
        font-size: 2.0rem;
        padding-bottom: 1.5rem; }
        .nav-bar-top.nav-bar-sub.active:before {
          top: .3rem; }
    .nav-bar-menu {
      display: none;
      background: #f3f3f3;
      text-align: left; }
      .nav-bar-menu > li {
        float: none;
        width: 100%;
        padding: 0; }
        .nav-bar-menu > li > a, .nav-bar-menu > li > span {
          display: block;
          border-top: 1px solid #f3f3f3;
          padding: 1.2rem 0 1.2rem 5.5rem;
          position: relative;
          font-size: 1.8rem;
          font-family: 'TBUDゴシック B', 'TBUDGothic B'; }
          .nav-bar-menu > li > a img, .nav-bar-menu > li > span img {
            width: 100%;
            vertical-align: middle; }
          .nav-bar-menu > li > a:before, .nav-bar-menu > li > span:before {
            background: none;
            z-index: 1;
            content: "\f105";
            font-family: 'icomoon';
            font-size: 3.0rem;
            -webkit-transition: 0.3s all;
            -o-transition: 0.3s all;
            transition: 0.3s all;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 3rem;
            color: #d54626;
            width: auto;
            height: auto; }
          .nav-bar-menu > li > a.nav-bar-sub:before, .nav-bar-menu > li > span.nav-bar-sub:before {
            content: ""; }
      .nav-bar-menu-sub {
        background: #fff;
        padding: 1rem 0 .5rem; }
        .nav-bar-menu-sub > li {
          float: none;
          width: 100%;
          padding: .5rem 0; }
          .nav-bar-menu-sub > li > a, .nav-bar-menu-sub > li > span {
            padding: 0 2rem 0 5.5rem;
            font-size: 1.2rem; }
            .nav-bar-menu-sub > li > a:before, .nav-bar-menu-sub > li > span:before {
              background: none;
              z-index: 1;
              content: "\f105";
              font-family: 'icomoon';
              font-size: 2.0rem;
              -webkit-transition: 0.3s all;
              -o-transition: 0.3s all;
              transition: 0.3s all;
              position: absolute;
              top: 1rem;
              left: 3rem;
              color: #d54626;
              width: auto;
              height: auto; }
    .nav-bar-sub {
      padding-bottom: 1.5rem; }
      .nav-bar-sub.nav-bar-top:before {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0); }
    .nav-bar-bottom.inner {
      padding: 0 0 7.2rem;
      margin-bottom: -42px;
      background: #fff; }
      .nav-bar-bottom.inner .nav-bar {
        position: relative; }
        .nav-bar-bottom.inner .nav-bar .nav-bar-menu {
          display: block; }
    .nav-bar-bottom .nav-bar-menu > li .nav-bar-sub:hover {
      opacity: 1; } }

.recruit .bg-yellow {
  background-color: #ffcc25;
  border-radius: 40px; }

.recruit .breabcrumb {
  margin-top: 100px; }
  .recruit .breabcrumb ul {
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 20px; }
    .recruit .breabcrumb ul li {
      float: left;
      position: relative;
      margin-right: 45px;
      font-size: 12px; }
      .recruit .breabcrumb ul li:after {
        content: "\e315";
        font-family: 'icomoon';
        font-size: 1.8rem;
        position: absolute;
        top: 0.75rem;
        -webkit-transform: translateY(-45%);
        -ms-transform: translateY(-45%);
        transform: translateY(-45%);
        right: -3.5rem;
        color: #404544; }
      .recruit .breabcrumb ul li a {
        text-decoration: underline; }
        .recruit .breabcrumb ul li a:hover {
          text-decoration: none; }
      .recruit .breabcrumb ul li:last-child:after {
        content: ""; }

.recruit .recruit-details {
  margin-top: 100px; }
  .recruit .recruit-details .recruit-details-top {
    text-align: center; }
    .recruit .recruit-details .recruit-details-top h1 img {
      display: block;
      margin: 0 auto 25px; }
    .recruit .recruit-details .recruit-details-top .desc {
      font-size: 17px; }
    .recruit .recruit-details .recruit-details-top .banner {
      margin-top: 50px; }
      .recruit .recruit-details .recruit-details-top .banner img {
        width: 100%; }
  .recruit .recruit-details .recruit-details-cnt {
    margin-top: 50px; }
    .recruit .recruit-details .recruit-details-cnt h2 {
      text-align: center;
      font-size: 40px;
      margin-bottom: 18px;
      line-height: 1.5em; }
    .recruit .recruit-details .recruit-details-cnt .body-text p {
      margin-bottom: 25px; }
      .recruit .recruit-details .recruit-details-cnt .body-text p:last-child {
        margin-bottom: 0; }
    .recruit .recruit-details .recruit-details-cnt .details-cnt {
      margin-top: 82px; }
      .recruit .recruit-details .recruit-details-cnt .details-cnt .cnt-col2 {
        overflow: hidden;
        margin-bottom: 93px; }
        .recruit .recruit-details .recruit-details-cnt .details-cnt .cnt-col2 .img {
          float: left;
          width: 50%; }
          .recruit .recruit-details .recruit-details-cnt .details-cnt .cnt-col2 .img img {
            margin-top: 10px; }
        .recruit .recruit-details .recruit-details-cnt .details-cnt .cnt-col2 .txt {
          float: right;
          width: 50%; }
          .recruit .recruit-details .recruit-details-cnt .details-cnt .cnt-col2 .txt .tit {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 12px; }
          .recruit .recruit-details .recruit-details-cnt .details-cnt .cnt-col2 .txt p {
            line-height: 1.95em;
            margin-bottom: 25px; }
            .recruit .recruit-details .recruit-details-cnt .details-cnt .cnt-col2 .txt p:last-child {
              margin-bottom: 0; }
        .recruit .recruit-details .recruit-details-cnt .details-cnt .cnt-col2.right .img {
          float: right;
          text-align: right; }
        .recruit .recruit-details .recruit-details-cnt .details-cnt .cnt-col2.right .txt {
          float: left; }

@media screen and (max-width: 880px) and (min-width: 767.5px) {
  .recruit .recruit-details .recruit-details-cnt .details-cnt .cnt-col2 .img img {
    width: 90%; } }

@media screen and (max-width: 767.5px) {
  .recruit .bg-yellow {
    border-radius: 0; }
  .recruit .recruit-details {
    margin-top: 45px; }
    .recruit .recruit-details .recruit-details-top h1 img {
      max-width: 375px;
      width: 100%;
      margin: 0 auto 25px; }
    .recruit .recruit-details .recruit-details-top .desc {
      font-size: 1.2rem; }
    .recruit .recruit-details .recruit-details-top .banner {
      margin-top: 4rem; }
      .recruit .recruit-details .recruit-details-top .banner img {
        width: 100%; }
    .recruit .recruit-details .recruit-details-cnt {
      margin-top: 2.3rem; }
      .recruit .recruit-details .recruit-details-cnt h2 {
        font-size: 2rem;
        margin-bottom: 1.6rem; }
      .recruit .recruit-details .recruit-details-cnt .body-text {
        line-height: 2em; }
      .recruit .recruit-details .recruit-details-cnt .details-cnt {
        margin-top: 2.8rem; }
        .recruit .recruit-details .recruit-details-cnt .details-cnt .cnt-col2 {
          font-size: 1.2rem;
          margin-bottom: 3rem; }
          .recruit .recruit-details .recruit-details-cnt .details-cnt .cnt-col2 .img {
            width: 100%;
            padding: 0 2rem; }
            .recruit .recruit-details .recruit-details-cnt .details-cnt .cnt-col2 .img img {
              width: 100%;
              margin-top: 0; }
          .recruit .recruit-details .recruit-details-cnt .details-cnt .cnt-col2 .txt {
            width: 100%;
            margin-top: 2.5rem; }
            .recruit .recruit-details .recruit-details-cnt .details-cnt .cnt-col2 .txt .tit {
              font-size: 2rem;
              text-align: center;
              line-height: 1.6em;
              margin-bottom: 1.5rem; }
            .recruit .recruit-details .recruit-details-cnt .details-cnt .cnt-col2 .txt p {
              line-height: 2em; } }
