@charset "UTF-8";
/*----------------------------------------------------
  変数セット
----------------------------------------------------*/
/*----------------------------------------------------
  採用情報
----------------------------------------------------*/
ul.recruitment-link {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  ul.recruitment-link {
    margin: 0 -1.5rem;
  }
}
ul.recruitment-link li {
  padding: 0 2rem;
}
@media screen and (max-width: 767.98px) {
  ul.recruitment-link li {
    padding: 0 1.5rem;
    width: 50%;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  ul.recruitment-link li {
    font-size: 1.3rem;
    height: 52px;
  }
}
ul.recruitment-link li a {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 1rem 4rem 1rem 0;
  color: #222;
  text-decoration: none;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  ul.recruitment-link li a {
    padding: 0.5rem 3.2rem 0.5rem 0;
  }
}
ul.recruitment-link li a:hover {
  color: #008C4F;
}
ul.recruitment-link li a::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #008C4F;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1.5rem;
}
@media screen and (max-width: 767.98px) {
  ul.recruitment-link li a::before {
    width: 2.8rem;
    height: 2.8rem;
    margin-top: -1.4rem;
  }
}
ul.recruitment-link li a::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 0.7rem;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: #fff;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.2rem;
}
@media screen and (max-width: 767.98px) {
  ul.recruitment-link li a::after {
    width: 0.8rem;
    height: 0.6rem;
  }
}

.recruitment-title {
  font-size: 2rem;
  position: relative;
  padding-bottom: 0.4em;
  margin-bottom: 2rem;
}
.recruitment-title::after {
  content: "";
  display: inline-block;
  width: 8em;
  height: 4px;
  background-color: #008C4F;
  position: absolute;
  left: 0;
  bottom: 0;
}

.recruitment-block {
  background-color: #fff;
  border-radius: 3rem;
  padding: 4rem 5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  .recruitment-block {
    padding: 3rem;
  }
}
.recruitment-block h3 {
  color: #008C4F;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767.98px) {
  .recruitment-block h3 {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.recruitment-block .button-area {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767.98px) {
  .recruitment-block .button-area {
    margin-top: 2rem;
  }
}
.recruitment-block .button-area a {
  display: inline-flex;
  align-items: center;
  background-color: #008C4F;
  color: #fff;
  padding: 1.5rem 7rem 1.5rem 4rem;
  border-radius: 1.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  min-width: 290px;
  max-width: 100%;
  height: 68px;
}
@media screen and (max-width: 767.98px) {
  .recruitment-block .button-area a {
    border-radius: 1.2rem;
    font-size: 1.5rem;
    padding-left: 3rem;
    min-width: 270px;
    height: 58px;
  }
}
@media screen and (max-width: 575.98px) {
  .recruitment-block .button-area a {
    width: 100%;
  }
}
.recruitment-block .button-area a:hover {
  background-color: #02653a;
}
.recruitment-block .button-area a::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
}
.recruitment-block .button-area a::after {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 1.2rem;
  background-color: #008C4F;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
}

table.tbl-recruitment {
  width: 100%;
}
table.tbl-recruitment th, table.tbl-recruitment td {
  padding: 1.5rem;
  background-color: #fff;
  white-space: normal;
}
@media screen and (max-width: 767.98px) {
  table.tbl-recruitment th, table.tbl-recruitment td {
    padding: 1.2rem 0.5rem;
    display: block;
    width: 100%;
    float: left;
  }
}
table.tbl-recruitment tbody tr {
  border-bottom: 1px solid #ddd;
}
table.tbl-recruitment tbody th:not(.title) {
  width: 200px;
}
@media screen and (max-width: 767.98px) {
  table.tbl-recruitment tbody th:not(.title) {
    width: 100%;
    padding-bottom: 0;
  }
}
table.tbl-recruitment tbody th.title {
  background-color: #DEEECB;
  font-size: 1.8rem;
  color: #008C4F;
}
@media screen and (max-width: 767.98px) {
  table.tbl-recruitment tbody th + td {
    padding-top: 0.5rem;
  }
}

p.txt-career {
  text-align: center;
  margin: 5rem 0;
}
@media screen and (max-width: 767.98px) {
  p.txt-career {
    margin: 3rem 0;
  }
}

ul.career-list {
  list-style: none;
  padding-left: 0;
}
ul.career-list li {
  border-bottom: 1px solid #ddd;
}
ul.career-list li a {
  display: flex;
  position: relative;
  padding: 1.5rem 5rem 1.5rem 3rem;
  color: #222;
  text-decoration: none;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  ul.career-list li a {
    display: block;
    padding: 1.2rem 5rem 1.2rem 2rem;
  }
}
ul.career-list li a::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #008C4F;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  ul.career-list li a::before {
    width: 2.8rem;
    height: 2.8rem;
  }
}
ul.career-list li a::after {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 1.2rem;
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
}
@media screen and (max-width: 767.98px) {
  ul.career-list li a::after {
    width: 0.6rem;
    height: 0.8rem;
  }
}
ul.career-list li a div {
  width: 50%;
}
ul.career-list li a div:first-child {
  font-weight: 700;
}
ul.career-list li a:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
ul.career-list li a:hover div:first-child {
  color: #008C4F;
}
ul.career-list li p.notfound {
  text-align: center;
  padding: 1.5rem 3rem;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  ul.career-list li p.notfound {
    padding: 1.2rem 2rem;
    text-align: left;
  }
}/*# sourceMappingURL=recruitment.css.map */