@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  スタイル調整用

---------------------------------*/
/* ファイルリンク */
.wp-block-file:not(.wp-element-button) {
  font-size: 1em !important;
}
.wp-block-file:not(.wp-element-button) a {
  background: #f3f3f3;
  border: 1px solid;
  border-radius: 1rem;
  color: var(--co-main);
  display: block;
  font-weight: 500;
  padding: 1.5rem 2rem;
  padding-right: 6rem;
  position: relative;
}
.wp-block-file:not(.wp-element-button) a::before {
  background: url("../images/arr_n_p.svg") no-repeat center / 2rem;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  right: 1.5rem;
  bottom: 0;
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {}
/*---------------------------------

  スタイル調整用

---------------------------------*/
.recruit section .contentsTxt ul {
  margin: 5rem 0;
}
.recruit section .contentsTxt ul li {
  border: 1px solid #ccc;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1rem;
  padding: 0;
}
.recruit section .contentsTxt ul li::before {
  content: none;
}
.recruit section .contentsTxt ul li a {
  display: flex;
  gap: 3rem;
  font-weight: 500;
  padding: 1.5rem;
  padding-left: 6rem;
  position: relative;
  text-decoration: none;
}
.recruit section .contentsTxt ul li a::before {
  background: var(--co-main) url(../images/arr_next.svg) no-repeat center / 1.2rem;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 1.5rem;
  bottom: 0;
  width: 3rem;
  height: 3rem;
}
.recruit section .contentsTxt ul li a time {
  color: #666;
  flex: 0 0 9rem;
}
.recruit section .contentsTxt ul li a p {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  .recruit section .contentsTxt ul {
    margin: 3rem 0;
  }
}