@charset "UTF-8";
.list_style .row {
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}

.list_style .row > .left {
  width: 30%;
}

.list_style .row > .right {
  width: 55%;
  padding-left: 4rem;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: justify;
}

.wrap {
  width: 940px;
}

.wrap .wrap_sub {
  width: 840px;
  margin: auto;
}

.title_block {
  position: absolute;
  top: 9rem;
  left: 0;
}

.title_block .title {
  font-size: 1.375rem;
}

#recruit .obi {
  min-height: 307px;
  position: relative;
}

#recruit .text_block {
  position: absolute;
  right: 10rem;
  top: -12rem;
}

#recruit .text_block > p {
  padding: 0;
}

.table_list {
  font-size: 1rem;
  margin-top: 2.5rem;
  color: #fff;
}

.table_list .row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  border-bottom: 2px solid #ffffff;
  -webkit-font-feature-settings: 'palt' 1;
}

.table_list .row .left {
  width: 27%;
}

.table_list .row .right {
  width: 73%;
  letter-spacing: 2.5px;
}

.table_list .row .right a {
  color: #fff;
}

.table_list .row .right a:visited {
  color: #fff;
}

.table_list .row .right a:hover {
  color: #fff;
}

.table_list .row .right.map_line > div {
  position: relative;
}

.table_list .row .right.map_line > div a {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline;
  background-color: #ffffff;
  color: #e60000;
  width: 46px;
  height: 17px;
  padding: 0 0.4rem;
  letter-spacing: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.table_list .row:first-child {
  min-height: 2.5rem;
}

.table_list .row:nth-child(n+2) {
  padding: 1.1rem 0;
}

.table_list .row:last-child .right {
  line-height: 2rem;
}

#recruit_overview .title {
  font-size: 1.75rem;
}

#recruit_overview .wrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#recruit_overview .small {
  font-size: 0.75rem;
}

#recruit_overview .buttons {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#recruit_overview .buttons > div {
  width: 45%;
}

.button_wrap {
  font-size: 2.625rem;
  font-weight: bold;
  margin-top: 0;
}

.button_wrap a {
  display: block;
  border: 2px solid #fff;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  padding: 0.5rem;
  padding-left: 16%;
  font-size: 1.75rem;
  color: #fff;
}

.button_wrap a:visited {
  color: #fff;
}

.button_wrap a:hover {
  color: #fff;
}

.button_wrap:hover a {
  color: #e60000;
  color: #e60000;
}

.button_wrap:hover a:visited {
  color: #e60000;
}

.button_wrap:hover a:hover {
  color: #e60000;
}

.button_wrap:hover:after {
  right: 17%;
  bottom: 1.2rem;
  background: url(../img/arrow_r_lerge.png) no-repeat center center;
  background-size: contain;
}

.button_wrap:after {
  right: 17%;
  bottom: 1.2rem;
  background: url(../img/arrow_w_lerge.png) no-repeat center center;
  background-size: contain;
}

.button_wrap.to_application:before {
  background: #fff;
}

.button_wrap.to_wantedly a {
  padding-right: 9rem;
}

.button_wrap.to_wantedly:before {
  background: #fff;
}

.button_wrap.to_wantedly img:nth-child(2) {
  display: none;
}

.button_wrap.to_wantedly:hover img:nth-child(1) {
  display: none;
}

.button_wrap.to_wantedly:hover img:nth-child(2) {
  display: inline;
}

@media screen and (max-width: 767px) {
  .wrap {
    width: 95% !important;
  }
  .wrap .wrap_sub {
    width: 92% !important;
    margin: auto;
  }
  .title_block {
    position: absolute;
    top: 12%;
    left: 3%;
  }
  #recruit {
    padding-top: 40px;
  }
  #recruit .obi {
    min-height: 389px;
    position: relative;
  }
  #recruit .text_block {
    width: 80%;
    position: absolute;
    right: 0;
    top: -5.5rem;
  }
  #recruit .text_block p {
    line-height: 1.8rem;
    font-size: 0.875rem;
  }
  .table_list {
    margin-top: 0;
    font-size: 0.875rem;
  }
  .table_list .row {
    display: block;
    padding: 1.1rem 0;
    line-height: 1.6rem;
  }
  .table_list .row .left {
    width: auto;
    float: left;
    margin-right: 1rem;
  }
  .table_list .row .left > div:before {
    content: '【';
  }
  .table_list .row .left > div:after {
    content: '】';
  }
  .table_list .row .right {
    width: auto;
  }
  .table_list .row:first-child {
    min-height: 2.5rem;
  }
  .table_list .row:last-child .right {
    line-height: 1.6rem;
  }
  #recruit_overview .wrap {
    padding-bottom: 4rem;
  }
  #recruit_overview .title {
    margin-bottom: 0;
  }
  #recruit_overview .buttons {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #recruit_overview .buttons > div {
    width: 100%;
  }
  #recruit_overview .buttons > div:nth-child(2) {
    margin-top: 1.5rem;
  }
  .button_wrap:after {
    right: 1%;
    bottom: 1.5rem;
    background: url(../img/arrow_w_sp.png) no-repeat center center;
    background-size: contain;
  }
  .button_wrap.to_application a {
    padding-left: 11%;
    letter-spacing: 0;
  }
  .button_wrap.to_application:before {
    background: #fff;
  }
  .button_wrap.to_application:after {
    right: 1%;
    bottom: 1.2rem;
    background: url(../img/arrow_w_sp.png) no-repeat center center;
    background-size: contain;
  }
  .button_wrap.to_wantedly a {
    padding-right: 25%;
    padding-left: 11%;
  }
  .button_wrap.to_wantedly:before {
    background: #fff;
  }
  .button_wrap.to_wantedly img:nth-child(2) {
    display: none;
  }
  .button_wrap.to_wantedly:hover img:nth-child(1) {
    display: none;
  }
  .button_wrap.to_wantedly:hover img:nth-child(2) {
    display: inline;
  }
}



.recruit_link_button {
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    padding: 15px 20px;
    margin-right: 20px;
	font-size: 18px;
    color: #fff;
    width: 250px;
    background-color:#e60000;
}

.recruit_link_button:hover {
    background-color:rgb(255, 255, 255);
    color: #e60000 !important;
}

.recruit_link_button a:visited {
    color: #fff;
}

@media screen and (max-width: 767px) {
.recruit_link_button {
	margin:0 auto;
	width:100%;
}

}


