/*--- import -------------------------------------*/
/*------------------------------------- import ---*/
@media screen and (max-width: 750px) {
  .box_in {
    padding: 0 5.3333333333vw; } }

.mv_b {
  position: relative;
  background: url("../images/recruit/mv.jpg") no-repeat;
  background-position: top 32% center;
  background-size: cover; }
  @media screen and (max-width: 750px) {
    .mv_b {
      background-position: center center;
      background-size: cover; } }

#recruit {
  padding-top: 90px;
  padding-bottom: 116px;
  background: #ededeb; }
  #recruit .box_in {
    margin-top: 60px;
    background: #fff;
    padding: 45px 60px;
    line-height: 1.8; }
    @media screen and (max-width: 1120px) {
      #recruit .box_in {
        width: 90%; } }

@media screen and (max-width: 750px) {
  #recruit {
    padding-top: 12vw;
    padding-bottom: 15.4666666667vw; }
    #recruit .box_in {
      margin-top: 8vw;
      padding: 6vw 5.3333333333vw; } }
#other_contents ul {
  display: flex;
  align-items: center;
  justify-content: center; }
  #other_contents ul li {
    width: 50%;
    position: relative;
    height: 420px;
    color: #fff; }
    #other_contents ul li:before {
      content: '';
      display: block;
      border: 1px solid rgba(255, 255, 255, 0.54);
      width: 98%;
      height: 95%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      z-index: 1; }
    #other_contents ul li:after {
      content: '';
      background-color: rgba(0, 0, 0, 0.6);
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
    #other_contents ul li a {
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%; }
      #other_contents ul li a:after {
        /*
        content: '';
        display: inline-block;
        width: 97%;
        height: 95%;
        border: 0.5px solid rgba(255, 255, 255, 0.6);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        */ }
      #other_contents ul li a .ttl_area {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%); }
      #other_contents ul li a .txt {
        position: absolute;
        top: 75%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        max-width: 475px;
        width: 90%;
        text-align: left;
        line-height: 1.5; }
    #other_contents ul li:hover:after {
      content: '';
      background-color: rgba(0, 0, 0, 0.2);
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      transition: 1s; }
  #other_contents ul .entry {
    background: url("../images/recruit/entry_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center; }
    #other_contents ul .entry .ttl_area h2 {
      width: 107px; }
  #other_contents ul .baseball {
    background: url("../images/recruit/baseball_bg.jpg") no-repeat;
    background-size: cover;
    background-position: left 10% center; }
    #other_contents ul .baseball .ttl_area h2 {
      width: 171px; }
  #other_contents ul .golf {
    background: url("../images/recruit/golf_bg.jpg") no-repeat;
    background-size: cover; }
    #other_contents ul .golf .ttl_area h2 {
      width: 85px; }

@media screen and (max-width: 960px) {
  #other_contents ul {
    display: flex;
    flex-wrap: wrap; }
    #other_contents ul li {
      width: 50%;
      height: 315px; }
      #other_contents ul li a .ttl_area {
        top: 40%; }
      #other_contents ul li a .txt {
        top: 74%;
        text-align: center;
        max-width: 550px; }
    #other_contents ul .entry {
      width: 100%;
      background: url("../images/recruit/entry_bg.jpg") no-repeat;
      background-position: center;
      background-size: cover; }
    #other_contents ul .baseball {
      width: 100%;
      background: url("../images/recruit/baseball_bg.jpg") no-repeat;
      background-position: center;
      background-size: cover; }
    #other_contents ul .golf {
      width: 100%;
      background: url("../images/recruit/golf_bg.jpg") no-repeat;
      background-position: center;
      background-size: cover; } }
@media screen and (max-width: 750px) {
  #other_contents ul li {
    width: 100%;
    height: 380px; }
    #other_contents ul li:before {
      content: '';
      display: block;
      border: 1px solid rgba(255, 255, 255, 0.54);
      width: 96%;
      height: 94%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      z-index: 1; }
    #other_contents ul li:after {
      background-color: rgba(0, 0, 0, 0.2); }
    #other_contents ul li a:after {
      content: '';
      background-color: rgba(0, 0, 0, 0.3);
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
    #other_contents ul li a .ttl_area {
      z-index: 1;
      top: 40%; }
    #other_contents ul li a .txt {
      top: 70%;
      z-index: 1; } }
@media screen and (max-width: 480px) {
  #other_contents ul li {
    height: 250px; }
    #other_contents ul li a .txt {
      top: 74%; } }
