@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
@media all and (min-width: 751px) {
  body.recruit #title {
    background-image: url(../images/recruit/title-bg.jpg);
  }
  /* INDEX */
  body#recruit-index .message-box {
    position: relative;
    min-height: 550px;
    margin-bottom: 5px;
    z-index: 2;
  }
  body#recruit-index .message-box .image {
    width: 70.3125%;
    height: 550px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  body#recruit-index .message-box .image:before {
    content: "";
    display: block;
    width: 340px;
    height: 100%;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
    position: absolute;
    top: 0;
    left: 0;
  }
  body#recruit-index .message-box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
  body#recruit-index .message-box .text-box {
    width: 540px;
  }
  body#recruit-index .message-box .text-box .title-area {
    position: relative;
    padding: 80px 0 0 130px;
    margin-bottom: 35px;
  }
  body#recruit-index .message-box .text-box .title-area:before {
    content: "";
    display: inline-block;
    width: 110px;
    height: 110px;
    background-image: url(../images/common/deco01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 76px;
    left: 0;
  }
  body#recruit-index .message-box .text-box .title-area .en-text {
    font-family: "Sorts Mill Goudy", serif;
    font-size: 437.5%; /* 70px */
    font-style: italic;
    line-height: 0.857142;
    color: #f3642a;
  }
  body#recruit-index .message-box .text-box .title-area .message-title {
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 137.5%; /* 22px */
    font-weight: 600;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 750px) {
  body.recruit #title {
    background-image: url(../images/recruit/title-bg_sp.jpg);
  }
  /* INDEX */
  body#recruit-index .message-box {
    margin-bottom: 25px;
  }
  body#recruit-index .message-box .image {
    margin-bottom: 50px;
  }
  body#recruit-index .message-box .image img {
    vertical-align: middle;
  }
  body#recruit-index .message-box .text-box .title-area {
    position: relative;
    padding-left: 80px;
    margin: 0 -10px 15px -10px;
  }
  body#recruit-index .message-box .text-box .title-area:before {
    content: "";
    display: inline-block;
    width: 65px;
    height: 65px;
    background-image: url(../images/common/deco01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0px;
  }
  body#recruit-index .message-box .text-box .title-area .en-text {
    font-family: "Sorts Mill Goudy", serif;
    font-size: 281.25%; /* 45px */
    font-style: italic;
    line-height: 0.857142;
    color: #f3642a;
  }
  body#recruit-index .message-box .text-box .title-area .message-title {
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-weight: 600;
    line-height: 1.5;
    margin-left: -7px;
  }
}

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