@charset "UTF-8";
@media (min-width: 768px) {
  .gnav__box_6:before {
    background-color: #ffff72;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 26px;
    width: 100%;
    z-index: 1;
  }
}

@media (min-width: 768px) {
  .subtitle {
    background-image: url(../img/recruit/re_header.jpg);
  }
}
@media (max-width: 767px) {
  .subtitle {
    background-image: url(../img/recruit/re_header_sp.jpg);
    margin-bottom: 11%;
  }
}

@media (min-width: 768px) {
  .main {
    padding-top: 90px;
    padding-bottom: 110px;
  }
}
@media (max-width: 767px) {
  .main {
    padding-bottom: 20%;
  }
}

.page-title {
  max-width: 980px;
  margin: 0 auto 35px;
  text-align: center;
  letter-spacing: 0.12em;
}
@media (min-width: 768px) {
  .page-title {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .page-title {
    font-size: 20px;
    line-height: 25px;
    width: 86%;
  }
}
@media (min-width: 768px) {
  .page-title_mgn {
    margin-bottom: 60px;
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .page-title_mgn {
    margin: 15% auto;
  }
}

.page-intro {
  text-align: center;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .page-intro {
    line-height: 60px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .page-intro {
    line-height: 20px;
    margin-bottom: 10%;
  }
}

@media (max-width: 767px) {
  .sec {
    border-bottom: solid 1px #747474;
    height: 78px;
    overflow: hidden;
    transition-duration: 0.6s;
    transition-timing-function: ease-in-out;
  }
}
@media (max-width: 767px) {
  .sec_white {
    height: 120px;
    padding-top: 42px;
  }
  .sec_white .sec__title-text {
    background-color: #fff;
  }
  .sec_white .sec__b {
    font-size: 20px;
    font-weight: bold;
  }
}
.sec__title {
  position: relative;
}
@media (max-width: 767px) {
  .sec__title {
    margin-bottom: 5.5%;
  }
}
.sec__title:after {
  content: "";
  display: block;
  position: absolute;
}
@media (min-width: 768px) {
  .sec__title:after {
    background-color: #eeeee5;
    height: 100%;
    right: 0;
    top: 0;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .sec__title:after {
    border-bottom: solid 1px #747474;
    border-right: solid 1px #747474;
    height: 6px;
    right: 4%;
    top: calc(50% - 3px);
    transform: rotate(-45deg);
    transition-duration: 0.2s;
    transition-property: transform;
    width: 6px;
  }
}
.sec__title-text {
  align-items: center;
  display: flex;
}
@media (min-width: 768px) {
  .sec__title-text {
    background-color: #eeeee5;
    height: 77px;
    line-height: 18px;
    margin: 0 auto 47px;
    max-width: 1032px;
    padding-left: 63px;
    position: relative;
    width: 75.6%;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .sec__title-text {
    background-color: #eeeee5;
    height: 78px;
    padding-left: 7%;
    transition-duration: 0.3s;
    width: 100%;
  }
}
.sec__b {
  font-size: 18px;
  letter-spacing: 8px;
}
@media (max-width: 767px) {
  .sec__b {
    font-weight: normal;
  }
}
.sec__small {
  font-size: 14px;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .sec ~ .sec {
    margin-top: 94px;
  }
}

@media (max-width: 767px) {
  .sec[aria-expanded=true] {
    border-bottom: none;
  }
  .sec[aria-expanded=true] .sec__title-text {
    background-color: #747474;
    color: #fff;
  }
  .sec[aria-expanded=true] .sec__title:after {
    border-bottom-color: #fff;
    border-right-color: #fff;
    transform: rotate(45deg);
  }
}
.table {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .table {
    border-collapse: collapse;
    background-color: #fff;
    max-width: 965px;
    width: 95%;
  }
}
@media (max-width: 767px) {
  .table {
    display: block;
    padding-bottom: 10%;
    width: 93.5%;
  }
}
@media (max-width: 767px) {
  .table__head {
    display: none;
  }
}
@media (max-width: 767px) {
  .table__body {
    display: block;
  }
}
@media (max-width: 767px) {
  .table__tr {
    border-bottom: solid 1px #9c9c9c;
    display: block;
  }
}
@media (min-width: 768px) {
  .table__tr:nth-of-type(even) .table__td {
    background-color: #f8f8f8;
  }
}
@media (max-width: 767px) {
  .table__tr:nth-of-type(even) .table__linkbox,
  .table__tr:nth-of-type(even) .table__textbox {
    background-color: #f8f8f8;
  }
}
.table__th {
  background-color: #fdf5d9;
  border: solid 1px #9c9c9c;
}
@media (min-width: 768px) {
  .table__th {
    font-size: 14px;
    font-weight: normal;
    height: 34px;
    letter-spacing: 5px;
    line-height: 1em;
    vertical-align: middle;
  }
}
.table__td {
  border: solid 1px #9c9c9c;
  font-size: 16px;
  line-height: 21px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .table__td {
    padding: 8px 12px;
  }
}
@media (max-width: 767px) {
  .table__td {
    align-items: center;
    background-color: #fdf5d9;
    border-bottom: none;
    display: flex;
  }
  .table__td:before {
    display: block;
    font-size: 13px;
    line-height: 1.4em;
    text-align: center;
    width: 67px;
  }
}
.table_nobg {
  background: none !important;
}
@media (min-width: 768px) {
  .table__textbox {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .table__textbox {
    background-color: #fff;
    border-left: solid 1px #9c9c9c;
    display: block;
    line-height: 21px;
    padding: 19px 3% 18px 5%;
    width: calc(100% - 67px);
  }
}
.table__linkbox {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .table__linkbox {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .table__linkbox {
    background-color: #fff;
    border-left: solid 1px #9c9c9c;
    padding: 19px 3% 18px 5%;
    width: calc(100% - 67px);
  }
}
@media (min-width: 768px) {
  .table__name {
    width: calc(100% - 20px);
  }
}
.table__anc {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  color: #009bff;
  border: 1px solid #009bff;
  border-radius: 50px;
  height: 38px;
  line-height: 1;
  padding: 2px 20px 2px 10px;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .table__anc {
    width: 111px;
    opacity: 1;
    transition-duration: 0.2s;
  }
  .table__anc:hover {
    background-color: #009bff;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .table__anc {
    width: 248px;
    max-width: 100%;
  }
}
.table__anc::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #009bff;
  border-right: 1px solid #009bff;
  transform: rotate(45deg);
}
.table__anc:hover::after {
  border-color: #fff;
}
@media (max-width: 767px) {
  .table_a .table__tr ~ .table__tr {
    margin-top: 5%;
  }
}
@media (min-width: 768px) {
  .table_a .table__td:nth-of-type(1) {
    width: 25%;
    padding-left: 20px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .table_a .table__td:nth-of-type(1):before {
    content: "会社名";
  }
}
@media (min-width: 768px) {
  .table_a .table__td:nth-of-type(2) {
    width: 40%;
    font-weight: 500;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .table_a .table__td:nth-of-type(2):before {
    content: "住　所";
  }
}
@media (min-width: 768px) {
  .table_a .table__td:nth-of-type(3) {
    width: 20%;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .table_a .table__td:nth-of-type(3):before {
    content: "TEL";
  }
}
@media (max-width: 767px) {
  .table_a .table__td:nth-of-type(4) {
    white-space: pre;
  }
  .table_a .table__td:nth-of-type(4):before {
    content: "採用\aサイト";
  }
}
@media (max-width: 767px) {
  .table_b .table__tr ~ .table__tr {
    margin-top: 5%;
  }
}
@media (min-width: 768px) {
  .table_b .table__td:nth-of-type(1) {
    width: 70%;
    padding-left: 20px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .table_b .table__td:nth-of-type(1):before {
    content: "会社名";
  }
}
@media (min-width: 768px) {
  .table_b .table__td:nth-of-type(2) {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .table_b .table__td:nth-of-type(2) {
    white-space: pre;
  }
  .table_b .table__td:nth-of-type(2):before {
    content: "採用\aサイト";
  }
}

.b-block {
  border: none;
  display: block !important;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .subsection + .subsection {
    margin-top: 150px;
  }
}
@media (max-width: 767px) {
  .subsection + .subsection {
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  .re__items {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .re__items + .re__items {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .re__items .sec ~ .sec {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .re__items .sec__title-text {
    height: 50px;
    max-width: 467px;
    width: auto;
    margin: 0 auto 15px;
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .re__items .table {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .re__item {
    width: 49%;
    max-width: 467px;
  }
}