@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes secondaryImageOverlayIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes secondaryImageOverlayIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes secondaryImageOverlayOut {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(102%);
            transform: translateX(102%);
  }
}
@keyframes secondaryImageOverlayOut {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(102%);
            transform: translateX(102%);
  }
}
body {
  overflow-x: hidden;
}
/*# sourceMappingURL=other.css.map */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes secondaryImageOverlayIn {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes secondaryImageOverlayIn {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@-webkit-keyframes secondaryImageOverlayOut {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(102%);
    transform: translateX(102%); } }

@keyframes secondaryImageOverlayOut {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(102%);
    transform: translateX(102%); } }

.recruit_sec {
  background: #F7F7F7; }
  @media screen and (max-width: 750px) {
    .recruit_sec {
      margin-top: 50px; } }

.ie .recruit_sec {
  display: block;
  zoom: 1;
  position: relative; }

.recruit__interview {
  background: #fff; }

@media screen and (min-width: 751px) and (max-width: 1200px) {
  .recruit__aboutus .inner-l,
  .recruit__interview .inner-l,
  .recruit__culture .inner-l,
  .recruit__faq .inner-l {
    margin: 0; } }

@media screen and (max-width: 750px) {
  .recruit__aboutus .inner-l,
  .recruit__interview .inner-l,
  .recruit__culture .inner-l,
  .recruit__faq .inner-l {
    margin: 0; } }

@media screen and (min-width: 751px) {
  .recruit__mv {
    height: 760px; } }

@media screen and (max-width: 750px) {
  .recruit__mv {
    height: 45vh;
    overflow: hidden; } }

@media screen and (max-width: 750px) {
  .bgb_ttl {
    position: absolute;
    bottom: -25px;
    left: 0; } }

.bgb_ttl span {
  display: inline-block;
  padding: 10px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #000));
  background: -webkit-linear-gradient(transparent 0%, #000 0%);
  background: -o-linear-gradient(transparent 0%, #000 0%);
  background: linear-gradient(transparent 0%, #000 0%);
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  line-height: 2.3;
  letter-spacing: 10px; }
  @media screen and (max-width: 750px) {
    .bgb_ttl span {
      font-size: 18px;
      letter-spacing: 3px; } }
  .bgb_ttl span:first-child {
    margin-bottom: 10px; }

.to_recruit_top {
  padding-bottom: 100px; }
  @media screen and (max-width: 750px) {
    .to_recruit_top {
      padding-bottom: 40px; } }
  .to_recruit_top p {
    position: relative;
    margin: 100px 0 0; }
    @media screen and (max-width: 750px) {
      .to_recruit_top p {
        margin: 0; } }
    .to_recruit_top p a {
      display: block;
      padding: 25px 0 25px 25px;
      border-top: 1px solid #D3D3D3;
      border-bottom: 1px solid #D3D3D3;
      font-size: 14px;
      font-weight: bold;
      color: #000;
      text-decoration: none; }
      @media screen and (max-width: 750px) {
        .to_recruit_top p a {
          font-size: 12px; } }
    .to_recruit_top p:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 10px;
      height: 10px;
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      margin-top: -3px;
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }

.blog {
  margin: 150px 0 40px; }
  .blog h2.inter_rrl {
    font-size: 120px;
    color: #E6E6E6;
    font-family: din-1451-lt-pro-engschrift, sans-serif;
    font-weight: normal;
    letter-spacing: 3px; }
  .blog .inner-l.sticktoright {
    margin: 0 0 0 auto; }
    @media screen and (min-width: 751px) and (max-width: 1200px) {
      .blog .inner-l.sticktoright {
        margin: 0 20px; } }
    @media screen and (max-width: 750px) {
      .blog .inner-l.sticktoright {
        margin: 0 20px; } }
  .blog h2 {
    max-width: 230px; }
  .blog .swiper-parent {
    position: relative;
    max-width: 1366px;
    margin: -70px auto 0; }
    @media screen and (max-width: 750px) {
      .blog .swiper-parent {
        margin: -50px auto 0; } }
  .blog .blog__slides {
    position: relative; }
    .blog .blog__slides a {
      text-decoration: none; }
      .blog .blog__slides a:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
        @media screen and (min-width: 751px) {
          .blog .blog__slides a:hover img {
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%); } }
    .blog .blog__slides .blog__slide__img {
      position: relative;
      overflow: hidden; }
      .blog .blog__slides .blog__slide__img:before {
        content: "";
        display: block;
        padding-top: 60%; }
    .blog .blog__slides img {
      position: absolute;
      top: 0;
      left: 0;
      max-width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: 'object-fit: cover;';
      -webkit-box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.1);
      box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.1);
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      @media screen and (min-width: 751px) {
        .blog .blog__slides img {
          -webkit-filter: grayscale(0);
          filter: grayscale(0); } }
    .blog .blog__slides h3 {
      padding: 30px 0 15px;
      font-size: 16px;
      font-weight: bold;
      line-height: 2;
      color: #000;
      overflow: hidden;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
      @media screen and (max-width: 750px) {
        .blog .blog__slides h3 {
          padding: 15px 0;
          font-size: 14px; } }
    .blog .blog__slides p {
      font-size: 12px;
      color: #919191;
      font-family: din-1451-lt-pro-engschrift, sans-serif;
      font-weight: normal;
      letter-spacing: 1px; }
  .blog .blog__cate a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 7px 15px 5px;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    font-family: din-1451-lt-pro-engschrift, sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase; }
    @media screen and (max-width: 750px) {
      .blog .blog__cate a {
        font-size: 10px; } }
  @media screen and (min-width: 751px) {
    .blog .swiper-container {
      max-width: 1200px;
      margin: 0 0 0 auto; } }
  .blog .swiper-button-prev, .blog .swiper-button-next {
    top: calc((100% - 50px) * 0.5);
    margin-top: -22px;
    position: initial !important;
    width: 12px;
    height: 18px;
    background-size: 12px 18px; }
  .blog .swiper-button-prev {
    margin-right: 20px;
    background-image: url("../../images/top/arrow_prev.svg"); }
  .blog .swiper-button-next {
    background-image: url("../../images/top/arrow_prev.svg");
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1); }
  .blog .blog__btnanv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 30px 20px 0; }
    @media screen and (max-width: 750px) {
      .blog .blog__btnanv {
        margin: 0 0 10px 0; } }

