@charset "UTF-8";
/* Scss Document */
/* Scss Document */
.recruit {
  margin: 0;
  padding: 0; }

.intro {
  width: calc(100% + 240px);
  margin: -170px 0 0 -120px;
  padding: 170px 120px 150px;
  background-image: url("../img/recruit/bg01.jpg");
  background-position: bottom right;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .intro__cc {
    font-size: 2.625rem;
    font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  .intro__txt {
    margin: 40px 0 0;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.1333333333), 0 0 10px rgba(255, 255, 255, 0.2666666667), 0 0 10px rgba(255, 255, 255, 0.4), 0 0 10px rgba(255, 255, 255, 0.5333333333), 0 0 10px rgba(255, 255, 255, 0.6666666667), 0 0 10px rgba(255, 255, 255, 0.8); }

@media (max-width: 1300px) {
  .intro {
    background-size: 100% auto; } }
@media (max-width: 1200px) {
  .intro {
    width: calc(100% + 80px);
    margin: -170px 0 0 -40px;
    padding: 170px 40px 150px; } }
@media (max-width: 1000px) {
  .intro__cc {
    font-size: 2rem; } }
@media (max-width: 600px) {
  .intro {
    width: calc(100% + 40px);
    margin: -170px 0 0 -20px;
    padding: 170px 20px 150px; } }
.environment {
  width: calc(100% + 240px);
  margin: 150px 0 0 -120px;
  padding: 150px 120px;
  background-color: #ccecfb;
  background-image: url("../img/recruit/bg02.jpg");
  background-position: top right;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .environment__wrapper {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start; }
  .environment__left {
    width: calc(100% - 380px - 60px);
    margin: 0;
    padding: 0; }
  .environment__image {
    margin: 0 0 0 60px; }
  .environment__title {
    margin: 0 0 50px;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .environment__title--sub {
      padding: 7px 20px;
      color: #FFF;
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.0;
      background-color: #90c31f;
      position: relative; }
      .environment__title--sub::before {
        content: '';
        width: 120px;
        height: 1px;
        position: absolute;
        top: 50%;
        left: -120px;
        background-color: #231815; }
    .environment__title--main {
      margin: 10px 0 0;
      font-size: 2.375rem; }
  .environment__dl {
    margin: 0;
    padding: 0; }
    .environment__dl--title {
      margin: 0 0 10px;
      padding: 0 0 0 20px;
      font-size: 1.25rem;
      font-weight: 700;
      position: relative; }
      .environment__dl--title::before {
        content: '';
        width: 12px;
        height: 12px;
        position: absolute;
        top: 15px;
        left: 0;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background-color: #231815; }
    .environment__dl--data {
      margin: 0;
      padding: 0; }
      .environment__dl--data:nth-of-type(1) {
        margin: 0 0 40px; }

@media (max-width: 1200px) {
  .environment {
    width: calc(100% + 80px);
    margin: 150px 0 0 -40px;
    padding: 150px 40px; } }
@media (max-width: 1000px) {
  .environment__wrapper {
    flex-direction: column; }
  .environment__left {
    width: 100%; }
  .environment__image {
    margin: 40px auto 0;
    display: block; } }
@media (max-width: 600px) {
  .environment {
    width: calc(100% + 40px);
    margin: 100px 0 0 -20px;
    padding: 100px 20px; }
    .environment__title--main {
      font-size: 2rem; } }
@media (max-width: 440px) {
  .environment__image {
    width: 100%;
    height: auto; } }
.pageLink {
  margin: 100px 0 0;
  padding: 0 0 100px;
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
  .pageLink__item {
    width: 400px;
    margin: 0 50px 50px 0;
    padding: 0; }
    .pageLink__item:last-of-type .pageLink__anchor--title span {
      width: auto;
      height: auto;
      margin: 0;
      padding: 0 24px 0 0;
      background-color: #90c31f;
      background-image: url("../img/common/ico_external_black.svg");
      background-position: right center;
      background-repeat: no-repeat;
      background-size: 14px;
      background-color: transparent;
      border: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
    .pageLink__item:last-of-type .pageLink__anchor:hover .pageLink__anchor--title span {
      background-image: url("../img/common/ico_external_green.svg"); }
  .pageLink__anchor {
    width: 100%;
    height: 100%;
    padding: 30px;
    display: block;
    border: 1px solid #231815;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
    .pageLink__anchor::before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #f3f3f3;
      transform: scaleX(0);
      transform-origin: center right;
      transition: transform 0.2s ease;
      z-index: 1; }
    .pageLink__anchor:hover {
      text-decoration: none;
      top: 1px;
      left: 1px; }
      .pageLink__anchor:hover::before {
        transform-origin: center left;
        -moz-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }
      .pageLink__anchor:hover .pageLink__anchor--title {
        color: #90c31f; }
      .pageLink__anchor:hover span {
        background-color: #FFF; }
        .pageLink__anchor:hover span svg {
          animation: moveAndFade 0.6s ease forwards; }
          .pageLink__anchor:hover span svg .st0 {
            fill: #90c31f; }
    .pageLink__anchor--title {
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1.5;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      z-index: 2;
      transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
      .pageLink__anchor--title span {
        width: 40px;
        height: 20px;
        margin: 0 0 0 10px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #90c31f;
        border: 1px solid #90c31f;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .pageLink__anchor--title span svg {
          width: 11px;
          height: 11px;
          transition: opacity 0.3s ease, transform 0.3s ease; }
          .pageLink__anchor--title span svg .st0 {
            fill: #FFF; }
        .pageLink__anchor--title span em {
          font-size: 1.125rem;
          font-style: normal; }
    .pageLink__anchor--image {
      width: 100%;
      margin: 30px 0;
      position: relative;
      z-index: 3; }
      .pageLink__anchor--image::before {
        content: '';
        display: block;
        padding-top: 62%; }
      .pageLink__anchor--image span {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
        .pageLink__anchor--image span img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .pageLink__anchor--txt {
      line-height: 1.5;
      position: relative;
      z-index: 4; }

@media (max-width: 1200px) {
  .pageLink__item {
    width: calc((100% - 80px)/3);
    margin: 0 40px 40px 0; }
    .pageLink__item:nth-of-type(3) {
      margin: 0 0 40px; } }
@media (max-width: 1000px) {
  .pageLink__item {
    width: calc((100% - 40px)/2); }
    .pageLink__item:nth-of-type(3) {
      margin: 0 40px 40px 0; }
    .pageLink__item:nth-of-type(even) {
      margin: 0 0 40px; } }
@media (max-width: 600px) {
  .pageLink__item {
    width: 100%;
    margin: 0 0 20px; }
    .pageLink__item:nth-of-type(3), .pageLink__item:nth-of-type(even) {
      margin: 0 0 20px; }
  .pageLink__anchor {
    padding: 30px 20px; }
    .pageLink__anchor--title {
      font-size: 1.25rem; } }
