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

.mv_b {
  position: relative;
  background: url("../images/recruit/golf/golf_bg.jpg") no-repeat;
  background-position: top 32% center;
  background-size: cover; }
  .mv_b .bg h2 .sub_ttl {
    padding: 5px 40px; }
    .mv_b .bg h2 .sub_ttl img {
      width: 48px; }
  @media screen and (max-width: 750px) {
    .mv_b {
      background-position: center center;
      background-size: cover; } }

#recruit {
  padding-top: 90px;
  background: #ededeb; }
  #recruit h2 {
    width: 172px; }
  #recruit .box_in {
    margin-top: 30px; }
  #recruit .images {
    margin-top: 30px;
    position: relative; }
    #recruit .images img {
      width: 100%; }
    #recruit .images .images_ttl {
      width: 100%;
      position: absolute;
      color: #fff;
      font-size: 38px;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      text-shadow: 0 0 10px #000;
      z-index: 2; }
    #recruit .images:after {
      content: '';
      background-color: rgba(0, 0, 0, 0.3);
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 1; }
    @media screen and (max-width: 750px) {
      #recruit .images .images_ttl {
        font-size: 5.933333vw; } }

@media screen and (max-width: 750px) {
  #recruit {
    padding-top: 12vw; } }
#about {
  padding-top: 90px;
  padding-bottom: 80px;
  background: #fff; }
  #about .box_in {
    max-width: 750px;
    margin-top: 60px; }
    #about .box_in .comment {
      margin-bottom: 30px;
      background: #ffffff;
      padding: 15px;
      font-size: 20px;
      border: 2px solid #005bac;
      text-align: left; }
      #about .box_in .comment ul li {
        margin-top: 10px;
        position: relative;
        text-indent: -1.3em;
        padding-left: 1.3em; }
        #about .box_in .comment ul li:before {
          content: '・'; }
  #about .images_are img {
    width: 100%; }
  #about .p1 {
    margin: 0 auto;
    max-width: 750px;
    width: 100%;
    font-size: 32px;
    margin-top: 80px;
    background: #005bac;
    color: #fff;
    padding: 15px;
    font-weight: bold; }
    @media screen and (max-width: 830px) {
      #about .p1 {
        width: 95%; } }

@media screen and (max-width: 750px) {
  #about {
    padding-top: 12vw;
    padding-bottom: 10.6666666667vw; }
    #about .box_in {
      margin-top: 8vw; }
      #about .box_in .about_area {
        margin-bottom: 80px; }
        #about .box_in .about_area ul li {
          padding: 2vw;
          display: block; }
          #about .box_in .about_area ul li:not(:first-child) {
            margin-top: 2vw; }
          #about .box_in .about_area ul li .year {
            width: 100%; }
          #about .box_in .about_area ul li .con {
            width: 100%; }
      #about .box_in .comment {
        margin-bottom: 30px;
        padding: 15px;
        font-size: 4.5333333333vw; }
    #about .images_are img {
      width: 100%; }
    #about .p1 {
      font-size: 6.1333333333vw;
      margin-top: 10.6666666667vw;
      padding: 4vw 2.6666666667vw; } }
#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: 540px; }
    #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%; } }