span.underline_btn {
  position: relative;
  display: block;
  width: 200px;
  margin: 70px 0 0 auto;
  text-align: right; }
  @media screen and (min-width: 751px) {
    span.underline_btn:after {
      content: "";
      display: block;
      width: 100%;
      height: 3px;
      background: #000;
      position: absolute;
      bottom: 0;
      left: 0;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
    span.underline_btn:before {
      content: "";
      display: block;
      width: 0;
      height: 3px;
      background: #82d2f2;
      position: absolute;
      bottom: 0;
      right: 0;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
    span.underline_btn:hover:after {
      width: 0;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
    span.underline_btn:hover:before {
      width: 100%;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; } }
  @media screen and (max-width: 750px) {
    span.underline_btn {
      width: 120px; } }
  span.underline_btn a {
    position: relative;
    display: block;
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    letter-spacing: 2.8px;
    text-decoration: none; }
    @media screen and (max-width: 750px) {
      span.underline_btn a {
        padding-bottom: 12px;
        font-size: 14px; } }
    span.underline_btn a:before {
      content: "";
      position: absolute;
      top: 50%;
      left: -5px;
      width: 15px;
      height: 15px;
      border-top: 3px solid #000;
      border-right: 3px solid #000;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      margin-top: -15px; }
      @media screen and (max-width: 750px) {
        span.underline_btn a:before {
          top: 50%;
          left: 0px;
          width: 8px;
          height: 8px;
          border-top: 2px solid #000;
          border-right: 2px solid #000;
          margin-top: -10px; } }
    span.underline_btn a img {
      position: absolute;
      bottom: 15px;
      left: 0;
      margin: auto; }
      @media screen and (max-width: 750px) {
        span.underline_btn a img {
          bottom: 10px; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes secondaryImageOverlayIn {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes secondaryImageOverlayIn {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@-webkit-keyframes secondaryImageOverlayOut {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(102%);
    transform: translateX(102%); } }

@keyframes secondaryImageOverlayOut {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(102%);
    transform: translateX(102%); } }

.recruit__top {
  position: relative;
  background-image: url("../../images/recruit/bg_recruittop.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%; }
  @media screen and (max-width: 750px) {
    .recruit__top {
      background-image: url("../../images/recruit/bg_recruittop_sp.png"); } }
  @media screen and (max-width: 750px) {
    .recruit__top .bgb_ttl {
      position: initial;
      bottom: initial;
      left: initial; } }
  .recruit__top .recruit__top__mv {
    height: auto; }
  .recruit__top .boshu_btn a {
    display: block;
    position: fixed;
    top: 80%;
    right: 0;
    width: 220px;
    padding: 25px 20px 25px 85px;
    background-color: #fff;
    background-image: url("../../images/recruit/icon_boshu.svg");
    background-position: left 50%;
    background-repeat: no-repeat;
    border-radius: 4px 0 0 4px;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    z-index: 500;
    text-align: right;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
    .recruit__top .boshu_btn a:hover {
      -webkit-box-shadow: initial;
      box-shadow: initial;
      -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
      transform: scale(1.02);
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
    .recruit__top .boshu_btn a:after {
      content: "";
      display: block;
      width: 5px;
      height: 1px;
      background: #7BD0DA;
      position: absolute;
      top: 50%;
      right: 10px; }
  .recruit__top .recruit__top__mv {
    padding: 175px 0 100px; }
    @media screen and (max-width: 750px) {
      .recruit__top .recruit__top__mv {
        padding: 50px 0 100px; } }
    .recruit__top .recruit__top__mv .recruit_top__mv__txt {
      max-width: 800px;
      margin-top: 50px;
      font-size: 17px;
      font-weight: bold;
      line-height: 2.35;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 750px) {
        .recruit__top .recruit__top__mv .recruit_top__mv__txt {
          margin-top: 30px;
          font-size: 12px; } }
  @media screen and (min-width: 751px) {
    .recruit__top .recruit__top__sections .inner {
      padding-bottom: 40px; } }
  @media screen and (max-width: 750px) {
    .recruit__top .recruit__top__sections .inner {
      margin: 0; } }
  .recruit__top .recruit__top__section {
    position: relative;
    max-width: 1160px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
    @media screen and (min-width: 751px) {
      .recruit__top .recruit__top__section {
        -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.18);
        box-shadow: 0 0 18px rgba(0, 0, 0, 0.18);
        overflow: hidden; } }
    .recruit__top .recruit__top__section.recruit_top__section__aboutus, .recruit__top .recruit__top__section.recruit_top__section__culture, .recruit__top .recruit__top__section.recruit_top__section__joblist {
      margin: 0 auto 40px 0; }
    .recruit__top .recruit__top__section.recruit_top__section__interview, .recruit__top .recruit__top__section.recruit_top__section__faq {
      margin: 0 0 40px auto; }
    .recruit__top .recruit__top__section.recruit_top__section__aboutus .recruit__top__section__txt,
    .recruit__top .recruit__top__section.recruit_top__section__culture .recruit__top__section__txt,
    .recruit__top .recruit__top__section.recruit_top__section__joblist .recruit__top__section__txt {
      left: 60px; }
      @media screen and (max-width: 750px) {
        .recruit__top .recruit__top__section.recruit_top__section__aboutus .recruit__top__section__txt,
        .recruit__top .recruit__top__section.recruit_top__section__culture .recruit__top__section__txt,
        .recruit__top .recruit__top__section.recruit_top__section__joblist .recruit__top__section__txt {
          left: 20px; } }
    .recruit__top .recruit__top__section.recruit_top__section__interview .recruit__top__section__txt,
    .recruit__top .recruit__top__section.recruit_top__section__faq .recruit__top__section__txt {
      right: 60px; }
      @media screen and (max-width: 750px) {
        .recruit__top .recruit__top__section.recruit_top__section__interview .recruit__top__section__txt,
        .recruit__top .recruit__top__section.recruit_top__section__faq .recruit__top__section__txt {
          right: 20px; } }
    .recruit__top .recruit__top__section a {
      text-decoration: none; }
      .recruit__top .recruit__top__section a img {
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s; }
      @media screen and (min-width: 751px) {
        .recruit__top .recruit__top__section a:hover img {
          -webkit-transform: scale(1.02);
          -ms-transform: scale(1.02);
          transform: scale(1.02);
          -webkit-transition: all .2s;
          -o-transition: all .2s;
          transition: all .2s; } }
    .recruit__top .recruit__top__section .recruit__top__section__txt {
      position: absolute;
      top: 35%; }
      .recruit__top .recruit__top__section .recruit__top__section__txt h3 {
        font-size: 120px;
        color: #000;
        font-family: din-1451-lt-pro-engschrift, sans-serif;
        font-weight: normal;
        letter-spacing: 3px;
        overflow: hidden; }
        @media screen and (max-width: 750px) {
          .recruit__top .recruit__top__section .recruit__top__section__txt h3 {
            font-size: 30px; } }
      .recruit__top .recruit__top__section .recruit__top__section__txt span {
        font-size: 24px;
        font-weight: bold;
        color: #000;
        letter-spacing: 0.1em; }
        @media screen and (max-width: 750px) {
          .recruit__top .recruit__top__section .recruit__top__section__txt span {
            font-size: 14px; } }
  @media screen and (max-width: 750px) {
    .recruit__top .recruit__top__sections .inner .recruit__top__section__txt {
      overflow: hidden;
      position: initial; }
    .recruit__top .recruit__top__sections .inner h3 {
      position: absolute;
      top: 0;
      left: -10px;
      font-size: 172px;
      color: #fff;
      font-family: din-1451-lt-pro-engschrift, sans-serif;
      font-weight: normal;
      line-height: .8; }
    .recruit__top .recruit__top__sections .inner span {
      position: absolute;
      bottom: -44px;
      width: 300px;
      padding: 35px 30px 35px 125px;
      background-color: #7BD0DA;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      font-size: 18px;
      font-weight: bold;
      color: #fff;
      z-index: 500;
      text-align: right; }
    .recruit__top .recruit__top__sections .inner .recruit__top__section {
      margin: 0 0 100px 20px; }
      .recruit__top .recruit__top__sections .inner .recruit__top__section a {
        position: relative;
        display: block; }
      .recruit__top .recruit__top__sections .inner .recruit__top__section span {
        left: -20px; }
    .recruit__top .recruit__top__sections .inner .recruit_top__section__interview {
      margin: 0 20px 100px 0; }
      .recruit__top .recruit__top__sections .inner .recruit_top__section__interview h3 {
        left: initial;
        right: -10px;
        text-align: right; }
      .recruit__top .recruit__top__sections .inner .recruit_top__section__interview a {
        position: relative;
        display: block; }
      .recruit__top .recruit__top__sections .inner .recruit_top__section__interview span {
        background-color: #fff;
        color: #7BD0DA;
        right: -20px;
        left: initial; }
    .recruit__top .recruit__top__sections .inner .recruit_top__section__faq {
      margin: 0 20px 100px 0; }
      .recruit__top .recruit__top__sections .inner .recruit_top__section__faq h3 {
        left: initial;
        right: -10px;
        text-align: right; }
      .recruit__top .recruit__top__sections .inner .recruit_top__section__faq a {
        position: relative;
        display: block; }
      .recruit__top .recruit__top__sections .inner .recruit_top__section__faq span {
        background-color: #fff;
        color: #7BD0DA;
        right: -20px;
        left: initial; } }
