@charset "utf-8";
@media(max-width: 960px) {
  .fresh_footer_tile_inner {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .career_footer_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .career_footer_nav .footer_tile_caption {
    width: calc(50% - 10px);
    max-width: inherit;
    margin: 0 0 20px;
  }
}
@media(max-width: 768px) {
  .career_footer_nav {
    display: block;
  }
  .career_footer_nav .footer_tile_caption {
    width: 80%;
    max-width: inherit;
    margin: 0 auto 20px;
  }
  .entry_hdr {
    margin-left: 0;
  }
  .entry_hdr_caption {
    padding: 30px 30px 30px 0;
    margin-right: 40px;
  }
  .recruit_second_hdr_caption p.recruit_second_hdr_caption_catch, .entry_hdr_catch {
    font-size: 22px;
  }
  .recruit_second_hdr_caption p.recruit_second_hdr_caption_catch {
    margin-bottom: 20px;
  }
  .recruit_second_hdr {
    padding-top: 30vw;
  }
  .recruit_second_hdr.career {
    padding-top: 45vw;
  }
  .recruit_second_hdr.fresh::before {
    background-image: url(../images/fresh_hdr_bg_sp.jpg);
    background-position: top center;
    background-size: 100%;
    height: 60vw;
  }
  .recruit_second_hdr.career::before {
    background-image: url("../images/career_hdr_bg_sp.jpg");
    background-position: top center;
    background-size: 100%;
    height: 60vw;
  }
  .entry_hdr.career::before {
    background: url("../images/recruit_entry_career_hdr_bg_sp.jpg") no-repeat 0 0;
    background-position: top right;
    background-size: 100%;
    height: 60vw;
  }
  .entry_hdr.fresh::before {
    background: url(../images/recruit_entry_fresh_hdr_bg_sp.jpg) no-repeat 0 0;
    background-position: top left;
    background-size: 100%;
    height: 60vw;
  }
  .entry_hdr {
    padding-top: 185px;
    margin-left: 40px;
  }
  .recruit_second_hdr_caption {
    margin-bottom: 0;
  }
  .recruit_second_hdr.partner::before {
    background-image: url(../images/partner_hdr_bg_sp.jpg);
    background-size: 100%;
    background-position: center top;
  }
  .recruit_second_hdr_caption {
    padding: 30px;
  }
  .partner_tile_flex {
    display: block;
  }
  .partner_tile {
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
    margin: 0 0 40px;
  }
  /* .career_footer_nav .footer_tile_caption {
    width: 70%;
    margin: 0 auto 25px;
  } */
  .partner_tile_entry {
    margin: 0 auto 80px;
    background: url(../images/partner_entry_bg_sp.jpg) no-repeat center center;
    background-size: cover;
    height: 55vw;
    display: flex;
    justify-content: center;
  }
  .partner_tile_entry_inner {
    display: block;
    padding: 20px;
    width: auto;
  }
  .partner_tile_entry_left h5 {
    font-size: 38px;
    margin: 0 0 15px;
  }
  .partner_tile_entry_left p {
    font-size: 18px;
    margin: 0 0 15px;
  }
  .partner_tile_entry_right a {
    width: 240px;
    height: 46px;
    font-size: 14px;
  }
}
@media(max-width: 768px) {
  .essential_wrap th, .essential_wrap td {
    display: block;
    padding: 0 20px;
    text-align: left;
    width: inherit;
    border: none;
  }
  .essential_wrap th {
    padding-top: 20px;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .essential_wrap td {
    padding-bottom: 20px;
    border-bottom: 1px solid #B2C1C9;
  }
  .fresh_footer_tile {
    background: url(../images/fresh_footer_bg_sp.jpg) no-repeat center center;
    background-size: 100%;
    min-height: 55vw;
    margin: 0 0 50px;
  }
  .fresh_footer_tile h5 {
    font-size: 38px;
    margin: 0 0 15px;
  }
  .fresh_footer_tile h5 + p {
    font-size: 18px;
    margin: 0 0 15px;
  }
}
@media(max-width: 1200px) {
  .career_tile {
    width: calc(33.3% - 24px);
  }
}
@media(max-width: 960px) {
  .career_tile {
    width: calc(50% - 24px);
  }
}
@media(max-width: 768px) {
  .recruit_second_hdr_caption {
    padding: 30px;
    min-height: 140px;
  }
  .career_tile_flex {
    display: block;
  }
  .career_tile {
    width: 90%;
    margin: 0 auto 40px;
  }
  .career_entry_hdr p {
    text-align: left;
  }
}