:root {
  --main:#231815;
  --main-sub:#383838;
  --primary:#60b34f;
  --head_family: "Shippori Antique B1", "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: var(--head_family);
}

.c-gnav {
  font-family: var(--head_family);
}

.arkp-gnBoxLink03 .arkb-boxLink__figure::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/theme/over-black.svg) repeat;
  background-size: 24px 24px;
  width: 100%;
  height: 100%;
  transform: opacity 0.3s ease-in-out;
  opacity: 1;
}

.arkp-gnBoxLink03 .arkb-boxLink:hover .arkb-boxLink__figure::before {
  opacity: 0;
}

.container-slim {
  --ark-width--article: 1200px;
}

.post-list {
  list-style: none;
  --ark-list-padding: 0;
  margin-bottom: 3.75rem;
}
/*.post-list-item {
  border-bottom: 1px #DEDDDD solid;
}*/
.post-list-inner {
  display: flex;
  max-width: 792px;
  width: 100%;
  align-items: center;
  min-height: 5em;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5em 1em;
}
.post-list-inner .ark-block-button__icon {
  margin-left: auto;
  flex-shrink: 0;
}
.post-list-date {
  width: 7em;
  flex-shrink: 0;
}
.post-list-cat {
  font-size: 0.75em;
  text-align: center;
  width: 6em;
  padding: 0.5em;
  line-height: 1;
  background-color: var(--cat-bg, #201C1C);
  color: var(--cat-color, #fff);
  flex-shrink: 0;
  margin-right: 3em;
  overflow: hidden;
}
.post-list-cat.recruit {
  --cat-bg: #8F8D8D;
}
.post-list-link {
  width: 100%;
  text-decoration: none;
}
.post-list-link:hover {
  text-decoration: underline;
  color: var(--ark-main);
}

.over-green .arkb-boxLink__layer {
  opacity: 1;
  background: url(../images/theme/over-green.svg) repeat;
  background-size: 24px 24px;
}
.over-black .arkb-boxLink__layer {
  opacity: 1;
  background: url(../images/theme/over-black.svg) repeat;
  background-size: 24px 24px;
}
.over-yellow .arkb-boxLink__layer {
  opacity: 1;
  background: url(../images/theme/over-yellow.svg) repeat;
  background-size: 24px 24px;
}
.ark-block-boxLink:hover .arkb-boxLink__layer {
  opacity: 0;
}

.over-black .arkb-boxLink__bg, .over-green .arkb-boxLink__bg, .over-yellow .arkb-boxLink__bg {
  opacity: 1 !important;
}

.l-footer {
  --ark-padding--container: 0;
  --ark-color--footer_bg: transparent;
  position: relative;
}
.l-footer .footer-bnr {
  max-width: 1148px;
  margin-left: auto;
  margin-right: auto;
}
.l-footer .footer-bnr-sec {
  border-top: 1px #BCBBBB solid;
  border-bottom: 1px #BCBBBB solid;
}
.l-footer .footer-row .ark-block-columns__inner {
  justify-content: flex-end;
}
.l-footer .footer-col {
  position: relative;
  padding-left: 6.25%;
  --arkb-clmn-w--pc: 33%;
}
.l-footer .footer-col .menu {
  font-family: var(--head_family);
  display: grid;
  grid-template-rows: repeat(4, min-content);
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  grid-auto-flow: column;
  --ark-menulist_border: none;
  font-size: 0.875rem;
}
.l-footer .footer-col .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  position: absolute;
  left: 0;
  width: 1px;
  height: 100%;
}
.l-footer .footer-info {
  padding-right: 6.25%;
  --arkb-clmn-w--pc: 33%;
}
.l-footer .footer-spacer {
  --arkb-clmn-w--pc: 10%;
}
.l-footer .copy {
  transform: scale(0.8);
}

.c-fixBtn {
  font-family: var(--head_family);
  width: 22px;
  height: 240px;
  box-shadow: none;
  background: none;
  border-left: 1px #BCBBBB solid;
  color: #201C1C;
  font-weight: 400;
}
.c-fixBtn::before {
  content: "";
  width: 1.4rem;
  height: 1px;
  background-color: #BCBBBB;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(55deg);
  transform-origin: left top;
}
.c-fixBtn .pagetop-text {
  font-size: 0.875rem;
  position: absolute;
  bottom: 0;
  right: 1rem;
  transform: rotate(90deg);
  transform-origin: right bottom;
  white-space: nowrap;
  display: block;
}

.gnav-icon-top .__mainText::before {
  content: "";
  display: inline-block;
  background: url(../images/theme/icon-top.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 13px;
  margin-right: 0.25rem;
}

.gnav-icon-contact .__mainText::before {
  content: "";
  display: inline-block;
  background: url(../images/theme/icon-contact.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 11px;
  margin-right: 0.25rem;
}

.fnav-icon-top a::after {
  content: "";
  display: inline-block;
  background: url(../images/theme/icon-top.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 13px;
  margin-left: 0.25rem;
}

.fnav-icon-contact a::after {
  content: "";
  display: inline-block;
  background: url(../images/theme/icon-contact.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 11px;
  margin-left: 0.25rem;
}

.p-drawer .gnav-icon-top .__mainText::before,
.p-drawer .gnav-icon-contact .__mainText::before {
  filter: invert(1);
}

.wrapper-line {
  position: fixed;
  left: min(var(--ark-padding--container), 15px);
  right: min(var(--ark-padding--container), 15px);
  top: 0;
  height: 100%;
  border-left: 1px #BCBBBB solid;
  border-right: 1px #BCBBBB solid;
}

.l-header {
  --ark-color--header_bg: transparent;
  border-bottom: 1px #ccc solid;
}
.l-header .l-header__body {
  background-color: #fff;
}

.p-topArea {
  text-align: left;
  overflow: visible;
  border-bottom: 1px #BCBBBB solid;
  padding-top: 7.5%;
}
.p-topArea.c-filterLayer.-filter-dot:after {
  opacity: 0;
}
.p-topArea .p-topArea__img {
  height: auto !important;
  width: 33.6111111111% !important;
  right: 1em;
  left: initial;
}

.p-topArea.c-filterLayer::before {
  background-color: transparent;
  opacity: 0;
}

.p-topArea.-noimg {
  background: none;
}

.p-topArea__body {
  color: var(--ark-color--text);
  text-shadow: none;
}

.p-breadcrumb {
  --ark-opacity--thin: 1;
  margin-bottom: 10rem;
}
.p-breadcrumb .u-color-thin {
  color: #5BB431;
}

.s-fixBtnWrap {
  font-family: var(--head_family);
  position: fixed;
  right: 0;
  background-color: #fff;
}
@media (max-width: 999px) {
  .s-fixBtnWrap {
    bottom: 0;
    width: 100%;
  }
  .s-fixBtnWrap .ark-block-button {
    flex-basis: 50%;
  }
  .s-fixBtnWrap .ark-block-button__link {
    width: 100%;
    padding: 0.35em;
  }
}
@media (min-width: 1000px) {
  .s-fixBtnWrap {
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    writing-mode: vertical-rl;
    text-orientation: upright;
    flex-wrap: nowrap;
  }
  .s-fixBtnWrap .ark-block-button__link {
    padding: 1em 0.5em;
    text-align: center;
    height: 11.25rem;
    font-size: 0.875rem;
  }
}

@media (max-width: 600px) {
  .c-fixBtn {
    height: 116px;
  }
  .post-list-inner {
    flex-wrap: wrap;
  }
  .p-breadcrumb {
    margin-bottom: 3rem;
  }
  .p-topArea .p-topArea__img {
    height: 100% !important;
    width: auto !important;
    max-width: 50%;
    object-fit: cover;
    object-position: left;
  }
  .p-topArea__body {
    padding-right: 10em;
  }
}
body.blog .l-content__body, body.archive .l-content__body {
  --ark-width--container:var(--ark-width--article--slim);
  --ark-width--article: var(--ark-width--article--slim);
}

.p-postList.-type-list .p-postList__item {
  border: 1px #000 solid;
  padding: 1em;
}
.p-postList.-type-list .p-postList__body {
  padding: 0;
}
.p-postList.-type-list .p-postList__meta, .p-postList.-type-list .p-postList__excerpt {
  font-size: 1rem;
}

.type-post {
  --arkb-btn-width:min(90%, 375px);
}
.type-post.p-entry {
  padding-left: 1rem;
  padding-right: 1rem;
}
.type-post .p-entry__head {
  border: 1px #000 solid;
  padding: 1em;
}
.type-post .p-entry__head .c-postMetas {
  font-size: 1rem;
}

.pagination .page-numbers, .pagination .post-page-numbers {
  border: 1px var(--ark-color--main) solid;
}
.pagination .page-numbers:not(.dots).current, .pagination .page-numbers:not(.dots):hover, .pagination .post-page-numbers:not(.dots).current, .pagination .post-page-numbers:not(.dots):hover {
  background-color: #5BB431;
}

@media (max-width: 600px) {
  .p-postList {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.single-recruit {
  --ark-width--article: var(--ark-width--article--slim);
}

.post-type-archive-recruit,
.tax-recruit_type {
  --ark-width--article: var(--ark-width--article--slim);
}
.post-type-archive-recruit .p-postList .p-postList__title,
.tax-recruit_type .p-postList .p-postList__title {
  font-size: clamp(14px, 4.75vmin, 26px);
  margin: 0.5em 0;
}
.post-type-archive-recruit .p-postList .c-postMetas > .c-postAuthor, .post-type-archive-recruit .p-postList .c-postMetas > div, .post-type-archive-recruit .p-postList .p-postList__meta,
.tax-recruit_type .p-postList .c-postMetas > .c-postAuthor,
.tax-recruit_type .p-postList .c-postMetas > div,
.tax-recruit_type .p-postList .p-postList__meta {
  margin: 0;
}
.post-type-archive-recruit .recruit-more,
.tax-recruit_type .recruit-more {
  text-align: right;
}
.post-type-archive-recruit .recruit-more img,
.tax-recruit_type .recruit-more img {
  width: 180px;
  height: 20px;
}
.post-type-archive-recruit .recruit-meta,
.tax-recruit_type .recruit-meta {
  display: flex;
  gap: 1em;
}
@media (max-width: 600px) {
  .post-type-archive-recruit .recruit-more,
  .tax-recruit_type .recruit-more {
    margin-top: 1rem;
  }
}

.type-recruit {
  --arkb-btn-width:min(90%, 375px);
}
.type-recruit .p-entry__head {
  border: 1px #000 solid;
  padding: 1em;
}
.type-recruit .p-entry__head .c-postMetas {
  font-size: 1rem;
}
.type-recruit .recruit-more img {
  width: 180px;
  height: 20px;
}
.type-recruit .recruit-sec table {
  border: none;
  --ark-padding--cell: 1em;
}
.type-recruit .recruit-sec table th, .type-recruit .recruit-sec table td {
  border: none;
  background-color: transparent;
}
.type-recruit .recruit-sec table tr {
  border-top: 1px #DEDDDD solid;
}
@media (max-width: 600px) {
  .type-recruit .recruit-sec table {
    border: none;
    --ark-padding--cell: 1em;
  }
  .type-recruit .recruit-sec table th, .type-recruit .recruit-sec table td {
    float: left;
    width: 100%;
  }
  .type-recruit .recruit-sec table td {
    --ark-padding--cell: 0 1em 1em;
  }
}/*# sourceMappingURL=style.css.map */