@charset "utf-8";

/* ======================================================
 * recruit.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Clearfix
 * Media Queries
 * @media only screen and (max-width: 767px)
 * - Clearfix
 * Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ----- recruit-main-visual ----- */
  .recruit-main-visual{
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
    margin: -50px -40px 0;
    overflow: hidden;
  }
  .recruit-main-visual .main_image{
    width: 81.5%;
  }
  .recruit-main-visual .main_text {
    width: 18.5%;
  }
  .recruit-main-visual .main_text > img {
    position: absolute;
    left: 0;
    top: 32%;
    padding-left: 6%;
    z-index: 100;
  }
  
  /* ----- recruit-indext-layout ----- */
  .recruit-index-layout{
    position: relative;
    padding: 220px 0 280px;
    background: url(/common/img/com_bg02.png) no-repeat 100% 40px; 
    min-width: 1280px;
    max-width: 100vw;
  }

  .recruit-index_box{
    position: relative;
    margin-left: 34vw;
    padding: 74px 50px 133px 11vw;
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    z-index: 100;
  }
  .recruit-index_box .recruit-index_heading-lv2{
    margin-top: -90px;
  }
  .recruit-index_lead{
    margin-top: 74px;
    font-size: 2.4rem;
    font-weight: 700;
  }
  .recruit-index_text{
    margin-top: 5px;
    font-size: 1.8rem;
  }
  .recruit-index-layout .recruit-index_img{
    position: absolute;
    width: 34vw;
    max-width: 640px;
    top: 170px;
    left: 8vw;
    z-index: 100;
  }
  .recruit-index-layout .recruit-index-link-button {
    margin-top: 33px;
  }
  .recruit-index-layout .recruit-index-link-button a {
    min-width: 374px;
  }
  .recruit-index_bg{
    position: absolute;
    top: 380px;
    left: 0;
    width: 60%;
    height: 33.7%;
    background: linear-gradient(to right, #fffcca 0%,#ffa0c1 100%);
    z-index: 1;
  }
  
  
  /* ----- recruit-entry-layout ----- */
  .recruit-entry-layout {
    position: relative;
    background-color: #f9f9f9;
  }
  .recruit-entry-layout .recruit-entry-layout_inner {
    padding: 86px 0 60px;
  }
  .recruit-entry_heading-lv2 {
    position: absolute;
    top: -19px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .recruit-entry_heading-lv2 .heading_subtitle {
    margin-top: 13px;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .recruit-entry_contents {
    width: 1200px;
    margin: 25px auto 0;
    text-align: center;
  }
  .recruit-entry_lead {
    font-size: 2.4rem;
    font-weight: 700;
  }
  .recruit-entry_text {
    margin-top: 7px;
  }
  .recruit-entry-layout .link-text {
    margin-top: 8px;
  }
  .recruit-entry_bunner {
    margin-top: 25px;
  }
  .recruit-entry_bunner a {
    display: inline-block;
  }
  
  /* ----- recruit-message-layout ----- */
  .recruit-message-layout {
    margin-top: 3em;
  }
  .recruit-message-layout + * {
    margin-top: 2em;
  }
  .recruit-message_inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
  }
  .recruit-message_image {
    order: 2;
    width: 54%;
    max-width: 640px;
  }
  .recruit-message_block {
    order: 1;
    width: calc(100% - 55%);
  }
  .recruit-message_title {
    font-weight: 700;
    font-size: 3.8rem;
    line-height: 1.4;
  }
  .recruit-message_highlight {
    display: inline-block;
    color: #ef7c0f;
  }
  .recruit-message_person {
    margin-top: 10px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .recruit-message_name {
    display: inline-block;
    margin-left: 20px;
    font-weight: 700;
  }
}

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ----- recruit-main-visual ----- */
  .recruit-main-visual{
    margin: 0 -15px;
    overflow: hidden;
  }
  .recruit-main-visual .main_image{
    width: 100%;
  }
  .recruit-main-visual .main_text{
    margin: -35px 0 0 14px;
  }
  .recruit-main-visual .main_text > img {
    max-width: 70%;
  }
  
  /* ----- recruit-index-layout ----- */
  .recruit-index-layout {
    position: relative;
    margin: 0 -15px;
    padding: 30px 0;
  }
  .recruit-index_box{
    position: relative;
    margin-left: 15px;
    padding: 30px 15px 60px;
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    z-index:  100;
  }
  .recruit-index_box .recruit-index_heading-lv2{
    width: 43%;
    margin: -40px auto 0;
    padding-right: 15px;
    text-align: center;
  }
  .recruit-index_box .recruit-index-heading-lv2 img{
    width: 100%;
  }
  .recruit-index_lead{
    margin-top: 1em;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .recruit-index_text{
    font-size: 1.4rem;
  }

  .recruit-index-layout .recruit-index_img{
    position: relative;
    margin: -30px 0 0 10px;
    width: 80%;
    z-index: 100;
    
  }
  .recruit-index-layout .recruit-index-button{
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .recruit-index_bg{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 340px;
    background: linear-gradient(to right, #fffcca 0%,#ffa0c1 100%);
    z-index: 1;
  }
  
  /* ----- recruit-entry-layout ----- */
  .recruit-entry-layout {
    position: relative;
    margin: 70px -15px 0;
    background-color: #f9f9f9;
  }
  .recruit-entry-layout .recruit-entry-layout_inner {
    padding: 56px 15px 39px;
  }
  .recruit-entry_heading-lv2 {
    position: absolute;
    top: -10px;
    left: 50%;
    width: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .recruit-entry_heading-lv2 .heading_subtitle {
    margin-top: 13px;
    font-size: 1.2rem;
    font-weight: 700;
  }
  .recruit-entry_contents {
    margin: 0 auto;
    text-align: center;
  }
  .recruit-entry_lead {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .recruit-entry_text {
    margin-top: 7px;
  }
  .recruit-entry-layout .link-text {
    margin-top: 8px;
  }
  .recruit-entry_bunner {
    margin-top: 25px;
  }
  .recruit-entry_bunner a {
    display: inline-block;
  }
  /* ----- recruit-message-layout ----- */
  .recruit-message-layout {
    margin-top: 3em;
  }
  .recruit-message-layout + * {
    margin-top: 2em;
  }
  .recruit-message_title {
    margin-top: 15px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .recruit-message_highlight {
    display: inline-block;
    font-weight: 700;
    color: #ef7c0f;
  }
  .recruit-message_person {
    margin-top: 5px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .recruit-message_name {
    display: inline-block;
    margin-left: 10px;
    font-weight: 700;
  }
}
